  html {
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  color: #000000;
  overflow-y: scroll;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
_elements.scss:1 body, html {
  padding: 0;
  margin: 0;
}
.hidden-text {
  width: 0;
  height: 0;
  display: inline-block;
  text-align: left;
  text-indent: -99999px;
  overflow: hidden;
}
#main-container {
  margin: 0 auto;
  max-width: 700px;
}
#header, footer {
  background-color: #F7F9FA;
  box-sizing: content-box;
  min-height: 90px;
}
footer {
  text-align: center;
}

footer p a:link, footer p a:visited, footer p a:hover, footer p a:focus {color:#000;}
#header, #main {
  clear: both;
}
#siteLogo {
  float: left;
}
#smallLogo {
  width: 100px;
  height: 36px;
}
.submitSection {
  margin-top: 2em;
}
.menu {
  float: right;
  margin: 0;
  padding: 0;
}
.menu ul {
  display: block;
  padding: 0;
  margin: 0;
}
.menu li {
  display: inline-block;
  float: left;
  margin-right: 0.61803em;
  list-style-type: none;
}
.menu li a:link {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #2E3133;
  transition: color .2s ease, background .2s ease;
  line-height: 36px;
}
.menu li a:hover, .menu li a:focus {
  text-decoration: underline;
}
.menu li.en {
  margin-right: 0;
}
.menu li.active a {
  font-weight: 700;
  cursor: default;
}
.menu li.active a:hover, .menu li.active a:focus {
  text-decoration: none;
}
.language-link {
  height: 36px;
  width: 26px;
  display: inline-block;
  text-align: center;
}
ul.menu li.en:after {
  content: "/";
  display: inline-block;
  margin: 0 0.23607em;
  vertical-align: middle;
}
h1 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #2E3133;
  font-weight: 300;
}
a:link {
  color: #127079;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}
form {

}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex div {
  line-height: 1.25em;
}
.flex div.left {
  text-align: left;
}
.flex div.right {
  text-align: right;
}
label {
  font-size: 1.25em;
  font-weight: 600;
  margin-top:2em;
      display: block;
}
.helpLinks {margin: 0.5em 0 0 0; }
input[type="text"], input[type="password"] {
  border-color: #2E3133;
  background-color: white;
  width: 100%;
  max-width: 100%;
  height: auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  border: solid 1px #2E3133;
  border-radius: 2px;
  margin-top: 0.5em;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
button {
/*  background: #14838E; contrast is too low for AODA !!!!*/
  background: #127982;
  border: none;
  color: #fff;
  padding: 1.61803em 4.23607em;
  border-radius: 2px;
  font-weight: 700;
  transition: color .2s ease, background .2s ease;
  cursor: pointer;
}
button:hover, button:focus {
  background-color: #496C7E;
}
.link-button {
  display: inline;
  padding: 0;
  border: 0;
  font: inherit;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  background: transparent !important;
  color: #127079;
  -webkit-appearance: none;
}
.link-button:hover {
  text-decoration: none;
}

#status {
  padding: 1em;
  border: 2px solid #ED7024;
  margin-bottom: 2em;
  line-height: 1.5em;
  font-weight: 500;
}
button:focus {
  border: 3px solid #000;
}
button#printOut {
/*  changed border and color: #14838E; contrast is too low for AODA !!!!*/
  background: #fff;
  border: 1px solid #14808A;
  color: #14808A
}
button#printOut:hover, button#printOut:focus {
  background-color: #496C7E;
  color: #fff;
}
#xeula {
  border: solid 1px;
  border-color: #bbccff;
  padding: 1em 2em;
  height: 375px;
  overflow: auto;
  margin-bottom: 2em;
}
div.submitSection {}
button#printOut {
  margin-left: 1em;
}
#skip-link {    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;}
#skip-link:focus {  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
      line-height: 36px;
    margin: 0 auto;}
@media only screen and (min-width: 481px) {
  #largeLogo {
    display: block;
  }
  #smallLogo {
    display: none;
  }
  #header, footer {
    padding: 2em;
  }
  #main {
    padding: 3em 5em;
  }
  .flex.submitSection {
    width: 80%;
  }
}
@media only screen and (max-width: 580px) {
  .flex.submitSection {
    width: 90%;
  }
  div.submitSection button {
    width: 100%;
    clear: both;
    margin-bottom:1em;
  }
  button#printOut {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  #largeLogo {
    display: none;
  }
  #smallLogo {
    display: block;
  }
  #header, footer {
    padding: 1em;
  }
  #main {
    padding: 1em;
  }
  #xeula {
    padding: 0.25em 0.25em;
    height: 375px;
    overflow: auto;
  }
}
