/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* VARS */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #f08200;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f08200;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;  
}

form .g-recaptcha {
  margin-bottom: 15px
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
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;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author: Johnny Martin
   ========================================================================== */
body {
  background: #001709 url(../img/bg.jpg) 50% 0 repeat-x;
  border-top: 5px solid #f08200;
  padding: 0 4px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 13px;
}
body > header .contact {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.1);
  -pie-background: rgba(255, 255, 255, 0.1);
  behavior: url(PIE.htc);
  display: block;
  text-align: center;
  width: 124px;
  margin: 0 auto;
}
body > header .contact span,
body > header .contact a {
  padding: 12px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: 600;
  font-style: italic;
  font-size: 1.07692308em;
  line-height: 1em;
  color: #fff;
}
body > header .contact span.address,
body > header .contact a.address {
  display: none;
}
body > header #logo {
  max-width: 100%;
  margin: -15px auto 0 auto;
  display: block;
}
body > header select {
  width: 90%;
  margin: 5px auto 22px auto;
  display: block;
}
body > header nav {
  display: none;
}
#main {
  background-color: #fff;
  padding: 12px;
  -webkit-box-shadow: 2px 2px 5px 1px #5c6566;
  -moz-box-shadow: 2px 2px 5px 1px #5c6566;
  box-shadow: 2px 2px 5px 1px #5c6566;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  position: relative;
  z-index: 2;
  behavior: url(PIE.htc);
}
#main.home .welcomepic .mobile img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#main.home .welcomepic .large {
  display: none;
}
#main.home .about {
  display: none;
}
#main.inner .content h1 {
  color: #1b488c;
  font-size: 2.30769231em;
  font-weight: bold;
  font-style: italic;
  text-shadow: 2px 2px 1px #c8c6b9;
  margin: 0.2em 0 0.5em 0;
}
#main.inner .content h2 {
  color: #1b488c;
  font-size: 1.38461538em;
  margin: 0.9em 0;
}
#main.inner .content img {
  max-width: 100%;
}
#main.inner .content .faqs article {
  background: url(../img/dottedborder.gif) 0 0 repeat-x;
  padding: 1.1em 0;
}
#main.inner .content .faqs article:first-child {
  background: none;
}
#main.inner .formsuccess {
  font-size: 1.38461538em;
  padding-top: 0.8em;
  color: #41BE37;
  font-weight: bold;
}
#main.inner .formerror {
  font-size: 1.38461538em;
  padding-top: 0.8em;
  color: #C00;
  font-weight: bold;
}
#main.inner form fieldset {
  margin: 35px 0;
  font-size: 1.38461538em;
  font-weight: 600;
}
#main.inner form fieldset legend {
  font-weight: 700;
  color: #f08200;
  padding-bottom: 10px;
}
#main.inner form fieldset label {
  display: block;
  margin: 10px 0;
  float: left;
  width: 99.5%;
}
#main.inner form fieldset label.error {
  color: #C00;
}
#main.inner form fieldset label span {
  color: #C00;
  font-size: 0.8em;
}
#main.inner form fieldset input {
  display: block;
  margin-top: 3px;
  width: 100%;
  background-color: #cedfdf;
  border: 1px solid #cedfdf;
  padding: 5px;
  color: #154c87;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *behavior: url(boxsizing.htc);
}
#main.inner form fieldset input.error {
  border-color: #C00;
}
#main.inner form fieldset textarea {
  display: block;
  margin-top: 3px;
  height: 10em;
  width: 100%;
  background-color: #fff;
  border: 8px solid #cedfdf;
  padding: 5px;
  color: #231f20;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *behavior: url(boxsizing.htc);
}
#main.inner form fieldset textarea.error {
  border-color: #C00;
}
#main .featurebuttons {
  color: #1b488c;
  margin: 10px 0 10px -12px;
}
#main .featurebuttons .button {
  position: relative;
  background: url(../img/homebuttonborder_small.png) 0 100% no-repeat;
  height: 60px;
  padding: 17px 12px 0 12px;
}
#main .featurebuttons .button h2 {
  font-size: 1.30769231em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#main .featurebuttons .button h3 {
  font-size: 1.07692308em;
  font-weight: 600;
  line-height: 2.3em;
  padding: 0;
  margin: 0;
}
#main .featurebuttons .button img.learnmore {
  position: absolute;
  top: 30px;
  right: 0;
}
#main .featurebuttons .button img.icon {
  display: none;
}
#subcont {
  background-color: #ccdedf;
  margin: 0 12px;
  padding: 5px 18px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  position: relative;
  z-index: 1;
  behavior: url(PIE.htc);
  line-height: 1.38em;
}
#subcont h1 {
  padding: 0;
  margin: 15px 0 10px 0;
  color: #1b488c;
  line-height: 1.4em;
}
#subcont.inner {
  font-size: 1.13846154em;
  font-weight: bold;
  font-style: italic;
  color: #1b488c;
  text-align: center;
  padding: 20px 18px;
}
#subcont.inner span {
  color: #f08200;
}
body > footer {
  text-align: center;
  padding-bottom: 30px;
}
body > footer nav ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
body > footer nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0;
}
body > footer nav ul li a {
  padding: 4px 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  font-weight: 600;
  font-size: 0.92307692em;
  line-height: 1em;
  text-decoration: none;
}
body > footer nav ul li a:visited {
  color: #fff;
}
body > footer nav ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
body > footer img.logo {
  max-width: 100%;
  margin: 0 auto 15px auto;
}
body > footer span {
  color: #fff;
  font-size: 0.84615385em;
  display: block;
}
body > footer span a {
  color: #fff !important;
}
/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 400px) {
  #main .featurebuttons .button {
    padding-left: 10%;
  }
  #main .featurebuttons .button img {
    right: 10%;
  }
}
@media screen and (min-width: 488px) {
  body {
    padding: 0 14px;
  }
}
@media screen and (min-width: 532px) {
  body > header .contact {
    float: right;
    margin: 0 8% 0 0;
  }
  body > header #logo {
    float: left;
    margin: 0 0 0 30px;
  }
  body > header select {
    display: none !important;
  }
  body > header nav {
    display: block;
    text-align: center;
    clear: both;
  }
  body > header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../img/navbg.png);
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 1px 1px 5px 2px #5c6566;
    -moz-box-shadow: 1px 1px 5px 2px #5c6566;
    box-shadow: 1px 1px 5px 2px #5c6566;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    position: relative;
    z-index: 1;
    behavior: url(PIE.htc);
  }
  body > header nav ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(../img/navdivider.png) 0 0 no-repeat;
  }
  body > header nav ul li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1em;
    padding: 14px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  body > header nav ul li a:visited {
    color: #fff;
  }
  body > header nav ul li a:hover {
    color: #003239;
  }
  body > header nav ul li a.active {
    background: url(../img/activearrow.png) 50% 100% no-repeat;
    color: #003239;
  }
  body > header nav ul li:first-child {
    background: none;
  }
  #main {
    clear: both;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    padding: 20px;
  }
  #main.home .welcomepic .mobile {
    display: none;
  }
  #main.home .welcomepic .large {
    display: block;
  }
  #main.home .welcomepic .large img {
    max-width: 100%;
  }
  #main.home .about {
    display: block;
    font-size: 1.15384615em;
    font-weight: bold;
    font-style: italic;
    color: #1b488c;
    margin: 28px 40px;
    text-align: center;
  }
  #main.home .about span {
    color: #f08200;
  }
  #main .featurebuttons {
    *zoom: 1;
    margin: 10px 0 -20px 0;
  }
  #main .featurebuttons .button {
    position: relative;
    background: url(../img/homebuttonborder_large.png) 0 0 no-repeat;
    height: auto;
    float: left;
    width: 30%;
    padding: 30px 0 20px 3%;
    text-align: center;
  }
  #main .featurebuttons .button h2 {
    font-size: 1.07692308em;
    text-align: left;
  }
  #main .featurebuttons .button h3 {
    font-size: 0.92307692em;
    text-align: left;
  }
  #main .featurebuttons .button img.learnmore {
    position: relative;
    top: inherit;
    margin-top: 18px;
    right: inherit;
    margin-right: 10px;
  }
  #main .featurebuttons .button:first-child {
    background: none;
  }
  #main .featurebuttons:before,
  #main .featurebuttons:after {
    content: "";
    display: table;
  }
  #main .featurebuttons:after {
    clear: both;
  }
  #subcont {
    margin: 0 20px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
  }
}
@media screen and (min-width: 640px) {
  body > header nav ul {
    margin: 0 68px 0 0;
    float: right;
  }
  #main.inner .content {
    padding: 0 5%;
    line-height: 1.5em;
  }
  #main.inner .content h1 {
    font-size: 3em;
    text-shadow: 3px 3px 1px #c8c6b9;
    margin: 0.5em 0 0.5em 0;
    line-height: 1.4em;
  }
  #main.inner .content h2 {
    font-size: 1.46153846em;
    margin: 0.9em 0;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 680px) {
  #main .featurebuttons .button h2 {
    font-size: 1.30769231em;
    padding: 0;
  }
  #main .featurebuttons .button h3 {
    font-size: 1.07692308em;
  }
}
@media screen and (min-width: 850px) {
  #main .featurebuttons .button img.icon {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -3px;
  }
  #main.inner {
    *zoom: 1;
  }
  #main.inner .content {
    float: left;
    padding: 0 0 0 4.0816%;
    width: 58.16%;
  }
  #main.inner .featurebuttons {
    width: 35%;
    float: right;
    margin: 130px -20px 0 0;
    background: url(../img/dottedborder.gif) 0 0 repeat-y;
  }
  #main.inner .featurebuttons .button {
    width: auto;
    float: none;
    background: url(../img/homebuttonborder_right.png) 100% 0 no-repeat;
    padding: 35px 0 30px 11.6%;
    text-align: right;
  }
  #main.inner .featurebuttons .button img.learnmore {
    margin-top: 10px;
    right: inherit;
    margin-right: 25px;
  }
  #main.inner .featurebuttons .button:first-child {
    background: none;
    padding-top: 10px;
  }
  #main.inner:before,
  #main.inner:after {
    content: "";
    display: table;
  }
  #main.inner:after {
    clear: both;
  }
}
@media screen and (min-width: 940px) {
  body > header nav ul {
    margin: -25px 68px 0 0;
  }
  body > header .contact {
    width: 440px;
  }
  body > header .contact span.address {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px;
    padding-left: 10px;
    background: url(../img/contactdivider.png) 0 0 no-repeat;
    font-weight: normal;
  }
  #main.home .about {
    margin: 28px 0px;
  }
}
@media screen and (min-width: 1000px) {
  body {
    padding: 0;
  }
  body > header,
  body > .container,
  body > footer {
    width: 960px;
    margin: 0 auto;
  }
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
