body {
  font-family: sans-serif;
  font-size: 13px;
  color: #333;
  background-color: #fff;
}

.container {
  padding-top: 15px;
}

.container-logo {
    background: transparent !important;
}

.logo {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ioa-application-header span {
  display: inline-block;
}

.ioa-application-header {
  text-align: center;
}

hr {
  border-color: #b78723;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #333;
}

h2 {
    margin-top: 10px;
    font-size: 24px;
}

h3 {
    font-size: 20px;
}


.filter-option {
  text-shadow: none;
}

.btn-info {
  color: #ffffff;
  background-color: #b78723;
  border-color: #b78723;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #b78723;
  border-color: #b78723;
}

a, 
a:link, 
a:focus,
a:active, 
a:visited, 
a:hover {
    color: #b78723;
    text-decoration: none;
}

.text-primary {
  color: #b78723;
}

@media (max-width: 768px) {
  .ioa-application-header span {
    display: block;
  }
}
