/* Screen widths */
/* Site Colors */
.grad-blue {
  background: radial-gradient(58.17% 198.5% at 0% 0%, #0A141F 0%, #15273E 100%);
}
.grad-blue-reverse {
  background: linear-gradient(297deg, #0A141F 0%, #15273E 100%);
}
.grad-green {
  background: linear-gradient(115.93deg, #03332C 29.87%, #011F1A 80.81%);
}
.grad-overlay {
  background: linear-gradient(177.23deg, #101D2EE5 2.52%, #1B304D00 97.98%);
}
.grad-border {
  border-color: #03332C;
  border-image-source: linear-gradient(1deg, #026851 15%, #007b5f 85%);
  border-image-slice: 1;
}
.overlay-green {
  background: #011F1AD5;
}
.overlay-blue {
  background: #101D2EE5;
}
.blur {
  backdrop-filter: blur(23.70000076px);
}
.shadow {
  -webkit-box-shadow: 0px 12px 24px 0px #00000040;
  -moz-box-shadow: 0px 12px 24px 0px #00000040;
  box-shadow: 0px 12px 24px 0px #00000040;
}
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.exo {
  font-family: "Exo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.pt-san {
  font-family: "PT Sans", serif;
  font-weight: 400;
  font-style: normal;
}
.text-lg {
  font-size: 2.2rem;
  line-height: 1.5;
}
.text-md {
  font-size: 2rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.5;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #78CFBA solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #A0B8BB;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
.black-bg {
  background-color: #101011;
}
.text-black {
  color: #101011 !important;
}
.white-bg {
  background-color: #FFFFFF;
}
.text-white {
  color: #FFFFFF !important;
}
.base-bg {
  background-color: #71767A;
}
.text-base {
  color: #71767A !important;
}
.base-darker-bg {
  background-color: #3D4551;
}
.text-base-darker {
  color: #3D4551 !important;
}
.base-light-bg {
  background-color: #EBF1F1;
}
.text-base-light {
  color: #EBF1F1 !important;
}
.base-lightest-bg {
  background-color: #F0F0F0;
}
.text-base-lightest {
  color: #F0F0F0 !important;
}
.primary-bg {
  background-color: #E3E9E9;
}
.text-primary {
  color: #E3E9E9 !important;
}
.primary-vivid-bg {
  background-color: #024b8b;
}
.text-primary-vivid {
  color: #024b8b !important;
}
.primary-dark-bg {
  background-color: #A0B8BB;
}
.text-primary-dark {
  color: #A0B8BB !important;
}
.primary-darker-bg {
  background-color: #2C4757;
}
.text-primary-darker {
  color: #2C4757 !important;
}
.secondary-bg {
  background-color: #0388A6;
}
.text-secondary {
  color: #0388A6 !important;
}
.secondary-vivid-bg {
  background-color: #1F3745;
}
.text-secondary-vivid {
  color: #1F3745 !important;
}
.secondary-dark-bg {
  background-color: #124e80;
}
.text-secondary-dark {
  color: #124e80 !important;
}
.secondary-darkest-bg {
  background-color: #2C4757;
}
.text-secondary-darkest {
  color: #2C4757 !important;
}
.accent-bg {
  background-color: #C1331C;
}
.text-accent {
  color: #C1331C !important;
}
.accent-cool-lighter-bg {
  background-color: #BDF8EA;
}
.text-accent-cool-lighter {
  color: #BDF8EA !important;
}
.accent-cool-light-bg {
  background-color: #78CFBA;
}
.text-accent-cool-light {
  color: #78CFBA !important;
}
.accent-cool-bg {
  background-color: #559E8D;
}
.text-accent-cool {
  color: #559E8D !important;
}
.accent-cool-dark-bg {
  background-color: #007b5f;
}
.text-accent-cool-dark {
  color: #007b5f !important;
}
.accent-cool-darker-bg {
  background-color: #026851;
}
.text-accent-cool-darker {
  color: #026851 !important;
}
.accent-warm-lighter-bg {
  background-color: #FFFCE5;
}
.text-accent-warm-lighter {
  color: #FFFCE5 !important;
}
.accent-warm-bg {
  background-color: #FDEE67;
}
.text-accent-warm {
  color: #FDEE67 !important;
}
.neutral-bg {
  background-color: #707070;
}
.text-neutral {
  color: #707070 !important;
}
.white-bg {
  background-color: #FDFDFD;
}
.crisis-gradient {
  background: transparent linear-gradient(90deg, #F6DA96 6%, #F5DA9A 20%, #F2DDA9 37%, #EFE2C1 55%, #E9E8E2 73%, #E8EBED 79%) 0% 0% no-repeat padding-box;
}
.header-gradient {
  background: transparent linear-gradient(115deg, #FFFFFF00 7%, #F3F6F61D 12%, #C4D1D296 38%, #A6BABCE2 56%, #9BB2B4 65%) 0% 0% no-repeat padding-box;
  background-size: 100% 55px;
  background-position: bottom;
  padding-bottom: 55px;
}
