
body {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.rw_license_banner {
  display:none;
}

a:hover {
  color: rgb(92, 160, 56);
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(20, 41, 78);
}

.rw_header_center {
  font-weight: bold !important;
  font-size: 120%;
}

#footer-address {
  text-align: left;
}

#footer-phone {
  text-align: left;
}

#footer-email {
  text-align: left;
}

#footer-content {
  max-width: 50%;
  color: white !important;
}

#footer-content p {
  margin-top: 0px !important;
}
#rw_footer_wrapper {
  color: white !important;
  background-color: rgb(54, 94, 102) !important;
}

#rw_footer_wrapper a {
  color: white !important;
}

#footer-first-row i {
    margin-right: 50%;
}

#footer-second-row {
 max-width: 50%;
}

#footer-second-row i {
  margin-right: 1%
}

#footer-content p {
  -webkit-font-smoothing: antialiased;  
  font-family: Conv_Gotham-Book, "Helvetica Neue", Helvetica;
}

.footer-icon {
  float: left;
  height: 100%;
  display: table-cell;
}

.footer-icon i {
  font-size: 3em;
  vertical-align: middle; 
  text-align: center; 
  height: 100%;
}

#forgot-password {
    display:none;
}


