/* Screen widths */
/* Site Colors */
.black-bg {
  background-color: #1B1B1B;
}
.text-black {
  color: #1B1B1B;
}
.white-bg {
  background-color: #FFFFFF;
}
.text-white {
  color: #FFFFFF;
}
.base-bg {
  background-color: #404040;
}
.text-base {
  color: #404040;
}
.base-darker-bg {
  background-color: #282727;
}
.text-base-darker {
  color: #282727;
}
.base-light-bg {
  background-color: #6b6b6b;
}
.text-base-light {
  color: #6b6b6b;
}
.base-lightest-bg {
  background-color: #F0F0F0;
}
.text-base-lightest {
  color: #F0F0F0;
}
.primary-bg {
  background-color: #2f548b;
}
.text-primary {
  color: #2f548b;
}
.primary-vivid-bg {
  background-color: #c8e4fb;
}
.text-primary-vivid {
  color: #c8e4fb;
}
.primary-dark-bg {
  background-color: #263143;
}
.text-primary-dark {
  color: #263143;
}
.primary-darker-bg {
  background-color: #263143;
}
.text-primary-darker {
  color: #263143;
}
.secondary-bg {
  background-color: #f7f7f7;
}
.text-secondary {
  color: #f7f7f7;
}
.secondary-vivid-bg {
  background-color: #3d52c9;
}
.text-secondary-vivid {
  color: #3d52c9;
}
.secondary-dark-bg {
  background-color: #e8e8e8;
}
.text-secondary-dark {
  color: #e8e8e8;
}
.secondary-darkest-bg {
  background-color: #151381;
}
.text-secondary-darkest {
  color: #151381;
}
.accent-cool-lighter-bg {
  background-color: #BDF8EA;
}
.text-accent-cool-lighter {
  color: #BDF8EA;
}
.accent-cool-light-bg {
  background-color: #78CFBA;
}
.text-accent-cool-light {
  color: #78CFBA;
}
.accent-cool-bg {
  background-color: #559E8D;
}
.text-accent-cool {
  color: #559E8D;
}
.accent-cool-dark-bg {
  background-color: #007b5f;
}
.text-accent-cool-dark {
  color: #007b5f;
}
.accent-cool-darker-bg {
  background-color: #026851;
}
.text-accent-cool-darker {
  color: #026851;
}
.accent-warm-lighter-bg {
  background-color: #FFFCE5;
}
.text-accent-warm-lighter {
  color: #FFFCE5;
}
.accent-warm-bg {
  background-color: #FDEE67;
}
.text-accent-warm {
  color: #FDEE67;
}
.white-bg {
  background-color: #FDFDFD;
}
.btn-items a,
.btn.btn-primary {
  background-color: #5a6e25 !important;
  color: #FFFFFF !important;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  border-radius: 4px;
}
.btn-items a:hover,
.btn.btn-primary:hover,
.btn-items a:focus,
.btn.btn-primary:focus {
  background-color: #8ba838 !important;
  color: #1B1B1B !important;
}
.btn.btn-secondary {
  background-color: #263143 !important;
  color: #FFFFFF !important;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  border-radius: 4px;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #2f548b !important;
}
.btn.btn-outline-primary,
.btn.btn-default {
  color: #c8e4fb;
  box-shadow: inset 0 0 0 0.125rem #c8e4fb;
  line-height: 1.5rem;
}
.btn.btn-outline-primary:hover,
.btn.btn-default:hover,
.btn.btn-outline-primary:focus,
.btn.btn-default:focus {
  color: #c8e4fb;
  background-color: #B8DEFF !important;
  box-shadow: inset 0 0 0 0.125rem #2E6276;
}
.gradient-green-bg {
  background: linear-gradient(90deg, #F1FFDA 2.59%, #FFFCE5 98.46%);
}
.gradient-blue-bg {
  background: linear-gradient(180deg, #1E6BAE 0%, #0C3D67 100%);
}
.gradient-blue-bg a {
  color: #FFF;
}
.gradient-cyan-bg {
  background: linear-gradient(180deg, #00BDE3 0%, #0085A3 100%);
}
