@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

body {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 20px;
  position: relative;
  text-align: left;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #34499a;
}
h1 {
  font-size: 18pt;
  line-height: 30pt;
  font-weight: normal;
  font-family: 'Open Sans Condensed', sans-serif;
}
h2 {
  font-size: 20pt;
  line-height: 28pt;
  font-weight: normal;
  margin: 0 0 25pt;
  font-family: 'Open Sans Condensed', sans-serif;
}
h3 {
  font-size: 16pt;
  line-height: 24pt;
  color: #333333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  margin: 10pt 0;
}
legend {
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 0 0 5px 0;
}
fieldset {
  margin-bottom: 20px;
}
h4 {
  font-size: 14pt;
  line-height: 25.5pt;
  padding: 5px;
  font-family: 'Open Sans Condensed', sans-serif;
}
h5 {
  font-size: 14pt;
  line-height: 22pt;
  font-weight: bold;
}
h6 {
  font-size: 12pt;
  line-height: 22pt;
}

.navbar-brand{
  color: #999999;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}
div.radio label, div.radio .form-check{
  display: inline-block;
  margin-right: 10px;
}

div.radio label{
  font-weight: normal;
}

.registration_form label{
  margin-bottom: 0;
  font-weight: bold;
}