/* Screen widths */
/* Fonts */
/* Site Colors */
.g-0,
.gx-0 {
  --bs-gutter-x: 0 !important;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0 !important;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem !important;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem !important;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem !important;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem !important;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem !important;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem !important;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem !important;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem !important;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem !important;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem !important;
}
.rounded {
  border-radius: 5px !important;
}
.black-bg {
  background-color: #1B1B1B !important;
}
.text-black {
  color: #1B1B1B;
}
.white-bg {
  background-color: #FFFFFF !important;
}
.text-white {
  color: #FFFFFF;
}
.base-bg {
  background-color: #F9F9F9 !important;
}
.text-base {
  color: #F9F9F9;
}
.base-darker-bg {
  background-color: #3D4551 !important;
}
.text-base-darker {
  color: #3D4551;
}
.base-light-bg {
  background-color: #DFE1E2 !important;
}
.text-base-light {
  color: #DFE1E2;
}
.base-lightest-bg {
  background-color: #F0F0F0 !important;
}
.text-base-lightest {
  color: #F0F0F0;
}
.primary-bg {
  background-color: #2B6FBB !important;
}
.text-primary {
  color: #2B6FBB;
}
.primary-vivid-bg {
  background-color: #D2E1EF !important;
}
.text-primary-vivid {
  color: #D2E1EF;
}
.primary-dark-bg {
  background-color: #06264B !important;
}
.text-primary-dark {
  color: #06264B;
}
.primary-darker-bg {
  background-color: #0C3D67 !important;
}
.text-primary-darker {
  color: #0C3D67;
}
.secondary-bg {
  background-color: #A76906 !important;
}
.text-secondary {
  color: #A76906;
}
.secondary-vivid-bg {
  background-color: #fffcf5 !important;
}
.text-secondary-vivid {
  color: #fffcf5;
}
.secondary-dark-bg {
  background-color: #936C10 !important;
}
.text-secondary-dark {
  color: #936C10;
}
.secondary-darkest-bg {
  background-color: #151381 !important;
}
.text-secondary-darkest {
  color: #151381;
}
.accent-cool-lighter-bg {
  background-color: #BDF8EA !important;
}
.text-accent-cool-lighter {
  color: #BDF8EA;
}
.accent-cool-light-bg {
  background-color: #78CFBA !important;
}
.text-accent-cool-light {
  color: #78CFBA;
}
.accent-cool-bg {
  background-color: #559E8D !important;
}
.text-accent-cool {
  color: #559E8D;
}
.accent-cool-dark-bg {
  background-color: #3D8977 !important;
}
.text-accent-cool-dark {
  color: #3D8977;
}
.accent-cool-darker-bg {
  background-color: #29695A !important;
}
.text-accent-cool-darker {
  color: #29695A;
}
.accent-warm-lighter-bg {
  background-color: #FFFCE5 !important;
}
.text-accent-warm-lighter {
  color: #FFFCE5;
}
.accent-warm-bg {
  background-color: #FDEE67 !important;
}
.text-accent-warm {
  color: #FDEE67;
}
.image-bg {
  background-origin: border-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-items a,
.btn.btn-primary {
  background-color: #2B6FBB;
  color: #FFFFFF !important;
  line-height: inherit;
}
.btn-items a:hover,
.btn.btn-primary:hover,
.btn-items a:focus,
.btn.btn-primary:focus {
  background-color: #06264B;
}
.btn.btn-outline-primary,
.btn.btn-default {
  color: #D2E1EF;
  box-shadow: inset 0 0 0 0.125rem #D2E1EF;
  line-height: inherit;
}
.btn.btn-outline-primary:hover,
.btn.btn-default:hover,
.btn.btn-outline-primary:focus,
.btn.btn-default:focus {
  color: #D2E1EF;
  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%);
}
