/* Override current bootstrap library (v3.4.1) */
/* to keep the same look and feel of the website (as of bootstrap v3.3.5) */
body {
    font-size: 11px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
}
a {
  color: #00498d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #002141;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eee;
}
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.h3 {
  margin-top: 15px;
  margin-bottom: 7.5px;
}
.h6 {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 11px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 7.5px;
}
.lead {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 16.5px;
  }
}
small,
.small {
  font-size: 90%;
}
mark,
.mark {
  padding: .2em;
  background-color: #f99;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #00498d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #002f5a;
}
.text-success {
  color: #009c04;
}
a.text-success:hover,
a.text-success:focus {
  color: #006903;
}
.text-info {
  color: #6bc0e3;
}
a.text-info:hover,
a.text-info:focus {
  color: #40aedb;
}
.text-warning {
  color: #c00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #900;
}
.text-danger {
  color: #c00;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #900;
}
.bg-primary {
  color: #fff;
  background-color: #00498d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #002f5a;
}
.bg-success {
  background-color: #fff;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #c1e5f3;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #96d2eb;
}
.bg-warning {
  background-color: #f99;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f66;
}
.bg-danger {
  background-color: #f99;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f66;
}
.page-header {
  padding-bottom: 6.5px;
  margin: 30px 0 15px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 7.5px;
}
dl {
  margin-top: 0;
  margin-bottom: 15px;
}
dt {
  font-weight: bold;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
  padding: 7.5px 15px;
  margin: 0 0 15px;
  font-size: 13.75px;
  border-left: 5px solid #eee;
}
address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: 1.42857143;
}
pre {
  display: block;
  padding: 7px;
  margin: 0 0 7.5px;
  font-size: 10px;
  line-height: 1.42857143;
  color: #444;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #545454;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 10px 10px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #545454;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
