body {
  background-color: #f9f9f9;
  color: #243341;
  font-size: 14px;
  line-height: 1.5;
}
a {
  color: #ff6c00;
}
a:hover, a:focus {
  color: custom;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4;
  color: #243341;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 31px;
}
h2, .h2 {
  font-size: 25px;
}
h3, .h3 {
  font-size: 21px;
}
h4, .h4 {
  font-size: 15px;
}
h5, .h5 {
  font-size: 12px;
}
h6, .h6 {
  font-size: 11px;
}
.btn-default {
  border-width: 0px;
}
.btn-default {
  background: #5e6b76;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px 0px false;
  box-shadow: 0px 0px 0px 0px false;
}
.btn-primary {
  border-width: 0px;
}
.btn-primary {
  background: #ff6c00;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px 0px false;
  box-shadow: 0px 0px 0px 0px false;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #fa9348;
}
.btn-primary, .btn-default {
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
