body {
  background-color: #f7f7f7;
  color: #696e7b;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.7;
}
a {
  color: #1b3281;
}
a:hover, a:focus {
  color: custom;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Montserrat;
  font-weight: 600;
  line-height: 1.4;
  color: #212b36;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 29px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 15px;
}
h5, .h5 {
  font-size: 11.5px;
}
h6, .h6 {
  font-size: 10px;
}
.btn-default {
  border-width: 0px;
}
.btn-default {
  background: #fff;
  font-size: 12px;
  color: #1b3281;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #1b3281;
}
.btn-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #1b3281;
}
.btn-primary {
  background: #1b3281;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary:hover, .btn-primary:focus {
  color: #1b3281;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #fff;
}
.btn-primary, .btn-default {
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
