body {
  margin: 0;
  background-color: #f0f0f0;
  font-family: "Segoe UI", "Helvetica Neue", "Verdana", "Arial", "Helvetica", sans-serif; }

h1 {
  text-align: center; }

.content {
  padding: 60pt 0; }

.content a {
  color: #1F64FF;
  text-decoration: none; }

.content a:hover {
  color: #1F64FF;
  text-decoration: underline; }

.box {
  border: 1px solid silver;
  background-color: white;
  padding: 12pt;
  margin-bottom: 12pt; }
  .box h1 {
    margin-top: 0;
    font-size: 18pt;
    text-align: left; }

.footer {
  background-color: #c0c0c0;
  position: fixed;
  bottom: 0;
  font-size: 15px;
  padding: 10px 0;
  width: 100%; }

.minblock, .stdblock, .heroblock, .newsblock, .content {
  max-width: 960px;
  width: 100%;
  margin: auto; }

#header {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid silver;
  position: fixed;
  top: 0;
  height: 40px;
  left: 0;
  right: 0;
  z-index: 1; }

.menulogo {
  float: left;
  padding-top: 5px; }
  .menulogo img {
    border: none;
    height: 30px; }

#menu {
  padding: 0 10pt;
  font-size: 12pt;
  float: right; }
  #menu a {
    color: #404040;
    text-decoration: none;
    display: inline-block;
    padding: 10px; }
  #menu a:hover {
    color: #000000;
    text-decoration: none; }

#menuitems {
  list-style-type: none;
  margin: 0; }
  #menuitems li {
    font-size: 12pt;
    display: inline;
    list-style: none; }

.menubody {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%; }

#footer {
  clear: both;
  position: absolute;
  bottom: 0;
  font-size: 9pt;
  padding: 10px 0;
  width: 100%;
  color: #808080;
  background-color: #f0f0f0; }
  #footer a {
    color: #808080;
    text-decoration: none; }
  #footer a:hover {
    color: #808080;
    text-decoration: underline; }

.footer-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.footer-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.footer-item {
  margin: 6pt; }

@media screen and (max-width: 700px) {
  #menuitems li.mi-desktop {
    display: none; }

  .footer-item {
    margin: 3pt; }

  .footer-copy {
    order: 10; } }
.mi {
  font: 12pt "Segoe UI", "Helvetica Neue", "Verdana", "Arial", "Helvetica", sans-serif;
  display: inline-block;
  margin-right: 4pt;
  color: #ffffff;
  background-color: #F26924;
  padding: 6pt 12pt;
  min-width: 8em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s; }

a.mi, a.mi:visited {
  color: #ffffff; }

a.mi:hover {
  background-color: #F28046;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s; }

#phone_menu {
  display: none; }

@media (max-width: 767px) {
  .content {
    padding: 20pt 0; }

  h2 {
    margin-left: 6pt; }

  .box {
    border-left: none;
    border-right: none; }

  #phone_menu {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid silver;
    position: fixed;
    top: 0;
    height: 45px;
    left: 0;
    right: 0;
    z-index: 1; }

  #desktop_menu {
    display: none; } }
#account_button {
  position: relative; }
  #account_button img {
    height: 1em; }

#account_popup {
  visibility: hidden;
  position: absolute;
  width: 300px;
  top: 25px;
  right: 0;
  border: 1px solid silver;
  background-color: #f0f0f0;
  z-index: 1; }
  #account_popup #account_cmds a {
    display: block;
    padding: 6pt 12pt;
    background-color: white;
    border-top: 1px solid #c0c0c0; }
  #account_popup #account_cmds a:hover {
    background-color: #c0c0c0; }

.popup_show {
  visibility: visible !important; }

#account_info {
  padding: 12pt; }

#account_title {
  font-size: 14pt;
  font-weight: bold; }

#signin_panel {
  margin: 0;
  background: #FFFFFF;
  font-family: "Segoe UI", "Helvetica", sans-serif; }
  #signin_panel .si-form {
    position: relative;
    z-index: 1;
    padding: 12pt;
    text-align: center; }
    #signin_panel .si-form input {
      font-family: "Segoe UI", "Helvetica", sans-serif;
      outline: 0;
      background: #f2f2f2;
      width: 100%;
      border: 0;
      margin: 0 0 12pt;
      padding: 6pt;
      box-sizing: border-box;
      font-size: 12pt; }
    #signin_panel .si-form button {
      font-family: "Segoe UI", "Helvetica", sans-serif;
      text-transform: uppercase;
      outline: 0;
      background: #F26924;
      width: 100%;
      border: 0;
      padding: 6pt;
      color: #FFFFFF;
      font-size: 12pt;
      transition: all 0.3 ease;
      cursor: pointer; }
    #signin_panel .si-form button:hover, #signin_panel .si-form button:active, #signin_panel .si-form button:focus {
      background: #F26924; }
    #signin_panel .si-form .si-message {
      margin: 15px 0 0;
      color: #838282;
      font-size: 12pt; }
      #signin_panel .si-form .si-message a {
        color: #F26924;
        text-decoration: none; }
    #signin_panel .si-form .reset-form, #signin_panel .si-form .signup-form {
      display: none; }
  #signin_panel #sign-in-error, #signin_panel #connect-error, #signin_panel #blank-error, #signin_panel #email-error, #signin_panel #password-mismatch-error, #signin_panel #field-error {
    color: red;
    display: none;
    margin-bottom: 6pt; }
