html, div, span, applet, object, iframe, header, nav, article, section, aside, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0; }

:focus {
  outline: 0; }

html {
  background: #666666;
  font-size: 75%; }

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Lucida Grande", Verdana, Arial, Lucida, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 1em;
  width: 762px; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  width: 100%; }

th, td {
  padding: 0.5em;
  vertical-align: top; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

p {
  margin: 1em 0; }

a {
  color: #036;
  text-decoration: none; }

a:hover {
  color: #369;
  text-decoration: underline; }

a.active {
  color: #036; }

a.visited {
  color: #eff3ff; }

a.medwhite {
  color: #fff; }

a.medwhite:hover {
  color: #eff3ff;
  font-weight: 900; }

h1, h2, h3, h4, h5 {
  color: #6699cc;
  font-weight: 300; }

h1 {
  font-size: 1.5em; }

h2, h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.1em;
  font-weight: bold; }

h5 {
  font-size: 1em; }

[role="banner"] {
  background: url(../img/masthead.png) no-repeat;
  padding-top: 92px;
  position: relative;
  z-index: 100;
  border-right: 2px solid #333333; }

.logo {
  display: block;
  height: 50px;
  left: 38px;
  position: absolute;
  text-indent: -999em;
  top: 18px;
  width: 240px;
  z-index: 100; }

[role="navigation"] {
  height: 34px;
  position: absolute;
  right: 5px;
  top: 55px; }

.menubar {
  border: 1px solid #000;
  display: flex;
  font-size: 10px;
  justify-content: space-evenly;
  line-height: 1;
  margin-left: auto; }
  .menubar > li {
    position: relative;
    transition: background 300ms ease-out; }
    .menubar > li > a {
      color: #000;
      display: block;
      padding: 0.3em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
  .menubar > li:nth-child(n+4) > .menu {
    right: 0; }

.menubar:first-child {
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
  width: 440px;
  z-index: 200; }
  .menubar:first-child > li > .menu {
    background: #fc6; }
    .menubar:first-child > li > .menu > li:hover {
      background: #fec; }
  .menubar:first-child > li:hover {
    background: #c93; }

.menubar:nth-child(2) {
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  margin-top: -1px;
  width: 465px;
  z-index: 100; }
  .menubar:nth-child(2) > li:hover {
    background: #999; }

.menu {
  background: #ccc;
  border-top: 1px solid #000;
  cursor: pointer;
  display: none;
  opacity: 0;
  position: absolute;
  top: 14px;
  z-index: 100;
  /* needed to fix transparency problem */ }
  .menu > li {
    border: 1px solid #000;
    border-top: 0;
    position: relative;
    transition: background 300ms ease-out; }
    .menu > li > a,
    .menu > li > div {
      color: #000;
      display: block;
      padding: 0.5em;
      text-decoration: none; }
    .menu > li > a > div:first-child,
    .menu > li > div {
      font-size: 12px;
      font-weight: bold;
      white-space: nowrap; }
    .menu > li > a > div:first-child::before,
    .menu > li > div::before {
      color: #666;
      content: "\25a3";
      padding-right: 0.25em;
      font-weight: normal; }
    .menu > li > a > div:nth-child(2) {
      margin-top: 0.5em; }
    .menu > li > div:after {
      content: "\25b6";
      position: absolute;
      right: 0.5em; }
  .menu > li:hover {
    background: #eee; }
    .menu > li:hover > .menu {
      left: 99%;
      right: auto;
      top: 0; }

@keyframes menu-fade {
  0% {
    opacity: 0; } }
li:hover > .menu {
  animation: menu-fade 300ms ease-out both;
  display: block;
  opacity: 1; }

.tagline {
  background: #336699;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
  border-color: #333333;
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0.75em;
  line-height: 1;
  margin: 4px 10px;
  padding: 0.15em 0 0.2em 0.75em;
  text-transform: lowercase; }

.callout {
  position: relative;
  line-height: 1;
  margin: 0.5em auto; }
  .callout span {
    position: relative; }
  .callout a, .callout a:hover {
    text-decoration: none; }

#content {
  border-right: 2px solid #333;
  margin: auto;
  padding: 2em; }

#footer {
  background: #666;
  font-size: 9px;
  line-height: 1.6; }

.footer-links {
  display: inline-flex;
  justify-content: space-evenly;
  padding: 0.25em 0.5em; }
  .footer-links > li {
    margin-left: 0.5em; }
  .footer-links > li::before {
    content: "::";
    margin-right: 0.25em; }
  .footer-links > li:first-child::before {
    content: " "; }

#footer-quicknav {
  background: #69c;
  border-left: 1px solid #000;
  padding: 0.25em 0.5em;
  margin: 0;
  text-align: center;
  float: right; }

#footer-copyright {
  color: #999;
  text-align: center;
  margin: 0.5em;
  clear: both; }

a {
  color: #369;
  text-decoration: none; }

q {
  font-style: italic; }

q:before, q:after {
  color: #369;
  font-size: 300%; }

#footer-navbar {
  background: #ccc;
  border-top: 1px solid #000;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  border-left: 1px solid #000;
  color: #000;
  height: 100%;
  overflow: hidden;
  text-transform: uppercase; }

.footer-link-list {
  margin: 0;
  padding: 0.25em 0.5em;
  float: left; }

.footer-link {
  display: inline;
  margin-left: 0.5em; }

.footer-link:before {
  content: "::";
  margin-right: 0.5em; }

.footer-link:first-child:before {
  content: ""; }

.infobox {
  border: 1px solid #000000;
  margin: 1em; }
  .infobox > header {
    border-bottom: 1px solid #000000;
    padding: 1px 0 0 1em; }
    .infobox > header > .heading {
      color: #ffffff;
      font-size: 12px;
      font-weight: bold; }

.largedblue {
  font-size: 13px;
  color: #336699;
  font-weight: 900; }

.reggrey {
  font-size: 12px;
  color: #666666;
  font-weight: 900; }

.largewhite {
  font-size: 12px;
  font-weight: 900;
  color: #fff; }

.basefont {
  font-size: 12px; }

.code {
  font-size: 12px;
  font-family: "Courier New", Courier, Helvetica, monospace; }

.supfaq {
  font-size: 12px;
  color: #003366;
  font-weight: bold; }

.largegrey {
  font-size: 13px;
  color: #333333; }

/* small fonts */
.smallblack, .smallred, .smallblackcond, .smallgrey, .smalldgrey {
  font-size: 9px;
  line-height: 1.6; }

.smallgrey {
  color: #999999; }

.smallblackcond {
  color: #000;
  word-spacing: -02px; }

.smallblack {
  color: #000; }

.smallred {
  color: #ff0000; }

.smalldgrey {
  color: #666666; }

.medwhite {
  font-size: 11px;
  line-height: 1.4;
  color: #fff; }

.supportcontent {
  margin: 0 5px; }

.dialogbox {
  border: #000 1px solid; }

.bottomrule {
  border-bottom: #000 1px solid; }

.toprule {
  border-top: #000 1px solid; }

.trcornerrule {
  border-top: #000 1px solid;
  border-right: #000 1px solid; }

.tlcornerrule {
  border-top: #000 1px solid;
  border-left: #000 1px solid; }

.brcornerrule {
  border-bottom: #000 1px solid;
  border-right: #000 1px solid; }

.tbrule {
  border-bottom: #000 1px solid;
  border-top: #000 1px solid; }

.tlcornerrule {
  border-top: #000 1px solid;
  border-left: #000 1px solid; }

.lrtrule {
  border-top: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid; }

.siderule {
  border-left: #000 1px solid;
  border-right: #000 1px solid; }

.rightrule {
  border-right: #000 1px solid;
  text-align: right; }

.leftrule {
  border-left: #000 1px solid;
  text-align: right; }

.inputbuttons {
  background: #369;
  border: #000 1px solid;
  color: #fff;
  font-weight: bold;
  font-size: 12px; }

.deffield {
  font-size: 12px; }

.tab {
  border-radius: 0 1em 0 0; }

.regdgrey {
  font-size: 10px;
  line-height: 2.2; }

/*# sourceMappingURL=main20200701.css.map */
