.u-text-xl {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
}

.u-text-lg {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

.u-text-lg p {
  padding: 0px 0px 0px 0px;
  padding: 0 0 0 0;
}

.u-text-lg p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.u-text-lg p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.u-text-md,
body {
  font-family: 'Raleway', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  color: #222222;
}

@media (min-width: 992px) {
  .u-text-md,
  body {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.u-text-md p,
body p {
  padding: 0px 0px 0px 0px;
  padding: 0 0 0 0;
}

.u-text-md p:first-child,
body p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.u-text-md p:last-child,
body p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.u-text-sm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.u-text-sm p {
  padding: 0px 0px 0px 0px;
  padding: 0 0 0 0;
}

.u-text-sm p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.u-text-sm p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.u-text-xs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

.u-text-xs p {
  padding: 0px 0px 0px 0px;
  padding: 0 0 0 0;
}

.u-text-xs p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.u-text-xs p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.u-text-width-md {
  max-width: 745px;
}

.u-text-width-sm {
  max-width: 445px;
}

body {
  background-color: #F3FAF6;
}

.no-results-message {
  margin: 72px 0px 144px 0px;
  margin: 4.5rem 0 9rem 0;
  padding: 24px;
  padding: 1.5rem;
  border-radius: 5px;
  background-color: #F7E1C8;
  color: #222222;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-bold {
  font-weight: 700;
}

.u-text-lead {
  font-family: 'Montserrat', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 300;
}

@media (min-width: 992px) {
  .u-text-lead {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}

