.text-formatted h4.subhead {
  font-family: "Work Sans", sans-serif;
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
}

.text-formatted .article-callout a {
  display: inline;
  background-image: linear-gradient(180deg, transparent 90%, #b31b1b 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease;
}
.user-is-tabbing .text-formatted .article-callout a:focus,
.text-formatted .article-callout .user-is-tabbing a:focus,
.text-formatted .article-callout a:hover {
  background-size: 100% 100%;
  text-decoration: none;
}

.text-formatted a.content-link {
  font-weight: 600;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Work Sans", sans-serif;
  position: relative;
}
.text-formatted a.content-link:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 0;
  background: #b31b1b;
  transition: width 0.4s ease;
}
.user-is-tabbing .text-formatted a.content-link:focus,
.text-formatted .user-is-tabbing a.content-link:focus,
.text-formatted a.content-link:hover {
  text-decoration: none;
}
.user-is-tabbing .text-formatted a.content-link:focus:after,
.text-formatted .user-is-tabbing a.content-link:focus:after,
.text-formatted a.content-link:hover:after {
  width: 100%;
  transition: width 0.4s ease;
}

.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px;
}

table {
  width: 100%;
  margin: 20px 0 60px;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  table {
    width: 100% !important;
  }
}
table caption {
  caption-side: top;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #bdbbbb;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #bdbbbb;
}
table tbody + tbody {
  border-top: 2px solid #bdbbbb;
}
table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
table table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #bdbbbb;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #bdbbbb;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-hover tbody tr:hover,
.table-hover tbody .user-is-tabbing tr:focus,
.user-is-tabbing .table-hover tbody tr:focus {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #55565a;
  border-color: #68696e;
}

.table .thead-light th {
  color: #7d868c;
  background-color: #f2f2f2;
  border-color: #bdbbbb;
}

.table-dark {
  color: #fff;
  background-color: #55565a;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #68696e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover,
.table-dark.table-hover tbody .user-is-tabbing tr:focus,
.user-is-tabbing .table-dark.table-hover tbody tr:focus {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.text-formatted {
  position: relative;
}
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5,
.text-formatted h6 {
  margin: 60px 0 0;
}
.text-formatted h2:after,
.text-formatted h3:after,
.text-formatted h4:after,
.text-formatted h5:after,
.text-formatted h6:after {
  content: "";
  display: block;
  width: 60px;
  height: 0;
  border-top: 1px solid #7d868c;
  margin: 20px 0;
}
.text-formatted h4.subhead {
  margin: 0;
}
.text-formatted h4.subhead:after {
  display: none;
}
.text-formatted blockquote {
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
  color: #b31b1b;
  font-family: "Lora", serif;
  padding-left: 9%;
  border-left: 4px solid #b31b1b;
  margin: 75px 0;
  position: relative;
  left: -15%;
  width: 130%;
}
@media (max-width: 991.98px) {
  .text-formatted blockquote {
    left: -20%;
    width: 120%;
  }
}
@media (max-width: 767.98px) {
  .text-formatted blockquote {
    left: 0;
    width: 100%;
    margin: 30px 0;
  }
}
.layout--twocol-bricks .text-formatted blockquote {
  left: 0;
  width: 100%;
  padding-left: 5%;
}
.text-formatted a {
  color: #000;
  text-decoration: underline;
  display: inline;
}
.text-formatted a:hover,
.text-formatted .user-is-tabbing a:focus,
.user-is-tabbing .text-formatted a:focus {
  color: #b31b1b;
}
.text-formatted a.content-link {
  color: #b31b1b;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.text-formatted img {
  width: auto;
  max-width: 100%;
}
.text-formatted figure {
  margin: 60px 0;
}
.text-formatted figure.caption {
  display: block;
}
.text-formatted figure.caption.align-left,
.text-formatted figure.caption.align-right {
  padding: 20px;
}
.text-formatted figure.caption > figcaption {
  display: block;
  max-width: 100%;
  margin-top: 10px;
  font-family: "Work Sans", sans-serif;
  font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
  position: relative;
  background: transparent;
  bottom: auto;
  right: auto;
  height: auto;
}
.text-formatted ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 10px;
}
.text-formatted ul li {
  position: relative;
  margin: 15px 0;
  padding-left: 25px;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
}
.text-formatted ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 9px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #ef4035;
}
.text-formatted ol {
  padding: 0 0 0 20px;
  margin: 20px 0 60px;
}
.text-formatted ol li {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  margin: 10px 0;
}
.text-formatted .filter-image-invalid {
  width: unset;
}
.text-formatted .img-float {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin: 60px 0;
  /* autoprefixer: ignore next */
  align-items: center;
}
.text-formatted .img-float > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.text-formatted .img-float > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.text-formatted .img-float figure {
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  overflow: visible;
}
.text-formatted .img-float figure figcaption {
  position: relative;
  bottom: auto;
  background: transparent;
  right: auto;
  width: auto;
  height: auto;
  max-width: unset;
  padding: 0;
  margin-top: 10px;
  font-family: "Work Sans", sans-serif;
}
.text-formatted .img-float .img-float-copy {
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 0 30px;
}
.text-formatted .img-float .img-float-copy p {
  font-family: "Work Sans", sans-serif;
}
.text-formatted .img-float .img-float-copy .subhead {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
  letter-spacing: normal;
}
.text-formatted .img-float .img-float-copy .subhead:after {
  display: none;
}
@media (max-width: 767.98px) {
  .text-formatted .img-float {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin: 60px 0;
  }
  .text-formatted .img-float > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-formatted .img-float > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .text-formatted .img-float figure {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .text-formatted .img-float .img-float-copy {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 0;
    margin-top: 15px;
  }
  .text-formatted .img-float .img-float-copy:after {
    display: block;
    content: "";
    width: 60px;
    height: 0;
    border-top: 1px solid #000;
    margin: -15px 0 0;
  }
}
.text-formatted .article-callout {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.16);
  width: 230px;
  padding: 30px;
  right: -39%;
  transform: translateY(100%);
}
.text-formatted .article-callout p {
  font-family: "Work Sans", sans-serif;
  font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1600 - 768)));
  margin: 0 0 10px;
}
.text-formatted .article-callout p.subhead {
  line-height: 1.1;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
}
.text-formatted .article-callout a {
  color: #b31b1b;
  font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1600 - 768)));
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .text-formatted .article-callout {
    position: relative;
    right: auto;
    transform: translateY(0);
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .text-formatted .article-callout {
    width: auto;
  }
}
.text-formatted .event-detail {
  margin: 30px 0;
  padding: 50px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.text-formatted .event-detail .container-fluid {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  grid-gap: 15px 30px;
}
.text-formatted .event-detail .container-fluid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.text-formatted .event-detail .container-fluid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.text-formatted .event-detail .container-fluid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.text-formatted .event-detail .container-fluid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.text-formatted .event-detail .container-fluid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.text-formatted .event-detail .container-fluid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.text-formatted .event-detail .subhead {
  margin: 0 0 15px;
  line-height: 1.1;
  font-family: "Work Sans", sans-serif;
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
}
.text-formatted .event-detail .btn-secondary {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column-align: start;
  justify-self: start;
  color: #fff;
  text-decoration: none;
}
.text-formatted .event-detail .btn-secondary:hover,
.text-formatted .event-detail .user-is-tabbing .btn-secondary:focus,
.user-is-tabbing .text-formatted .event-detail .btn-secondary:focus {
  color: #b31b1b;
}
@media (max-width: 767.98px) {
  .text-formatted .event-detail {
    padding: 30px 0;
  }
  .text-formatted .event-detail .container-fluid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 30px auto 30px auto 30px auto;
    grid-template-rows: repeat(4, auto);
    grid-gap: 30px 0;
  }
  .text-formatted .event-detail .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .text-formatted .event-detail .container-fluid > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .text-formatted .event-detail .container-fluid > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .text-formatted .event-detail .container-fluid > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .text-formatted .event-detail .btn-secondary {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .text-formatted .event-detail p {
    margin: 0;
  }
  .text-formatted .event-detail p.subhead {
    margin-bottom: 10px;
  }
}
.field--label-hidden.text-formatted *:first-child {
  margin-top: 0 !important; /* Ensures the first element has no margin-top */
}
