.site h1,
.site .h1,
.site h2,
.site p {
  color: #414042;
}
.site .btn-primary {
  background-color: #0097D7;
  color: #FFFFFF;
}
.site .btn-primary:hover {
  background-color: #0bb6ff;
}
.site .btn-flat.btn-primary {
  background-color: rgba(0,151,215,0);
  color: #0097D7;
}
.site .btn-flat.btn-primary:hover {
  background-color: rgba(0,151,215,0.5);
}
.site .bg-primary,
.site .bg-primary p
{
  background-color: #0097D7;
  color: #FFFFFF;
}
.site .bg-primary:hover {
  background-color: #0bb6ff;
}
.site .text-primary {
  color: #0097D7;
}
.site .text-primary:hover {
  color: #0bb6ff;
}
.site .bg-primary-25 {
  background-color: rgba(0,151,215,0.25);
}
.site .bg-primary-50 {
  background-color: rgba(0,151,215,0.5);
}
.site .bg-primary-75 {
  background-color: rgba(0,151,215,0.75);
}
.site .bg-primary-75 {
  background-color: rgba(0,151,215,0.9);
}
.site .text-primary-25 {
  color: rgba(0,151,215,0.25);
}
.site .text-primary-50 {
  color: rgba(0,151,215,0.5);
}
.site .text-primary-75 {
  color: rgba(0,151,215,0.75);
}
.site .border-primary {
  border-color: #0097D7;
}
.site .btn-secondary {
  background-color: #0097D7;
  color: #FFFFFF;
}
.site .btn-secondary:hover {
  background-color: #0bb6ff;
}
.site .btn-flat.btn-secondary {
  background-color: rgba(0,151,215,0);
  color: #0097D7;
}
.site .btn-flat.btn-secondary:hover {
  background-color: rgba(0,151,215,0.5);
}
.site .bg-secondary {
  background-color: #0097D7;
  color: #FFFFFF;
}
.site .bg-secondary:hover {
  background-color: #0bb6ff;
}
.site .text-secondary {
  color: #0097D7;
}
.site .text-secondary:hover {
  color: #0bb6ff;
}
.site .bg-secondary-25 {
  background-color: rgba(0,151,215,0.25);
}
.site .bg-secondary-50 {
  background-color: rgba(0,151,215,0.5);
}
.site .bg-secondary-75 {
  background-color: rgba(0,151,215,0.75);
}
.site .text-secondary-25 {
  color: rgba(0,151,215,0.25);
}
.site .text-secondary-50 {
  color: rgba(0,151,215,0.5);
}
.site .text-secondary-75 {
  color: rgba(0,151,215,0.75);
}
.site .border-secondary {
  border-color: #0097D7;
}
.site .btn-tertiary {
  background-color: #0097D7;
  color: #FFFFFF;
}
.site .btn-tertiary:hover {
  background-color: #0bb6ff;
}
.site .btn-flat.btn-tertiary {
  background-color: rgba(0,151,215,0);
  color: #0097D7;
}
.site .btn-flat.btn-tertiary:hover {
  background-color: rgba(0,151,215,0.5);
}
.site .bg-tertiary {
  background-color: #0097D7;
  color: #FFFFFF;
}
.site .bg-tertiary:hover {
  background-color: #0bb6ff;
}
.site .text-tertiary {
  color: #0097D7;
}
.site .text-tertiary:hover {
  color: #0bb6ff;
}
.site .bg-tertiary-25 {
  background-color: rgba(0,151,215,0.25);
}
.site .bg-tertiary-50 {
  background-color: rgba(0,151,215,0.5);
}
.site .bg-tertiary-75 {
  background-color: rgba(0,151,215,0.75);
}
.site .text-tertiary-25 {
  color: rgba(0,151,215,0.25);
}
.site .text-tertiary-50 {
  color: rgba(0,151,215,0.5);
}
.site .text-tertiary-75 {
  color: rgba(0,151,215,0.75);
}
.site .border-tertiary {
  border-color: #0097D7;
}
