body {
  background-color: #fff;
  color: #000;
  font-family: Raleway;
  font-size: 14px;
  line-height: 1.4;
}
a {
  color: #000;
}
a:hover, a:focus {
  color: #0d5f81;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Raleway;
  line-height: 1.4;
  color: #292929;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 41px;
}
h2, .h2 {
  font-size: 34px;
}
h3, .h3 {
  font-size: 28px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 14px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: #0d5f81;
}
.btn-default {
  background-color: #0d5f81;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  border-color: #0747ee;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #3b86a6;
}
.btn-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #ff4200;
}
.btn-primary {
  background-color: #ff4200;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  border-color: #ff4200;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #ff4200;
}
.btn-primary, .btn-default {
  border-top-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
}
.btn-primary, .btn-default {
  padding-top: 16px;
}
.btn-primary, .btn-default {
  padding-right: 38px;
}
.btn-primary, .btn-default {
  padding-bottom: 16px;
}
.btn-primary, .btn-default {
  padding-left: 38px;
}
