/* ==========================================================================
Fonts
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Source Sans Pro", Georgia, Cambria, Times New Roman, Times,serif;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 1.5em;
  color: black;
}

a {
  color: #003da5;
}

label {
  font-weight: bold;
}

fieldset legend {
  font-size: 2.3rem;
  margin: 1rem 0;
}

fieldset label {
  margin: 0;
}

p.lead {
  font-size: 24px;
}

body {
  font-size: 1.8rem;
}

h1 {
  font-size: 3rem;
}

/* ==========================================================================
Layout
   ========================================================================== */
#mainheader {
  border-bottom: none;
}

#mainheader img {
  max-width: 250px;
}

.goog-logo-link, .goog-logo-link:link, .goog-te-gadget {
  color: white !important;
}

.well {
  background-color: #58595B;
  padding: 1px 20px;
}

.topbar {
  background-color: #58595B;
}

.topbar span {
  color: #003da5;
}

header#mainheader {
  background-color: #003da5;
}

header#mainheader h1.pagetitle {
  color: white;
  font-size: 45px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 100;
}

header#mainheader span.subtitle {
  font-weight: normal;
  font-style: italic;
  font-size: 28px;
  color: white;
}

article.main > header > h1 {
  margin-top: 30px;
  font-size: 5.5rem;
}

#footer {
  background-color: #f3f3f3;
  clear: both;
  margin-top: 20px;
  color: black;
  padding: 10px 0;
}

#footer a, #footer a:hover {
  color: #003da5;
}

/* ==========================================================================
Forms
   ========================================================================== */
form {
  border: 3px solid #003da5;
  padding: 0 20px 20px 20px;
}

/* ==========================================================================
Buttons
   ========================================================================== */
.usa-button, .usa-button-primary, .usa-button-primary:visited, .usa-button:visited, [type=button], [type=image], [type=reset], [type=submit], button, .atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: .5em;
  margin-right: .5em;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #d7d91e;
  border: 0;
  border-radius: 0;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: Sourcesanspro,Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  outline: none;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.atc-style-blue .atcb-link {
  border: 2px solid #58595B;
}

.usa-button-primary.usa-button-hover, .usa-button-primary:hover, .usa-button-primary:visited.usa-button-hover, .usa-button-primary:visited:hover, .usa-button.usa-button-hover, .usa-button:hover, .usa-button:visited.usa-button-hover, .usa-button:visited:hover, [type=button].usa-button-hover, [type=button]:hover, [type=image].usa-button-hover, [type=image]:hover, [type=reset].usa-button-hover, [type=reset]:hover, [type=submit].usa-button-hover, [type=submit]:hover, button.usa-button-hover, button:hover, .atc-style-blue .atcb-link:hover {
  background-color: #c7ca1c;
  color: black;
  text-decoration: none;
}

/* ==========================================================================
Media queries
   ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {
  header#mainheader h1.pagetitle {
    font-size: 25px;
  }
  header#mainheader span.subtitle {
    font-size: 22px;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  color: #333;
}

.copyright {
  margin-top: 1em;
}

#mainheader {
  padding: 15px 0;
}

.topbar {
  padding: 3px 0;
  overflow: auto;
}

.topbar span {
  padding-top: 10px;
  padding-left: 20px;
}

.topbar img {
  vertical-align: sub;
}

.topbar #google_translate_element {
  float: right;
  margin-top: 0;
}

.topbar #google_translate_element select {
  width: 200px;
}

.topbar .goog-te-gadget select.goog-te-combo {
  margin: 0 !important;
  padding: 0 5px !important;
  height: 3rem;
}

.g-recaptcha {
  clear: both;
}

img {
  max-width: 100%;
}

.headerimg {
  margin-top: 10px;
}

.footerimg {
  margin-top: 50px;
}

#footer {
  padding-bottom: 40px;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.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:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.row {
  overflow: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media screen and (max-width: 991px) {
  img.stlogo {
    display: block;
    margin-bottom: 5px;
  }
  span.timespan {
    padding-left: 0;
  }
  .topbar #google_translate_element {
    float: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 980px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 980px;
  }
}
/*# sourceMappingURL=main.css.map */