/* Screen widths */
/* Site Colors */
.shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
h1,
.h1 {
  font-size: 3.7rem;
  color: #082f52;
}
h2,
.h2 {
  font-size: 3rem;
  color: #5a0a0c;
}
h3,
.h3 {
  font-size: 2.25rem;
  color: #082f52;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.text-lg {
  font-size: 2rem;
}
.text-md {
  font-size: 1.6rem;
}
.text-sm {
  font-size: 1.4rem;
}
.text-xs {
  font-size: 1.2rem;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #f6f5f3 solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #084390;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
.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: #0368c0;
}
.text-primary {
  color: #0368c0;
}
.primary-vivid-bg {
  background-color: #024b8b;
}
.text-primary-vivid {
  color: #024b8b;
}
.primary-dark-bg {
  background-color: #082f52;
}
.text-primary-dark {
  color: #082f52;
}
.primary-darker-bg {
  background-color: #0C3D67;
}
.text-primary-darker {
  color: #0C3D67;
}
.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: #FDEE67;
}
.text-accent-warm {
  color: #FDEE67;
}
.white-bg {
  background-color: #FDFDFD;
}
.btn-items a,
.btn.btn-primary {
  background-color: #E21212 !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: #a60606 !important;
}
.btn.btn-outline-primary,
.btn.btn-default {
  color: #024b8b;
  box-shadow: inset 0 0 0 0.125rem #024b8b;
  line-height: 1.5rem;
}
.btn.btn-outline-primary:hover,
.btn.btn-default:hover,
.btn.btn-outline-primary:focus,
.btn.btn-default:focus {
  color: #024b8b;
  background-color: #B8DEFF !important;
  box-shadow: inset 0 0 0 0.125rem #2E6276;
}
.btn.btn-blue {
  background-color: #084390 !important;
  color: #FFFFFF !important;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  border-radius: 4px;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background-color: #5c5d5f !important;
}
.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%);
}
