/* 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: #71767A;
}
.text-base {
  color: #71767A;
}
.base-darker-bg {
  background-color: #3D4551;
}
.text-base-darker {
  color: #3D4551;
}
.base-light-bg {
  background-color: #DFE1E2;
}
.text-base-light {
  color: #DFE1E2;
}
.base-lightest-bg {
  background-color: #F0F0F0;
}
.text-base-lightest {
  color: #F0F0F0;
}
.primary-bg {
  background-color: #408DD0;
}
.text-primary {
  color: #408DD0;
}
.primary-vivid-bg {
  background-color: #1E6BAE;
}
.text-primary-vivid {
  color: #1E6BAE;
}
.primary-dark-bg {
  background-color: #0E5695;
}
.text-primary-dark {
  color: #0E5695;
}
.primary-darker-bg {
  background-color: #0C3D67;
}
.text-primary-darker {
  color: #0C3D67;
}
.secondary-bg {
  background-color: #B1E45A;
}
.text-secondary {
  color: #B1E45A;
}
.secondary-vivid-bg {
  background-color: #95C93D;
}
.text-secondary-vivid {
  color: #95C93D;
}
.secondary-dark-bg {
  background-color: #77A727;
}
.text-secondary-dark {
  color: #77A727;
}
.secondary-darkest-bg {
  background-color: #578113;
}
.text-secondary-darkest {
  color: #578113;
}
.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: #3D8977;
}
.text-accent-cool-dark {
  color: #3D8977;
}
.accent-cool-darker-bg {
  background-color: #29695A;
}
.text-accent-cool-darker {
  color: #29695A;
}
.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: #155C91 !important;
  color: #FFFFFF !important;
  line-height: 1.5rem;
}
.btn-items a:hover,
.btn.btn-primary:hover,
.btn-items a:active,
.btn.btn-primary:active {
  background-color: #0E5695;
  box-shadow: inset 0 0 0 0.125rem #67BF47;
}
.btn-items a:focus,
.btn.btn-primary:focus {
  color: #FFFFFF !important;
  background-color: #155C91 !important;
  box-shadow: inset 0 0 0 0.125rem #1C86C6;
  outline: 0.25rem solid #2491ff;
  outline-offset: 0.25rem;
}
.btn.btn-outline-primary,
.btn.btn-default {
  color: #155C91;
  box-shadow: inset 0 0 0 0.125rem #1E6BAE;
  line-height: 1.5rem;
}
.btn.btn-outline-primary:hover,
.btn.btn-default:hover {
  color: #70168E !important;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 0.125rem #70168E;
}
.btn.btn-outline-primary:focus,
.btn.btn-default:focus {
  color: #155C91 !important;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 0.125rem #155C91;
}
.btn.btn-outline-primary:active,
.btn.btn-default:active {
  color: #70168E !important;
  background-color: #8AD8FF !important;
  box-shadow: inset 0 0 0 0.125rem #551072;
}
.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(90deg, #00A66B 0%, #087A82 30.5%, #0E5695 100%);
}
.gradient-purple-bg {
  background: linear-gradient(180deg, #A325D8 0%, #551072 100%);
}
