h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
  margin: 30px 0 15px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

a {
  text-decoration: none;
  background-color: transparent;
}

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

a:focus, button:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #2d2723;
}

#RBD-InitialText {z-index: 100;}