@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
img.border {
  border: 3px solid #ffffff;
}
.img-right {
  float: right;
  margin: 10px 0 20px 20px;
}
.img-left {
  float: left;
  margin: 10px 20px 20px 0;
}
form > label,
form > .label {
  display: block;
  font-size: 21.6px;
  font-weight: bold;
}
form > select {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  display: block;
  width: 100%;
  height: 34px;
  margin-top: 5px;
  padding: 6px 12px;
  font-size: 21.6px;
  line-height: 25.2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form > [name="submit"] {
  margin-top: 15px;
}
html {
  background: #ddd;
}
html > body {
  background: #fff;
  box-shadow: 0px 5px 10px 5px #999;
  color: #555;
  font-family: Helvetica, "Arial Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 30px auto;
  max-width: 1200px;
  min-width: 320px;
  padding-top: 30px;
  width: 80%;
}
html > body a,
html > body a:visited,
html > body a:hover {
  color: #555;
}
html > body a:active {
  color: #d00;
}
html > body > header {
  display: flex;
  padding: 0 20px;
}
html > body > header > h1 {
  flex: 1 25%;
  margin: 0 20px 0 0;
  min-width: 159px;
}
html > body > header > h1 > a {
  display: block;
}
html > body > header > h1 > a > img {
  width: 100%;
}
html > body > header > nav {
  color: #666;
  flex: 3 75%;
  margin: 0 0 30px;
  overflow: hidden;
}
html > body > header > nav > ul {
  display: inline-block;
  list-style: none;
}
html > body > header > nav > ul > li {
  display: inline-block;
}
html > body > header > nav > ul > li > a,
html > body > header > nav > ul > li > a:visited {
  display: block;
  font-size: 120%;
  padding: 15px 20px;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}
html > body > header > nav > ul > li > a:hover {
  background: #ddd;
  color: #444;
}
html > body > section {
  padding: 0 20px;
}
html > body > section h1,
html > body > section h2,
html > body > section h3,
html > body > section h4 {
  border-bottom: 2px solid #d00;
}
html > body > section h1 {
  font-size: 36px;
  margin: 20px 0 15px;
  padding: 0 0 15px;
}
html > body > section h2 {
  font-size: 32.4px;
  margin: 15px 0 10px;
  padding: 0 0 10px;
}
html > body > section h3 {
  font-size: 28.8px;
  margin: 10px 0 5px;
  padding: 0 0 5px;
}
html > body > section h4 {
  font-size: 25.2px;
  margin: 10px 0 5px;
  padding: 0 0 5px;
}
html > body > section p {
  margin: 0 0 15px;
}
html > body > section table {
  border-collapse: collapse;
  margin: 20px auto 40px;
  min-width: 320px;
}
html > body > section table > caption {
  font-size: 25.2px;
  margin-bottom: 10px;
  text-align: left;
}
html > body > section table > thead > tr > th {
  background: #666;
  border: 1px solid #666;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
html > body > section table > thead > tr > th.lvl {
  min-width: 180px;
}
html > body > section table > thead > tr > th.amt {
  min-width: 160px;
}
html > body > section table > tbody > tr > td {
  border-bottom: 1px solid #666;
  padding: 10px;
}
html > body > section table > tbody > tr > td > p + p {
  margin-top: 10px;
}
html > body > section table > tbody > tr > td > p > em {
  font-style: italic;
  font-weight: bold;
}
html > body > section#board > h2 {
  margin-bottom: 25px;
}
html > body > section#board > article {
  clear: left;
}
html > body > section#board > article .headshot {
  float: left;
  height: 250px;
  margin: 0 15px 15px 0;
  overflow: hidden;
  position: relative;
  width: 210px;
}
html > body > section#board > article .headshot > img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
html > body > section#board > article .headshot.no-image {
  background: #eee;
  border: 1px solid #666;
}
html > body > section#board > article .headshot.no-image::before {
  content: "Image Coming Soon!";
  display: block;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  left: 0px;
  line-height: 30px;
  padding-top: 40%;
  text-align: center;
  top: 0px;
  width: 100%;
}
html > body > section#board > article > h3 {
  border-color: #bbb;
  margin: 0 0 10px 225px;
}
html > body > section#board > article > p {
  margin: 0 0 10px 225px;
}
html > body > section#board > article + article {
  margin-top: 55px;
}
html > body > section + section {
  clear: both;
  margin-top: 40px;
}
html > body > footer {
  background: #efefef;
  color: #666;
  padding: 10px 20px 30px;
  margin: 30px 0 0;
}
html > body > footer > ul {
  float: left;
}
html > body > footer > ul > li {
  display: block;
  float: left;
  height: 48px;
  width: 48px;
}
html > body > footer > ul > li + li {
  margin-left: 15px;
}
html > body > footer > ul > li > a {
  display: block;
  height: 100%;
  width: 100%;
}
html > body > footer > ul > li > a > img {
  height: 100%;
  width: 100%;
}
html > body > footer > .powered-by {
  float: right;
  font-size: 14.4px;
  text-align: right;
  width: 315px;
}
html > body > footer > .powered-by > span,
html > body > footer > .powered-by > img {
  display: block;
  margin-bottom: 10px;
}
html > body > footer > .powered-by > span {
  font-style: italic;
  font-weight: bold;
}
html > body > footer > .powered-by > img {
  float: right;
  max-width: 264px;
}
html > body#support #support-gallery {
  display: flex;
}
html > body#support #support-gallery aside {
  flex: 1 45%;
}
html > body#support #support-gallery aside + aside {
  margin-left: 20px;
}
html .alert {
  color: #888;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
#amznCharityBanner {
  height: 260px;
  max-width: 100%;
  overflow: auto;
  position: relative;
}
#amznCharityBanner > iframe {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/*# sourceMappingURL=styles.css.map */