#preloader {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
}


.spinner {
    position: relative;
    margin-left: 25%;
     margin-top: 10%;
}


.header-font  {
  font-family: Arial;
  font-size: 36px;
  color: #959192;
  font-weight: bold;
  text-transform: uppercase;
}

.button-group   {
  position: relative;
  display: inline-block;
  margin: 1rem 0; }
  .button-group:before {
    content: attr(data-grouptype);
    z-index: 99999;
    color: #999;
    display: block;
    font-size: 1rem;
    padding: 0.25em;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 42.5%;
    top: 0.35rem; }
  .button-group button + button {
    margin-left: 5px;
  }


.top-bar {
  background: #1884BA;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background: #1884BA;
}

.font-small  {
  font-size: small;
}

.font-medium {
 font-weight: 1px;
 font-size: 1px;
}

.font-medium {
  font-size: medium;
}

.font-black a {
  color:#000000;
}

.right-margin {
  margin-right: 4px;
}
.content-font {
  font-family: Helvetica, Arial,sans-serif;
  font-size: 16px;

}
.sub-header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1884B4;
  line-height: 21px;
}

.disclaimer-font {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #999596;
  margin-top: -8px;
}

.list-font {

  font-family: Arial;
  font-size: 14px;
  color: #9B9798;
  font-weight: bold;

}

.quotes {
  font-style: italic;
  font-weight: bold;
  font-size: small;
  margin-top: 18px;
  margin-bottom: 25px;
}

button.round, .button.round {
  border-radius: 6px;
}