/*
Red (AAA):     #811A31 rgb(129, 26, 49)
Blue (AAA):    #7EE5CE rgb(126, 229, 206)
Purple (AAA):  #532E7F (83, 46, 127)

-----------------------------------------------------------------------------*/
html {
  font-size: 1.3rem;
  line-height: 1.3rem;
}
footer {
  font-size: 0.9rem;
  line-height: 1.4rem;
  padding: 36px 0 24px 0;
}
#subFooter {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
h1 {
  font-size: 2.2rem;
  line-height: 2.4rem;
}
#H1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
}
h2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#H2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
#H3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
p {
  margin: 5px 0px 12px 0px;
}
ul {
  margin: 0px 0px 12px 10px;
}
ol {
  margin: 0px 0px 12px 10px;
}
li {
  margin: 0px 0px 0px 10px;
}
hr {
  margin: 10px 0px 18px 0px;
}
/* FORMS
-----------------------------------------------------------------------------*/
legend {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
label {
  font-size: .9rem;
  line-height: 1.1rem;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  font-size: 1rem;
}
textarea {
  font-size: 1rem;
}
select {
  font-size: 1rem;
}
/* HEADER
-----------------------------------------------------------------------------*/
#font_size {
  font-size: .9rem;
  line-height: .9rem;
}
/* Google Translate
-----------------------------------------------------------------------------*/
.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
  font-size: .1rem;
  line-height: .0rem;
}
.goog-te-gadget {
  font-size: .1rem;
  line-height: .0rem;
}
.goog-te-combo {
  font-size: .9rem;
}
#google_translate_element select {
  font-size: .9rem;
  width: 200px;
}
/* Invisible bits
-----------------------------------------------------------------------------*/
.topOffset {
  padding-top: 135px;
}
#topOffsetAdmin {
  padding-top: 140px;
}
/* NOTICES
-----------------------------------------------------------------------------*/
#notice {
  font-size: 1.0rem;
  line-height: 1.1rem;
}
/* NAV
-----------------------------------------------------------------------------*/
#home {
  width: 30%;
}
#home img {
  width: 90%;
  height: 20%;
}
/* Click nav
-----------------------------------------------------------------------------*/
#headerNav {
  width: 70%;
}
#extraNav {
  font-size: .9rem;
  line-height: .9rem;
}
#extraNav img {
  width: 9px;
  height: auto;
  margin: 0 8px 0 0;
}
#menu a {
  font-size: 1.4rem;
  line-height: 1.5rem;
}
/* FOOTER
-----------------------------------------------------------------------------*/
.footerSite {
  width: 50%;
}
#nav_footer {
  line-height: 1.0rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#nav_footer a {
  width: 44%;
}
/* Social Links
-----------------------------------------------------------------------------*/
.socialLinks {
  margin: 0 0 12px 0;
}
.socialLinks a {
  margin: 0 6px 0 6px;
}
.socialLinks a img {
  width: 30px;
  height: 30px;
}
/* Breadcrumb
-----------------------------------------------------------------------------*/
#breadcrumb {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
#breadcrumb .container {
  padding-left: 4px;
}
#thisPage {
  margin-left: 12px;
}
#breadcrumb a {
  padding: 6px 12px 8px 12px;
}
/* Anchors
-----------------------------------------------------------------------------*/
.anchor {
  top: -150px;
}
#anchorLinks {
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 4px 0 4px 0;
}
#anchorLinks a {
  padding: 3px 10px 3px 10px;
  margin: 0 2px 0 2px;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 12px 0 12px 0;
  overflow:hidden;
}
.intro {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 0 0;
}
.body {
  margin: 0 0 12px 0;
}
.fineprint {
  font-size: 0.8rem;
  line-height: 1.0rem;
  margin: 12px 0px 6px 0px;
}
.footnote {
  font-size: 0.8rem;
  line-height: 1.0rem;
  margin: 36px 0 24px 0;
  padding: 12px 0 0 0;
}
#byline {
  margin: 0 0 36px 0;
  padding: 0 0 0 0;
}
/* Page Main
-----------------------------------------------------------------------------*/
.pageMain {
  padding: 48px 0 36px 0;
}
#sections {
  padding: 48px 0 48px 0;
}

.sectionLeftImage {
  height: 500px;
}
.sectionRightBox {
  min-height: 500px;
}

/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  .topOffset {
    padding-top: 87px;
  }
  #topOffsetAdmin {
    padding-top: 117px;
  }
  #home img {
    margin: 12px 0 0 12px;
    height: 32px;
    width: 218px;
  }
}