/* NOTE this file was auto-generated from equit.less, any changes will be overwritten */
a,
a:visited {
  text-decoration: none;
  color: #4af;
}
a:hover,
a:visited:hover {
  color: rgba(255, 255, 255, 0.33);
}
img {
  border: 0px;
}
body {
  padding: 0px;
  background: #eee;
  max-width: 1024px;
  margin: auto;
}
.accesskey {
  text-decoration: underline;
}
.site-image {
  cursor: pointer;
  padding: 0 20px;
}
.float-left {
  float: left;
  padding-left: 2em;
}
.float-right {
  float: right;
}
header {
  position: fixed;
  left: 0;
  width: 100%;
  height: 110px;
  font-family: "Noto Sans Display Light", Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  font-size: 18pt;
  border-bottom: 1px solid #1f4265;
  background: #1f4265;
  background: linear-gradient(to top, #285684, #285684 50%, #1f4265 50%, #1f4265);
  box-shadow: 0 0 30px black;
  z-index: 100;
}
header img {
  display: inline-block;
  text-align: left;
  margin: 15px;
  height: 80px;
  vertical-align: bottom;
}
header nav {
  display: inline-block;
  font-size: 16.8pt;
}
header nav ul {
  text-align: center;
  margin: 0 0 0 20px;
}
header nav ul li {
  display: inline;
  list-style: none;
  padding: 0em 0.75em;
}
header nav ul li a:hover {
  color: white;
}
header nav ul li a .accesskey {
  text-decoration: none;
}
header nav ul li a:hover .accesskey {
  text-decoration: underline;
}
footer {
  font-family: "Noto Sans Display Light", Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  color: #aaa;
  padding: 30px 0;
  text-align: center;
  background: #1f4265;
  width: 100%;
}
footer p {
  margin-left: 0em;
  margin-right: 1em;
  margin-top: 0em;
  margin-bottom: 0.5em;
}
footer p img {
  vertical-align: middle;
}
#content {
  width: 100%;
  margin: 0px;
  padding-top: 110px;
  font-family: "Noto Sans Display Light", Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-size: 13pt;
  color: #eee;
  z-index: 0;
}
#content h1,
#content h2,
#content h3 {
  font-weight: 400;
  margin-bottom: 0.5em;
  padding: 0em;
}
#content h1 {
  letter-spacing: 0.25em;
  font-size: 24pt;
  margin-top: 1em;
}
#content h2 {
  font-size: 18pt;
  padding-left: 30px;
}
#content p {
  padding: 0.5em 30px;
  margin: 0;
  line-height: 1.66;
  text-align: justify;
}
#content > section {
  padding: 2em;
  background-color: transparent;
  color: #112234;
  transition: background-color 150ms ease-in, color 150ms ease-in, transform 150ms ease-in-out;
  transform: scale(0.95);
}
#content > section.section-highlight {
  transform: scale(1);
  background-color: #397134;
  color: #bcd2e6;
}
#content > section:nth-child(2n + 1) h1,
#content > section:nth-child(2n + 1) h2,
#content > section:nth-child(2n + 1) h3,
#content > section:nth-child(2n + 1) a {
  color: #1f4265;
}
#content > section:nth-child(2n + 1).section-highlight h1,
#content > section:nth-child(2n + 1).section-highlight h2,
#content > section:nth-child(2n + 1).section-highlight h3,
#content > section:nth-child(2n + 1).section-highlight a {
  color: #4af;
}
#content > section:nth-child(2n + 2) h1,
#content > section:nth-child(2n + 2) h2,
#content > section:nth-child(2n + 2) h3,
#content > section:nth-child(2n + 2) a {
  color: #3587cc;
}
#content > section:nth-child(2n + 2).section-highlight h1,
#content > section:nth-child(2n + 2).section-highlight h2,
#content > section:nth-child(2n + 2).section-highlight h3,
#content > section:nth-child(2n + 2).section-highlight a {
  color: #fffd6d;
}
#content p.code {
  display: block;
  max-height: 200px;
  overflow: auto;
  margin: 1em 2em;
  padding: 1em;
  white-space: pre;
  font-family: monospace;
  font-weight: 400;
  font-size: 10.8pt;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background: rgba(70, 70, 70, 0.25);
  color: #c7c7c7;
}
#content a {
  font-weight: bold;
  color: #4af;
  white-space: nowrap;
  /* ensures indicator is always on same line as link */
}
#content a:visited {
  color: #2876B7;
}
#content a:hover,
#content a:visited:hover {
  border-bottom: 1px dotted;
}
#content a:after {
  content: "\1F892";
  /* U+1F892 &#129170; Rightwards Triangle Arrowhead UTF-8: 0xF0 0x9F 0xA2 0x92 */
}
#content ul {
  display: block;
  padding: 0em 4em;
  text-align: justify;
}
#content li {
  margin-top: 0.6em;
  list-style: url(../images/bullet.png);
}
#content ul em {
  font-weight: bold;
  font-style: normal;
}
#content input[type="text"],
#content input[type="email"],
#content textarea {
  font-family: "Noto Sans Display Light", Arial, Helvetica, Sans-Serif;
  font-size: 12pt;
  padding: 0.5em;
  border-radius: 8px;
  border: 2px solid transparent;
  outline: none;
  color: #112234;
  transition: transform 150ms ease-in, background 50ms linear;
}
#content input[type="text"]:focus,
#content input[type="email"]:focus,
#content textarea:focus {
  background: #112234;
  color: #eee;
  border: 2px solid #eee;
  transform: scale(1.015);
}
#content button {
  font-family: "Noto Sans Display Light", Arial, Helvetica, Sans-Serif;
  font-size: 12pt;
  padding: 0.33em 1em;
  border-radius: 4px;
  background-color: #f8f8f8;
  border: 2px solid #888;
  color: #333;
  font-weight: bold;
}
#content button:hover {
  border-color: #4af;
}
#content .equit-contact-form {
  margin-left: 2em;
}
#content .equit-contact-form > label {
  display: block;
  float: left;
  min-width: 150px;
  margin: 10px 10px 10px 0;
  text-align: right;
}
#content .equit-contact-form > button,
#content .equit-contact-form > input,
#content .equit-contact-form > textarea {
  margin: 15px;
  display: block;
  min-width: 300px;
}
#content .equit-contact-form > button {
  margin-left: 160px;
}
#content .equit-contact-form .g-recaptcha {
  margin-left: 160px;
}
#content .equit-contact-form > textarea {
  min-width: 400px;
  min-height: 150px;
}
.equit-viewer {
  background: rgba(68, 170, 255, 0.85);
  transition: opacity 100ms ease-in-out;
  margin: 0px;
  border-radius: 4px;
}
.equit-viewer-image {
  background: transparent;
  margin: 20px 0 20px 20px;
  box-shadow: 0 0 15px #222;
}
.equit-viewer-close-icon {
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 5px;
  transition: transform 100ms ease-in-out;
}
.equit-viewer-close-icon:hover {
  transform: scale(1.25);
}
.toast {
  font-family: "Noto Sans Display Light", Arial, Helvetica, Sans-Serif;
  font-size: 14pt;
  position: fixed;
  padding: 30px;
  left: 20%;
  top: 35%;
  min-height: 120px;
  height: 30%;
  height: calc(30% - 60px);
  min-width: 400px;
  width: 50%;
  width: calc(60% - 60px);
  z-index: 10000;
  background: #1f4265;
  color: #eee;
  opacity: 0.975;
  overflow-y: auto;
  overflow-x: auto;
  border-radius: 3px;
  border-bottom: 6px solid #172f47;
  box-shadow: 0 0 15px #222;
  transition: opacity 250ms ease-in-out;
}
.toast.appearing,
.toast.disappearing {
  opacity: 0;
}
.toast .pushbutton-group.horizontal {
  display: block;
  padding: 10px 0;
  margin: 30px 0 10px 0;
  list-style: none;
  text-align: center;
}
.toast .pushbutton-group.horizontal li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.toast .pushbutton-group.horizontal .pushbutton {
  font-family: "Noto Sans Display Light", sans-serif;
  background: #112234;
  padding: 5px 10px;
  border-radius: 1px;
  border-bottom: 5px solid transparent;
  transition: background 250ms, border-color 250ms;
  cursor: pointer;
}
.toast .pushbutton-group.horizontal .pushbutton:hover {
  text-decoration: none;
  color: #fffd6d;
  border-color: #fffd6d;
}
