/* 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: #244052;
}
.text-primary {
  color: #244052;
}
.primary-vivid-bg {
  background-color: #51aae9;
}
.text-primary-vivid {
  color: #51aae9;
}
.primary-dark-bg {
  background-color: #2078B6;
}
.text-primary-dark {
  color: #2078B6;
}
.primary-darker-bg {
  background-color: #244052;
}
.text-primary-darker {
  color: #244052;
}
.secondary-bg {
  background-color: #0388A6;
}
.text-secondary {
  color: #0388A6;
}
.secondary-vivid-bg {
  background-color: #3d52c9;
}
.text-secondary-vivid {
  color: #3d52c9;
}
.secondary-dark-bg {
  background-color: #124e80;
}
.text-secondary-dark {
  color: #124e80;
}
.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: #fced6d;
}
.text-accent-warm {
  color: #fced6d;
}
.white-bg {
  background-color: #FDFDFD;
}
.btn-items a,
.btn.btn-primary {
  background-color: #085877 !important;
  color: #FFFFFF !important;
  line-height: 1.5rem;
  font-weight: 400 !important;
  padding: 1rem 1.8rem;
  border-radius: 4px;
  transition: 0.5s ease;
}
.btn-items a a,
.btn.btn-primary a {
  color: #fff;
  text-decoration: none;
}
.btn-items a a:hover,
.btn.btn-primary a:hover,
.btn-items a a:focus,
.btn.btn-primary a:focus {
  background-color: #244052 !important;
  color: #30ff6b !important;
}
.btn-items a:hover,
.btn.btn-primary:hover,
.btn-items a:focus,
.btn.btn-primary:focus {
  background-color: #244052 !important;
  color: #30ff6b !important;
}
.btn.btn-secondary {
  background-color: #30ff6b;
  color: #244052;
  -webkit-box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  padding: 1rem 1.8rem;
  font-weight: 400 !important;
  border: 1pt solid #244052;
  border-radius: 4px;
  transition: 0.5s ease;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #244052 !important;
  color: #30ff6b !important;
  -webkit-box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  padding: 1rem 1.8rem;
  font-weight: 400 !important;
  border: 1pt solid #244052;
  border-radius: 4px;
}
.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%);
}
