@charset "UTF-8";
/*
.class {
  property: value;

  @include tablet-small {
    property: value;
  }
}
*/
body {
  font-size: 16px;
}

.container {
  max-width: 768px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.prheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F2F5F9;
  height: auto;
  padding-top: 10rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prheader__title h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 800;
}

.prheader__subtitle h5 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.prheader__locdate h6 {
  font-size: .75rem;
  line-height: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .prheader__title h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 1.5rem;
  }
  .prheader__subtitle h5 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .prheader {
    margin: 5em ​auto 1em;
  }
}

.prheader__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5em 0 4rem;
}

.prheader__content--back {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10px;
}

.prheader__content--back a {
  border: 0;
  padding: 0;
  font-size: .75rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #005fec;
  font-weight: 700;
  text-decoration: none;
  margin-left: 9.5px;
}

.prheader__content--back::before {
  background: url(/assets/svg/left-chevron.svg) no-repeat;
  content: '';
  width: .437rem;
  height: .75rem;
}

.prarticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 766px;
  margin: 3rem auto 0;
}

.prarticle article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prarticle article .container ul {
  margin-bottom: 40px !important;
}

.prarticle article a {
  color: #005fec;
}

.prarticle article p {
  font-size: 1.25rem;
  line-height: 2rem;
}

.prarticle article h5 {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .prarticle article h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 800;
  }
  .prarticle article p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.prarticle article.press-footer {
  margin-top: 2em;
}

.prarticle article.press-footer h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
}

.prarticle article.press-footer p {
  margin-top: 0;
  margin-bottom: 3rem;
}

.prarticle article.press-footer p:last-of-type {
  margin-bottom: 0;
}

.prarticle ul {
  list-style-type: none;
  padding: 2.5rem 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.prarticle ul li {
  background-image: url("../../../../assets/svg/bullet.svg");
  background-position: 0 .725rem;
  background-repeat: no-repeat;
  padding-left: 1.125rem;
  margin: 2rem 0;
  font-size: 1.25rem;
  line-height: 2rem;
}

.prarticle ul li:first-child, .prarticle ul li:last-child {
  margin: 0;
}
/*# sourceMappingURL=press-release.css.map */