@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/**
 * Define media queries
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: calc(14px + 0 * (100vw - 375px) / 1065);
  letter-spacing: 0;
  line-height: 140%;
}
@media screen and (min-width: 1800px) {
  body {
    font-size: 16px;
  }
}

p, .mosaic-section p,
.ll__copy,
.mosaic-section .ll__copy {
  font-size: calc(13px + 1 * (100vw - 375px) / 1065);
  padding-bottom: 15px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 400;
  line-height: 155%;
}
@media screen and (min-width: 720px) {
  p, .mosaic-section p,
  .ll__copy,
  .mosaic-section .ll__copy {
    line-height: 180%;
  }
}
@media screen and (min-width: 960px) {
  p, .mosaic-section p,
  .ll__copy,
  .mosaic-section .ll__copy {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1800px) {
  p, .mosaic-section p,
  .ll__copy,
  .mosaic-section .ll__copy {
    font-size: 16px;
  }
}
p ul, .mosaic-section p ul, .mosaic-section p ul, .mosaic-section .mosaic-section p ul,
.ll__copy ul,
.mosaic-section .ll__copy ul,
.mosaic-section .ll__copy ul,
.mosaic-section .mosaic-section .ll__copy ul {
  margin: 0;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  p ul, .mosaic-section p ul, .mosaic-section p ul, .mosaic-section .mosaic-section p ul,
  .ll__copy ul,
  .mosaic-section .ll__copy ul,
  .mosaic-section .ll__copy ul,
  .mosaic-section .mosaic-section .ll__copy ul {
    padding-left: 25px;
  }
}
p ul li, .mosaic-section p ul li,
.ll__copy ul li,
.mosaic-section .ll__copy ul li {
  position: relative;
  padding: 0 0 15px 15px;
  list-style: none;
}
@media screen and (min-width: 960px) {
  p ul li, .mosaic-section p ul li,
  .ll__copy ul li,
  .mosaic-section .ll__copy ul li {
    padding: 0 0 20px 20px;
  }
}
p ul li::before, .mosaic-section p ul li::before,
.ll__copy ul li::before,
.mosaic-section .ll__copy ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #3a0dc8;
}
p ol, .mosaic-section p ol,
.ll__copy ol,
.mosaic-section .ll__copy ol {
  padding-left: 15px;
  list-style: decimal;
}
@media screen and (min-width: 960px) {
  p ol, .mosaic-section p ol,
  .ll__copy ol,
  .mosaic-section .ll__copy ol {
    padding-left: 25px;
  }
}
p ol li, .mosaic-section p ol li,
.ll__copy ol li,
.mosaic-section .ll__copy ol li {
  padding: 0 0 15px 15px;
}
@media screen and (min-width: 960px) {
  p ol li, .mosaic-section p ol li,
  .ll__copy ol li,
  .mosaic-section .ll__copy ol li {
    padding: 0 0 20px 20px;
  }
}
p strong, .mosaic-section p strong,
.ll__copy strong,
.mosaic-section .ll__copy strong {
  font-weight: 700;
}
p em,
p i, .mosaic-section p em,
.mosaic-section p i,
.ll__copy em,
.ll__copy i,
.mosaic-section .ll__copy em,
.mosaic-section .ll__copy i {
  font-style: italic;
}
p a, .mosaic-section p a,
.ll__copy a,
.mosaic-section .ll__copy a {
  padding-bottom: 2px;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid;
  color: #3a0dc8;
  overflow-wrap: break-word;
}
p a, .mosaic-section p a, .mosaic-section p a, .mosaic-section .mosaic-section p a,
.ll__copy a,
.mosaic-section .ll__copy a,
.mosaic-section .ll__copy a,
.mosaic-section .mosaic-section .ll__copy a {
  text-decoration: none;
}
p a:focus, .mosaic-section p a:focus,
.ll__copy a:focus,
.mosaic-section .ll__copy a:focus {
  border-color: #d023ae;
  color: #d023ae;
}
p iframe,
p video, .mosaic-section p iframe,
.mosaic-section p video,
.ll__copy iframe,
.ll__copy video,
.mosaic-section .ll__copy iframe,
.mosaic-section .ll__copy video {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}

.ll__copy--large, .basic-callout-with-button__content-wrap p, .mosaic-section .ll__copy--large,
.content-wrapper,
.mosaic-section .content-wrapper {
  font-size: calc(15px + 3 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 300;
  line-height: 140%;
}
@media screen and (min-width: 960px) {
  .ll__copy--large, .basic-callout-with-button__content-wrap p, .mosaic-section .ll__copy--large,
  .content-wrapper,
  .mosaic-section .content-wrapper {
    line-height: 150%;
  }
}
@media screen and (min-width: 1800px) {
  .ll__copy--large, .basic-callout-with-button__content-wrap p, .mosaic-section .ll__copy--large,
  .content-wrapper,
  .mosaic-section .content-wrapper {
    font-size: 20px;
  }
}
.ll__copy--large p, .basic-callout-with-button__content-wrap p p, .mosaic-section .ll__copy--large p,
.content-wrapper p,
.mosaic-section .content-wrapper p {
  font-size: calc(15px + 3 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 300;
  line-height: 160%;
}
@media screen and (min-width: 960px) {
  .ll__copy--large p, .basic-callout-with-button__content-wrap p p, .mosaic-section .ll__copy--large p,
  .content-wrapper p,
  .mosaic-section .content-wrapper p {
    line-height: 170%;
  }
}
@media screen and (min-width: 1800px) {
  .ll__copy--large p, .basic-callout-with-button__content-wrap p p, .mosaic-section .ll__copy--large p,
  .content-wrapper p,
  .mosaic-section .content-wrapper p {
    font-size: 20px;
  }
}
.ll__copy--large a, .basic-callout-with-button__content-wrap p a,
.content-wrapper a {
  padding-bottom: 2px;
  border-bottom: 2px solid;
  color: #3a0dc8;
}
.ll__copy--large a, .basic-callout-with-button__content-wrap p a, .mosaic-section .ll__copy--large a,
.content-wrapper a,
.mosaic-section .content-wrapper a {
  text-decoration: none;
}
.ll__copy--large ul, .basic-callout-with-button__content-wrap p ul, .mosaic-section .ll__copy--large ul,
.content-wrapper ul,
.mosaic-section .content-wrapper ul {
  margin: 0;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .ll__copy--large ul, .basic-callout-with-button__content-wrap p ul, .mosaic-section .ll__copy--large ul,
  .content-wrapper ul,
  .mosaic-section .content-wrapper ul {
    padding-left: 25px;
  }
}
.ll__copy--large ul li, .basic-callout-with-button__content-wrap p ul li,
.content-wrapper ul li {
  position: relative;
  padding: 0 0 15px 15px;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .ll__copy--large ul li, .basic-callout-with-button__content-wrap p ul li,
  .content-wrapper ul li {
    padding: 0 0 20px 20px;
  }
}
.ll__copy--large ul li::before, .basic-callout-with-button__content-wrap p ul li::before,
.content-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #3a0dc8;
}
.ll__copy--large ol, .basic-callout-with-button__content-wrap p ol,
.content-wrapper ol {
  padding-left: 15px;
  list-style: decimal;
}
@media screen and (min-width: 960px) {
  .ll__copy--large ol, .basic-callout-with-button__content-wrap p ol,
  .content-wrapper ol {
    padding-left: 25px;
  }
}
.ll__copy--large ol li, .basic-callout-with-button__content-wrap p ol li,
.content-wrapper ol li {
  padding: 0 0 15px 15px;
}
@media screen and (min-width: 960px) {
  .ll__copy--large ol li, .basic-callout-with-button__content-wrap p ol li,
  .content-wrapper ol li {
    padding: 0 0 20px 20px;
  }
}
.ll__copy--large strong, .basic-callout-with-button__content-wrap p strong,
.content-wrapper strong {
  font-weight: 700;
}
.ll__copy--large em, .basic-callout-with-button__content-wrap p em,
.ll__copy--large i,
.basic-callout-with-button__content-wrap p i,
.content-wrapper em,
.content-wrapper i {
  font-style: italic;
}
.ll__copy--large iframe, .basic-callout-with-button__content-wrap p iframe,
.ll__copy--large video,
.basic-callout-with-button__content-wrap p video,
.content-wrapper iframe,
.content-wrapper video {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}

p .ll__button, p input[type=submit], p .mosaic-section input[type=submit], .mosaic-section p input[type=submit], .mosaic-section p .ll__button,
.ll__copy .ll__button,
.ll__copy input[type=submit],
.mosaic-section .ll__copy .ll__button,
.ll__copy--large .ll__button,
.ll__copy--large input[type=submit],
.mosaic-section .ll__copy--large .ll__button {
  display: inline-block;
  padding: 11px 32px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}
@media screen and (min-width: 960px) {
  p .ll__button, p input[type=submit], p .mosaic-section input[type=submit], .mosaic-section p input[type=submit], .mosaic-section p .ll__button,
  .ll__copy .ll__button,
  .ll__copy input[type=submit],
  .mosaic-section .ll__copy .ll__button,
  .ll__copy--large .ll__button,
  .ll__copy--large input[type=submit],
  .mosaic-section .ll__copy--large .ll__button {
    padding: 8px 20px;
  }
}
@media screen and (min-width: 1200px) {
  p .ll__button, p input[type=submit], p .mosaic-section input[type=submit], .mosaic-section p input[type=submit], .mosaic-section p .ll__button,
  .ll__copy .ll__button,
  .ll__copy input[type=submit],
  .mosaic-section .ll__copy .ll__button,
  .ll__copy--large .ll__button,
  .ll__copy--large input[type=submit],
  .mosaic-section .ll__copy--large .ll__button {
    padding: 8px 30px;
  }
}
p .ll__button--outline-purple, p input[type=submit], p .mosaic-section input[type=submit], .mosaic-section p input[type=submit], .mosaic-section p .ll__button--outline-purple,
.ll__copy .ll__button--outline-purple,
.ll__copy input[type=submit],
.mosaic-section .ll__copy .ll__button--outline-purple,
.ll__copy--large .ll__button--outline-purple,
.ll__copy--large input[type=submit],
.mosaic-section .ll__copy--large .ll__button--outline-purple {
  border: 1px solid #3a0dc8;
  background-color: transparent;
  color: #3a0dc8;
}
p .ll__button--outline-purple:focus, p input[type=submit]:focus, .mosaic-section p .ll__button--outline-purple:focus,
.ll__copy .ll__button--outline-purple:focus,
.ll__copy input[type=submit]:focus,
.mosaic-section .ll__copy .ll__button--outline-purple:focus,
.ll__copy--large .ll__button--outline-purple:focus,
.ll__copy--large input[type=submit]:focus,
.mosaic-section .ll__copy--large .ll__button--outline-purple:focus {
  background-color: #3a0dc8;
  color: #fff;
}

h1, .mosaic-section h1,
.h1,
.mosaic-section .h1,
.ll__heading--h1,
.mosaic-section .ll__heading--h1 {
  font-size: calc(25px + 19 * (100vw - 375px) / 1065);
  padding-bottom: 28px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
  line-height: 130%;
}
@media screen and (min-width: 960px) {
  h1, .mosaic-section h1,
  .h1,
  .mosaic-section .h1,
  .ll__heading--h1,
  .mosaic-section .ll__heading--h1 {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1800px) {
  h1, .mosaic-section h1,
  .h1,
  .mosaic-section .h1,
  .ll__heading--h1,
  .mosaic-section .ll__heading--h1 {
    font-size: 47px;
  }
}
h1 em,
.h1 em,
.ll__heading--h1 em {
  font-style: italic;
}

h2, .mosaic-section h2,
.h2,
.mosaic-section .h2,
.ll__heading--h2,
.our-history__slide-year,
.mosaic-section .ll__heading--h2 {
  font-size: calc(24px + 11 * (100vw - 375px) / 1065);
  padding-bottom: 15px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
  line-height: 125%;
}
@media screen and (min-width: 1800px) {
  h2, .mosaic-section h2,
  .h2,
  .mosaic-section .h2,
  .ll__heading--h2,
  .our-history__slide-year,
  .mosaic-section .ll__heading--h2 {
    font-size: 38px;
  }
}
h2 em,
.h2 em,
.ll__heading--h2 em,
.our-history__slide-year em {
  font-style: italic;
}

h3, .mosaic-section h3,
.h3,
.mosaic-section .h3,
.ll__heading--h3,
.mosaic-section .ll__heading--h3 {
  font-size: calc(28px + 0 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 1800px) {
  h3, .mosaic-section h3,
  .h3,
  .mosaic-section .h3,
  .ll__heading--h3,
  .mosaic-section .ll__heading--h3 {
    font-size: 31px;
  }
}
h3 em,
.h3 em,
.ll__heading--h3 em {
  font-style: italic;
}

h4, .mosaic-section h4,
.h4,
.mosaic-section .h4,
.ll__heading--h4,
.mosaic-section .ll__heading--h4 {
  font-size: calc(18px + 3 * (100vw - 375px) / 1065);
  padding-bottom: 15px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 960px) {
  h4, .mosaic-section h4,
  .h4,
  .mosaic-section .h4,
  .ll__heading--h4,
  .mosaic-section .ll__heading--h4 {
    line-height: 160%;
  }
}
@media screen and (min-width: 1200px) {
  h4, .mosaic-section h4,
  .h4,
  .mosaic-section .h4,
  .ll__heading--h4,
  .mosaic-section .ll__heading--h4 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1800px) {
  h4, .mosaic-section h4,
  .h4,
  .mosaic-section .h4,
  .ll__heading--h4,
  .mosaic-section .ll__heading--h4 {
    font-size: 23px;
  }
}
h4 em,
.h4 em,
.ll__heading--h4 em {
  font-style: italic;
}

h5, .mosaic-section h5,
.h5,
.mosaic-section .h5,
.ll__heading--h5,
.gform_confirmation_message,
.mosaic-section .ll__heading--h5 {
  font-size: calc(18px + 4 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1800px) {
  h5, .mosaic-section h5,
  .h5,
  .mosaic-section .h5,
  .ll__heading--h5,
  .gform_confirmation_message,
  .mosaic-section .ll__heading--h5 {
    font-size: 25px;
  }
}
h5 em,
.h5 em,
.ll__heading--h5 em,
.gform_confirmation_message em {
  font-style: italic;
}

h6, .mosaic-section h6,
.h6,
.mosaic-section .h6,
.ll__heading--h6,
.mosaic-section .ll__heading--h6 {
  font-size: calc(12px + 6 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 1800px) {
  h6, .mosaic-section h6,
  .h6,
  .mosaic-section .h6,
  .ll__heading--h6,
  .mosaic-section .ll__heading--h6 {
    font-size: 20px;
  }
}
h6 em,
.h6 em,
.ll__heading--h6 em {
  font-style: italic;
}

@media (hover: hover) {
  p a:hover, .mosaic-section p a:hover,
  .ll__copy a:hover,
  .mosaic-section .ll__copy a:hover,
  .ll__copy--large a:hover,
  .mosaic-section .ll__copy--large a:hover {
    border-color: #d023ae;
    color: #d023ae;
    text-decoration: none;
  }
  p .ll__button:hover, p input[type=submit]:hover, .mosaic-section p .ll__button:hover,
  .ll__copy .ll__button:hover,
  .ll__copy input[type=submit]:hover,
  .mosaic-section .ll__copy .ll__button:hover,
  .ll__copy--large .ll__button:hover,
  .ll__copy--large input[type=submit]:hover,
  .mosaic-section .ll__copy--large .ll__button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #00002a;
  }
  p .ll__button--outline-purple:hover, p input[type=submit]:hover, .mosaic-section p .ll__button--outline-purple:hover,
  .ll__copy .ll__button--outline-purple:hover,
  .ll__copy input[type=submit]:hover,
  .mosaic-section .ll__copy .ll__button--outline-purple:hover,
  .ll__copy--large .ll__button--outline-purple:hover,
  .ll__copy--large input[type=submit]:hover,
  .mosaic-section .ll__copy--large .ll__button--outline-purple:hover {
    border-color: #3a0dc8;
    background-color: #3a0dc8;
    color: #fff;
  }
}
* {
  box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #f3f3f3;
  color: #00002a;
}

button,
a {
  cursor: pointer;
}
button:focus, button:active, .mosaic-section button:focus, .mosaic-section button:active,
a:focus,
a:active,
.mosaic-section a:focus,
.mosaic-section a:active {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
}

.ll__dark-purple {
  color: #00002a;
}
.ll__dark-purple, .mosaic-section .ll__dark-purple {
  color: #00002a;
}
.ll__dark-purple .ll__heading-with-line, .mosaic-section .ll__dark-purple .ll__heading-with-line {
  color: #00002a;
}
.ll__dark-purple .ll__heading-with-line::after, .mosaic-section .ll__dark-purple .ll__heading-with-line::after {
  background: #00002a;
}

.ll__body-freeze {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.ll__helper-text {
  position: absolute;
  font-size: 0;
  line-height: 0;
}

.ll__margins {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 720px) {
  .ll__margins {
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .ll__margins {
    max-width: 1500px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .ll__margins {
    padding-right: 105px;
    padding-left: 105px;
  }
}
.ll__margins--large {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (min-width: 960px) {
  .ll__margins--large {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 90px;
    padding-left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .ll__margins--large {
    padding-right: 130px;
    padding-left: 130px;
  }
}

.ll__section-padding {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (min-width: 720px) {
  .ll__section-padding {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .ll__section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .ll__section-padding {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

.ll__xl-top-section-padding {
  padding-top: 300px;
  padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .ll__xl-top-section-padding {
    padding-top: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .ll__xl-top-section-padding {
    padding-top: 450px;
  }
}

.ll__remove-bottom-padding {
  padding-bottom: 0;
}
.ll__remove-bottom-padding .ll__section-padding,
.ll__remove-bottom-padding .text-with-image-grid__wrap,
.ll__remove-bottom-padding .title-copy-with-line__body-wrap {
  padding-bottom: 0;
}
.ll__remove-bottom-padding .image-text-callout__body-wrap {
  margin-bottom: 0;
}

.ll__remove-top-padding {
  padding-top: 0;
}
.ll__remove-top-padding .ll__section-padding,
.ll__remove-top-padding .text-with-image-grid__wrap,
.ll__remove-top-padding .title-copy-with-line__body-wrap {
  padding-top: 0;
}
.ll__remove-top-padding .image-text-callout__body-wrap {
  margin-top: 0;
}

.ll__center {
  margin: 0 auto;
}
.ll__center .text-callout__copy-wrap {
  margin: 0 auto;
}

.ll__purple-images .text-with-image-grid__grid-item-image-wrap {
  background: #3a0dc8;
}
.ll__purple-images .text-with-image-grid__grid-item-image {
  filter: grayscale(1) contrast(75%);
  mix-blend-mode: luminosity;
}

.ll__background--dark {
  background-color: #00002a;
  color: #fff;
}
.ll__background--light-purple {
  background-color: #3a0dc8;
  color: #fff;
}

.ll__button, input[type=submit], .mosaic-section input[type=submit], .mosaic-section .ll__button {
  display: inline-block;
  padding: 11px 32px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}
@media screen and (min-width: 960px) {
  .ll__button, input[type=submit], .mosaic-section input[type=submit], .mosaic-section .ll__button {
    padding: 8px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .ll__button, input[type=submit], .mosaic-section input[type=submit], .mosaic-section .ll__button {
    padding: 8px 30px;
  }
}
.ll__button--outline-purple, input[type=submit], .mosaic-section input[type=submit], .mosaic-section .ll__button--outline-purple {
  border: 1px solid #3a0dc8;
  background-color: transparent;
  color: #3a0dc8;
}
.ll__button--outline-purple:focus, input[type=submit]:focus, .mosaic-section .ll__button--outline-purple:focus {
  background-color: #3a0dc8;
  color: #fff;
}

.ll__link {
  font-size: calc(14px + 2 * (100vw - 375px) / 1065);
  position: relative;
  width: fit-content;
  border: none;
  background-color: transparent;
  color: #00002a;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1800px) {
  .ll__link {
    font-size: 18px;
  }
}
.ll__link, .mosaic-section .ll__link {
  font-weight: 800;
}
.ll__link::after {
  content: "";
  visibility: hidden;
  position: absolute;
  bottom: 0;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #00002a;
}
.ll__link:focus::after {
  visibility: visible;
  width: 100%;
}

.ll__section-border {
  border-bottom: 9px solid #3a0dc8;
}

.ll__section-top-bottom-border {
  border-top: 5px solid #3a0dc8;
  border-bottom: 5px solid #3a0dc8;
}

.ll__heading-with-line {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  text-transform: uppercase;
}
.ll__heading-with-line, .mosaic-section .ll__heading-with-line {
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}
.ll__heading-with-line::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 5px;
  background: #3a0dc8;
}
.ll__heading-with-line--lowercase {
  text-transform: unset;
}

.ll__copy-bold {
  font-weight: 700;
}

.ll__no-border {
  border: none;
}
.ll__no-border .staff-list__body-wrap {
  border: none;
}

.ll__dark-purple {
  color: #00002a;
}
.ll__dark-purple, .mosaic-section .ll__dark-purple {
  color: #00002a;
}
.ll__dark-purple .ll__heading-with-line, .mosaic-section .ll__dark-purple .ll__heading-with-line {
  color: #00002a;
}
.ll__dark-purple .ll__heading-with-line::after, .mosaic-section .ll__dark-purple .ll__heading-with-line::after {
  background: #00002a;
}

.ll__overlap::after,
.ll__overlap--light-purple::after {
  content: "";
  position: absolute;
  z-index: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21%;
  background: #00002a;
}
@media screen and (min-width: 960px) {
  .ll__overlap::after,
  .ll__overlap--light-purple::after {
    height: 32%;
  }
}
.ll__overlap--light-purple::after,
.ll__overlap--light-purple--light-purple::after {
  background-color: #3a0dc8;
}
.ll__overlap--pale-purple::after,
.ll__overlap--light-purple--pale-purple::after {
  background-color: #dbd1fc;
}
.ll__overlap--small::after,
.ll__overlap--light-purple--small::after {
  height: 15%;
}

.mosaic-section:not([class*=color-]) {
  background: transparent;
}

.edit-section {
  z-index: 0;
}
.edit-section ~ .ll__margins {
  position: relative;
}

.filter-image__dark-purple {
  filter: grayscale(1) contrast(100%);
  mix-blend-mode: luminosity;
}

.basic-hero__body-image, .our-work__content-image,
.filter-image__purple {
  filter: grayscale(1) contrast(75%);
  mix-blend-mode: luminosity;
}

.basic-hero__body-wrap::after, .events-hero__event-image-wrap::after, .events-hero__feature-image-wrap::after, .sliders__slide-image-wrap,
.overlay__radial-purple {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.basic-hero__body-wrap::after, .events-hero__event-image-wrap::after, .events-hero__feature-image-wrap::after, .sliders__slide-image-wrap::after,
.overlay__radial-purple::after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  left: -105%;
  width: 230%;
  height: 145%;
  background: radial-gradient(50% 50% at 50% 50%, #3a0dc8 0%, rgba(58, 13, 200, 0) 100%), radial-gradient(50% 50% at 50% 50%, #3a0dc8 0%, rgba(58, 13, 200, 0) 100%), radial-gradient(50% 50% at 50% 50%, #3a0dc8 0%, rgba(58, 13, 200, 0) 100%);
}
@media screen and (min-width: 720px) {
  .basic-hero__body-wrap::after, .events-hero__event-image-wrap::after, .events-hero__feature-image-wrap::after, .sliders__slide-image-wrap::after,
  .overlay__radial-purple::after {
    left: -105%;
    width: 230%;
    height: 200%;
  }
}
.newsroom-media-slider__slide-image-wrap::after, .case__featured-image-wrap::after,
.overlay__radial-purple--large::after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  left: -105%;
  width: 230%;
  height: 145%;
  background: radial-gradient(50% 50% at 50% 50%, #3a0dc8 0%, rgba(58, 13, 200, 0) 100%), radial-gradient(50% 50% at 50% 50%, #3a0dc8 0%, rgba(58, 13, 200, 0) 100%), radial-gradient(50% 50% at 50% 50%, #3a0dc8 0%, rgba(58, 13, 200, 0) 100%);
}
@media screen and (min-width: 720px) {
  .newsroom-media-slider__slide-image-wrap::after, .case__featured-image-wrap::after,
  .overlay__radial-purple--large::after {
    top: 5%;
    left: -115%;
    width: 230%;
    height: 200%;
  }
}

.color-two .ll__button, .color-two input[type=submit],
.color-three .ll__button,
.color-three input[type=submit] {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.color-two .ll__button:focus, .color-two input[type=submit]:focus, .color-two .ll__button:hover, .color-two input[type=submit]:hover,
.color-three .ll__button:focus,
.color-three input[type=submit]:focus,
.color-three .ll__button:hover,
.color-three input[type=submit]:hover {
  background-color: #fff;
  color: #00002a !important;
}
.color-two .ll__link,
.color-three .ll__link {
  color: #fff;
}
.color-two .ll__link::after,
.color-three .ll__link::after {
  background-color: #fff;
}

.color-two.ll__overlap--light-purple,
.color-two.ll__overlap {
  position: relative;
  z-index: 1;
}

.ll__fallback-image {
  filter: none;
  mix-blend-mode: inherit;
}

.purple {
  color: #3a0dc8;
}
.purple, .mosaic-section .purple {
  color: #3a0dc8;
}

.ll__input-label {
  padding-bottom: 0;
  padding-left: 7px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
}

.ll__select-dropdown {
  position: relative;
}
.ll__select-dropdown select {
  font-size: calc(13px + 1 * (100vw - 375px) / 1065);
  position: relative;
  width: 100%;
  height: 35px;
  padding: 8px 11px;
  background: none;
  cursor: pointer;
  appearance: none;
}
.ll__select-dropdown select:focus {
  border-color: #00002a;
  outline: 1.5px solid #00002a;
}
@media screen and (min-width: 1800px) {
  .ll__select-dropdown select {
    font-size: 16px;
  }
}
.ll__select-dropdown::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 11px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10' fill='none'%3E%3Cpath d='M5.5 10L-7.94466e-08 -7.97631e-09L11 9.53674e-07L5.5 10Z' fill='%2300002A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (hover: hover) {
  .ll__button:hover, input[type=submit]:hover, .mosaic-section .ll__button:hover {
    background-color: #fff;
    color: #00002a;
    text-decoration: none;
  }
  .ll__button--outline-purple:hover, input[type=submit]:hover, .mosaic-section .ll__button--outline-purple:hover {
    background-color: #3a0dc8;
    color: #fff;
  }
  .ll__link:hover, .mosaic-section .ll__link:hover {
    text-decoration: none;
  }
  .ll__link:hover::after {
    visibility: visible;
    width: 100%;
  }
  .color-two .ll__button:hover, .color-two input[type=submit]:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #00002a !important;
  }
  .color-two .ll__link:hover {
    color: #fff;
  }
}
.header__skip-cta {
  position: absolute;
  height: 0;
  border-radius: 0;
  border-color: transparent;
  color: transparent;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.header__skip-cta:focus {
  position: static;
  height: auto;
  border: 1px solid #f3f3f3;
  background-color: #3a0dc8;
  color: #f3f3f3;
}

.header__alert-bar-link-wrap {
  display: block;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
  background-color: #3a0dc8;
}
@media screen and (min-width: 720px) {
  .header__alert-bar-link-wrap {
    padding: 15px 30px;
  }
}
.header__alert-bar-link-wrap:focus {
  background-color: #00002a;
}

.header__alert-bar-text {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.header__alert-bar-text, .mosaic-section .header__alert-bar-text {
  padding-bottom: 0;
}

.header__body-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 960px) {
  .header__body-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__body-wrap--fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

.header__nav-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo-wrap {
  width: 35%;
}
@media screen and (min-width: 960px) {
  .header__logo-wrap {
    width: 18%;
  }
}

.header__logo {
  width: 100%;
  max-width: 130px;
}
@media screen and (min-width: 960px) {
  .header__logo {
    max-width: 188px;
  }
}

.header__menu-btn {
  z-index: 3;
  height: 25px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .header__menu-btn {
    display: none;
  }
}
.header__menu-btn--open {
  right: 25px;
}
@media screen and (min-width: 720px) {
  .header__menu-btn--open {
    right: 67px;
  }
}

.header__menu-btn-line {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 3px;
  transform: rotate(0deg) translateX(-50%);
  transition: 0.25s ease-in-out;
  background: #3a0dc8;
}

.header__menu-btn-line:first-of-type {
  top: -4px;
}

.header__menu-btn-line:nth-child(2) {
  top: 0;
}

.header__menu-btn-line:nth-child(3) {
  top: 4px;
}

.header__menu-btn--open .header__menu-btn-line:first-of-type,
.header__menu-btn--open .header__menu-btn-line:nth-child(2) {
  width: 23px;
  height: 3px;
  background-color: #3a0dc8;
}

.header__menu-btn--open .header__menu-btn-line:first-of-type {
  top: -1px;
  left: 1px;
  transform: rotate(45deg) translateX(0%);
}

.header__menu-btn--open .header__menu-btn-line:nth-child(2) {
  top: -4px;
  left: 3%;
  transform: rotate(-45deg) translateX(0%);
}

.header__menu-btn--open .header__menu-btn-line:nth-child(3) {
  width: 0;
  height: 0;
  border: none;
}

.header__nav-content-wrap {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100vh;
  padding: 0;
  overflow-y: scroll;
  background-color: #f3f3f3;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 960px) {
  .header__nav-content-wrap {
    display: flex;
    position: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    grid-gap: 40px;
    align-items: center;
    width: 65%;
    min-height: inherit;
    padding: 0;
    overflow-y: visible;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-content-wrap {
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .header__nav-content-wrap {
    grid-gap: 70px;
  }
}

.header__nav-content-wrap--open {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav-list-wrap {
  padding-top: 20px;
}
@media screen and (min-width: 960px) {
  .header__nav-list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
}

.header__nav-list-item {
  display: block;
  position: inherit;
}
@media screen and (min-width: 960px) {
  .header__nav-list-item:last-of-type .header__nav-list-btn {
    margin: 35px 0;
    padding: 8px 20px;
    border: 1px solid;
  }
  .header__nav-list-item:last-of-type .header__nav-list-btn:focus {
    background-color: #3a0dc8;
    color: #fff;
  }
  .header__nav-list-item:last-of-type .header__nav-list-btn::after {
    display: none;
  }
}

.header__nav-list-btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 40px;
  transition: 0.25s ease-in-out;
  border: none;
  background-color: transparent;
  color: #3a0dc8;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .header__nav-list-btn {
    position: relative;
    padding: 45px 0;
    transition: all 0.3s ease-out;
    font-size: 14px;
    font-weight: 700;
  }
  .header__nav-list-btn::after {
    content: "";
    visibility: hidden;
    position: absolute;
    bottom: 0;
    bottom: 40px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
    background-color: #00002a;
  }
  .header__nav-list-btn:focus {
    outline: none;
    color: #00002a;
  }
  .header__nav-list-btn:focus::after {
    visibility: visible;
    width: 100%;
  }
}
.header__nav-list-btn--dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav-list-btn--show + .header__nav-dropdown-wrap {
  display: block;
  margin-bottom: 35px;
  border-bottom: 2px solid #3a0dc8;
}
@media screen and (min-width: 960px) {
  .header__nav-list-btn--show + .header__nav-dropdown-wrap {
    border-bottom: 4px solid #3a0dc8;
  }
}
.header__nav-list-btn--show .header__nav-dropdown-icon:last-of-type {
  transform: rotate(0deg);
}

.header__nav-dropdown-icon-wrap {
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .header__nav-dropdown-icon-wrap {
    display: none;
  }
}

.header__nav-dropdown-icon {
  display: block;
  position: relative;
  left: 50%;
  width: 18px;
  height: 3px;
  transform: rotate(0deg) translateX(-50%);
  transition: 0.25s ease-in-out;
  background: #3a0dc8;
}
.header__nav-dropdown-icon:last-of-type {
  top: -2px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
}

.header__nav-dropdown-list-wrap {
  padding: 0 0 35px 18px;
}
@media screen and (min-width: 960px) {
  .header__nav-dropdown-list-wrap {
    display: grid;
    grid-gap: 28px 20px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    width: 65%;
    margin-left: auto;
    padding: 0 0 55px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-dropdown-list-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.header__nav-dropdown-list-wrap--search {
  padding-left: 0;
}
@media screen and (min-width: 960px) {
  .header__nav-dropdown-list-wrap--search {
    grid-template-columns: 1fr;
  }
}

.header__nav-dropdown-wrap {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 960px) {
  .header__nav-dropdown-wrap {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 60px;
    border-bottom: 4px solid #3a0dc8;
    background-color: #f3f3f3;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-dropdown-wrap {
    padding: 0 100px;
  }
}

.header__nav-dropdown-item {
  padding-bottom: 20px;
}
.header__nav-dropdown-item, .mosaic-section .header__nav-dropdown-item {
  display: block;
}
@media screen and (min-width: 960px) {
  .header__nav-dropdown-item {
    padding-bottom: 0;
  }
}
.header__nav-dropdown-item:last-of-type {
  padding-bottom: 0;
}

.header__nav-dropdown-link {
  font-size: calc(18px + -4 * (100vw - 375px) / 1065);
  color: #3a0dc8;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (min-width: 1800px) {
  .header__nav-dropdown-link {
    font-size: 14px;
  }
}
.header__nav-dropdown-link, .mosaic-section .header__nav-dropdown-link {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .header__nav-dropdown-link {
    position: relative;
    width: 100%;
    padding: 0;
    font-weight: 300;
  }
}

.header__sub-nav-wrap {
  display: grid;
  grid-gap: 35px 30px;
  grid-template-columns: repeat(2, 50fr);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 200px;
}
@media screen and (min-width: 960px) {
  .header__sub-nav-wrap {
    display: none;
  }
}

.header__sub-nav-item, .mosaic-section .header__sub-nav-item {
  padding: 0;
}
.header__sub-nav-item .header__sub-nav-link, .mosaic-section .header__sub-nav-item .header__sub-nav-link {
  border-bottom: none;
}

.header__sub-nav-link, .mosaic-section .header__sub-nav-link {
  padding: 0;
  font-size: 16px;
}

.header__nav-dropdown-search-wrap {
  display: flex;
  position: relative;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .header__nav-dropdown-search-wrap {
    width: 80%;
    max-width: 800px;
  }
}

.header__nav-dropdown-search {
  position: relative;
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-bottom: 2px solid #00002a;
  background-color: transparent;
  color: #00002a;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 400;
  line-height: 155%;
}
@media screen and (min-width: 960px) {
  .header__nav-dropdown-search {
    font-size: 18px;
  }
}

.header__nav-dropdown-search-button {
  position: absolute;
  right: 14px;
  border: none;
  background: #f3f3f3;
}

.header__donate-button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 25px 40px;
  transition: 0.25s ease-in-out;
  color: #3a0dc8;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  .header__donate-button {
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .header__donate-button {
    display: inline-block;
    width: fit-content;
    margin: 35px 0;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #3a0dc8;
    background-color: #3a0dc8;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  .header__donate-button:focus {
    border-color: #00002a;
    background-color: #00002a;
    color: #fff;
  }
  .header__donate-button::after {
    display: none;
  }
}

@media (hover: hover) {
  .header__alert-bar-link-wrap:hover {
    background-color: #00002a;
  }
  .header__nav-list-btn:hover {
    color: #00002a;
  }
}
@media screen and (hover: hover) and (min-width: 960px) {
  .header__nav-list-btn:hover::after {
    visibility: visible;
    width: 100%;
  }
}
@media screen and (hover: hover) and (min-width: 960px) {
  .header__nav-list-item:last-of-type .header__nav-list-btn:hover {
    background-color: #3a0dc8;
    color: #fff;
  }
  .header__nav-list-item:last-of-type .header__nav-list-btn:hover::after {
    display: none;
  }
}
@media screen and (hover: hover) and (min-width: 960px) {
  .header__donate-button:hover {
    border-color: #00002a;
    background-color: #00002a;
    color: #fff;
  }
}
.ll__header-style--dark .header__body-wrap {
  background: var(--ll-dark-purple);
  color: var(--ll-white);
}
.ll__header-style--dark .header__body-wrap, .ll__header-style--dark .header__body-wrap--fixed {
  position: sticky;
}
.ll__header-style--dark .header__nav-content-wrap {
  background-color: var(--ll-dark-purple);
}
.ll__header-style--dark nav a {
  color: currentColor;
}
.ll__header-style--dark .header__menu-btn {
  color: currentColor;
}
.ll__header-style--dark .header__menu-btn--open .header__menu-btn-line {
  background-color: currentColor;
}
.ll__header-style--dark .header__menu-btn-line {
  background-color: currentColor;
}
.ll__header-style--dark .header__nav-list-btn {
  color: currentColor;
}
@media screen and (min-width: 960px) and (hover: hover) {
  .ll__header-style--dark .header__nav-list-btn::after {
    background-color: currentColor;
  }
}
.ll__header-style--dark .header__nav-dropdown-icon {
  background: currentColor;
}
.ll__header-style--dark .header__nav-dropdown-wrap {
  background-color: var(--ll-dark-purple);
}
.ll__header-style--dark .header__nav-dropdown-link {
  color: currentColor;
}
.ll__header-style--dark .header__nav-dropdown-search {
  border-bottom-color: currentColor;
  color: currentColor;
}
.ll__header-style--dark .header__nav-dropdown-search:focus {
  border-bottom-color: var(--ll-light-purple);
}
.ll__header-style--dark .header__nav-dropdown-search-button {
  background: rgba(0, 0, 0, 0.25);
  color: currentColor;
}
.ll__header-style--dark .header__nav-dropdown-search-button path {
  fill: currentColor;
}
.ll__header-style--dark .contentwrapper {
  padding: 0 !important;
}
@media screen and (min-width: 960px) {
  .ll__header-style--dark .header__nav-list-item:last-of-type .header__nav-list-btn:hover,
  .ll__header-style--dark .header__nav-list-item:last-of-type .header__nav-list-btn:focus {
    background-color: var(--ll-white);
    color: var(--ll-dark-purple);
  }
  .ll__header-style--dark .header__nav-list-item:last-of-type .header__nav-list-btn:hover::after,
  .ll__header-style--dark .header__nav-list-item:last-of-type .header__nav-list-btn:focus::after {
    display: none;
  }
}

.footer__body-wrap {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (min-width: 960px) {
  .footer__body-wrap {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.footer__main-body {
  padding-bottom: 60px;
}
@media screen and (min-width: 720px) {
  .footer__main-body {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .footer__main-body {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__main-body {
    padding-bottom: 140px;
  }
}

.footer__main-nav-wrap {
  display: grid;
  grid-gap: 20px 55px;
  grid-template-columns: repeat(1, 100fr);
  justify-content: space-between;
}
@media screen and (min-width: 720px) {
  .footer__main-nav-wrap {
    grid-gap: 30px 70px;
    grid-template-columns: repeat(3, 31.5fr);
  }
}
@media screen and (min-width: 960px) {
  .footer__main-nav-wrap {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__main-nav-wrap {
    grid-gap: 25px 100px;
    width: 65%;
  }
}
.footer__main-nav-wrap ul {
  padding-bottom: 40px;
}
.footer__main-nav-wrap .menu,
.footer__main-nav-wrap .widget_nav_menu {
  padding-bottom: 0;
}
.footer__main-nav-wrap h2 {
  text-transform: uppercase;
}
.footer__main-nav-wrap h2, .mosaic-section .footer__main-nav-wrap h2 {
  padding-bottom: 25px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 16px;
  font-weight: 900;
}
.footer__main-nav-wrap li {
  font-size: calc(13px + 1 * (100vw - 375px) / 1065);
  padding-bottom: 15px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  line-height: 155%;
  text-decoration: none;
}
@media screen and (min-width: 1800px) {
  .footer__main-nav-wrap li {
    font-size: 16px;
  }
}
.footer__main-nav-wrap li:last-of-type {
  padding-bottom: 0;
}
.footer__main-nav-wrap li a {
  position: relative;
  transition: font-weight 0.25s ease-in-out;
  border-bottom: none;
  color: #fff;
  font-weight: 400;
}
.footer__main-nav-wrap li a::after {
  content: "";
  visibility: hidden;
  position: absolute;
  bottom: 0;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.footer__main-nav-wrap li a:focus::after {
  visibility: visible;
  width: 100%;
}

.footer__signup-wrap {
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .footer__signup-wrap {
    width: 30%;
  }
}
.footer__signup-wrap .footer__signup-title {
  font-size: 16px;
}
.footer__signup-wrap p strong {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  text-transform: uppercase;
}
.footer__signup-wrap .ll__button, .footer__signup-wrap input[type=submit] {
  width: 100%;
  max-width: 185px;
  margin-top: 20px;
  padding: 11px 50px;
}
@media screen and (min-width: 960px) {
  .footer__signup-wrap .ll__button, .footer__signup-wrap input[type=submit] {
    padding: 11px 60px;
  }
}

.footer__signup-title {
  padding-bottom: 25px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer__signup-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer__signup-form-group .footer__signup-input {
  padding-left: 5px;
  border-bottom: 1px solid #fff;
  background: none;
  color: #fff;
}
.footer__signup-form-group .footer__signup-input::placeholder {
  opacity: 1;
  color: #fff;
}

.footer__signup-input {
  width: 100%;
}

.footer__signup p strong {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  .footer__sub-section-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__sub-section-wrap .footer__left-group {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .footer__sub-section-wrap .footer__left-group {
    flex-direction: row;
    gap: 5rem;
  }
}

.charity-nav-icon {
  max-width: 100px;
}
.charity-nav-icon img {
  padding-bottom: 25px;
}

.footer__social-list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .footer__social-list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }
}

.footer__social-list-item {
  padding: 0 12px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .footer__social-list-item {
    padding: 0 15px;
  }
}
@media screen and (min-width: 960px) {
  .footer__social-list-item:first-of-type {
    padding-left: 0;
  }
}

.footer__social-icon {
  width: 100%;
  max-width: 30px;
  height: auto;
  max-height: 30px;
}

.footer__sub-section-fine-print {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer__sub-section-fine-print {
    text-align: left;
  }
}

.footer__sub-section-icon-wrap {
  display: none;
}
@media screen and (min-width: 960px) {
  .footer__sub-section-icon-wrap {
    display: block;
  }
}

.footer__sub-section-icon {
  max-width: 50px;
  height: auto;
}

@media (hover: hover) {
  .footer__main-nav-wrap a:hover::after {
    visibility: visible;
    width: 100%;
  }
  .footer__nav-list-wrap li a:hover {
    font-weight: 800;
  }
  .ll__button a:hover, input[type=submit] a:hover {
    color: #00002a;
  }
  .footer__social-list-wrap:hover > .footer__social-list-item {
    opacity: 0.5;
  }
  .footer__social-list-wrap:hover > .footer__social-list-item:hover {
    opacity: 1;
  }
}
.intro-copy__body-wrap {
  width: 90%;
  padding-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .intro-copy__body-wrap {
    width: 60%;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .intro-copy__body-wrap {
    margin-left: 70px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .intro-copy__body-wrap {
    width: 50%;
    margin-left: 90px;
  }
}
.intro-copy__body-wrap--centered {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .intro-copy__body-wrap--centered {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .intro-copy__body-wrap--centered {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .intro-copy__body-wrap--centered {
    width: 70%;
    margin: 0 auto;
  }
}
.intro-copy__body-wrap--full {
  width: auto;
}
@media screen and (min-width: 960px) {
  .intro-copy__body-wrap--full {
    margin: 0;
  }
}
.intro-copy__body-wrap--full .intro-copy__copy {
  width: 90%;
}
@media screen and (min-width: 960px) {
  .intro-copy__body-wrap--full .intro-copy__copy {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .intro-copy__body-wrap--full .intro-copy__copy {
    width: 60%;
  }
}

.intro-copy__title, .mosaic-section .intro-copy__title {
  padding-bottom: 10px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
  line-height: 125%;
}
@media screen and (min-width: 960px) {
  .intro-copy__title, .mosaic-section .intro-copy__title {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .intro-copy__title, .mosaic-section .intro-copy__title {
    padding-bottom: 20px;
  }
}

.intro-copy__copy, .mosaic-section .intro-copy__copy {
  padding-bottom: 0;
}

.image-text-callout__body-wrap {
  margin: 40px auto;
  padding: 40px 20px;
}
@media screen and (min-width: 720px) {
  .image-text-callout__body-wrap {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    justify-content: flex-start;
    margin: 50px auto;
  }
}
@media screen and (min-width: 960px) {
  .image-text-callout__body-wrap {
    margin: 70px auto;
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-callout__body-wrap {
    grid-gap: 50px;
    padding: 75px 40px;
  }
}

.image-text-callout__body-wrap--policy .image-text-callout__body-wrap {
  margin-bottom: 80px;
}
@media screen and (min-width: 720px) {
  .image-text-callout__body-wrap--policy .image-text-callout__body-wrap {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .image-text-callout__body-wrap--policy .image-text-callout__body-wrap {
    margin-bottom: 140px;
  }
}

.image-text-callout__image {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .image-text-callout__image {
    width: 45%;
    max-width: 500px;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .image-text-callout__image {
    width: 48%;
  }
}

.image-text-callout__copy-wrap {
  padding-top: 40px;
}
@media screen and (min-width: 720px) {
  .image-text-callout__copy-wrap {
    width: 48%;
    padding-top: 0;
  }
}

.image-text-callout__copy, .mosaic-section .image-text-callout__copy {
  padding-bottom: 0;
}
.image-text-callout__copy h1,
.image-text-callout__copy h2,
.image-text-callout__copy h3,
.image-text-callout__copy h4,
.image-text-callout__copy h5,
.image-text-callout__copy h6 {
  padding-bottom: 15px;
}

@media screen and (min-width: 720px) {
  .text-callout__copy-wrap {
    width: 75%;
    max-width: 950px;
  }
}

.text-callout__copy h1,
.text-callout__copy h2,
.text-callout__copy h3,
.text-callout__copy h4,
.text-callout__copy h5,
.text-callout__copy h6 {
  padding-bottom: 15px;
}
.text-callout__copy h1, .mosaic-section .text-callout__copy h1,
.text-callout__copy h2,
.mosaic-section .text-callout__copy h2,
.text-callout__copy h3,
.mosaic-section .text-callout__copy h3,
.text-callout__copy h4,
.mosaic-section .text-callout__copy h4,
.text-callout__copy h5,
.mosaic-section .text-callout__copy h5,
.text-callout__copy h6,
.mosaic-section .text-callout__copy h6 {
  font-family: "HCo Ringside Wide SSm", sans-serif;
}

.text-callout-cta__body-wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .text-callout-cta__body-wrap {
    width: 75%;
    max-width: 850px;
  }
}
@media screen and (min-width: 1200px) {
  .text-callout-cta__body-wrap {
    width: 65%;
    max-width: 850px;
  }
}

.accordion__intro-wrap {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .accordion__intro-wrap {
    padding-bottom: 60px;
  }
}

.accordion__intro-title {
  color: #3a0dc8;
  text-transform: uppercase;
}

.accordion__toggle-list-wrap, .mosaic-section .accordion__toggle-list-wrap {
  padding-left: 0;
  list-style: none;
}

.accordion__toggle-list-item {
  scroll-margin-top: var(--ll-header-height, 0);
}
.accordion__toggle-list-item, .mosaic-section .accordion__toggle-list-item {
  margin-bottom: 0;
}
.accordion__toggle-list-item:last-of-type {
  border-bottom: 2px solid;
}

.accordion__item-toggle {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 20px 15px;
  transition: height 2.5s ease-in-out;
  border: 0;
  border-top: 2px solid;
  background: transparent;
  color: inherit;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .accordion__item-toggle {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 960px) {
  .accordion__item-toggle {
    padding: 40px 35px;
  }
}
.accordion__item-toggle span {
  display: block;
  width: 85%;
}
.accordion__item-toggle::after {
  content: "+";
  display: block;
  transition: all 0.5s ease-in-out;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 35px;
  font-weight: 300;
}
.accordion__item-toggle--open::after {
  transform: rotate(45deg);
}

.accordion__item-content {
  display: none;
  max-height: 0;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
@media screen and (min-width: 720px) {
  .accordion__item-content {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .accordion__item-content {
    width: 70%;
    max-width: 900px;
  }
}

.accordion__item-toggle--open ~ .accordion__item-content {
  display: block;
}

.accordion__item-copy-wrap {
  padding-top: 20px;
  padding-bottom: 45px;
}
@media screen and (min-width: 720px) {
  .accordion__item-copy-wrap {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  .accordion__item-copy-wrap {
    padding-bottom: 65px;
  }
}
.accordion__item-copy-wrap img,
.accordion__item-copy-wrap video {
  position: relative;
  left: 50%;
  width: 115%;
  transform: translateX(-50%);
}

.accordion__item-cta {
  display: table;
  margin: 25px auto 45px;
}

.accordion__style--white-background {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .accordion__style--white-background {
    max-width: 1264px;
  }
}
.mosaic-section .accordion__style--white-background .accordion__intro-wrap {
  padding-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .mosaic-section .accordion__style--white-background .accordion__intro-wrap {
    padding-bottom: 40px;
    padding-left: 25px;
  }
}
.mosaic-section .accordion__style--white-background .accordion__intro-title {
  text-transform: none;
}
@media screen and (min-width: 720px) {
  .mosaic-section .accordion__style--white-background .accordion__intro-title {
    padding-bottom: 0;
  }
}
.mosaic-section .accordion__style--white-background .accordion__toggle-list-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 720px) {
  .mosaic-section .accordion__style--white-background .accordion__item-copy-wrap {
    padding-top: 0;
  }
}
.mosaic-section .accordion__style--white-background .accordion__toggle-list-item {
  background: #fff;
  color: #00002a;
}
.mosaic-section .accordion__style--white-background .accordion__toggle-list-item:last-of-type {
  border-bottom: none;
}
.mosaic-section .accordion__style--white-background .accordion__item-content {
  margin: 0 auto 0 0;
  padding: 0 20px;
}
@media screen and (min-width: 720px) {
  .mosaic-section .accordion__style--white-background .accordion__item-content {
    padding: 0 0 0 25px;
  }
}
.mosaic-section .accordion__style--white-background .accordion__item-toggle {
  padding: 15px 20px;
  border: none;
}
@media screen and (min-width: 720px) {
  .mosaic-section .accordion__style--white-background .accordion__item-toggle {
    padding: 25px;
  }
}
.mosaic-section .accordion__style--white-background .accordion__item-toggle:focus-visible {
  outline: 2px dashed #00002a;
}
.mosaic-section .accordion__style--white-background .accordion__item-toggle span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 720px) {
  .mosaic-section .accordion__style--white-background .accordion__item-toggle span {
    font-size: 16px;
  }
}

.section-links-grid.links-grid--remove-padding-top .links-grid__wrap {
  padding-top: 0;
}

.links-grid__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .links-grid__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .links-grid__wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .links-grid__wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.links-grid__body-wrap {
  display: flex;
  grid-gap: 7px;
  flex-flow: column;
}
@media screen and (min-width: 720px) {
  .links-grid__body-wrap {
    grid-gap: 20px;
  }
}

.links-grid__links-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 720px) {
  .links-grid__links-wrap {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .links-grid__links-wrap {
    grid-gap: 20px 80px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .links-grid__links-wrap {
    grid-gap: 20px 150px;
  }
}

.links-grid__link {
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.links-grid__link:focus {
  font-weight: bold;
}
.links-grid__link:focus-visible {
  outline: 1px solid;
}
@media (prefers-reduce-motion) {
  .links-grid__link {
    transition: none;
  }
}
@media (hover: hover) {
  .links-grid__link:hover {
    font-weight: bold;
    text-decoration: none;
  }
}
.mosaic-section .links-grid__link {
  padding: 0;
}
@media (hover: hover) {
  .mosaic-section .links-grid__link:hover {
    text-decoration: none;
  }
}

.resource-grid__wrap {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 720px) {
  .resource-grid__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .resource-grid__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.resource-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #3a0dc8;
  color: #fff;
}
.resource-grid .ll__heading-h2 {
  margin-bottom: 30px;
  color: #00002e;
}
.resource-grid .resource-grid__item-headline {
  margin-bottom: 80px;
  transition: 0.3s;
  color: #fff;
  font-weight: 600;
  text-transform: none;
}
@media screen and (min-width: 720px) {
  .resource-grid .resource-grid__item-headline {
    font-size: 24px;
  }
}
.resource-grid .ll__link {
  color: #fff;
  font-size: 16px;
}

.archive__hero-wrap {
  padding-bottom: 55px;
}
@media screen and (min-width: 720px) {
  .archive__hero-wrap {
    display: grid;
    grid-gap: 0 50px;
    grid-template-columns: repeat(2, 49.5fr);
    align-items: center;
    justify-content: center;
  }
}

.archive__hero-image-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 49.5fr);
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .archive__hero-image-wrap {
    grid-gap: 30px;
  }
}

.archive__hero-image {
  width: 100%;
}

.archive__results-search-wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 55px;
}
@media screen and (min-width: 720px) {
  .archive__results-search-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .archive__results-search-wrap {
    padding: 28px 33px;
  }
}

.archive__search-body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 720px) {
  .archive__search-body {
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
  }
}

.archive__search-input,
.archive__search-select {
  margin: 0;
  margin-bottom: 40px;
  padding: 8px 15px;
  border: none;
  border-bottom: 1px solid #00002a;
  background-color: transparent;
}
@media screen and (min-width: 720px) {
  .archive__search-input,
  .archive__search-select {
    margin-bottom: 0;
  }
}
.archive__search-input::placeholder,
.archive__search-select::placeholder {
  color: #00002a;
}

@media screen and (min-width: 720px) {
  .archive__search-input {
    width: 40%;
  }
}

@media screen and (min-width: 720px) {
  .archive__search-select {
    width: 26%;
  }
}

.archive__search-button {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .archive__search-button {
    width: 20%;
  }
}
@media screen and (min-width: 960px) {
  .archive__search-button {
    max-width: 180px;
  }
}

@media screen and (min-width: 720px) {
  .archive__results-list-wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 49.5fr);
    justify-content: center;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .archive__results-list-wrap {
    grid-template-columns: repeat(3, 32.5fr);
    padding-bottom: 72px;
  }
}

.archive__results-list-item {
  margin-bottom: 20px;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .archive__results-list-item {
    margin-bottom: 0;
  }
}

.archive__results-item-link-wrap {
  color: #00002a;
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  .archive__results-item-link-wrap {
    display: block;
    display: flex;
    position: relative;
    flex-direction: column;
    height: 100%;
    height: 100%;
    min-height: 100%;
  }
}

.archive__results-item-status {
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.archive__results-item-status.active {
  background-color: #d023ae;
}

.archive__results-item-status.closed {
  background-color: #00002a;
}

.archive__results-item-status.landmark {
  background-color: #3a0dc8;
}

.archive__results-item-copy-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 40px;
}
@media screen and (min-width: 960px) {
  .archive__results-item-copy-wrap {
    padding: 32px;
  }
}

.archive__results-item-title {
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .archive__results-item-title {
    padding-bottom: 12px;
  }
}

.archive__results-item-about {
  display: none;
}
@media screen and (min-width: 720px) {
  .archive__results-item-about {
    display: block;
    padding-bottom: 15px;
  }
}

.archive__results-item-detail {
  padding-bottom: 12px;
}

.archive__results-tags-list-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
@media screen and (min-width: 720px) {
  .archive__results-tags-list-wrap {
    margin: auto 0 0;
  }
}
@media screen and (min-width: 960px) {
  .archive__results-tags-list-wrap {
    padding-top: 25px;
  }
}

.archive__results-tag-list-item {
  font-size: 10px;
}
.archive__results-tag-list-item::after {
  content: ",";
  padding-right: 3px;
}
.archive__results-tag-list-item:last-of-type::after {
  content: "";
}

.archive-grid__showing-results-wrap {
  padding-top: 20px;
}
@media screen and (min-width: 960px) {
  .archive-grid__showing-results-wrap {
    padding-top: 0;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .archive-grid__showing-results-wrap {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1440px) {
  .archive-grid__showing-results-wrap {
    padding-left: 85px;
  }
}

.archive-grid__showing-results, .mosaic-section .archive-grid__showing-results {
  margin-bottom: 20px;
  color: #00002a;
  font-family: "HCo Ringside Wide SSm", sans-serif;
}
@media screen and (min-width: 960px) {
  .archive-grid__showing-results, .mosaic-section .archive-grid__showing-results {
    margin-bottom: 35px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 29px;
  }
}

.case__wrap {
  margin-right: auto;
  margin-left: auto;
}

.case__featured-image-title-wrap {
  position: relative;
}

.case__featured-image-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .case__featured-image-wrap::after {
    content: none;
  }
}

.case__featured-image {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 720px) {
  .case__featured-image {
    aspect-ratio: 1.7/1;
  }
}

.case__title {
  padding: 25px;
}
@media screen and (min-width: 960px) {
  .case__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    padding: 30px;
    color: #fff;
  }
}

.case__content-wrap {
  display: flex;
  grid-gap: 45px;
  flex-flow: column wrap;
}
@media screen and (min-width: 960px) {
  .case__content-wrap {
    grid-gap: 104px;
    flex-flow: row-reverse nowrap;
    margin-top: 70px;
  }
}

.case__content-sidebar {
  padding: 25px;
  border-top: 1.5px solid;
  border-bottom: 1.5px solid;
}
@media screen and (min-width: 960px) {
  .case__content-sidebar {
    flex-shrink: 0;
    width: 180px;
    padding: 0;
    border: 0;
  }
}
.case__content-sidebar ul {
  margin-left: 0;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 12px;
  font-weight: 400;
  list-style: disc outside none;
}
.case__content-sidebar ul li {
  position: relative;
  padding: 0 0 10px 15px;
  list-style: none;
}
.case__content-sidebar ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #3a0dc8;
}

.case__sidebar-element + .case__sidebar-element {
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .case__sidebar-element + .case__sidebar-element {
    margin-top: 30px;
  }
}

.case__sidebar-element-title {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.case__sidebar-element-content {
  font-size: 12px;
}
.case__sidebar-element-content h1,
.case__sidebar-element-content h2,
.case__sidebar-element-content h3,
.case__sidebar-element-content h4,
.case__sidebar-element-content h5,
.case__sidebar-element-content h6 {
  font-style: italic;
}
.case__sidebar-element-content p + h1,
.case__sidebar-element-content p + h2,
.case__sidebar-element-content p + h3,
.case__sidebar-element-content p + h4,
.case__sidebar-element-content p + h5,
.case__sidebar-element-content p + h6 {
  margin-top: 10px;
}
.case__sidebar-element-content h1,
.case__sidebar-element-content h2,
.case__sidebar-element-content h3,
.case__sidebar-element-content h4,
.case__sidebar-element-content h5,
.case__sidebar-element-content h6,
.case__sidebar-element-content p {
  padding: 0;
  font-size: 12px;
  line-height: 175%;
}
.case__sidebar-element-content h1:last-child,
.case__sidebar-element-content h2:last-child,
.case__sidebar-element-content h3:last-child,
.case__sidebar-element-content h4:last-child,
.case__sidebar-element-content h5:last-child,
.case__sidebar-element-content h6:last-child,
.case__sidebar-element-content p:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .case__content-with-accordions {
    flex-grow: 1;
  }
}

.case__content {
  padding: 0 25px;
}
@media screen and (min-width: 960px) {
  .case__content {
    padding: 0 30px;
  }
}
.case__content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.case__content h1, .mosaic-section .case__content h1,
.case__content h2,
.mosaic-section .case__content h2,
.case__content h3,
.mosaic-section .case__content h3,
.case__content h4,
.mosaic-section .case__content h4,
.case__content h5,
.mosaic-section .case__content h5,
.case__content h6,
.mosaic-section .case__content h6 {
  padding-bottom: 15px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}

.case__accordions-wrap {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .case__accordions-wrap {
    margin-top: 60px;
  }
}

.case__accordion {
  padding: 0;
  background: #fff;
  color: #00002a;
}
.case__accordion + .case__accordion {
  margin-top: 20px;
}

.case__accordion-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  background: none;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 720px) {
  .case__accordion-toggle {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 960px) {
  .case__accordion-toggle {
    padding: 27px 30px;
    color: #00002a;
  }
}
.case__accordion-toggle::after {
  font-size: 30px;
}

.case__accordion-content-panel {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.case__accordion-panel-copy-wrap {
  padding: 15px 20px 30px;
}
@media screen and (min-width: 960px) {
  .case__accordion-panel-copy-wrap {
    padding: 15px 30px 40px;
  }
}

.text-with-image-grid__wrap {
  display: flex;
  grid-gap: 25px;
  flex-flow: column;
  padding-top: 55px;
  padding-bottom: 75px;
}
@media screen and (min-width: 960px) {
  .text-with-image-grid__wrap {
    grid-gap: 0;
    flex-flow: row nowrap;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .text-with-image-grid__wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.text-with-image-grid__wrap--hero {
  padding-top: 35px;
  padding-bottom: 55px;
}
@media screen and (min-width: 960px) {
  .text-with-image-grid__wrap--hero {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .text-with-image-grid__wrap--hero {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

.text-with-image-grid__content-wrap {
  flex-basis: 100%;
  padding: 0 20px;
}
.text-with-image-grid__content-wrap h1, .mosaic-section .text-with-image-grid__content-wrap h1,
.text-with-image-grid__content-wrap h2,
.mosaic-section .text-with-image-grid__content-wrap h2,
.text-with-image-grid__content-wrap h3,
.mosaic-section .text-with-image-grid__content-wrap h3,
.text-with-image-grid__content-wrap h4,
.mosaic-section .text-with-image-grid__content-wrap h4,
.text-with-image-grid__content-wrap h5,
.mosaic-section .text-with-image-grid__content-wrap h5,
.text-with-image-grid__content-wrap h6,
.mosaic-section .text-with-image-grid__content-wrap h6 {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 960px) {
  .text-with-image-grid__content-wrap {
    flex-basis: 90%;
    padding: 15px 0 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .text-with-image-grid__content-wrap {
    padding: 15px 0 0 85px;
  }
}
@media screen and (min-width: 960px) {
  .text-with-image-grid__content-wrap .ll__copy--large, .text-with-image-grid__content-wrap .basic-callout-with-button__content-wrap p, .basic-callout-with-button__content-wrap .text-with-image-grid__content-wrap p,
  .text-with-image-grid__content-wrap .ll__copy {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .text-with-image-grid__content-wrap .ll__copy--large, .text-with-image-grid__content-wrap .basic-callout-with-button__content-wrap p, .basic-callout-with-button__content-wrap .text-with-image-grid__content-wrap p,
  .text-with-image-grid__content-wrap .ll__copy {
    width: 85%;
  }
}
.text-with-image-grid__content-wrap h2 {
  max-width: 200px;
  margin-bottom: 20px;
  line-height: 121%;
}
@media screen and (min-width: 1200px) {
  .text-with-image-grid__content-wrap h2 {
    max-width: 300px;
  }
}

.text-with-image-grid__image-grid-wrap {
  display: grid;
  position: relative;
  z-index: 1;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
  flex-basis: 100%;
}
@media screen and (min-width: 960px) {
  .text-with-image-grid__image-grid-wrap {
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .text-with-image-grid__image-grid-wrap {
    grid-gap: 40px;
  }
}

.text-with-image-grid__grid-item {
  position: relative;
  overflow: hidden;
  background: #dfe1e5;
}
@media screen and (min-width: 960px) {
  .text-with-image-grid__grid-item:first-child:last-child {
    grid-column: span 1;
  }
}

.text-with-image-grid__grid-item .text-with-image-grid__grid-item-link:focus .text-with-image-grid__grid-item-content-wrap {
  opacity: 1;
}

.text-with-image-grid__grid-item-image-wrap {
  position: relative;
  aspect-ratio: 1/1;
  background: #000018;
}

.text-with-image-grid__grid-item-image {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 102%;
  object-fit: cover;
  object-position: center;
}
.remove-filter-color .text-with-image-grid__grid-item-image {
  mix-blend-mode: unset;
  filter: unset;
}

.text-with-image-grid__grid-item-content-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 42, 0.8);
}
@media screen and (min-width: 720px) {
  .text-with-image-grid__grid-item-content-wrap {
    display: block;
  }
}
@media screen and (hover: hover) and (min-width: 720px) {
  .text-with-image-grid__grid-item .text-with-image-grid__grid-item-content-wrap {
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
  .text-with-image-grid__grid-item .text-with-image-grid__grid-item-content-wrap:hover {
    opacity: 1;
  }
}

.text-with-image-grid__grid-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .text-with-image-grid__grid-item-content {
    padding: 20px 25px;
  }
}
@media screen and (min-width: 960px) {
  .text-with-image-grid__grid-item-content {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .text-with-image-grid__grid-item-content {
    padding: 20px 25px;
  }
}
.text-with-image-grid__grid-item-content h4 {
  color: #fff;
}
@media only screen and (max-width: 720px) {
  .text-with-image-grid__grid-item-content p {
    font-size: 12px;
  }
}

.text-with-image-grid__grid-item-title {
  margin: 0;
  color: #fff;
}
.text-with-image-grid__grid-item-title, .mosaic-section .text-with-image-grid__grid-item-title {
  padding-bottom: 10px;
  font-weight: 800;
}

.text-with-image-grid__grid-item-copy, .mosaic-section .text-with-image-grid__grid-item-copy {
  padding: 0;
}

.emergency-grid__image-grid-wrap {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 720px) {
  .emergency-grid__image-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.emergency-grid__grid-item {
  background-color: #fff;
}

.emergency-grid__grid-item-content-wrap {
  display: flex;
  position: relative;
  flex-flow: column;
  padding: 30px;
  opacity: 1 !important;
  background: transparent;
}
@media screen and (min-width: 720px) {
  .emergency-grid__grid-item-content-wrap {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 960px) {
  .emergency-grid__grid-item-content-wrap {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .emergency-grid__grid-item-content-wrap {
    padding: 30px;
  }
}

.emergency-grid__grid-item-content {
  position: relative;
  flex-grow: 1;
  padding: 0 0 25px;
  color: #3a0dc8;
}

.emergency-grid__grid-item-label {
  opacity: 0.5;
  text-transform: uppercase;
}
.emergency-grid__grid-item-label, .mosaic-section .emergency-grid__grid-item-label {
  padding-bottom: 5px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.emergency-grid__grid-item-headline, .mosaic-section .emergency-grid__grid-item-headline {
  padding-bottom: 10px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 960px) {
  .emergency-grid__grid-item-headline, .mosaic-section .emergency-grid__grid-item-headline {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .emergency-grid__grid-item-headline, .mosaic-section .emergency-grid__grid-item-headline {
    font-size: 18px;
  }
}

.emergency-grid__grid-item-website {
  word-break: break-word;
}
.emergency-grid__grid-item-website, .mosaic-section .emergency-grid__grid-item-website {
  padding-bottom: 5px;
  font-size: 12px;
}

.emergency-grid__grid-item-phone-number, .mosaic-section .emergency-grid__grid-item-phone-number {
  padding-bottom: 0;
  font-size: 12px;
}

.emergency-grid__grid-item-button-wrap a:not(.button):not(.button-outline) {
  color: #3a0dc8;
}
.emergency-grid__grid-item-button-wrap a:not(.button):not(.button-outline):focus {
  color: #fff !important;
}

.emergency-grid__grid-item-button {
  display: block;
}
@media screen and (min-width: 720px) {
  .emergency-grid__grid-item-button {
    display: inline-block;
  }
}
.emergency-grid__grid-item-button, .mosaic-section .emergency-grid__grid-item-button {
  border: 1px solid #3a0dc8;
  background-color: transparent;
}
.emergency-grid__grid-item-button:focus, .mosaic-section .emergency-grid__grid-item-button:focus {
  border-color: #3a0dc8;
  background-color: #3a0dc8;
  color: #fff;
}

.benefits-grid {
  position: relative;
  z-index: 1;
}

.benefits-grid__content-wrap {
  padding-left: 0;
}
@media screen and (min-width: 720px) {
  .benefits-grid__content-wrap {
    padding-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .benefits-grid__content-wrap .ll__copy {
    width: 85%;
  }
}

.benefits-grid__grid-item {
  position: relative;
  background: #fff;
}

.benefits-grid__grid-item-content-wrap {
  display: block;
  position: relative;
  opacity: 1 !important;
  background: none;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 720px) {
  .benefits-grid__grid-item-content-wrap {
    aspect-ratio: 1/1;
  }
}

.benefits-grid__grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .benefits-grid__grid-item-content {
    padding: 30px;
  }
}

.benefits-grid__grid-item-headline, .mosaic-section .benefits-grid__grid-item-headline {
  font-size: calc(16px + 8 * (100vw - 375px) / 1065);
  margin: 0;
  padding: 0;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1800px) {
  .benefits-grid__grid-item-headline, .mosaic-section .benefits-grid__grid-item-headline {
    font-size: 27px;
  }
}

@media screen and (min-width: 960px) {
  .jobs-and-internship-hero-grid__wrap {
    align-items: center;
  }
}

.jobs-and-internship-hero-grid__content-wrap h2 {
  max-width: 100%;
}

.issues-text-with-image-grid {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .issues-text-with-image-grid__wrap {
    flex-flow: row wrap;
  }
}

.issues-text-with-image-grid__heading {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .issues-text-with-image-grid__heading {
    padding: 0 40px;
  }
  .issues-text-with-image-grid__heading, .mosaic-section .issues-text-with-image-grid__heading {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .issues-text-with-image-grid__heading {
    padding: 0 85px;
  }
}

.issues-text-with-image-grid__content-wrap h1,
.issues-text-with-image-grid__content-wrap h2,
.issues-text-with-image-grid__content-wrap h3,
.issues-text-with-image-grid__content-wrap h4,
.issues-text-with-image-grid__content-wrap h5,
.issues-text-with-image-grid__content-wrap h6 {
  max-width: 100%;
  color: #3a0dc8;
}
@media screen and (min-width: 960px) {
  .issues-text-with-image-grid__content-wrap {
    flex-basis: 50%;
    padding-top: 0;
  }
}

@media screen and (min-width: 960px) {
  .issues-text-with-image-grid__image-grid-wrap {
    flex-basis: 50%;
  }
}

.copy-with-image-grid-wysiwyg {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 720px) {
  .copy-with-image-grid-wysiwyg__wrap {
    align-items: center;
  }
}

.copy-with-image-grid-wysiwyg__content-wrap a {
  border: 0;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.ways-to-give__grid-item-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #3a0dc8;
}
.ways-to-give__grid-item-link:focus {
  background-color: rgba(58, 13, 200, 0.5);
}
.ways-to-give__grid-item-link:focus, .mosaic-section .ways-to-give__grid-item-link:focus {
  text-decoration: none;
}
.ways-to-give__grid-item-link:focus .ways-to-give__grid-item-headline {
  border-bottom: none;
}

.ways-to-give__grid-item-content-wrap {
  display: block;
  position: relative;
  padding: 15px;
  opacity: 1 !important;
  background: none;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 720px) {
  .ways-to-give__grid-item-content-wrap {
    padding: 25px 30px;
  }
}
@media screen and (min-width: 960px) {
  .ways-to-give__grid-item-content-wrap {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .ways-to-give__grid-item-content-wrap {
    padding: 30px 35px;
  }
}

.ways-to-give__grid-item-headline {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.ways-to-give__grid-item-headline, .mosaic-section .ways-to-give__grid-item-headline {
  font-size: calc(20px + 15 * (100vw - 375px) / 1065);
  padding: 0;
  color: #fff;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (min-width: 960px) {
  .ways-to-give__grid-item-headline, .mosaic-section .ways-to-give__grid-item-headline {
    font-size: calc(23px + 7 * (100vw - 960px) / 480);
  }
}
@media screen and (min-width: 1800px) {
  .ways-to-give__grid-item-headline, .mosaic-section .ways-to-give__grid-item-headline {
    font-size: 34px;
  }
}

@media (hover: hover) {
  .emergency-grid__grid-item-button-wrap a:not(.button):not(.button-outline):hover {
    color: #fff !important;
  }
  .emergency-grid__grid-item-button:hover, .mosaic-section .emergency-grid__grid-item-button:hover {
    border-color: #3a0dc8;
    background-color: #3a0dc8;
    color: #fff;
  }
  .ways-to-give__grid-item-link:hover {
    background-color: rgba(58, 13, 200, 0.5);
  }
  .ways-to-give__grid-item-link:hover, .mosaic-section .ways-to-give__grid-item-link:hover {
    text-decoration: none;
  }
}
.strategic-plan {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 720px) {
  .strategic-plan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .strategic-plan {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.strategic-plan__section-content-wrap {
  display: flex;
  align-items: center;
}
.strategic-plan__section-content-wrap::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  border-top: 2px solid;
}
@media screen and (min-width: 960px) {
  .strategic-plan__section-content-wrap::after {
    border-top-width: 5px;
  }
}
.strategic-plan__section-content-wrap h2 {
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  .strategic-plan__section-content-wrap h2 {
    padding-right: 30px;
  }
}

.strategic-plan__content-wrap {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 40ch), 1fr));
  margin-top: 20px;
}
@media screen and (min-width: 720px) {
  .strategic-plan__content-wrap {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .strategic-plan__content-wrap {
    margin-top: 100px;
  }
}

.strategic-plan__content {
  padding-left: 20px;
}
.strategic-plan__content p:not(:last-child) {
  padding-bottom: 1em;
}

.strategic-plan__grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20ch), 1fr));
}
@media screen and (min-width: 720px) {
  .strategic-plan__grid {
    padding-left: 40px;
  }
}
@media screen and (min-width: 960px) {
  .strategic-plan__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.strategic-plan__grid-item {
  background: #3a0dc8;
}
.strategic-plan__grid-item:first-child:last-child {
  grid-column: span 2;
}

.strategic-plan__grid-item-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: grayscale(100%);
}

.color-three .video-slider__slide,
.color-three .image-text-slider__slide {
  background-color: #3a0dc8;
}

.sliders__slides-wrap .swiper-pagination {
  display: flex;
  bottom: 35px;
  left: 25px;
  grid-gap: 5px;
}
@media screen and (min-width: 960px) {
  .sliders__slides-wrap .swiper-pagination {
    display: grid;
    bottom: 30px;
    left: 50px;
    grid-template-columns: 1fr 1fr;
    width: 33px;
    max-width: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .sliders__slides-wrap .swiper-pagination {
    bottom: 45px;
    left: 84px;
  }
}
.sliders__slides-wrap .swiper-pagination-bullet {
  width: 47px;
  height: 12px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 0;
  opacity: 1;
  background: transparent;
}
@media screen and (min-width: 960px) {
  .sliders__slides-wrap .swiper-pagination-bullet {
    width: 100%;
    height: 14px;
    margin: 0 !important;
  }
}
.sliders__slides-wrap .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
}

.sliders__slide {
  position: relative;
}
.sliders__slide, .mosaic-section .sliders__slide {
  margin: 0;
}

.sliders__slide-image-wrap {
  position: relative;
}

.sliders__slide-image {
  width: 100%;
  aspect-ratio: 9.2/12;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 720px) {
  .sliders__slide-image {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 960px) {
  .sliders__slide-image {
    aspect-ratio: 14.9/9;
  }
}

.sliders__slide-content-wrap {
  position: absolute;
  right: 28px;
  bottom: 50px;
  left: 28px;
  max-width: 550px;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .sliders__slide-content-wrap {
    bottom: 65px;
  }
}
@media screen and (min-width: 960px) {
  .sliders__slide-content-wrap {
    bottom: 80px;
    left: 50px;
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .sliders__slide-content-wrap {
    bottom: 90px;
    left: 82px;
    width: 50%;
  }
}

.sliders__slide-cta {
  display: block;
  margin: 0 0 25px;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .sliders__slide-cta {
    margin: 10px 0;
  }
}
@media screen and (min-width: 960px) {
  .sliders__slide-cta {
    margin: 15px 0;
  }
}
.sliders__slide-cta::after {
  background-color: #fff;
}

.sliders__slide-headline, .mosaic-section .sliders__slide-headline,
.home__hero-slide-headline,
.mosaic-section .home__hero-slide-headline {
  color: #fff;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 700;
  line-height: 135%;
}
@media screen and (min-width: 720px) {
  .sliders__slide-headline, .mosaic-section .sliders__slide-headline,
  .home__hero-slide-headline,
  .mosaic-section .home__hero-slide-headline {
    padding-bottom: 0;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) {
  .sliders__slide-headline, .mosaic-section .sliders__slide-headline,
  .home__hero-slide-headline,
  .mosaic-section .home__hero-slide-headline {
    font-size: 27px;
    line-height: 160%;
  }
}

@media screen and (min-width: 720px) {
  .home__hero-slides, .mosaic-section .home__hero-slides {
    padding-top: 20px;
  }
}

.home__hero-content-wrap {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 30px;
  background: #00002a;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .home__hero-content-wrap {
    width: 35%;
    max-width: 450px;
    margin-top: -11%;
    margin-right: 30px;
    margin-left: auto;
    padding: 28px 35px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home__hero-content-wrap {
    width: 34%;
    margin-right: 84px;
    padding: 28px 39px 45px;
  }
}
.home__hero-content-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  border: 25px solid #00002a;
  border-right-width: 15px;
  border-left-width: 15px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.home__hero-content-headline, .mosaic-section .home__hero-content-headline {
  font-size: calc(16px + 12 * (100vw - 375px) / 1065);
  padding-bottom: 15px;
  color: #fff;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (min-width: 1800px) {
  .home__hero-content-headline, .mosaic-section .home__hero-content-headline {
    font-size: 31px;
  }
}

.home__hero-content-link {
  display: inline-block;
  width: 100%;
  color: inherit;
}
@media screen and (min-width: 960px) {
  .home__hero-content-link {
    width: auto;
    margin-top: 10px;
  }
}

.newsroom-media-slider__wrap {
  display: flex;
  grid-gap: 15px;
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .newsroom-media-slider__wrap {
    padding-top: 43px;
  }
}

.newsroom-media-slider__slider-posts-wrap {
  display: flex;
  grid-gap: 20px;
  flex-flow: row wrap;
}
@media screen and (min-width: 960px) {
  .newsroom-media-slider__slider-posts-wrap {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 960px) {
  .newsroom-media-slider__slider-posts-wrap::after {
    height: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .newsroom-media-slider__slider-posts-wrap::after {
    height: 45%;
  }
}

.newsroom-media-slider__slides-wrap {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .newsroom-media-slider__slides-wrap {
    width: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .newsroom-media-slider__slides-wrap {
    width: 73%;
  }
}

.newsroom-media-slider__posts-wrap {
  flex-grow: 1;
  padding: 35px 22px 25px;
  background: #fff;
}

@media screen and (min-width: 720px) {
  .newsroom-media-slider__slide-image-wrap {
    height: 100%;
  }
}

@media screen and (min-width: 720px) {
  .newsroom-media-slider__slide-image {
    aspect-ratio: 4/3;
    height: 100%;
  }
}

@media screen and (min-width: 960px) {
  .newsroom-media-slider__slide-content-wrap {
    width: 65%;
  }
}

.newsroom-media-slider__slide-headline, .mosaic-section .newsroom-media-slider__slide-headline {
  font-weight: 700;
  line-height: 150%;
}

.newsroom-media-slider__posts-headline {
  padding: 0 20px;
  letter-spacing: -1.5px;
}
@media screen and (min-width: 960px) {
  .newsroom-media-slider__posts-headline {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .newsroom-media-slider__posts-headline {
    padding: 0 17px;
  }
}
.newsroom-media-slider__posts-headline, .mosaic-section .newsroom-media-slider__posts-headline {
  font-size: calc(24px + 4 * (100vw - 375px) / 1065);
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1800px) {
  .newsroom-media-slider__posts-headline, .mosaic-section .newsroom-media-slider__posts-headline {
    font-size: 32px;
  }
}

.newsroom-media-slider__post {
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .newsroom-media-slider__post {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .newsroom-media-slider__post {
    padding: 15px 20px;
  }
}
.newsroom-media-slider__post:last-child {
  padding-bottom: 0;
}
.newsroom-media-slider__post + .newsroom-media-slider__post {
  border-top: 1px solid;
}
.newsroom-media-slider__post, .mosaic-section .newsroom-media-slider__post {
  margin: 0;
}

.newsroom-media-slider__post-date {
  color: #757f96;
  text-transform: uppercase;
}
.newsroom-media-slider__post-date, .mosaic-section .newsroom-media-slider__post-date {
  font-size: calc(14px + -2 * (100vw - 375px) / 1065);
  padding-bottom: 5px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
}
@media screen and (min-width: 1800px) {
  .newsroom-media-slider__post-date, .mosaic-section .newsroom-media-slider__post-date {
    font-size: 12px;
  }
}

.newsroom-media-slider__post-headline, .mosaic-section .newsroom-media-slider__post-headline {
  font-size: calc(18px + -2 * (100vw - 375px) / 1065);
  font-weight: 600;
  line-height: 125%;
}
@media screen and (min-width: 1800px) {
  .newsroom-media-slider__post-headline, .mosaic-section .newsroom-media-slider__post-headline {
    font-size: 16px;
  }
}

.newsroom-media-slider__post-link {
  display: inline-block;
  margin-top: 13px;
}
.newsroom-media-slider__post-link, .mosaic-section .newsroom-media-slider__post-link {
  font-size: 11px;
}

.help-desk-slider__intro-title-wrap {
  padding-top: 30px;
}
@media screen and (min-width: 960px) {
  .help-desk-slider__intro-title-wrap {
    padding-top: 50px;
  }
}

.help-desk-slider__wrap {
  display: flex;
  grid-gap: 20px;
  flex-flow: column;
  padding-top: 30px;
}
@media screen and (min-width: 960px) {
  .help-desk-slider__wrap {
    flex-flow: row nowrap;
  }
}

.help-desk-slider__slides-wrap {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .help-desk-slider__slides-wrap {
    width: 68%;
  }
}

.help-desk-slider__content-wrap {
  flex-grow: 1;
  padding: 35px 25px 25px;
  background: #fff;
}
.help-desk-slider__content-wrap h3 {
  margin-bottom: 20px;
  color: #00002a;
  font-weight: 700;
}
.help-desk-slider__content-wrap h6 {
  margin-bottom: 20px;
  color: #00002a;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.help-desk-slider__content-wrap .ll__button, .help-desk-slider__content-wrap input[type=submit] {
  display: inline-block;
  border-color: #3a0dc8;
  background: transparent;
  color: #3a0dc8;
}
.help-desk-slider__content-wrap .ll__button:focus, .help-desk-slider__content-wrap input[type=submit]:focus {
  border-color: #3a0dc8;
  background: #3a0dc8;
  color: #fff;
}
@media (hover: hover) {
  .help-desk-slider__content-wrap .ll__button:hover, .help-desk-slider__content-wrap input[type=submit]:hover {
    border-color: #3a0dc8;
    background: #3a0dc8;
    color: #fff;
  }
}

@media screen and (min-width: 720px) {
  .help-desk-slider__image-wrap {
    height: 100%;
  }
}

@media screen and (min-width: 720px) {
  .help-desk-slider__image {
    aspect-ratio: 4/3;
    height: 100%;
  }
}

.video-slider__content-wrap {
  padding-bottom: 40px;
}

.video-slider__slide-content-date, .mosaic-section .video-slider__slide-content-date {
  padding-bottom: 5px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.video-slider__slide-content-headline, .mosaic-section .video-slider__slide-content-headline {
  font-weight: 700;
}

.video-slider__slides-wrap .swiper-pagination {
  bottom: 0;
  left: 20px;
}
@media screen and (min-width: 720px) {
  .video-slider__slides-wrap .swiper-pagination {
    left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .video-slider__slides-wrap .swiper-pagination {
    left: 35px;
  }
}
.video-slider__slides-wrap .swiper-pagination-bullet {
  border-color: #3a0dc8;
}
.video-slider__slides-wrap .swiper-pagination-bullet-active {
  background: #3a0dc8;
}

.video-slider__slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #f3f3f3;
}
@media screen and (min-width: 960px) {
  .video-slider__slide {
    grid-gap: 40px;
    flex-flow: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
  }
}

.video-slider__slide-content-wrap {
  padding: 30px 20px 35px;
}
@media screen and (min-width: 720px) {
  .video-slider__slide-content-wrap {
    padding: 30px 30px 35px;
  }
}
@media screen and (min-width: 960px) {
  .video-slider__slide-content-wrap {
    flex-shrink: 0;
    width: 37%;
    padding: 0 0 32px 25px;
  }
}
@media screen and (min-width: 960px) {
  .video-slider__slide-content-wrap {
    padding: 0 0 32px 35px;
  }
}

.video-slider__slide-link {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.video-slider__slide-video-wrap {
  background: #000018;
}
@media screen and (min-width: 720px) {
  .video-slider__slide-video-wrap {
    flex-grow: 1;
  }
}

.video-slider__slide-video-link {
  display: block;
  position: relative;
  line-height: 1;
  text-decoration: none;
}
.video-slider__slide-video-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-image: url("../img/play-button.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .video-slider__slide-video-link::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .video-slider__slide-video-link::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .video-slider__slide-video-link::after {
    width: 95px;
    height: 95px;
  }
}

.video-slider__slide-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 720px) {
  .video-slider__slide-image {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 960px) {
  .video-slider__slide-image {
    aspect-ratio: 16/9;
  }
}

.video-slider__slide-video {
  display: none;
}

.image-text-slider__slides-wrap .swiper-pagination {
  bottom: 0;
  left: 20px;
}
@media screen and (min-width: 720px) {
  .image-text-slider__slides-wrap .swiper-pagination {
    left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .image-text-slider__slides-wrap .swiper-pagination {
    left: 35px;
  }
}
.image-text-slider__slides-wrap .swiper-pagination-bullet {
  border-color: #fff;
}
.image-text-slider__slides-wrap .swiper-pagination-bullet-active {
  background: #fff;
}

.image-text-slider__slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .image-text-slider__slide {
    grid-gap: 50px;
    flex-flow: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-slider__slide {
    grid-gap: 70px;
  }
}
.image-text-slider__slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}

.image-text-slider__slide-content-wrap {
  padding: 30px 20px 35px;
}
@media screen and (min-width: 720px) {
  .image-text-slider__slide-content-wrap {
    padding: 30px 30px 35px;
  }
}
@media screen and (min-width: 960px) {
  .image-text-slider__slide-content-wrap {
    flex-shrink: 0;
    width: 35%;
    padding: 0 0 32px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-slider__slide-content-wrap {
    width: 33%;
    padding: 0 0 32px 35px;
  }
}
.image-text-slider__slide-content-wrap h1,
.image-text-slider__slide-content-wrap h2,
.image-text-slider__slide-content-wrap h3 {
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .image-text-slider__slide-content-wrap h1,
  .image-text-slider__slide-content-wrap h2,
  .image-text-slider__slide-content-wrap h3 {
    padding-bottom: 30px;
  }
}
.image-text-slider__slide-content-wrap h1, .mosaic-section .image-text-slider__slide-content-wrap h1,
.image-text-slider__slide-content-wrap h2,
.mosaic-section .image-text-slider__slide-content-wrap h2,
.image-text-slider__slide-content-wrap h3,
.mosaic-section .image-text-slider__slide-content-wrap h3 {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 600;
}

.image-text-slider__slide-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 720px) {
  .image-text-slider__slide-image {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 960px) {
  .image-text-slider__slide-image {
    aspect-ratio: 16/9;
  }
}

.sponsor-slider__body-title {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .sponsor-slider__body-title {
    width: 85%;
  }
}
.sponsor-slider__body-title, .mosaic-section .sponsor-slider__body-title {
  padding-bottom: 65px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 22px;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .sponsor-slider__body-title, .mosaic-section .sponsor-slider__body-title {
    padding-bottom: 85px;
  }
}

.sponsor-slider__swiper-body {
  overflow: unset;
}

.sponsor-slider__swiper-image-wrap {
  max-width: 600px;
  height: 20vh;
  min-height: 60px;
  max-height: 75px;
  margin: 0 auto;
  background-color: #f3f3f3;
}
@media screen and (min-width: 720px) {
  .sponsor-slider__swiper-image-wrap {
    max-height: 95px;
  }
}

.sponsor-slider__swiper-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sponsor-slider__body-cta {
  display: block;
  margin: 65px auto 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .sponsor-slider__body-cta {
    margin-top: 85px;
  }
}
.sponsor-slider__body-cta, .mosaic-section .sponsor-slider__body-cta {
  color: #00002a;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

.our-history {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .our-history {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .our-history {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 720px) {
  .our-history__content-wrap {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.our-history__content-wrap p {
  padding-left: 20px;
}
@media screen and (min-width: 720px) {
  .our-history__content-wrap p {
    padding-left: 0;
  }
}

.our-history__slides-wrap {
  margin-top: 40px;
  padding: 0 10px;
  overflow: unset;
}
@media screen and (min-width: 720px) {
  .our-history__slides-wrap {
    margin-top: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .our-history__slides-wrap {
    margin-top: 100px;
  }
}
.our-history__slides-wrap .swiper-scrollbar {
  position: relative;
  bottom: auto;
  left: auto;
  height: 10px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
  background: rgba(127, 127, 150, 0.6);
}
.our-history__slides-wrap .swiper-scrollbar-drag {
  border-radius: 0;
  background: #3a0dc8;
}
.our-history__slides-wrap .swiper-pagination {
  display: grid;
  position: relative;
  bottom: auto !important;
  left: auto !important;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 1ch), 1fr));
  width: 100%;
  max-width: 100%;
  margin-top: 80px;
}
@media screen and (min-width: 720px) {
  .our-history__slides-wrap .swiper-pagination {
    margin-top: 110px;
  }
}
.our-history__slides-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 8px;
  margin: 0;
  transition: all 0s ease-in-out;
  border: 0;
  border-radius: 0;
  opacity: 1;
  background: #757f96;
}
@media screen and (min-width: 720px) {
  .our-history__slides-wrap .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
  }
}
.our-history__slides-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #3a0dc8;
}
.our-history__slides-wrap .swiper-pagination-bullet {
  position: relative;
}

@media screen and (min-width: 720px) {
  .our-history__slides {
    grid-gap: 30px;
    align-items: flex-end;
  }
}

.our-history__slide {
  display: flex;
  flex-flow: column;
  height: unset;
  min-height: 400px;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .our-history__slide {
    max-width: 460px;
    min-height: 550px;
  }
}
@media screen and (min-width: 720px) {
  .our-history__slide.swiper-slide-active {
    transform: translateY(-30px);
    transition: transform 0.3s ease-in-out;
  }
}
.our-history__slide.swiper-slide-active .our-history__slide-copy {
  max-height: 1000px;
  padding-top: 15px;
}

.our-history__slide-image-wrap {
  position: relative;
  flex-grow: 1;
  background: #dfe1e5;
}

.our-history__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-history__slide-content-wrap {
  padding: 30px;
}

.mosaic-section .our-history__slide-title {
  color: #3a0dc8;
  font-weight: 700;
}

.our-history__slide-copy, .mosaic-section .our-history__slide-copy {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.our-history__slide-year {
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding-bottom: 20px;
  transform: translateX(-50%);
  transition: all 0.1s ease-in-out;
  opacity: 0;
  color: #3a0dc8;
}
.swiper-pagination-bullet-active .our-history__slide-year {
  opacity: 1;
}

.blockquote-slider__slides-wrap .swiper-pagination {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .blockquote-slider__slides-wrap .swiper-pagination {
    left: 35px;
  }
}
.blockquote-slider__slides-wrap .swiper-pagination-bullet {
  border-color: #3a0dc8;
}
.blockquote-slider__slides-wrap .swiper-pagination-bullet-active {
  background: #3a0dc8;
}
.color-two .blockquote-slider__slides-wrap .swiper-pagination-bullet, .color-three .blockquote-slider__slides-wrap .swiper-pagination-bullet {
  border-color: #fff;
}
.color-two .blockquote-slider__slides-wrap .swiper-pagination-bullet-active, .color-three .blockquote-slider__slides-wrap .swiper-pagination-bullet-active {
  background: #fff;
}

.blockquote-slider__slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: auto;
}
@media screen and (min-width: 960px) {
  .blockquote-slider__slide {
    grid-gap: 50px;
    flex-flow: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .blockquote-slider__slide {
    grid-gap: 70px;
  }
}
.blockquote-slider__slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}

@media screen and (min-width: 960px) {
  .blockquote-slider__slide-video-wrap {
    width: 50%;
  }
}

.blockquote-slider__slide-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.blockquote-slider__slide-content-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding: 35px 0;
}
@media screen and (min-width: 720px) {
  .blockquote-slider__slide-content-wrap {
    padding: 45px 0 35px;
  }
}
@media screen and (min-width: 960px) {
  .blockquote-slider__slide-content-wrap {
    flex-shrink: 0;
    width: 50%;
    padding: 0 0 32px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .blockquote-slider__slide-content-wrap {
    padding: 0 0 32px 35px;
  }
}

.blockquote-slider__slide-content-lede {
  color: #3a0dc8;
  text-transform: uppercase;
}
.blockquote-slider__slide-content-lede, .mosaic-section .blockquote-slider__slide-content-lede {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .blockquote-slider__slide-content-lede, .mosaic-section .blockquote-slider__slide-content-lede {
    padding-bottom: 12px;
  }
}

.blockquote-slider__slide-content-headline {
  text-transform: uppercase;
}
.blockquote-slider__slide-content-headline, .mosaic-section .blockquote-slider__slide-content-headline {
  padding-bottom: 15px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}
.blockquote-slider__slide-content-headline.color-three, .mosaic-section .blockquote-slider__slide-content-headline.color-three {
  color: #fff;
}

.blockquote-slider__slide-copy {
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .blockquote-slider__slide-copy {
    max-width: 550px;
  }
}

.quote-slider__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media screen and (min-width: 960px) {
  .quote-slider__inner {
    flex-direction: row;
  }
}
.quote-slider__svg {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
}
.quote-slider__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .quote-slider__image img {
    width: 320px;
    max-width: 320px;
  }
}
.quote-slider__name, .mosaic-section .quote-slider__name {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 22px;
  text-transform: uppercase;
}
.quote-slider .swiper-pagination {
  left: 3rem;
}
@media screen and (min-width: 960px) {
  .quote-slider .swiper-pagination {
    left: 6rem;
  }
}
.quote-slider .swiper-pagination-bullet {
  width: 30px;
}

.quote-slider__border-wrap {
  position: relative;
  padding: 3rem;
  border: 2px solid #fff;
}
@media screen and (min-width: 960px) {
  .quote-slider__border-wrap {
    padding: 6rem;
    border: none;
  }
}

.quote-slider__border {
  display: none;
}
@media screen and (min-width: 960px) {
  .quote-slider__border {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}

.quote-slider__inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .news-press__content-wrap {
    display: grid;
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 30px;
    grid-template-columns: repeat(2, 50fr);
  }
}

.news-press__feature-wrap {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .news-press__feature-wrap {
    margin-bottom: 0;
  }
}
.news-press__feature-wrap:focus, .mosaic-section .news-press__feature-wrap:focus {
  text-decoration: none;
}
.news-press__feature-wrap:focus .news-press__feature-copy-wrap {
  background-color: #3a0dc8;
  color: #fff;
}
.news-press__feature-wrap:focus .news-press__feature-title, .mosaic-section .news-press__feature-wrap:focus .news-press__feature-title {
  color: #fff;
}

@media screen and (min-width: 960px) {
  .news-press__feature-image-wrap {
    height: 45vh;
    min-height: 400px;
    max-height: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .news-press__feature-image-wrap {
    height: 49vh;
    min-height: 450px;
  }
}

@media screen and (min-width: 960px) {
  .news-press__feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.news-press__feature-copy-wrap {
  padding: 14px 28px 30px;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 960px) {
  .news-press__feature-copy-wrap {
    padding: 30px 35px 60px;
  }
}

.news-press__feature-date {
  text-transform: uppercase;
}
.news-press__feature-date, .mosaic-section .news-press__feature-date {
  padding-bottom: 5px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
}
@media screen and (min-width: 960px) {
  .news-press__feature-date {
    padding: 12px 0 0;
  }
}

.news-press__feature-title {
  transition: all 0.4s ease-in-out;
}
.news-press__feature-title, .mosaic-section .news-press__feature-title {
  font-size: calc(18px + 10 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Narrow SSm", san-serif;
}
@media screen and (min-width: 1800px) {
  .news-press__feature-title, .mosaic-section .news-press__feature-title {
    font-size: 31px;
  }
}

.news-press__feature-copy, .mosaic-section .news-press__feature-copy {
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .news-press__posts-wrap {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
}

.news-press__posts-list-item {
  display: block;
  margin-bottom: 20px;
  padding: 28px;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .news-press__posts-list-item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    height: 100%;
    margin-bottom: 20px;
    padding: 40px 30px;
  }
  .news-press__posts-list-item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .news-press__posts-list-item {
    padding: 40px;
  }
}
.news-press__posts-list-item:focus {
  background-color: #3a0dc8;
  color: #fff;
}
.news-press__posts-list-item:focus, .mosaic-section .news-press__posts-list-item:focus {
  text-decoration: none;
}
.news-press__posts-list-item:focus .news-press__posts-item-title {
  color: #fff;
}

.news-press__posts-item-date {
  text-transform: uppercase;
}
.news-press__posts-item-date, .mosaic-section .news-press__posts-item-date {
  padding-bottom: 5px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
}
@media screen and (min-width: 960px) {
  .news-press__posts-item-date, .mosaic-section .news-press__posts-item-date {
    padding: 5px 0 0;
  }
}

.news-press__posts-item-title {
  transition: all 0.4s ease-in-out;
}
.news-press__posts-item-title, .mosaic-section .news-press__posts-item-title {
  padding-bottom: 0;
  font-weight: 600;
}

.news-press-tag-based__intro-copy-wrap {
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .news-press-tag-based__intro-copy-wrap {
    padding-bottom: 40px;
  }
}

@media (hover: hover) {
  .news-press__feature-wrap:hover, .mosaic-section .news-press__feature-wrap:hover {
    text-decoration: none;
  }
  .news-press__feature-wrap:hover .news-press__feature-copy-wrap {
    background-color: #3a0dc8;
    color: #fff;
  }
  .news-press__feature-wrap:hover .news-press__feature-title, .mosaic-section .news-press__feature-wrap:hover .news-press__feature-title {
    color: #fff;
  }
  .news-press__posts-list-item:hover {
    background-color: #3a0dc8;
    color: #fff;
  }
  .news-press__posts-list-item:hover, .mosaic-section .news-press__posts-list-item:hover {
    text-decoration: none;
  }
  .news-press__posts-list-item:hover .news-press__posts-item-title {
    color: #fff;
  }
}
.section-news-press-releases-by-region .intro-copy__body-wrap {
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .section-news-press-releases-by-region .news-press__posts-wrap {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 24px;
    height: 100%;
    min-height: 0;
  }
}

.our-work__body-wrap .intro-copy__body-wrap {
  padding-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .our-work__body-wrap .intro-copy__body-wrap {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .our-work__body-wrap .intro-copy__body-wrap {
    width: 60%;
  }
}

.our-work__select {
  display: block;
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 0 12px 12px;
  border: 1px solid #fff;
  border-top: none;
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(1em - 7px), calc(100% - 15px) calc(1em - 7px);
  background-size: 5px 5px, 5px 5px;
  color: #fff;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 600;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 720px) {
  .our-work__select {
    display: none;
  }
}
.our-work__select:focus, .mosaic-section .our-work__select:focus {
  border-color: #fff;
}

.our-work__buttons-list-wrap {
  display: none;
}
@media screen and (min-width: 720px) {
  .our-work__buttons-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .our-work__buttons-list-wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .our-work__buttons-list-wrap {
    width: 85%;
  }
}

@media screen and (min-width: 720px) {
  .our-work__buttons-list-item {
    margin: 10px;
  }
}
@media screen and (min-width: 960px) {
  .our-work__buttons-list-item {
    margin: 15px;
  }
}

.our-work__buttons-item-cta {
  padding: 12px 43px;
  border-width: 2px;
}
.our-work__buttons-item-cta--active, .mosaic-section .our-work__buttons-item-cta--active {
  background-color: #fff;
  color: #00002a;
}

.our-work__content-wrap {
  display: none;
  padding-top: 45px;
}
@media screen and (min-width: 720px) {
  .our-work__content-wrap {
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 30px;
    grid-template-columns: repeat(2, 50fr);
    align-items: start;
    padding-top: 55px;
  }
}
@media screen and (min-width: 960px) {
  .our-work__content-wrap {
    grid-gap: 60px;
    grid-template-columns: 45fr 55fr;
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .our-work__content-wrap {
    grid-gap: 80px;
    grid-template-columns: 45fr 60fr;
    width: 85%;
    padding-top: 90px;
  }
}
.our-work__content-wrap:first-of-type {
  display: block;
}
@media screen and (min-width: 720px) {
  .our-work__content-wrap:first-of-type {
    display: grid;
  }
}

.our-work__content-image-wrap {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #3a0dc8;
  line-height: 0;
}
@media screen and (min-width: 720px) {
  .our-work__content-image-wrap {
    margin: 0;
  }
}

.our-work__content-image {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.our-work__content-copy-wrap {
  padding: 0 20px;
}
@media screen and (min-width: 720px) {
  .our-work__content-copy-wrap {
    align-self: center;
    padding: 0;
  }
}

.our-work__content-title, .mosaic-section .our-work__content-title {
  padding-bottom: 6px;
}
@media screen and (min-width: 720px) {
  .our-work__content-title, .mosaic-section .our-work__content-title {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .our-work__content-title, .mosaic-section .our-work__content-title {
    padding-bottom: 27px;
  }
}

.our-work__content-copy {
  padding-bottom: 20px;
}
.our-work__content-copy p, .mosaic-section .our-work__content-copy p {
  font-size: calc(18px + 10 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Narrow SSm", san-serif;
  line-height: 160%;
}
@media screen and (min-width: 720px) {
  .our-work__content-copy p, .mosaic-section .our-work__content-copy p {
    font-size: calc(18px + 6 * (100vw - 720px) / 720);
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .our-work__content-copy p, .mosaic-section .our-work__content-copy p {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .our-work__content-copy p, .mosaic-section .our-work__content-copy p {
    padding-bottom: 45px;
    line-height: 190%;
  }
}
@media screen and (min-width: 1800px) {
  .our-work__content-copy p, .mosaic-section .our-work__content-copy p {
    font-size: 26px;
  }
}
.our-work__content-copy, .mosaic-section .our-work__content-copy {
  padding-bottom: 0;
}

@media screen and (min-width: 720px) {
  .articles-grid__body-wrap .intro-copy__body-wrap {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.articles-grid__posts-wrap {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(1, 100fr);
}
@media screen and (min-width: 960px) {
  .articles-grid__posts-wrap {
    grid-gap: 35px 20px;
    grid-template-columns: repeat(3, 32.5fr);
  }
}

.press-release-articles-grid__posts-wrap {
  padding-top: 45px;
  padding-bottom: 55px;
}
@media screen and (min-width: 960px) {
  .press-release-articles-grid__posts-wrap {
    padding-top: 40px;
    padding-bottom: 75px;
  }
}

.selected-articles-grid__posts-wrap .articles-grid__posts-item-date, .mosaic-section .selected-articles-grid__posts-wrap .articles-grid__posts-item-date {
  padding-bottom: 0;
}
.selected-articles-grid__posts-wrap .articles-grid__posts-item-title, .mosaic-section .selected-articles-grid__posts-wrap .articles-grid__posts-item-title {
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .selected-articles-grid__posts-wrap .articles-grid__post-copy-wrap {
    padding: 29px 30px;
  }
}

.articles-grid__posts-list-item {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-width: 4px;
  background-color: #fff;
  color: #00002a;
}
.articles-grid__posts-list-item:focus, .mosaic-section .articles-grid__posts-list-item:focus {
  text-decoration: none;
}
.articles-grid__posts-list-item:focus .articles-grid__posts-read-more:focus::after {
  visibility: visible;
  width: 100%;
}

.selected-articles-grid__posts-list-item {
  display: flex;
  flex-direction: column;
}

.articles-grid__posts-list-image-wrap {
  position: relative;
  height: 30vh;
  min-height: 250px;
  max-height: 350px;
  background-color: #3a0dc8;
}

.selected-articles-grid__posts-list-image-wrap {
  height: 35vh;
  min-height: 356px;
  max-height: 500px;
}
@media screen and (min-width: 1200px) {
  .selected-articles-grid__posts-list-image-wrap {
    max-height: 450px;
  }
}

.articles-grid__posts-list-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articles-grid__post-copy-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding: 33px 27px;
}
@media screen and (min-width: 720px) {
  .articles-grid__post-copy-wrap {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 960px) {
  .articles-grid__post-copy-wrap {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .articles-grid__post-copy-wrap {
    padding: 30px 32px;
  }
}

.articles-grid__posts-item-date {
  color: #757f96;
  text-transform: uppercase;
}
.articles-grid__posts-item-date, .mosaic-section .articles-grid__posts-item-date {
  padding-bottom: 3px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
}

.articles-grid__posts-item-title {
  padding-bottom: 13px;
}
.articles-grid__posts-item-title, .mosaic-section .articles-grid__posts-item-title {
  font-weight: 600;
}

.articles-grid__posts-read-more {
  position: relative;
  width: fit-content;
  margin-top: auto;
  padding-bottom: 0;
  text-transform: uppercase;
}
.articles-grid__posts-read-more, .mosaic-section .articles-grid__posts-read-more {
  padding-bottom: 0;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}
.articles-grid__posts-read-more::after {
  content: "";
  visibility: hidden;
  position: absolute;
  bottom: 0;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #00002a;
}

.articles-grid__posts-pagination {
  display: block;
  margin: 0 auto 40px;
  border: none;
  background-color: transparent;
  letter-spacing: 0;
  text-transform: none;
}
.articles-grid__posts-pagination, .mosaic-section .articles-grid__posts-pagination {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}

@media screen and (min-width: 720px) {
  .articles-grid__fine-print {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .articles-grid__fine-print {
    width: 70%;
  }
}

.tag-articles-grid__intro-wrap {
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .tag-articles-grid__intro-wrap {
    padding-bottom: 30px;
  }
}

.tag-articles-grid__intro-title, .mosaic-section .tag-articles-grid__intro-title {
  color: #3a0dc8;
}

.tag-articles-grid__closing-copy {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .tag-articles-grid__closing-copy {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .tag-articles-grid__closing-copy {
    width: 70%;
    padding-top: 60px;
  }
}

.campaign-hub__posts-wrap {
  padding-bottom: 35px;
}
@media screen and (min-width: 960px) {
  .campaign-hub__posts-wrap {
    grid-template-columns: repeat(4, 25fr);
  }
}

@media (hover: hover) {
  .articles-grid__posts-list-item:hover, .mosaic-section .articles-grid__posts-list-item:hover {
    text-decoration: none;
  }
  .articles-grid__posts-list-item:hover .articles-grid__posts-list-image {
    mix-blend-mode: luminosity;
    filter: grayscale(1) contrast(75%);
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .articles-grid__posts-list-item:hover .articles-grid__posts-read-more::after {
    visibility: visible;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .repeating-bucket-grid__wrap {
    grid-gap: 40px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .repeating-bucket-grid__wrap {
    grid-gap: 50px 30px;
  }
}

.repeating-bucket-grid__list-item {
  background: none;
}
@media (hover: hover) {
  .repeating-bucket-grid__list-item:hover .repeating-bucket-grid__list-item-image {
    mix-blend-mode: unset;
    filter: unset;
  }
}

.repeating-bucket-grid__list-item-image-wrap {
  height: auto;
  min-height: unset;
  max-height: unset;
  border: none;
}

.repeating-bucket-grid__list-item-image {
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}

.repeating-bucket-grid__list-item-copy-wrap {
  grid-gap: 15px;
}
@media screen and (min-width: 960px) {
  .repeating-bucket-grid__list-item-copy-wrap {
    padding: 25px 20px;
  }
}

.selected-articles-grid-four__wrap {
  display: flex;
  grid-gap: 80px;
  flex-flow: column;
}
@media screen and (min-width: 960px) {
  .selected-articles-grid-four__wrap {
    grid-gap: 95px;
  }
}

.selected-articles-grid-four__body-wrap {
  display: flex;
  grid-gap: 36px;
  flex-flow: column;
}

.mosaic-section .selected-articles-grid-four__headline {
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .selected-articles-grid-four__posts-wrap {
    grid-gap: 40px 25px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.selected-articles-grid-four__posts-list-item {
  display: flex;
  grid-gap: 20px;
  flex-flow: column;
  background: none;
}
@media (hover: hover) {
  .selected-articles-grid-four__posts-list-item:hover .selected-articles-grid-four__posts-list-image {
    mix-blend-mode: unset;
    filter: unset;
  }
}

.selected-articles-grid-four__posts-list-image-wrap {
  height: auto;
  min-height: unset;
  border: none;
}

.selected-articles-grid-four__posts-list-image {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border: none;
}

.mosaic-section .selected-articles-grid-four__posts-item-title {
  font-weight: bold;
}

.selected-articles-grid-four__posts-item-date {
  margin-bottom: 15px;
}

.selected-articles-grid-four__posts-wrap .selected-articles-grid-four__post-copy-wrap {
  padding: 0;
}

.selected-articles-grid-four__bottom-content-wrap {
  max-width: 668px;
}
.mosaic-section .selected-articles-grid-four__bottom-content-wrap {
  padding-bottom: 0;
}
.mosaic-section .selected-articles-grid-four__bottom-content-wrap > :last-child {
  padding-bottom: 0;
}

.selected-articles-grid-four__read-more::after {
  background-color: currentColor;
}

.regional-cases .articles-grid__post-copy-wrap h3,
.regional-cases .articles-grid__post-copy-wrap p, .mosaic-section .regional-cases .articles-grid__post-copy-wrap h3,
.mosaic-section .regional-cases .articles-grid__post-copy-wrap p {
  color: #00002a;
}

@media screen and (min-width: 960px) {
  .fast-facts__body-wrap .intro-copy__body-wrap {
    padding-bottom: 25px;
  }
}

.fast-facts__block-list-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 100fr);
}
@media screen and (min-width: 960px) {
  .fast-facts__block-list-wrap {
    grid-template-columns: repeat(3, 33fr);
  }
}

.fast-facts__block-body {
  padding: 30px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .fast-facts__block-body {
    padding: 45px 35px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .fast-facts__block-body {
    padding: 50px 35px 35px;
  }
}

.fast-facts__block-item-title {
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .fast-facts__block-item-title {
    padding-bottom: 15px;
  }
}
.fast-facts__block-item-title, .mosaic-section .fast-facts__block-item-title {
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}

.fast-facts__block-item-copy, .mosaic-section .fast-facts__block-item-copy {
  padding-bottom: 0;
}

.job-list__body-wrap .intro-copy__body-wrap {
  margin-left: 0;
}

.job-list__listings-body-wrap {
  display: grid;
  grid-gap: 55px;
  grid-template-columns: repeat(1, 100fr);
}
@media screen and (min-width: 720px) {
  .job-list__listings-body-wrap {
    grid-template-columns: repeat(2, 50fr);
  }
}
@media screen and (min-width: 960px) {
  .job-list__listings-body-wrap {
    grid-gap: 70px;
  }
}
@media screen and (min-width: 960px) {
  .job-list__listings-body-wrap {
    grid-gap: 70px;
    grid-template-columns: repeat(3, 33fr);
  }
}

.job-list__listings-item {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
}

.job-list__item-title, .mosaic-section .job-list__item-title {
  padding-bottom: 10px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 800;
}

.job-list__item-sub-title {
  text-transform: uppercase;
}
.job-list__item-sub-title, .mosaic-section .job-list__item-sub-title {
  padding-bottom: 15px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 300;
}

.job-list__item-cta {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin-top: auto;
}

.member-glimpse__item-wrap {
  padding-bottom: 50px;
}
@media screen and (min-width: 720px) {
  .member-glimpse__item-wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .member-glimpse__item-wrap {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .member-glimpse__item-wrap {
    padding-bottom: 105px;
  }
}
@media screen and (min-width: 720px) {
  .member-glimpse__item-wrap:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .member-glimpse__item-wrap:nth-of-type(even) .member-glimpse__item-image-wrap::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    right: -3px;
    bottom: -23px;
    left: inherit;
    width: 50px;
    height: 50px;
    background-image: url("../img/three-squares-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .member-glimpse__item-wrap:nth-of-type(even) .member-glimpse__item-image-wrap::after {
    right: -3px;
    bottom: -34px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 720px) and (min-width: 1200px) {
  .member-glimpse__item-wrap:nth-of-type(even) .member-glimpse__item-image-wrap::after {
    right: -4px;
    bottom: -41px;
    width: 84px;
    height: 84px;
  }
}
@media screen and (min-width: 720px) {
  .member-glimpse__item-wrap:nth-of-type(even) .member-glimpse__item-content-wrap {
    padding-right: 10px;
  }
}

.member-glimpse__item-image-wrap {
  display: block;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 720px) {
  .member-glimpse__item-image-wrap {
    width: 35%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 960px) {
  .member-glimpse__item-image-wrap {
    width: 30%;
    padding-right: 37px;
    padding-left: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .member-glimpse__item-image-wrap {
    padding-right: 43px;
    padding-left: 43px;
  }
}
.member-glimpse__item-image-wrap::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  bottom: 23px;
  left: -22px;
  width: 40px;
  height: 40px;
  background-image: url("../img/three-squares.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .member-glimpse__item-image-wrap::after {
    bottom: 27px;
    left: -28px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 960px) {
  .member-glimpse__item-image-wrap::after {
    bottom: 35px;
    left: -39px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .member-glimpse__item-image-wrap::after {
    bottom: 41px;
    left: -47px;
    width: 84px;
    height: 84px;
  }
}

.member-glimpse__item-image {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 720px) {
  .member-glimpse__item-content-wrap {
    width: 60%;
    margin-top: -30px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .member-glimpse__item-content-wrap {
    width: 65%;
    margin-top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .member-glimpse__item-content-wrap {
    margin-top: -65px;
  }
}

.member-glimpse__content-title, .mosaic-section .member-glimpse__content-title {
  padding-bottom: 10px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.member-glimpse__content-name, .mosaic-section .member-glimpse__content-name {
  padding-bottom: 15px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}

.blockquote__body-wrap {
  position: relative;
}
@media screen and (min-width: 720px) {
  .blockquote__body-wrap {
    margin: 30px 16px;
    border: 2px solid #fff;
  }
  .blockquote__body-wrap::before {
    content: "";
    position: absolute;
    position: absolute;
    z-index: 1;
    left: -30px;
    width: 76px;
    height: 2px;
    -webkit-transform: translateY(33px) translateX(-23px) rotate(68deg);
    border-bottom: 2px solid #fff;
  }
  .blockquote__body-wrap::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -30px;
    width: 50px;
    height: 70px;
    border-top: 2px solid #fff;
    background-color: #3a0dc8;
  }
}

@media screen and (min-width: 720px) {
  .blockquote__content-wrap {
    margin: 50px 30px;
  }
}
@media screen and (min-width: 960px) {
  .blockquote__content-wrap {
    width: 80%;
    margin: 60px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .blockquote__content-wrap {
    width: 60%;
    margin: 60px 70px;
  }
}

.blockquote__content-copy p, .mosaic-section .blockquote__content-copy p {
  font-size: calc(24px + 11 * (100vw - 375px) / 1065);
  padding-bottom: 15px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  line-height: 145%;
}
@media screen and (min-width: 1800px) {
  .blockquote__content-copy p, .mosaic-section .blockquote__content-copy p {
    font-size: 41px;
  }
}
.blockquote__content-copy::before {
  content: "“";
  display: inline-block;
  margin-bottom: 30px;
  padding: 30px 11px 15px;
  background-color: #fff;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .blockquote__content-copy::before {
    margin-bottom: 25px;
  }
}

.blockquote__content-name {
  padding-top: 30px;
}
@media screen and (min-width: 960px) {
  .blockquote__content-name {
    padding-top: 13px;
  }
}
.blockquote__content-name, .mosaic-section .blockquote__content-name {
  font-size: calc(16px + 4 * (100vw - 375px) / 1065);
  padding-bottom: 7px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 1800px) {
  .blockquote__content-name, .mosaic-section .blockquote__content-name {
    font-size: 22px;
  }
}

.blockquote__content-title, .mosaic-section .blockquote__content-title {
  font-size: calc(12px + 2 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 1800px) {
  .blockquote__content-title, .mosaic-section .blockquote__content-title {
    font-size: 16px;
  }
}

.events-intro-copy__copy {
  width: 80%;
  padding-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .events__content-wrap {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 45% 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .events__content-wrap {
    grid-gap: 80px;
  }
}

.events__feature-wrap {
  display: block;
  padding-bottom: 50px;
}
@media screen and (min-width: 720px) {
  .events__feature-wrap {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .events__feature-wrap {
    padding-bottom: 0;
  }
}
.events__feature-wrap:focus .events__feature-title, .mosaic-section .events__feature-wrap:focus .events__feature-title {
  color: #3a0dc8;
}
.events__feature-wrap:focus .events__feature-button {
  background-color: #3a0dc8;
  color: #fff;
}

.events__feature-image-wrap {
  height: 45vh;
  min-height: 300px;
  max-height: 500px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .events__feature-image-wrap {
    height: 50vh;
    min-height: 400px;
    max-height: 550px;
  }
}

.events__feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 960px) {
  .events__feature-copy-wrap {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .events__feature-copy-wrap {
    padding: 0 20px;
  }
}

.events__feature-title {
  padding-bottom: 15px;
}
@media screen and (min-width: 720px) {
  .events__feature-title {
    width: 80%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .events__feature-title {
    width: 95%;
  }
}
.events__feature-title, .mosaic-section .events__feature-title {
  font-weight: 700;
}

.events__feature-details, .mosaic-section .events__feature-details {
  font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 720px) {
  .events__feature-details, .mosaic-section .events__feature-details {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .events__feature-details, .mosaic-section .events__feature-details {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1800px) {
  .events__feature-details, .mosaic-section .events__feature-details {
    font-size: 18px;
  }
}

@media screen and (min-width: 720px) {
  .events__feature-copy, .mosaic-section .events__feature-copy {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .events__feature-copy, .mosaic-section .events__feature-copy {
    padding-bottom: 40px;
  }
}

.events__list-heading {
  display: none;
}
@media screen and (min-width: 960px) {
  .events__list-heading {
    display: block;
    padding-bottom: 40px;
    padding-left: 15px;
  }
}
.events__list-heading, .mosaic-section .events__list-heading {
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.events__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media screen and (min-width: 720px) {
  .events__list-item {
    align-items: center;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 960px) {
  .events__list-item {
    padding: 35px 15px 30px;
    border-bottom: 2px solid #00002a;
  }
  .events__list-item:first-of-type {
    padding-top: 0;
  }
  .events__list-item:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .events__list-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.events__list-item:focus .events__item-button {
  background-color: #3a0dc8;
  color: #fff;
}

.events__item-copy-wrap {
  width: 70%;
}

.events__item-title, .mosaic-section .events__item-title {
  font-weight: 700;
}

.events__item-details, .mosaic-section .events__item-details {
  font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  font-family: "HCo Ringside Wide SSm", sans-serif;
}
@media screen and (min-width: 1800px) {
  .events__item-details, .mosaic-section .events__item-details {
    font-size: 18px;
  }
}

.events__item-button {
  width: 25%;
  max-width: 120px;
  margin-top: 20px;
}
@media screen and (min-width: 720px) {
  .events__item-button {
    margin-top: 0;
  }
}
.events__item-button, .mosaic-section .events__item-button {
  padding: 11px;
}

.events-full-list__list-item {
  display: block;
  margin-bottom: 55px;
}
@media screen and (min-width: 720px) {
  .events-full-list__list-item {
    display: flex;
    align-items: center;
  }
}
.events-full-list__list-item:focus, .mosaic-section .events-full-list__list-item:focus {
  text-decoration: none;
}
.events-full-list__list-item:focus .ll__link::after {
  visibility: visible;
  width: 100%;
}

@media screen and (min-width: 720px) {
  .events__image-wrap {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 960px) {
  .events__image-wrap {
    width: 230px;
    height: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .events__image-wrap {
    width: 280px;
    height: 280px;
  }
}

@media screen and (min-width: 720px) {
  .events-full-list__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.events-full-list__item-copy-wrap {
  padding: 20px 20px 0;
}
@media screen and (min-width: 720px) {
  .events-full-list__item-copy-wrap {
    width: 70%;
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 960px) {
  .events-full-list__item-copy-wrap {
    padding: 0 0 0 50px;
  }
}

.events-full-list__item-title, .mosaic-section .events-full-list__item-title {
  color: #3a0dc8;
  font-weight: 800;
}
@media screen and (min-width: 720px) {
  .events-full-list__item-title, .mosaic-section .events-full-list__item-title {
    padding-bottom: 5px;
  }
}

.events-full-list__item-details, .mosaic-section .events-full-list__item-details {
  color: #3a0dc8;
  font-weight: 700;
}

.events-full-list__item-link {
  color: #3a0dc8;
}
.events-full-list__item-link::after {
  background-color: #3a0dc8;
}

.events-hero__body-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 100fr);
}
@media screen and (min-width: 960px) {
  .events-hero__body-wrap {
    grid-template-columns: 60% 1fr;
  }
}

.events-hero__feature-wrap {
  position: relative;
}

.events-hero__feature-image-wrap {
  position: relative;
  height: 55vh;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
  background-color: #3a0dc8;
  line-height: 0;
}
@media screen and (min-width: 720px) {
  .events-hero__feature-image-wrap {
    height: 55vh;
    min-height: 500px;
    max-height: 500px;
  }
}
@media screen and (min-width: 960px) {
  .events-hero__feature-image-wrap {
    height: 100%;
    min-height: 600px;
    max-height: 100%;
  }
}
.events-hero__feature-image-wrap::after {
  content: "";
}

.events-hero__feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-hero__content-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 40px;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .events-hero__content-wrap {
    bottom: 30px;
    left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .events-hero__content-wrap {
    bottom: 40px;
    left: 40px;
    padding-right: 40px;
  }
}

.events-hero__content-title, .mosaic-section .events-hero__content-title {
  padding-bottom: 5px;
  color: #fff;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 700;
}

.events-hero__content-date, .mosaic-section .events-hero__content-date {
  padding-bottom: 5px;
  font-weight: 800;
}

.events-hero__content-location, .mosaic-section .events-hero__content-location {
  padding-bottom: 0;
}

.events-hero__event-body-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 100fr);
}
@media screen and (min-width: 960px) {
  .events-hero__event-body-wrap {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
}

.events-hero__event-body {
  position: relative;
}
@media screen and (min-width: 960px) {
  .events-hero__event-body {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    height: calc(50% - 10px);
  }
}

.events-hero__event-image-wrap {
  position: relative;
  height: 35vh;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
  background-color: #3a0dc8;
  line-height: 0;
}
@media screen and (min-width: 720px) {
  .events-hero__event-image-wrap {
    height: 55vh;
    min-height: 500px;
    max-height: 500px;
  }
}
@media screen and (min-width: 960px) {
  .events-hero__event-image-wrap {
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }
}
.events-hero__event-image-wrap::after {
  content: "";
}

.events-hero__event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) {
  .events-full-list__list-item:hover, .mosaic-section .events-full-list__list-item:hover {
    text-decoration: none;
  }
  .events-full-list__list-item:hover .ll__link::after {
    visibility: visible;
    width: 100%;
  }
  .events__list-item:hover, .mosaic-section .events__list-item:hover {
    text-decoration: none;
  }
  .events__list-item:hover .events__item-button {
    background-color: #3a0dc8;
    color: #fff;
  }
  .events__feature-wrap:hover, .mosaic-section .events__feature-wrap:hover {
    text-decoration: none;
  }
  .events__feature-wrap:hover .events__feature-title, .mosaic-section .events__feature-wrap:hover .events__feature-title {
    color: #3a0dc8;
  }
  .events__feature-wrap:hover .events__feature-button {
    background-color: #3a0dc8;
    color: #fff;
  }
}
.events__list-button-wrap {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .events__list-button-wrap {
    margin-top: 45px;
    padding-left: 15px;
  }
}

.section-events-region .ll__heading-with-line::after {
  display: none;
}
.section-events-region .events-full-list__item-title, .mosaic-section .section-events-region .events-full-list__item-title {
  color: #fff;
}
.section-events-region .events-full-list__item-details, .mosaic-section .section-events-region .events-full-list__item-details {
  color: #fff;
}

@media screen and (min-width: 960px) {
  .image-copy-list__block-list-wrap {
    display: grid;
    grid-gap: 50px 40px;
    grid-template-columns: repeat(2, 50fr);
  }
}
@media screen and (min-width: 1200px) {
  .image-copy-list__block-list-wrap {
    grid-gap: 85px 70px;
  }
}

.image-copy-list__block-body {
  padding-bottom: 45px;
}
@media screen and (min-width: 720px) {
  .image-copy-list__block-body {
    display: flex;
    align-items: flex-start;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .image-copy-list__block-body {
    padding-bottom: 0;
  }
}

.image-copy-list__block-image-wrap {
  aspect-ratio: 1/1;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .image-copy-list__block-image-wrap {
    width: 40%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .image-copy-list__block-image-wrap {
    width: 45%;
  }
}
@media screen and (min-width: 1800px) {
  .image-copy-list__block-image-wrap {
    width: 290px;
    height: 290px;
  }
}

.image-copy-list__block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-copy-list__block-copy-wrap {
  width: 85%;
}
@media screen and (min-width: 720px) {
  .image-copy-list__block-copy-wrap {
    width: 60%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .image-copy-list__block-copy-wrap {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .image-copy-list__block-copy-wrap {
    width: 55%;
    padding-left: 30px;
  }
}

.image-copy-list__block-item-title {
  padding-bottom: 15px;
  text-transform: uppercase;
}
.image-copy-list__block-item-title, .mosaic-section .image-copy-list__block-item-title {
  font-size: 22px;
  font-weight: 700;
}

.image-copy-intro__intro-body-wrap {
  display: flex;
  grid-gap: 30px;
  flex-direction: column;
  padding-bottom: 45px;
}
@media screen and (min-width: 720px) {
  .image-copy-intro__intro-body-wrap {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 960px) {
  .image-copy-intro__intro-body-wrap {
    grid-gap: 60px;
    flex-direction: row;
    align-items: center;
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 1200px) {
  .image-copy-intro__intro-body-wrap {
    grid-gap: 80px;
  }
}

@media screen and (min-width: 960px) {
  .image-copy-intro__intro-image {
    width: 55%;
  }
}

@media screen and (min-width: 960px) {
  .image-copy-intro__intro-content-wrap {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .image-copy-intro__intro-content-wrap {
    width: 40%;
    max-width: 500px;
  }
}

.image-copy-intro__intro-title {
  padding-bottom: 15px;
}
.image-copy-intro__intro-title, .mosaic-section .image-copy-intro__intro-title {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .image-copy-intro__intro-copy, .mosaic-section .image-copy-intro__intro-copy {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .image-copy-intro__intro-copy, .mosaic-section .image-copy-intro__intro-copy {
    font-size: 22px;
  }
}

.image-copy-intro__image-wrap {
  margin-bottom: 30px;
  padding: 0;
  background: #3a0dc8;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .image-copy-intro__image-wrap {
    margin: 0;
  }
}

.image-copy-intro__image {
  filter: grayscale(1) contrast(75%);
  mix-blend-mode: luminosity;
}

.image-copy-list__bottom-content {
  max-width: 700px;
  margin: 60px auto 0;
  text-align: center;
}

.image-copy-list__bottom-content-link {
  font-size: 14px;
}

.color-three.section-image-copy-list h2 {
  color: #fff;
}

.title-copy-with-line__body-wrap {
  padding-top: 50px;
}
@media screen and (min-width: 720px) {
  .title-copy-with-line__body-wrap {
    padding-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .title-copy-with-line__body-wrap {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}

.title-copy__body-wrap {
  padding-bottom: 0;
}

.title-copy__title, .mosaic-section .title-copy__title {
  color: #3a0dc8;
}

.title-copy__copy {
  width: 100%;
}
.title-copy__copy, .mosaic-section .title-copy__copy {
  font-size: calc(16px + 6 * (100vw - 375px) / 1065);
}
@media screen and (min-width: 1800px) {
  .title-copy__copy, .mosaic-section .title-copy__copy {
    font-size: 23px;
  }
}
.title-copy__copy p, .mosaic-section .title-copy__copy p {
  font-size: calc(16px + 6 * (100vw - 375px) / 1065);
}
@media screen and (min-width: 1800px) {
  .title-copy__copy p, .mosaic-section .title-copy__copy p {
    font-size: 23px;
  }
}

.staff-list__body-wrap {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #757f96;
}
@media screen and (min-width: 720px) {
  .staff-list__body-wrap {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .staff-list__body-wrap {
    margin-bottom: 80px;
    padding: 0 50px 65px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-list__body-wrap {
    padding: 0 100px 65px;
  }
}

.staff-list__no-bios .staff-list__item-cta-wrap {
  display: none;
}
@media screen and (min-width: 720px) {
  .staff-list__no-bios .staff-list__item-name {
    width: 30%;
  }
}
.staff-list__no-bios .staff-list__item-location {
  text-align: left;
}

.staff-list__section-name {
  text-transform: uppercase;
}
.staff-list__section-name, .mosaic-section .staff-list__section-name {
  padding-bottom: 50px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}

.staff-list__listings-body-wrap {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .staff-list__listings-body-wrap {
    padding-bottom: 40px;
  }
}

.staff-list__item-wrap {
  padding-bottom: 40px;
}
@media screen and (min-width: 720px) {
  .staff-list__item-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.staff-list__item-wrap:last-of-type {
  padding-bottom: 0;
}

@media screen and (min-width: 720px) {
  .staff-list__item-name {
    width: 20%;
  }
}
.staff-list__item-name, .mosaic-section .staff-list__item-name {
  font-weight: 800;
}

@media screen and (min-width: 720px) {
  .staff-list__item-title {
    width: 37%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .staff-list__item-title {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-list__item-title {
    width: 35%;
    padding-left: 50px;
  }
}

@media screen and (min-width: 720px) {
  .staff-list__item-location {
    width: 20%;
    margin-left: auto;
    text-align: right;
  }
}

@media screen and (min-width: 720px) {
  .staff-list__item-cta-wrap {
    width: 15%;
    margin-left: auto;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .staff-list__item-cta-wrap {
    width: 13%;
  }
}

.staff-list__item-cta {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 720px) {
  .staff-list__item-cta {
    text-align: right;
  }
}
.staff-list__item-cta, .mosaic-section .staff-list__item-cta {
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 700;
  text-transform: inherit;
}
.staff-list__item-cta:focus {
  color: #3a0dc8;
  font-weight: 900;
}
.staff-list__item-cta::after {
  display: none;
}

.staff-list-two-col__body-wrap {
  margin-bottom: 0;
  padding-bottom: 60px;
  border-bottom: none;
}
@media screen and (min-width: 720px) {
  .staff-list-two-col__body-wrap {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-list-two-col__body-wrap {
    padding-bottom: 120px;
  }
}

.staff-list-two-col__listings-body-wrap {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(min(10rem, 100%), 1fr));
}
@media screen and (min-width: 720px) {
  .staff-list-two-col__listings-body-wrap {
    grid-gap: 35px 80px;
    grid-template-columns: repeat(2, 50fr);
  }
}
@media screen and (min-width: 960px) {
  .staff-list-two-col__listings-body-wrap {
    grid-gap: 35px 120px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-list-two-col__listings-body-wrap {
    grid-gap: 35px 180px;
  }
}

.staff-list-two-col__item-wrap {
  padding-bottom: 0;
}
.staff-list-two-col__item-wrap, .mosaic-section .staff-list-two-col__item-wrap {
  margin: 0;
}

@media screen and (min-width: 720px) {
  .staff-list-two-col__item-name {
    width: 48%;
  }
}

@media screen and (min-width: 720px) {
  .staff-list-two-col__item-location {
    width: 45%;
    text-align: left;
  }
}

@media (hover: hover) {
  .staff-list__item-cta:hover {
    color: #3a0dc8;
    font-weight: 900;
  }
}
.judicial-archive__padding {
  padding-top: 0;
}

@media screen and (min-width: 960px) {
  .judicial-archive__body-wrap .intro-copy__body-wrap {
    padding-bottom: 40px;
  }
}

.judicial-archive__posts-wrap {
  grid-gap: 20px;
  padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .judicial-archive__posts-wrap {
    grid-template-columns: repeat(3, minmax(0, 32.5fr));
    padding-bottom: 90px;
  }
}
.judicial-archive__posts-wrap .articles-grid__posts-list-item:focus {
  background-color: rgba(58, 13, 200, 0.2);
}

.judicial-archive__case-status {
  padding: 15px;
  background-color: #757f96;
  color: #fff;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.judicial-archive__case-status--active {
  background-color: #d023ae;
}
.judicial-archive__case-status--closed {
  background-color: #00002a;
}
.judicial-archive__case-status--landmark {
  background-color: #3a0dc8;
}

.judicial-archive__tags-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}

.judicial-archive__tags-list-item {
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 11px;
  font-weight: 300;
}
.judicial-archive__tags-list-item, .mosaic-section .judicial-archive__tags-list-item {
  margin-bottom: 0;
}
.judicial-archive__tags-list-item:not(:last-child)::after {
  content: ", ";
  display: inline-block;
  position: relative;
  padding-right: 4px;
}

@media (hover: hover) {
  .judicial-archive__posts-wrap .articles-grid__posts-list-item:hover {
    background-color: rgba(58, 13, 200, 0.2);
  }
}
.video-post {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 720px) {
  .video-post {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.video-post__wrap {
  display: flex;
  grid-gap: 30px;
  flex-flow: column;
}
@media screen and (min-width: 720px) {
  .video-post__wrap {
    grid-gap: 50px;
    flex-flow: row-reverse nowrap;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .video-post__wrap {
    grid-gap: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .video-post__wrap {
    grid-gap: 80px;
  }
}

.video-post__image-wrap {
  background: #00002a;
}
@media screen and (min-width: 720px) {
  .video-post__image-wrap {
    flex-shrink: 0;
    width: 55%;
  }
}

.video-post__image-link {
  display: block;
  position: relative;
}
.video-post__image-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-image: url("../img/play-button.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .video-post__image-link::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .video-post__image-link::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .video-post__image-link::after {
    width: 95px;
    height: 95px;
  }
}

.video-post__image {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .video-post__image {
    aspect-ratio: 16/9;
  }
}

@media screen and (min-width: 720px) {
  .video-post__content-wrap {
    flex-grow: 1;
  }
}

.mosaic-section .video-post__content-headline {
  font-weight: 700;
}

.mosaic-section .video-post__content-date {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  text-transform: uppercase;
}

@media screen and (min-width: 720px) {
  .mosaic-section .video-post__content-link {
    margin-top: 25px;
  }
}

.timeline__body-wrap {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (min-width: 720px) {
  .timeline__body-wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.timeline__line {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: auto;
  transform: translateX(-50%);
  background-color: #757f96;
}
@media screen and (min-width: 720px) {
  .timeline__line {
    left: 14%;
    transform: translateX(0);
  }
}
@media screen and (min-width: 960px) {
  .timeline__line {
    left: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .timeline__line {
    left: 10.5%;
  }
}
.timeline__line::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #757f96;
}
@media screen and (min-width: 720px) {
  .timeline__line::before {
    left: -6px;
    transform: translateX(0);
  }
}
.timeline__line::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #757f96;
}
@media screen and (min-width: 720px) {
  .timeline__line::after {
    left: -6px;
    transform: translateX(0);
  }
}

.timeline__body {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 720px) {
  .timeline__body {
    padding: 40px 0;
  }
}
@media screen and (min-width: 960px) {
  .timeline__body {
    padding: 50px 0;
  }
}
.timeline__body:first-of-type {
  padding-top: 0;
}
.timeline__body:last-of-type {
  padding-bottom: 0;
}

.timeline__year-wrap {
  display: none;
}
@media screen and (min-width: 720px) {
  .timeline__year-wrap {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.timeline__year, .mosaic-section .timeline__year {
  font-size: calc(25px + 7 * (100vw - 720px) / 720);
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1800px) {
  .timeline__year, .mosaic-section .timeline__year {
    font-size: 35px;
  }
}

@media screen and (min-width: 720px) {
  .timeline__small-line {
    content: "";
    display: inline;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 14%;
    width: 10px;
    height: 55px;
    transform: translateY(-50%);
    background-color: #3a0dc8;
  }
}
@media screen and (min-width: 960px) {
  .timeline__small-line {
    left: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .timeline__small-line {
    left: 10.5%;
  }
}

.timeline__content-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .timeline__content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-left: 20%;
  }
}
@media screen and (min-width: 960px) {
  .timeline__content-wrap {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .timeline__content-wrap {
    justify-content: flex-start;
    margin-left: 15.5%;
  }
}

.timeline__feature-image-wrap {
  line-height: 0;
}
@media screen and (min-width: 720px) {
  .timeline__feature-image-wrap {
    width: 40%;
    max-width: 200px;
    height: 40vh;
    max-height: 200px;
  }
}
@media screen and (min-width: 960px) {
  .timeline__feature-image-wrap {
    width: 35%;
    max-width: 230px;
    height: 40vh;
    max-height: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .timeline__feature-image-wrap {
    width: 30%;
  }
}

.timeline__feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline__copy-wrap {
  padding: 25px;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .timeline__copy-wrap {
    width: 55%;
    padding: 0;
    border-bottom: none;
    background-color: transparent;
  }
}
@media screen and (min-width: 960px) {
  .timeline__copy-wrap {
    width: 60%;
    max-width: 550px;
    margin-left: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .timeline__copy-wrap {
    width: 65%;
  }
}

.timeline__copy-lede, .mosaic-section .timeline__copy-lede {
  padding-bottom: 0;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 400;
}

.timeline__copy-title {
  text-transform: uppercase;
}
.timeline__copy-title, .mosaic-section .timeline__copy-title {
  padding-bottom: 5px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}

.timeline__copy, .mosaic-section .timeline__copy {
  padding-bottom: 0;
}

.social-section__body-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.social-section__content-title {
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .social-section__content-title {
    padding-bottom: 30px;
  }
}
.social-section__content-title, .mosaic-section .social-section__content-title {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 900;
}

.social-section__social-list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
}
.social-section__social-list-wrap .footer__social-list-item {
  padding: 0 12px;
}
.social-section__social-list-wrap .footer__social-icon {
  width: 100%;
  max-width: 30px;
  height: auto;
  max-height: 30px;
}

@media (hover: hover) {
  .social-section__social-list-wrap:hover > .footer__social-list-item {
    opacity: 0.5;
  }
  .social-section__social-list-wrap:hover > .footer__social-list-item:hover {
    opacity: 1;
  }
}
.sponsors__body-wrap {
  padding-bottom: 100px;
}
@media screen and (min-width: 720px) {
  .sponsors__body-wrap {
    padding-bottom: 120px;
  }
}

.sponsors__section-title, .mosaic-section .sponsors__section-title {
  font-size: calc(22px + 6 * (100vw - 375px) / 1065);
  padding-bottom: 50px;
}
@media screen and (min-width: 1800px) {
  .sponsors__section-title, .mosaic-section .sponsors__section-title {
    font-size: 31px;
  }
}

.feature-sponsors__list-wrap {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(1, 100fr);
}
@media screen and (min-width: 720px) {
  .feature-sponsors__list-wrap {
    grid-gap: 60px;
    grid-template-columns: repeat(2, 50fr);
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .feature-sponsors__list-wrap {
    grid-gap: 100px;
  }
}

.feature-sponsors__image-wrap {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .feature-sponsors__image-wrap {
    max-width: 350px;
    height: 30vh;
    min-height: 150px;
    max-height: 200px;
  }
}
@media screen and (min-width: 960px) {
  .feature-sponsors__image-wrap {
    max-width: 350px;
    height: 40vh;
    min-height: 200px;
    max-height: 250px;
  }
}

.feature-sponsors__image {
  display: block;
  max-width: 250px;
  max-height: 150px;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (min-width: 720px) {
  .feature-sponsors__image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
  }
}

.sponsors-list__list-wrap {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(2, 50fr);
}
@media screen and (min-width: 720px) {
  .sponsors-list__list-wrap {
    grid-template-columns: repeat(4, 25fr);
  }
}
@media screen and (min-width: 960px) {
  .sponsors-list__list-wrap {
    grid-template-columns: repeat(5, 20fr);
  }
}
@media screen and (min-width: 960px) {
  .sponsors-list__list-wrap {
    grid-gap: 80px;
  }
}

.sponsors-list__image-wrap {
  display: block;
  position: relative;
  max-width: 300px;
  height: 12vh;
  min-height: 150px;
  max-height: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .sponsors-list__image-wrap {
    max-width: 220px;
    max-height: 100px;
  }
}

.sponsors-list__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.individual-staff-member__cta {
  display: block;
  margin-bottom: 30px;
  color: #3a0dc8;
  font-size: 12px;
}
.individual-staff-member__cta::after {
  background-color: #3a0dc8;
}

.individual-staff-member__body-wrap {
  display: flex;
  grid-gap: 40px;
  flex-flow: column;
}
@media screen and (min-width: 960px) {
  .individual-staff-member__body-wrap {
    grid-gap: 70px;
    flex-flow: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .individual-staff-member__body-wrap {
    grid-gap: 104px;
  }
}

@media screen and (min-width: 960px) {
  .individual-staff-member__featured-image-wrap {
    flex-shrink: 0;
    width: 332px;
  }
}
@media screen and (min-width: 1200px) {
  .individual-staff-member__featured-image-wrap {
    width: 35%;
  }
}

.individual-staff-member__featured-image {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .individual-staff-member__content-wrap {
    flex-grow: 1;
  }
}

.individual-staff-member__name, .mosaic-section:not(.color-two) .individual-staff-member__name {
  color: #3a0dc8;
}

.individual-staff-member__title, .mosaic-section .individual-staff-member__title {
  font-weight: 700;
  line-height: 139%;
}

.individual-staff-member__region, .mosaic-section .individual-staff-member__region {
  font-weight: 700;
  line-height: 139%;
}

.individual-staff-member__copy {
  margin-top: 34px;
}

.text-grid__content-list-wrap {
  display: grid;
  grid-gap: 40px;
}
@media screen and (min-width: 720px) {
  .text-grid__content-list-wrap {
    grid-gap: 60px 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .text-grid__content-list-wrap {
    grid-gap: 80px 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .text-grid__content-list-wrap {
    grid-gap: 90px 100px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.text-grid__item-title {
  padding-bottom: 10px;
}
@media screen and (min-width: 720px) {
  .text-grid__item-title {
    padding-bottom: 15px;
  }
}
.text-grid__item-title, .mosaic-section .text-grid__item-title {
  font-weight: 900;
}

.sponsor-levels-grid__list-body-wrap {
  grid-gap: 30px;
}
@media screen and (min-width: 720px) {
  .sponsor-levels-grid__list-body-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .sponsor-levels-grid__list-body-wrap {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.sponsor-levels-grid__list-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #f3f3f3;
  color: #00002a;
}

.sponsor-levels-grid__item-title-wrap {
  width: 100%;
  background-color: #3a0dc8;
  color: #f3f3f3;
}

.sponsor-levels-grid__item-title {
  padding: 15px 10px;
  text-align: center;
}

.sponsor-levels-grid__item-copy-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  padding: 30px 30px 25px;
}

.sponsor-levels-grid__item-copy ul {
  list-style: none;
}
.sponsor-levels-grid__item-copy ul, .mosaic-section .sponsor-levels-grid__item-copy ul {
  padding: 0;
}
.sponsor-levels-grid__item-copy ul li {
  margin: 0;
  padding: 0 0 15px 22px;
}
.sponsor-levels-grid__item-copy ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.45703' width='1.36364' height='12' fill='%233A0DC8'/%3E%3Crect y='6.54541' width='1.36364' height='12' transform='rotate(-90 0 6.54541)' fill='%233A0DC8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  vertical-align: middle;
}
.sponsor-levels-grid__item-copy ul li::before, .mosaic-section .sponsor-levels-grid__item-copy ul li::before {
  background-color: transparent !important;
}

.sponsor-levels-grid__item-footer-wrap {
  margin-top: auto;
}

.sponsor-levels-grid__item-footer-copy, .mosaic-section .sponsor-levels-grid__item-footer-copy {
  padding: 0;
}
.sponsor-levels-grid__item-footer-copy span {
  color: #3a0dc8;
  font-weight: 700;
}

.campaign-hub__section-wrap {
  display: grid;
  grid-gap: 30px;
  padding-bottom: 35px;
}
@media screen and (min-width: 960px) {
  .campaign-hub__section-wrap--one {
    grid-template-columns: 25% 25% 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .campaign-hub__section-wrap--one {
    grid-template-columns: 23% 39% 1fr;
  }
}
@media screen and (min-width: 960px) {
  .campaign-hub__section-wrap--two {
    grid-template-columns: 30% 47% 1fr;
  }
}
@media screen and (min-width: 960px) {
  .campaign-hub__section-wrap--three {
    grid-template-columns: 41% 23% 1fr;
  }
}
@media screen and (min-width: 960px) {
  .campaign-hub__section-wrap--four {
    grid-template-columns: 23% 23% 1fr;
  }
}
@media screen and (min-width: 960px) {
  .campaign-hub__section-wrap--five {
    grid-template-columns: 49% 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .campaign-hub__section-wrap--five {
    grid-template-columns: 48.5% 1fr;
  }
}

.campaign-hub__cta-block-wrap {
  padding: 25px 28px;
  background-color: #00002a;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .campaign-hub__cta-block-wrap {
    padding: 45px 28px 40px;
  }
}

@media screen and (min-width: 960px) {
  .campaign-hub__cta-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

.campaign-hub__cta-content-title {
  width: 90%;
}
@media screen and (min-width: 960px) {
  .campaign-hub__cta-content-title {
    width: 100%;
  }
}
.campaign-hub__cta-content-title, .mosaic-section .campaign-hub__cta-content-title {
  color: #fff;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
}

.campaign-hub__cta-content-blurb {
  text-transform: uppercase;
}
.campaign-hub__cta-content-blurb, .mosaic-section .campaign-hub__cta-content-blurb {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 400;
}

.campaign-hub__cta-content-cta {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .campaign-hub__cta-content-cta {
    width: fit-content;
  }
}

.campaign-hub__square-image {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-hub__image-grid-wrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.campaign-hub__image-grid-link-wrap {
  display: block;
}

.campaign-hub__image-grid-image {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}

.campaign-hub__blockquote-wrap {
  padding: 30px 30px 45px;
  background-color: #3a0dc8;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .campaign-hub__blockquote-wrap {
    padding: 45px 50px 70px;
  }
}

.campaign-hub__blockquote-content-wrap::before {
  content: "“";
  display: inline-block;
  margin-bottom: 30px;
  padding: 26px 11px 15px;
  background-color: #fff;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 0;
}
@media screen and (min-width: 720px) {
  .campaign-hub__blockquote-content-wrap::before {
    padding: 30px 11px 15px;
    font-size: 40px;
  }
}
@media screen and (min-width: 960px) {
  .campaign-hub__blockquote-content-wrap::before {
    margin-bottom: 40px;
  }
}

.campaign-hub__blockquote-content, .mosaic-section .campaign-hub__blockquote-content {
  font-size: calc(22px + 6 * (100vw - 375px) / 1065);
  padding-bottom: 20px;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .campaign-hub__blockquote-content, .mosaic-section .campaign-hub__blockquote-content {
    line-height: 150%;
  }
}
@media screen and (min-width: 960px) {
  .campaign-hub__blockquote-content, .mosaic-section .campaign-hub__blockquote-content {
    padding-bottom: 30px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .campaign-hub__blockquote-content, .mosaic-section .campaign-hub__blockquote-content {
    font-size: 26px;
  }
}
@media screen and (min-width: 1800px) {
  .campaign-hub__blockquote-content, .mosaic-section .campaign-hub__blockquote-content {
    font-size: 28px;
  }
}

.campaign-hub__blockquote-credit {
  text-transform: uppercase;
}
.campaign-hub__blockquote-credit, .mosaic-section .campaign-hub__blockquote-credit {
  padding-bottom: 0;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 400;
}

.campaign-hub__image-cta-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.campaign-hub__image-cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-hub__image-cta-content-wrap {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .campaign-hub__image-cta-content-wrap {
    top: 35px;
    left: 30px;
    width: 85%;
  }
}

.campaign-hub__image-cta-content-title {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.campaign-hub__image-cta-content-title, .mosaic-section .campaign-hub__image-cta-content-title {
  color: #fff;
}

.campaign-hub__video-body-wrap {
  position: relative;
}

.campaign-hub__video-link-wrap {
  display: block;
  position: relative;
  height: 100%;
  line-height: 1;
  text-decoration: none;
}
.campaign-hub__video-link-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-image: url("../img/play-button.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .campaign-hub__video-link-wrap::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .campaign-hub__video-link-wrap::after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .campaign-hub__video-link-wrap::after {
    width: 60px;
    height: 60px;
  }
}

.campaign-hub__video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-hub__video-cta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.campaign-hub__video-cta, .mosaic-section .campaign-hub__video-cta {
  background-color: #fff;
  color: #00002a;
}

.campaign-hub__merch-block-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.campaign-hub__merch-block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-hub__merch-block-cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.campaign-hub__merch-block-cta, .mosaic-section .campaign-hub__merch-block-cta {
  background-color: #fff;
  color: #00002a;
}

@media (hover: hover) {
  .campaign-hub__image-cta-wrap:hover {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .campaign-hub__image-cta-wrap:hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 42, 0.5);
  }
  .campaign-hub__image-cta-wrap:hover .campaign-hub__image-cta-content-title {
    opacity: 1;
  }
}
:root {
  --ll-purple-secondary: #1d0764;
}

.section-table-of-content {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-table-of-content:focus-within:is(.color-two), .section-table-of-content:focus-within:is(.color-three) {
  background: var(--ll-purple-secondary);
}
.section-table-of-content:has(.table-of-contents__headline-wrap--open) {
  background: var(--ll-purple-secondary);
}
@media (hover: hover) {
  .section-table-of-content:hover:is(.color-two), .section-table-of-content:hover:is(.color-three) {
    background: var(--ll-purple-secondary);
  }
}

.table-of-contents__body-wrap {
  padding: 15px 0 20px;
  transition: padding 0.2s ease-in-out;
}
@media only screen and (max-width: 720px) {
  .table-of-contents__body-wrap {
    max-height: 500px;
  }
}
@media screen and (min-width: 720px) {
  .table-of-contents__body-wrap:has(.table-of-contents__headline-wrap--open) {
    padding: 35px 0;
  }
}

.table-of-contents__headline-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: none;
  color: inherit;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  appearance: none;
}
.table-of-contents__headline-wrap:focus-visible {
  outline: 2px dashed;
  outline-offset: 3px;
}
.table-of-contents__headline-wrap::after {
  content: "+";
  display: block;
  transition: all 0.5s ease-in-out;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 35px;
  font-weight: 300;
}
.table-of-contents__headline-wrap--open::after {
  transform: rotate(45deg);
}

.table-of-contents__links-wrap {
  display: none;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.table-of-contents__links {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(1, 1fr);
  max-height: 363px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-y: auto;
}
@media screen and (min-width: 720px) {
  .table-of-contents__links {
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    max-height: none;
    padding-top: 30px;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 960px) {
  .table-of-contents__links {
    grid-column-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .table-of-contents__links {
    grid-column-gap: 80px;
  }
}

.table-of-contents__link {
  font-family: "HCo Ringside Narrow SSm", san-serif;
  text-transform: none;
}
.table-of-contents__link:focus-visible {
  outline: 2px dashed;
  outline-offset: 2px;
}
.mosaic-section .table-of-contents__link {
  font-weight: normal;
}
.mosaic-section .table-of-contents__link:focus, .mosaic-section .table-of-contents__link:hover {
  font-weight: 800;
}

.basic-hero__body-wrap {
  position: relative;
  height: 45vh;
  min-height: 300px;
  max-height: 600px;
  margin: 35px 0 65px;
  overflow: hidden;
  background-color: #3a0dc8;
}
@media screen and (min-width: 720px) {
  .basic-hero__body-wrap {
    height: 55vh;
    min-height: 500px;
    max-height: 750px;
  }
}
@media screen and (min-width: 960px) {
  .basic-hero__body-wrap {
    height: 65vh;
  }
}
@media screen and (min-width: 1200px) {
  .basic-hero__body-wrap {
    height: 75vh;
  }
}
.basic-hero__body-wrap::after {
  content: "";
}

.basic-hero__body-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.basic-hero__copy-wrap {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  align-items: flex-end;
  height: 100%;
}
@media screen and (min-width: 720px) {
  .basic-hero__copy-wrap {
    bottom: 30px;
    left: 40px;
  }
}
@media screen and (min-width: 960px) {
  .basic-hero__copy-wrap {
    bottom: 40px;
    left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .basic-hero__copy-wrap {
    bottom: 60px;
    left: 80px;
  }
}

.basic-hero__title {
  width: 90%;
}
@media screen and (min-width: 720px) {
  .basic-hero__title {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .basic-hero__title {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .basic-hero__title {
    width: 60%;
  }
}
.basic-hero__title, .mosaic-section .basic-hero__title {
  color: #fff;
  font-family: "HCo Ringside Narrow SSm", san-serif;
}

.vid-donate-hero__body-wrap {
  padding-bottom: 40px;
}

.vid-donate-hero__intro-title, .mosaic-section .vid-donate-hero__intro-title {
  padding: 35px 0;
}
@media screen and (min-width: 960px) {
  .vid-donate-hero__intro-title, .mosaic-section .vid-donate-hero__intro-title {
    padding: 50px 0;
  }
}

@media screen and (min-width: 960px) {
  .vid-donate-hero__content-wrap {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 68% 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .vid-donate-hero__content-wrap {
    grid-template-columns: 74% 1fr;
  }
}

.vid-donate-hero__video-wrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .vid-donate-hero__video-wrap {
    margin-bottom: 0;
  }
}

.play-button-bottom-left .vid-donate-hero__video-link::after, .play-button-bottom-left .full-width-video__video-link::after {
  top: unset;
  bottom: 20px;
  left: 20px;
  transform: none;
}
.play-button-bottom-left .overlay__radial-purple::after {
  content: none;
}

.vid-donate-hero__video-link, .full-width-video__video-link::after {
  display: block;
  position: relative;
}
@media screen and (min-width: 960px) {
  .vid-donate-hero__video-link, .full-width-video__video-link::after {
    height: 100%;
  }
}
.vid-donate-hero__video-link::after, .full-width-video__video-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-image: url("../img/play-button.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .vid-donate-hero__video-link::after, .full-width-video__video-link::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .vid-donate-hero__video-link::after, .full-width-video__video-link::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .vid-donate-hero__video-link::after, .full-width-video__video-link::after {
    width: 95px;
    height: 95px;
  }
}

@media screen and (min-width: 960px) {
  .vid-donate-hero__video-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.vid-donate-hero__copy-wrap {
  padding: 30px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .vid-donate-hero__copy-wrap {
    padding: 25px 33px 42px;
  }
}

.vid-donate-hero__copy-title {
  padding-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .vid-donate-hero__copy-title {
    padding-bottom: 30px;
  }
}
.vid-donate-hero__copy-title, .mosaic-section .vid-donate-hero__copy-title {
  padding-bottom: 20px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 25px;
  font-weight: 800;
}

@media screen and (min-width: 960px) {
  .vid-donate-hero__copy, .mosaic-section .vid-donate-hero__copy {
    padding-bottom: 20px;
  }
}
.vid-donate-hero__copy p, .mosaic-section .vid-donate-hero__copy p {
  line-height: 150%;
}

.vid-donate-hero__donate-list-wrap {
  display: grid;
  grid-gap: 25px 13px;
  grid-template-columns: repeat(2, 50fr);
}

.vid-donate-hero__donate-list-item, .mosaic-section .vid-donate-hero__donate-list-item {
  margin: 0;
}

.vid-donate-hero__donate-list-link {
  width: 100%;
}
.vid-donate-hero__donate-list-link, .mosaic-section .vid-donate-hero__donate-list-link {
  padding-right: 10px;
  padding-left: 10px;
}

.hero-video {
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 720px) {
  .hero-video {
    padding-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .hero-video {
    padding-top: 80px;
  }
}
.hero-video::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #00002a;
}
@media screen and (min-width: 720px) {
  .hero-video::after {
    height: 100px;
  }
}

.hero-video__content-wrap {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.hero-video__content-wrap h2 {
  color: #3a0dc8;
}
@media screen and (min-width: 720px) {
  .hero-video__content-wrap {
    text-align: center;
  }
}

.hero-video__video-wrap {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  background: #dfe1e5;
}
@media screen and (min-width: 720px) {
  .hero-video__video-wrap {
    margin-top: 60px;
  }
}

.hero-video__video {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.campaign-hero__title {
  padding: 10px 0 30px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .campaign-hero__title {
    padding: 30px 0 45px;
  }
}
@media screen and (min-width: 960px) {
  .campaign-hero__title {
    padding: 40px 0 55px;
  }
}
.campaign-hero__title, .mosaic-section .campaign-hero__title {
  color: #3a0dc8;
}

.campaign-hero__body-wrap {
  position: relative;
  height: 45vh;
  min-height: 300px;
  max-height: 600px;
  margin: 35px 0;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .campaign-hero__body-wrap {
    height: 55vh;
    min-height: 500px;
    max-height: 750px;
  }
}
@media screen and (min-width: 960px) {
  .campaign-hero__body-wrap {
    height: 65vh;
  }
}
@media screen and (min-width: 1200px) {
  .campaign-hero__body-wrap {
    height: 75vh;
  }
}

.campaign-hero__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.campaign-hero__copy-wrap {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 50px;
  left: 28px;
  max-width: 550px;
}
@media screen and (min-width: 960px) {
  .campaign-hero__copy-wrap {
    bottom: 80px;
    left: 50px;
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .campaign-hero__copy-wrap {
    bottom: 90px;
    left: 82px;
    width: 50%;
  }
}

.campaign-hero__copy-title, .mosaic-section .campaign-hero__copy-title {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .campaign-hero__copy-title, .mosaic-section .campaign-hero__copy-title {
    line-height: 150%;
  }
}

.campaign-hero__copy-cta {
  display: block;
  margin-top: 10px;
  line-height: 100%;
}
@media screen and (min-width: 960px) {
  .campaign-hero__copy-cta {
    margin-top: 20px;
  }
}
.campaign-hero__copy-cta, .mosaic-section .campaign-hero__copy-cta {
  color: #fff;
}
.campaign-hero__copy-cta::after {
  background-color: #fff;
}

.know-your-right-hero__wrap {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
@media screen and (min-width: 720px) {
  .know-your-right-hero__wrap {
    padding-top: 43px;
  }
}

.know-your-right-hero__body-wrap {
  display: flex;
  flex-direction: column;
}

.know-your-right-hero__headline-wrap {
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .know-your-right-hero__headline-wrap {
    max-width: 70%;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .know-your-right-hero__headline-wrap {
    padding-bottom: 60px;
  }
}

.know-your-right-hero__headline, .mosaic-section .know-your-right-hero__headline {
  padding: 0;
}
.mosaic-section:not(.color-two) .know-your-right-hero__headline {
  color: #3a0dc8;
}

.know-your-right-hero__copy {
  margin-top: 20px;
}
.know-your-right-hero__copy, .mosaic-section .know-your-right-hero__copy {
  padding: 0;
}

.know-your-right-hero__hero-image-content-wrap {
  display: flex;
  grid-gap: 15px;
  flex-flow: column;
}
@media screen and (min-width: 960px) {
  .know-your-right-hero__hero-image-content-wrap {
    grid-gap: 20px;
    flex-flow: row nowrap;
  }
}

.know-your-right-hero__hero-image-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .know-your-right-hero__hero-image-wrap {
    flex-grow: 1;
  }
}

.know-your-right-hero__hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 9.2/12;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 960px) {
  .know-your-right-hero__hero-image {
    aspect-ratio: 14.9/11;
  }
}

.know-your-right-hero__hero-content-wrap {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  max-width: 89%;
}
.know-your-right-hero__hero-content-wrap > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mosaic-section .know-your-right-hero__hero-content-wrap h2,
.mosaic-section .know-your-right-hero__hero-content-wrap p {
  color: #fff;
}
.mosaic-section .know-your-right-hero__hero-content-wrap h2 {
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .know-your-right-hero__hero-content-wrap {
    bottom: 35px;
    left: 35px;
    max-width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .know-your-right-hero__hero-content-wrap {
    bottom: 56px;
    left: 56px;
  }
}

.know-your-right-hero__content-wrap {
  display: flex;
  grid-gap: 20px;
  flex-flow: column;
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .know-your-right-hero__content-wrap {
    grid-gap: 30px;
    flex-shrink: 0;
    max-width: calc(30% - 20px);
  }
}

.know-your-right-hero__content-headline-wrap {
  padding-bottom: 20px;
  border-bottom: 2px solid #00002a;
}
@media screen and (min-width: 960px) {
  .know-your-right-hero__content-headline-wrap {
    padding-bottom: 30px;
  }
}

.mosaic-section .know-your-right-hero__content-headline {
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: bold;
}

.mosaic-section .know-your-right-hero__content a {
  transition: none;
  border: 0;
  color: #00002a;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.mosaic-section .know-your-right-hero__content a:focus-visible {
  outline: 2px dotted #00002a;
}
.mosaic-section .know-your-right-hero__content a:focus {
  color: #00002a;
  font-weight: bold;
}
@media (hover: hover) {
  .mosaic-section .know-your-right-hero__content a:hover {
    color: #00002a;
    font-weight: bold;
  }
}

.know-your-rights-hero-v2 .know-your-right-hero__wrap {
  padding-bottom: 50px;
}
@media screen and (min-width: 720px) {
  .know-your-rights-hero-v2 .ll__heading--h3 {
    font-size: 28px;
  }
}
.know-your-rights-hero-v2 .know-your-right-hero__content-headline-wrap {
  padding: 0;
  border-bottom: none;
}
.know-your-rights-hero-v2 .know-your-right-hero__content-headline {
  color: #fff;
}
.know-your-rights-hero-v2 .know-your-right-hero__content-wrap {
  background: #3a0dc8;
}
@media screen and (min-width: 720px) {
  .know-your-rights-hero-v2 .know-your-right-hero__content-wrap {
    width: 33%;
    padding: 30px;
  }
}
.know-your-rights-hero-v2 .know-your-right-hero__content h3,
.know-your-rights-hero-v2 .know-your-right-hero__content a {
  margin-bottom: 20px;
  transition: 0.3s;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
}
.know-your-rights-hero-v2 .know-your-right-hero__content h3:hover,
.know-your-rights-hero-v2 .know-your-right-hero__content a:hover {
  font-weight: 500;
}

.case-tracker-hero__wrap {
  display: flex;
  grid-gap: 50px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 65px;
}
@media screen and (min-width: 960px) {
  .case-tracker-hero__wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.case-tracker-hero__headline {
  display: grid;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .case-tracker-hero__headline {
    grid-template-columns: 0.85fr 1fr;
    text-align: left;
  }
}
.mosaic-section .case-tracker-hero__headline {
  padding-bottom: 0;
}

.case-tracker-hero__grid-wrap {
  display: grid;
  grid-gap: 45px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .case-tracker-hero__grid-wrap {
    grid-gap: 100px;
    grid-template-columns: 0.85fr 1fr;
  }
}

.case-tracker-hero__content-wrap {
  display: flex;
  grid-gap: 35px;
  flex-flow: column;
}

.mosaic-section .case-tracker-hero__sub-headline {
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 125%;
}

.case-tracker-hero__list-items {
  --list-items-gap: 28px;
  display: flex;
  grid-gap: var(--list-items-gap);
  flex-flow: column;
}

.case-tracker-hero__list-item {
  display: flex;
  grid-gap: 10px;
  flex-flow: column;
  padding-bottom: var(--list-items-gap);
}
.case-tracker-hero__list-item:not(:last-child) {
  border-bottom: 1px solid var(--ll-light-purple);
}
.mosaic-section .case-tracker-hero__list-item {
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .case-tracker-hero__list-item:last-child {
    padding-bottom: 0;
  }
}

.case-tracker-hero__list-item-headline {
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.case-tracker-hero__list-item-text {
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 22px;
  line-height: normal;
}

.case-tracker-hero__bottom-byline {
  display: flex;
  grid-gap: 8px;
  align-items: center;
}
.mosaic-section .case-tracker-hero__bottom-byline {
  padding-bottom: 0;
}
.case-tracker-hero__bottom-byline::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: currentColor;
}

.case-tracker-hero__image-wrap {
  overflow: hidden;
  border-radius: 100%;
}
@media screen and (min-width: 960px) {
  .case-tracker-hero__image-wrap {
    order: 2;
  }
}

.case-tracker-hero__image {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.section-get-involved-hero .overlay__radial-purple--large::after {
  top: 35%;
  left: -105%;
  width: 230%;
  height: 145%;
}

.get-involved-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.get-involved-hero__content .button-outline {
  font-family: "HCo Ringside Narrow SSm", san-serif;
  text-transform: none;
}

.regional-hero__body-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .regional-hero__body-wrap {
    flex-direction: column;
  }
}
.regional-hero__copy-container {
  flex: 1;
}
.regional-hero__copy-container .regional-hero__copy .ll__copy a:hover {
  color: #3a0dc8;
}
.regional-hero__copy {
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .regional-hero__copy {
    margin-left: 50px;
  }
}
.regional-hero__image {
  flex: 1;
  text-align: right;
}
.regional-hero__image img {
  max-width: 100%;
  height: auto;
}
.regional-hero .ll__copy p {
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}
.regional-hero .ll__copy p:first-child {
  padding-bottom: 30px;
}
.regional-hero .ll__copy a {
  border-bottom: none;
}

.basic-callout__wrap {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .basic-callout__wrap {
    grid-template-columns: 3fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .basic-callout__wrap {
    grid-template-columns: 2.5fr 1fr;
  }
}

.basic-callout__body-wrap {
  display: flex;
  grid-gap: 25px;
  flex-flow: column;
}
.basic-callout__body-wrap > * {
  margin: 0;
  padding: 0;
}

.basic-callout__headline {
  text-wrap: balance;
}
.mosaic-section .basic-callout__headline {
  padding: 0;
  font-size: 22px;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  .mosaic-section .basic-callout__headline {
    font-size: 26px;
  }
}

.basic-callout__text {
  text-wrap: pretty;
}
.mosaic-section .basic-callout__text {
  padding-bottom: 0;
}

@media only screen and (max-width: 959px) {
  .basic-callout__link {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }
}

.basic-callout__cta-list-wrap, .mosaic-section .basic-callout__cta-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .basic-callout__cta-list-wrap, .mosaic-section .basic-callout__cta-list-wrap {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 1200px) {
  .basic-callout__cta-list-wrap, .mosaic-section .basic-callout__cta-list-wrap {
    flex-flow: row nowrap;
    max-width: 900px;
  }
}

@media screen and (min-width: 1200px) {
  .basic-callout__cta-list-item {
    width: 100%;
  }
}

.basic-donate-callout__wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .basic-donate-callout__wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.basic-donate-callout__body-wrap {
  display: flex;
  grid-gap: 30px;
  flex-flow: column;
  padding: 40px 0;
  border-top: 2px solid var(--ll-light-purple);
  border-bottom: 2px solid var(--ll-light-purple);
  text-align: center;
}

.basic-donate-callout__content-wrap {
  max-width: 675px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 960px) {
  .basic-donate-callout__text, .mosaic-section .basic-donate-callout__text {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }
}

.basic-donate-callout__cta-list-wrap, .mosaic-section .basic-donate-callout__cta-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (min-width: 960px) {
  .basic-donate-callout__cta-list-wrap, .mosaic-section .basic-donate-callout__cta-list-wrap {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 1200px) {
  .basic-donate-callout__cta-list-wrap, .mosaic-section .basic-donate-callout__cta-list-wrap {
    flex-flow: row nowrap;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1200px) {
  .basic-donate-callout__cta-list-item {
    width: 100%;
  }
}

.basic-callout-with-button__content-wrap {
  max-width: 600px;
  margin-right: auto;
}
.basic-callout-with-button__content-wrap .button-outline {
  font-family: "HCo Ringside Narrow SSm", san-serif;
  text-transform: none;
}
.basic-callout-with-button__content-wrap .gform_wrapper {
  background: transparent;
}
@media screen and (min-width: 960px) {
  .basic-callout-with-button__content-wrap .gform_wrapper {
    width: calc(100% + 150px);
    margin-top: 40px;
  }
}
.basic-callout-with-button__content-wrap .gform_wrapper input[type=text],
.basic-callout-with-button__content-wrap .gform_wrapper input[type=email] {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  background: transparent;
  color: #fff !important;
}
.basic-callout-with-button__content-wrap .gform_wrapper input[type=submit] {
  width: 100%;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.basic-callout-with-button__content-wrap .gform_wrapper label,
.basic-callout-with-button__content-wrap .gform_wrapper .gfield_description {
  padding-top: 10px !important;
  color: #fff;
  font-family: "HCo Ringside Narrow SSm", san-serif !important;
  font-size: 10px !important;
  font-weight: 300;
  text-transform: uppercase;
}
.basic-callout-with-button__content-wrap .gform_heading {
  display: none;
}
.basic-callout-with-button__content-wrap .gform_body {
  padding: 0;
}
.basic-callout-with-button__content-wrap .gform_body > .gform_fields {
  padding: 0;
}

.regional-director-callout__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 720px) {
  .regional-director-callout__content {
    width: 60%;
  }
}
.regional-director-callout__name, .mosaic-section .regional-director-callout__name {
  padding-bottom: 20px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 25px;
  font-weight: 800;
}
.regional-director-callout__position, .mosaic-section .regional-director-callout__position {
  font-size: 18px;
  font-weight: 800;
}
@media screen and (min-width: 720px) {
  .regional-director-callout__image {
    width: 30%;
  }
}
.regional-director-callout__contact-label {
  border-bottom: 1px solid #3a0dc8;
  color: #3a0dc8;
  text-transform: uppercase;
}
.regional-director-callout__contact-label, .mosaic-section .regional-director-callout__contact-label {
  padding: 0;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}
.regional-director-callout__social {
  display: flex;
  gap: 10px;
}

.donate-callout-with-image__body-wrap {
  display: flex;
  grid-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  padding: 30px;
}
.donate-callout-with-image__image {
  flex: 0 0 auto;
  max-width: 120px;
}
.donate-callout-with-image__text {
  flex: 1 1 350px;
  max-width: 380px;
}
.donate-callout-with-image__cta {
  flex: 1 1 320px;
  min-width: 240px;
}
.donate-callout-with-image__cta-list {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.donate-callout-with-image__cta-button {
  width: 100%;
}

.notable-cases__wrap {
  padding-top: 70px;
  padding-bottom: 55px;
}

.notable-cases__headline {
  margin-bottom: 35px;
  text-transform: uppercase;
}
.mosaic-section .notable-cases__headline {
  padding-bottom: 0;
}

.notable-cases__post {
  display: grid;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .notable-cases__post {
    grid-template-columns: 0.35fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .notable-cases__post {
    grid-gap: 25px 100px;
    grid-template-columns: 0.15fr 1fr;
  }
}
.notable-cases__post > * {
  min-width: 0;
}

.notable-cases__post-headline-wrap {
  display: flex;
  grid-gap: 5px;
  flex-flow: column;
}
@media screen and (min-width: 960px) {
  .notable-cases__post-headline-wrap {
    grid-column: 2/-1;
  }
}

.mosaic-section .notable-cases__post-headline {
  font-size: 22px;
  font-weight: bold;
}

.notable-cases__post-meta-data {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 960px) {
  .notable-cases__post-meta-data {
    grid-column: 1/2;
    grid-row: 1/4;
    grid-template-columns: 1fr;
  }
}
.mosaic-section .notable-cases__post-meta-data p {
  padding: 0;
}

@media screen and (min-width: 960px) {
  .notable-cases__post-excerpt-wrap {
    grid-column: 2/-1;
    grid-row: 2;
  }
}

.mosaic-section .notable-cases__post-excerpt {
  font-size: 18px;
  line-height: 133%;
}

.notable-cases__meta-headline {
  color: var(--ll-light-purple);
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.mosaic-section .notable-cases__meta-headline {
  padding: 0;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 124%;
}

.notable-cases__meta-headline--summary {
  margin-bottom: 5px;
}
.mosaic-section .notable-cases__meta-headline--summary {
  color: var(--ll-dark-gray);
  font-size: 12px;
}

.notable-cases__post-issues {
  display: flex;
  grid-gap: 10px;
  flex-flow: row wrap;
}

.notable-cases__post-issue {
  --post-issue-background-color: var(--ll-gray);
  padding: 8px 12px;
  border-radius: 20px;
  background: var(--post-issue-background-color);
  color: var(--ll-dark-purple);
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.mosaic-section .notable-cases__post-issue {
  font-weight: normal;
}
.mosaic-section .notable-cases__post-issue:hover {
  text-decoration: none;
}
.notable-cases__post-issue:focus-visible {
  outline: 1px solid var(--ll-dark-purple);
  outline-offset: 2px;
}
.notable-cases__post-issue--trump-admin {
  --post-issue-background-color: var(--ll-dark-purple);
  color: var(--ll-white);
}
.notable-cases__post-issue--anti-lgbt-rulings-laws-and-amendments {
  --post-issue-background-color: #d7d7d8;
}
.notable-cases__post-issue--criminal-legal-system, .notable-cases__post-issue--criminal-legal-system-and-police-misconduct, .notable-cases__post-issue--police-and-criminal-justice {
  --post-issue-background-color: #ffeace;
}
.notable-cases__post-issue--employment, .notable-cases__post-issue--employment-and-rights-in-the-workplace {
  --post-issue-background-color: #ffc3b3;
}
.notable-cases__post-issue--fair-courts-project, .notable-cases__post-issue--fair-courts {
  --post-issue-background-color: #fb8998;
}
.notable-cases__post-issue--family-protections, .notable-cases__post-issue--marriage-relationships-and-family-protections {
  --post-issue-background-color: #8edaf5;
}
.notable-cases__post-issue--health-care, .notable-cases__post-issue--health-care-fairness {
  --post-issue-background-color: #ddf1a5;
}
.notable-cases__post-issue--hiv {
  --post-issue-background-color: #ffcda7;
}
.notable-cases__post-issue--housing {
  --post-issue-background-color: #ffd2d2;
}
.notable-cases__post-issue--indentity-documents {
  --post-issue-background-color: #f66;
}
.notable-cases__post-issue--immigration-and-asylum {
  --post-issue-background-color: #8cc084;
}
.notable-cases__post-issue--intersex {
  --post-issue-background-color: #42cafd;
}
.notable-cases__post-issue--landmark-case {
  --post-issue-background-color: #3a0dc8;
  color: var(--ll-white);
}
.notable-cases__post-issue--military {
  --post-issue-background-color: #d8c0f8;
}
.notable-cases__post-issue--racial-justice-low-income-advocacy {
  --post-issue-background-color: #f49f0a;
}
.notable-cases__post-issue--religious-exemptions {
  --post-issue-background-color: #4eceaa;
}
.notable-cases__post-issue--reproductive-rights {
  --post-issue-background-color: #218938;
  color: var(--ll-white);
}
.notable-cases__post-issue--seniors {
  --post-issue-background-color: #4059ad;
  color: var(--ll-white);
}
.notable-cases__post-issue--schools, .notable-cases__post-issue--students-rights {
  --post-issue-background-color: #783f8e;
  color: var(--ll-white);
}
.notable-cases__post-issue--transgender-rights, .notable-cases__post-issue--transgender-and-nonbinary-rights {
  --post-issue-background-color: #930606;
  color: var(--ll-white);
}
.notable-cases__post-issue--youth {
  --post-issue-background-color: #aafcb8;
}
.notable-cases__post-issue--youth-in-out-of-home-care {
  --post-issue-background-color: #f3c677;
}

.notable-cases__posts-wrap .swiper-pagination {
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  grid-gap: 15px;
  width: auto;
  max-width: unset;
  margin-top: 50px;
}
.notable-cases__posts-wrap .swiper-pagination-bullet {
  width: 58px;
  height: 8px;
  border: none;
  background: var(--ll-gray);
}
.notable-cases__posts-wrap .swiper-pagination-bullet-active {
  background: var(--ll-light-purple);
}

.notable-cases__post-regions-wrap,
.notable-cases__post-status-wrap,
.notable-cases__post-issues-wrap {
  display: flex;
  grid-gap: 5px;
  flex-flow: column;
}

.notable-cases__post-issues-wrap {
  grid-column: span 2;
}
@media screen and (min-width: 960px) {
  .notable-cases__post-issues-wrap {
    grid-column: unset;
  }
}

.mosaic-section .notable-cases__post-status p {
  font-size: 18px;
  line-height: 127%;
}

.notable-cases__post-regions-wrap p:last-child {
  font-size: 22px;
  font-weight: bold;
  line-height: 104%;
}

.notable-cases__read-more, .mosaic-section .notable-cases__read-more {
  color: var(--ll-light-purple);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
@media (hover: hover) {
  .notable-cases__read-more:hover, .mosaic-section .notable-cases__read-more:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
  }
}

.case-tracker__wrap {
  padding-top: 23px;
  padding-bottom: 50px;
}

.case-tracker__filters-wrap {
  display: grid;
  padding: 20px;
  background: var(--ll-dark-purple);
  color: var(--ll-white);
  font-family: "HCo Ringside Narrow SSm", san-serif;
}
@media screen and (min-width: 960px) {
  .case-tracker__filters-wrap {
    padding: 30px;
  }
}

.case-tracker__showing-results {
  font-weight: bold;
}

.case-tracker__table {
  display: grid;
  grid-template-columns: 125px minmax(175px, auto) 150px minmax(255px, auto) 125px;
  overflow-x: auto;
}
@media screen and (min-width: 960px) {
  .case-tracker__table {
    grid-template-columns: repeat(5, minmax(150px, auto));
  }
}
.case-tracker__table * {
  min-width: 0;
}

.case-tracker__table-body-header {
  display: contents;
  color: var(--ll-purple-black);
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.case-tracker__table-body-header > div {
  padding: 15px 20px;
  background: var(--ll-gray);
}
@media screen and (min-width: 960px) {
  .case-tracker__table-body-header > div {
    padding: 20px 30px;
  }
}

.case-tracker__post {
  display: contents;
  background: var(--ll-white);
}
.case-tracker__post > div {
  padding: 18px 20px;
  border-bottom: 1px solid;
  background: var(--ll-white);
}
@media screen and (min-width: 960px) {
  .case-tracker__post > div {
    padding: 35px 30px;
  }
}
.mosaic-section .case-tracker__post p:last-child {
  padding: 0;
}

.mosaic-section .case-tracker__post-region-wrap p {
  font-weight: bold;
}

.case-tracker__post-issues-wrap {
  display: flex;
  grid-gap: 5px;
  flex-flow: row wrap;
  align-items: flex-start;
}
.case-tracker__post-issues-wrap > span {
  display: inline-flex;
}

.full-width-video__video-wrap {
  position: relative;
}

.full-width-video__copy-title {
  padding-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .full-width-video__copy-title {
    padding-bottom: 30px;
  }
}
.full-width-video__copy-title, .mosaic-section .full-width-video__copy-title {
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 38px;
  font-weight: 800;
}

.full-width-video__video-link.purple-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='176' height='177' viewBox='0 0 176 177' fill='none'%3E%3Ccircle cx='88' cy='88.643' r='88' fill='%233A0DC8' fill-opacity='0.6'/%3E%3Cpath d='M124.199 88.643L65.6296 122.458L65.6296 54.8279L124.199 88.643Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
}
.full-width-video__video-link img {
  width: 100%;
}

@media screen and (min-width: 720px) {
  .section-split-accordion-with-image .split-accordion-wrapper {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 5rem;
  }
}
.section-split-accordion-with-image .accordion__intro-title {
  color: #00002a;
  text-transform: none;
}
.section-split-accordion-with-image .accordion__item-toggle {
  padding-left: 10px;
}
.section-split-accordion-with-image .ll__heading--h5, .section-split-accordion-with-image .gform_confirmation_message {
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: bold;
}
.section-split-accordion-with-image .accordion__item-copy-wrap {
  padding-top: 0;
}
.section-split-accordion-with-image .accordion__item-content {
  margin: 0;
  padding: 0 0 0 12px;
}
@media screen and (min-width: 720px) {
  .section-split-accordion-with-image .accordion__item-content {
    width: 85%;
  }
}

.section-accordion-with-columns .accordion__intro-wrap {
  max-width: 480px;
}
@media screen and (min-width: 720px) {
  .section-accordion-with-columns .accordion__intro-wrap {
    padding: 0 0 30px 30px;
  }
}
.section-accordion-with-columns .accordion__item-content {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 720px) {
  .section-accordion-with-columns .accordion__item-content {
    padding: 0 35px;
  }
}
.section-accordion-with-columns .three-col-accordion__item-copy-wrap a {
  border-bottom: none;
  font-weight: 400;
}
@media screen and (min-width: 720px) {
  .section-accordion-with-columns .three-col-accordion__item-copy-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 720px) {
  .section-accordion-with-columns .accordion__item-toggle {
    padding: 20px 30px;
  }
}
.section-accordion-with-columns .accordion__item-toggle::after {
  font-size: 60px;
}
@media screen and (min-width: 720px) {
  .section-accordion-with-columns .ll__heading--h2, .section-accordion-with-columns .our-history__slide-year {
    font-size: 36px;
  }
}

.mosaic-section ul {
  padding: 0;
  list-style: none;
}

.color-two .articles-grid__posts-item-title, .mosaic-section .color-two .articles-grid__posts-item-title,
.color-two .articles-grid__posts-read-more,
.mosaic-section .color-two .articles-grid__posts-read-more {
  color: #00002a;
}
.color-two .ll__heading-with-line,
.color-two .mosaic-section .ll__heading-with-line {
  color: #fff;
}
.color-two .ll__heading-with-line::after,
.color-two .mosaic-section .ll__heading-with-line::after {
  background: #fff;
}
.color-two .news-press__feature-copy-wrap,
.color-two .news-press__feature-title,
.color-two .news-press__posts-item-date,
.color-two .news-press__posts-item-title {
  color: #00002a;
}
.color-two .articles-grid__posts-pagination {
  color: #fff;
}
.color-two .accordion__item-toggle {
  color: #fff;
}
.color-two p ul li::before, .mosaic-section .color-two p ul li::before,
.color-two .ll__copy ul li::before,
.mosaic-section .color-two .ll__copy ul li::before,
.color-two .ll__copy--large ul li::before,
.mosaic-section .color-two .ll__copy--large ul li::before {
  background-color: #fff;
}
.color-two .ll__section-top-bottom-border {
  border-color: #fff;
}
.color-two .tag-articles-grid__intro-title, .mosaic-section .color-two .tag-articles-grid__intro-title {
  color: #fff;
}

.color-four .articles-grid__posts-item-title, .mosaic-section .color-four .articles-grid__posts-item-title,
.color-four .articles-grid__posts-read-more,
.mosaic-section .color-four .articles-grid__posts-read-more {
  color: #00002a;
}
.color-four .ll__heading-with-line,
.color-four .mosaic-section .ll__heading-with-line {
  color: #00002a;
}
.color-four .ll__heading-with-line::after,
.color-four .mosaic-section .ll__heading-with-line::after {
  background: #00002a;
}
.color-four .news-press__feature-copy-wrap,
.color-four .news-press__feature-title,
.color-four .news-press__posts-item-date,
.color-four .news-press__posts-item-title {
  color: #00002a;
}
.color-four .articles-grid__posts-pagination {
  color: #00002a;
}
.color-four .accordion__item-toggle {
  color: #00002a;
}
.color-four p ul li::before, .mosaic-section .color-four p ul li::before,
.color-four .ll__copy ul li::before,
.mosaic-section .color-four .ll__copy ul li::before,
.color-four .ll__copy--large ul li::before,
.mosaic-section .color-four .ll__copy--large ul li::before {
  background-color: #00002a;
}
.color-four .ll__section-top-bottom-border {
  border-color: #00002a;
}
.color-four .tag-articles-grid__intro-title, .mosaic-section .color-four .tag-articles-grid__intro-title {
  color: #00002a;
}

.sub-contents {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 720px) {
  .sub-contents {
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .sub-contents {
    max-width: 1500px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-contents {
    padding-right: 105px;
    padding-left: 105px;
  }
}
.sub-contents, .mosaic-section .sub-contents {
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .sub-contents, .mosaic-section .sub-contents {
    padding-bottom: 100px;
  }
}

.section-split {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (min-width: 720px) {
  .section-split {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .section-split {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .section-split {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

.split-container {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 100fr);
  max-width: 500px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (min-width: 720px) {
  .split-container {
    grid-template-columns: repeat(2, 50fr);
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .split-container {
    max-width: 1500px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .split-container {
    padding-right: 105px;
    padding-left: 105px;
  }
}

.section-split .left,
.section-split .right {
  display: block;
  width: 100%;
  padding: 0;
}

.section-split.ll__remove-top-padding {
  padding-top: 0;
}

.section-split.ll__remove-bottom-padding {
  padding-top: 0;
}

.pagination {
  padding-top: 45px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 14px;
  text-align: center;
}

.page-numbers {
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (min-width: 720px) {
  .page-numbers {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 960px) {
  .page-numbers {
    margin-right: 17px;
    margin-left: 17px;
  }
}
.page-numbers, .mosaic-section .page-numbers {
  color: #00002a;
  font-weight: 400;
}
.page-numbers.current, .mosaic-section .page-numbers.current {
  font-weight: 700;
}

.gmail-paragraph a {
  padding-bottom: 2px;
  border-bottom: 2px solid #3a0dc8;
  text-decoration: none !important;
}

.gmail-normaltextrun span {
  color: #3a0dc8 !important;
}

.blog__body-wrap {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .blog__body-wrap {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__body-wrap {
    padding-bottom: 110px;
  }
}

.blog__content-wrap .entry-title, .mosaic-section .blog__content-wrap .entry-title,
.blog__content-wrap .entry-title a,
.mosaic-section .blog__content-wrap .entry-title a {
  font-size: calc(24px + 11 * (100vw - 375px) / 1065);
  color: #3a0dc8;
}
@media screen and (min-width: 1800px) {
  .blog__content-wrap .entry-title, .mosaic-section .blog__content-wrap .entry-title,
  .blog__content-wrap .entry-title a,
  .mosaic-section .blog__content-wrap .entry-title a {
    font-size: 38px;
  }
}
.blog__content-wrap .date-and-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 720px) {
  .blog__content-wrap .date-and-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .blog__content-wrap .date-and-title {
    margin-bottom: 60px;
  }
}
.blog__content-wrap .date-and-title .structured-data {
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  text-transform: uppercase;
}
.blog__content-wrap .date-and-title .structured-data .posted-by,
.blog__content-wrap .date-and-title .structured-data .post-author {
  display: none;
}
.blog__content-wrap .entry-content blockquote {
  padding: 40px 0 40px 40px;
}
@media screen and (min-width: 720px) {
  .blog__content-wrap .entry-content blockquote {
    padding: 50px 0 50px 70px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__content-wrap .entry-content blockquote {
    padding: 65px 0 65px 100px;
  }
}
.blog__content-wrap .entry-content blockquote p:last-of-type {
  padding-bottom: 0;
}
.blog__content-wrap .entry-content p ~ blockquote {
  padding-top: 25px;
}
.blog__content-wrap .entry-content h1, .mosaic-section .blog__content-wrap .entry-content h1,
.blog__content-wrap .entry-content h2,
.mosaic-section .blog__content-wrap .entry-content h2,
.blog__content-wrap .entry-content h3,
.mosaic-section .blog__content-wrap .entry-content h3,
.blog__content-wrap .entry-content h4,
.mosaic-section .blog__content-wrap .entry-content h4,
.blog__content-wrap .entry-content h5,
.mosaic-section .blog__content-wrap .entry-content h5,
.blog__content-wrap .entry-content h6,
.mosaic-section .blog__content-wrap .entry-content h6 {
  padding-bottom: 15px;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}
.blog__content-wrap .entry-content ul,
.blog__content-wrap .entry-content ol,
.blog__content-wrap .entry-content li {
  font-size: calc(13px + 1 * (100vw - 375px) / 1065);
  padding-bottom: 15px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 400;
  line-height: 155%;
}
@media screen and (min-width: 1800px) {
  .blog__content-wrap .entry-content ul,
  .blog__content-wrap .entry-content ol,
  .blog__content-wrap .entry-content li {
    font-size: 16px;
  }
}
.blog__content-wrap .entry-content a {
  padding-bottom: 2px;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid;
  color: #3a0dc8;
  overflow-wrap: break-word;
}
.blog__content-wrap .entry-content a, .mosaic-section .blog__content-wrap .entry-content a {
  text-decoration: none;
}
.blog__content-wrap .entry-content a:focus {
  border-color: #d023ae;
  color: #d023ae;
}
.blog__content-wrap .entry-content ul, .mosaic-section .blog__content-wrap .entry-content ul {
  margin: 0;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .blog__content-wrap .entry-content ul, .mosaic-section .blog__content-wrap .entry-content ul {
    padding-left: 25px;
  }
}
.blog__content-wrap .entry-content ul li {
  position: relative;
  padding: 0 0 15px 15px;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .blog__content-wrap .entry-content ul li {
    padding: 0 0 20px 20px;
  }
}
.blog__content-wrap .entry-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #3a0dc8;
}
.blog__content-wrap .entry-content ol {
  padding-left: 20px;
  list-style: decimal;
}
.blog__content-wrap .entry-content iframe,
.blog__content-wrap .entry-content video {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}
.blog__content-wrap .taxonomy-categories {
  padding-top: 40px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
}
@media screen and (min-width: 960px) {
  .blog__content-wrap .taxonomy-categories {
    padding-top: 65px;
  }
}
.blog__content-wrap .navigation {
  display: none;
}

.blog__content-with-image-grid {
  display: flex;
  grid-gap: 20px;
  flex-flow: column;
}
@media screen and (min-width: 960px) {
  .blog__content-with-image-grid {
    display: flex;
    grid-gap: 70px;
    flex-flow: row-reverse nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .blog__content-with-image-grid {
    grid-gap: 100px;
  }
}

.blog__featured-image-grid-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .blog__featured-image-grid-wrap {
    flex-shrink: 0;
    width: 30%;
    margin-top: 70px;
  }
}

.blog__featured-image-wrap {
  max-width: 292px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .blog__featured-image-wrap {
    max-width: 100%;
    margin-bottom: 21px;
  }
}

.blog__featured-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.blog__featured-image-caption {
  margin-top: 7px;
  font-size: 10px;
  line-height: 135%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .blog__featured-image-caption {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right;
  }
}

.blog__related-articles-section-wrap {
  padding-top: 0;
}

.blog__related-articles-heading {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .blog__related-articles-heading {
    padding-bottom: 60px;
  }
}

@media (hover: hover) {
  .blog__content-wrap .entry-content a:hover {
    border-color: #d023ae;
    color: #d023ae;
    text-decoration: none;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20% 0;
  overflow: scroll;
  background: rgba(0, 0, 42, 0.8);
}
@media screen and (min-width: 720px) {
  .modal {
    padding: 15% 0;
  }
}
@media screen and (min-width: 960px) {
  .modal {
    padding: 10% 0;
  }
}
.modal--active {
  display: block;
}

.modal__body-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 70px 30px 50px;
  overflow: scroll;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .modal__body-wrap {
    padding: 70px 50px 80px;
  }
}
@media screen and (min-width: 960px) {
  .modal__body-wrap {
    width: 80%;
    padding: 85px 65px 120px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__body-wrap {
    max-width: 1100px;
    padding: 85px 85px 120px;
  }
}

.modal__close-btn {
  position: absolute;
  z-index: 3;
  top: 25px;
  right: 30px;
  height: 25px;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 960px) {
  .modal__close-btn {
    right: 35px;
  }
}

.modal__close-btn-line {
  display: block;
  position: relative;
  left: 50%;
  width: 18px;
  height: 1.6px;
  transform: rotate(0deg) translateX(-50%);
  transition: 0.25s ease-in-out;
  background: #3a0dc8;
}
.modal__close-btn-line:first-of-type {
  top: -1px;
  left: 1px;
  transform: rotate(45deg) translateX(0%);
}
.modal__close-btn-line:nth-child(2) {
  top: -2.5px;
  left: 3%;
  transform: rotate(-45deg) translateX(0%);
}

@media screen and (min-width: 720px) {
  .modal__content-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.modal__content-image-wrap {
  position: relative;
}
@media screen and (min-width: 720px) {
  .modal__content-image-wrap {
    width: 48%;
    height: 45vh;
    min-height: 300px;
    max-height: 450px;
  }
}
@media screen and (min-width: 960px) {
  .modal__content-image-wrap {
    width: 46%;
  }
}
.modal__content-image-wrap::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  right: -27px;
  bottom: -27px;
  width: 50px;
  height: 50px;
  background-image: url("../img/three-squares-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .modal__content-image-wrap::after {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .modal__content-image-wrap::after {
    right: -37px;
    bottom: -38px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__content-image-wrap::after {
    right: -45px;
    bottom: -45px;
    width: 84px;
    height: 84px;
  }
}
.modal__content-image-wrap .image-copy-list__block-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 720px) {
  .modal__content-image-wrap .image-copy-list__block-image {
    display: block;
  }
}

@media screen and (min-width: 720px) {
  .modal__content-body-wrap {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .modal__content-body-wrap {
    width: 46%;
  }
}

.feed-page__search-body-wrap {
  margin-bottom: 40px;
  padding: 30px 20px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .feed-page__search-body-wrap {
    margin-bottom: 65px;
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .feed-page__search-body-wrap {
    padding: 30px 30px 30px 55px;
  }
}
@media screen and (min-width: 1440px) {
  .feed-page__search-body-wrap {
    padding: 30px 30px 30px 85px;
  }
}
.feed-page__search-body-wrap--judicial-archive {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .feed-page__search-body-wrap--judicial-archive {
    margin-bottom: 35px;
  }
}

.feed-page__search-content-wrap {
  display: flex;
  grid-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .feed-page__search-content-wrap {
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .feed-page__search-content-wrap {
    grid-gap: 0;
    flex-flow: row nowrap;
    align-items: flex-end;
  }
}
.feed-page__search-content-wrap .feed-page__content-input, .mosaic-section .feed-page__search-content-wrap .feed-page__content-input {
  padding: 7px 15px;
  border: 0;
  border-bottom: 1px solid #00002a;
  color: #00002a;
}

.feed-page__content-input {
  align-self: flex-end;
  width: 100%;
  margin-right: 30px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 300;
}
@media screen and (min-width: 960px) {
  .feed-page__content-input {
    margin-right: 35px;
  }
}

.feed-page__content-input::placeholder {
  color: #00002a;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 300;
}

.feed-page__content-cta {
  width: 100%;
  color: #3a0dc8;
}
@media screen and (min-width: 720px) {
  .feed-page__content-cta {
    width: fit-content;
  }
}
.feed-page__content-cta, .mosaic-section .feed-page__content-cta {
  padding-right: 48px;
  padding-left: 48px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .feed-page__content-cta, .mosaic-section .feed-page__content-cta {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .feed-page__content-cta, .mosaic-section .feed-page__content-cta {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.feed-page__content-cta::after {
  background-color: #3a0dc8;
}

.feed-page__search-reset {
  color: #3a0dc8;
  text-transform: none;
}
.feed-page__search-reset, .mosaic-section .feed-page__search-reset {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}
.feed-page__search-reset::after {
  bottom: 0;
  background-color: #3a0dc8;
}

.feed-page__list-wrap {
  padding-bottom: 70px;
}
@media screen and (min-width: 960px) {
  .feed-page__list-wrap {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .feed-page__list-wrap {
    padding-bottom: 140px;
  }
}

.feed-page__list-item {
  display: block;
  margin-bottom: 55px;
}
@media screen and (min-width: 960px) {
  .feed-page__list-item {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 960px) {
  .feed-page__image-wrap {
    width: 230px;
    height: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .feed-page__image-wrap {
    width: 280px;
    height: 280px;
  }
}

@media screen and (min-width: 960px) {
  .feed-page__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.feed-page__content-wrap {
  padding: 20px 20px 0;
}
@media screen and (min-width: 720px) {
  .feed-page__content-wrap {
    padding: 20px 40px 0;
  }
}
@media screen and (min-width: 960px) {
  .feed-page__content-wrap {
    width: 70%;
    padding: 0 0 0 50px;
  }
}
.feed-page__content-wrap .ll__link {
  padding: 0;
  color: #3a0dc8;
}
.feed-page__content-wrap:focus .feed-page__content-cta::after {
  visibility: visible;
  width: 100%;
}

.feed-page__content-title, .mosaic-section .feed-page__content-title {
  padding-bottom: 5px;
  color: #3a0dc8;
  font-weight: 800;
}
@media screen and (min-width: 720px) {
  .feed-page__content-title, .mosaic-section .feed-page__content-title {
    padding-bottom: 10px;
  }
}

.feed-page__content-details, .mosaic-section .feed-page__content-details {
  padding-bottom: 10px;
  color: #757f96;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 720px) {
  .feed-page__content-details, .mosaic-section .feed-page__content-details {
    padding-bottom: 15px;
  }
}

.feed-page__content-blurb, .mosaic-section .feed-page__content-blurb {
  padding-bottom: 15px;
}
@media screen and (min-width: 720px) {
  .feed-page__content-blurb, .mosaic-section .feed-page__content-blurb {
    padding-bottom: 30px;
  }
}

.feed-page__pagination-wrap {
  padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .feed-page__pagination-wrap {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .feed-page__pagination-wrap {
    padding-bottom: 110px;
  }
}

.feed-page__search-fields-wrap {
  display: grid;
  grid-gap: 25px;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .feed-page__search-fields-wrap {
    display: flex;
    grid-gap: 30px;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .feed-page__search-fields-wrap {
    flex-flow: row;
  }
}
@media screen and (min-width: 1200px) {
  .feed-page__search-fields-wrap {
    grid-gap: 20px;
    width: 75%;
    max-width: 755px;
  }
}

@media screen and (min-width: 720px) {
  .feed-page__search-field-wrap {
    width: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .feed-page__search-field-wrap {
    width: 39%;
  }
}
.feed-page__search-field-wrap label {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .feed-page__search-field-wrap--date {
    width: 20%;
    max-width: 160px;
  }
}
@media screen and (min-width: 1440px) {
  .feed-page__search-field-wrap--date {
    width: 27%;
    max-width: 140px;
  }
}

.feed-page__search-select-field-wrap {
  background: #fff;
}

.feed-page__search-date-field-wrap input {
  font-size: calc(13px + 1 * (100vw - 375px) / 1065);
  position: relative;
  width: 100%;
  height: 35px;
  padding: 8px 11px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  letter-spacing: 0;
  appearance: none;
}
.feed-page__search-date-field-wrap input:focus {
  border-color: #00002a;
}
.feed-page__search-date-field-wrap input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.feed-page__search-date-field-wrap input::-webkit-datetime-edit-ampm-field, .feed-page__search-date-field-wrap input::-webkit-datetime-edit-day-field, .feed-page__search-date-field-wrap input::-webkit-datetime-edit-hour-field, .feed-page__search-date-field-wrap input::-webkit-datetime-edit-millisecond-field, .feed-page__search-date-field-wrap input::-webkit-datetime-edit-minute-field, .feed-page__search-date-field-wrap input::-webkit-datetime-edit-month-field, .feed-page__search-date-field-wrap input::-webkit-datetime-edit-second-field, .feed-page__search-date-field-wrap input::-webkit-datetime-edit-week-field, .feed-page__search-date-field-wrap input::-webkit-datetime-edit-year-field {
  opacity: 1;
  color: #00002a;
}
.feed-page__search-date-field-wrap input::-webkit-datetime-edit-text {
  color: #3a0dc8;
  font-weight: 700;
}
.feed-page__search-date-field-wrap input::before {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 1800px) {
  .feed-page__search-date-field-wrap input {
    font-size: 16px;
  }
}

.feed-page__search-footer-wrap {
  display: flex;
  grid-gap: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .feed-page__search-footer-wrap {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 960px) {
  .feed-page__search-footer-wrap {
    flex-flow: row nowrap;
    justify-content: normal;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .feed-page__search-footer-wrap {
    grid-gap: 20px;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1800px) {
  .feed-page__search-footer-wrap {
    grid-gap: 40px;
  }
}

.feed-page__search-checkbox-items-wrap {
  display: flex;
  grid-gap: 25px;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .feed-page__search-checkbox-items-wrap {
    width: 70%;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .feed-page__search-checkbox-items-wrap {
    grid-gap: 15px;
    width: 65%;
  }
}

@media screen and (min-width: 720px) {
  .feed-page__search-checkbox-field-wrap {
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .feed-page__search-checkbox-field-wrap {
    align-self: flex-end;
  }
}
.feed-page__search-checkbox-field-wrap input {
  border-radius: 0;
}

.feed-page__search-checkbox-label {
  display: flex;
  grid-gap: 2px;
  align-items: center;
  margin: 0;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 400;
}
.feed-page__search-checkbox-label, .mosaic-section .feed-page__search-checkbox-label {
  margin: 0;
  padding: 0;
}

@media (hover: hover) {
  .feed-page__content-wrap:hover .feed-page__content-cta::after {
    visibility: visible;
    width: 100%;
  }
}
.publications__download-wrap {
  margin-top: 40px;
}

.legal-docs__information-wrap:not(:empty) {
  margin-top: 40px;
}

.legal-docs__case-headline {
  margin-bottom: 20px;
  padding: 0;
}

.legal-docs__cases-label {
  font-weight: 700;
}

.legal-docs__case-link {
  padding-bottom: 2px;
  border-bottom: 2px solid #3a0dc8;
  color: #3a0dc8;
}

.legal-docs__court-headline {
  margin-bottom: 20px;
}

.legal-docs__court-label {
  font-weight: 700;
}

.legal-docs__related-issues-headline {
  margin-bottom: 20px;
}

.legal-docs__issues-label {
  font-weight: 700;
}

.legal-docs__download-file-wrap {
  margin-top: 30px;
}

.news__contact-info {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .news__contact-info {
    margin-top: 30px;
  }
}

.news__contact-info-headline {
  font-weight: 500;
}

.gform_wrapper {
  border-bottom: 8px solid #3a0dc8;
  background: #fff;
  color: #00002a;
}
.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3,
.gform_wrapper h4,
.gform_wrapper h5,
.gform_wrapper h6 {
  color: #00002a;
}

.gform_heading {
  padding: 20px;
  background: #3a0dc8;
}
@media screen and (min-width: 960px) {
  .gform_heading {
    padding: 30px 80px 0;
  }
}
.gform_heading .gform_title {
  padding-bottom: 0;
  color: #fff;
}

.gform_description:empty {
  display: none;
}

.gf_page_steps, .gform_wrapper.gravity-theme .gf_page_steps {
  display: flex;
  grid-gap: 20px;
  justify-content: flex-end;
  padding: 20px;
  background: #3a0dc8;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .gf_page_steps, .gform_wrapper.gravity-theme .gf_page_steps {
    padding: 25px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .gf_page_steps, .gform_wrapper.gravity-theme .gf_page_steps {
    grid-gap: 40px;
  }
}

.gf_step, .gform_wrapper.gravity-theme .gf_step {
  display: flex;
  align-items: center;
  margin: 0;
  background: none;
  color: #fff;
}
.gf_step:not(.gf_step_active), .gform_wrapper.gravity-theme .gf_step:not(.gf_step_active) {
  opacity: 0.5;
}

.gf_step_active .gf_step_number, .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
  background: #fff;
  color: #3a0dc8;
}

.gf_step_completed .gf_step_number::before, .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 0;
  border-color: #fff;
  background: #fff;
}
.gf_step_completed .gf_step_number::after, .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
  color: #3a0dc8;
}

.gf_step_number, .gform_wrapper.gravity-theme .gf_step_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #3a0dc8;
  font-weight: 700;
}

.gf_step_label:empty, .gform_wrapper.gravity-theme .gf_step_label:empty {
  padding: 0;
}

.gform_body {
  padding: 25px;
}
.gform_body > .gform_fields {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .gform_body > .gform_fields {
    padding: 43px 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .gform_body > .gform_fields {
    padding-right: 156px;
    padding-left: 156px;
  }
}

.gform_page_fields {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .gform_page_fields {
    padding: 43px 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .gform_page_fields {
    padding-right: 156px;
    padding-left: 156px;
  }
}

.gform_fields, .gform_wrapper.gravity-theme .gform_fields {
  display: grid;
  grid-gap: 30px 10px;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (min-width: 960px) {
  .gform_fields, .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 40px 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .gform_fields, .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 90px;
  }
}
@media only screen and (max-width: 959px) {
  .gform_fields .gfield, .gform_wrapper.gravity-theme .gform_fields .gfield {
    grid-column: span 12;
  }
}

.gfield, .gform_wrapper.gravity-theme .gfield {
  display: flex;
  flex-flow: column;
}

.ginput_complex, .gform_wrapper.gravity-theme .ginput_complex {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .ginput_complex, .gform_wrapper.gravity-theme .ginput_complex {
    grid-gap: 11px 50px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1440px) {
  .ginput_complex, .gform_wrapper.gravity-theme .ginput_complex {
    grid-column-gap: 90px;
  }
}
.ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex label {
  padding-left: 11px;
  font-size: 12px;
}
@media (max-width: 640px) {
  .ginput_complex.ginput_container_address span, .gform_wrapper.gravity-theme .ginput_complex.ginput_container_address span {
    padding: 0;
  }
}

.ginput_container_address span, .gform_wrapper.gravity-theme .ginput_container_address span {
  grid-column: span 12;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .ginput_container_address span, .gform_wrapper.gravity-theme .ginput_container_address span {
    grid-column: span 1;
  }
}

.gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin: 0;
}

.gfield_label, .gform_wrapper.gravity-theme .gfield_label {
  order: 0;
  margin: 0 0 11px;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 114%;
  text-transform: capitalize;
}
@media screen and (min-width: 960px) {
  .gfield_label, .gform_wrapper.gravity-theme .gfield_label {
    padding: 0 11px;
  }
}

.gform_page_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .gform_page_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 60px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .gform_page_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 83px;
    padding: 0 84px 26px;
  }
}

.gform_footer, .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 30px;
  padding: 0 0 25px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .gform_footer, .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 60px;
    padding: 0 40px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .gform_footer, .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 83px;
    padding: 0 84px 40px;
  }
}
.gform_footer .gform_button {
  margin: 0 auto 8px;
}

.ginput_container_select,
.ginput_address_country {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select select,
.gform_wrapper.gravity-theme .ginput_address_country select {
  height: 41px;
  appearance: none;
  padding: 10px 25px 10px 10px;
  background: none;
}
.ginput_container_select::before,
.ginput_address_country::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 11px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10' fill='none'%3E%3Cpath d='M5.5 10L-7.94466e-08 -7.97631e-09L11 9.53674e-07L5.5 10Z' fill='%2300002A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ginput_address_country::before {
  top: 35%;
}

.gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}

.gform_previous_button,
.gform_next_button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #3a0dc8;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
}
.gform_previous_button:focus, .gform_previous_button:active, .gform_previous_button:hover,
.gform_next_button:focus,
.gform_next_button:active,
.gform_next_button:hover {
  background: none;
}
.gform_previous_button:focus, .gform_previous_button:active,
.gform_next_button:focus,
.gform_next_button:active {
  outline: 1px dashed;
}
.gform_previous_button.button, .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button.button,
.gform_next_button.button,
.gform_wrapper.gravity-theme .gform_page_footer .gform_next_button.button {
  margin: 0;
  color: #3a0dc8;
}

input, .mosaic-section .gform_wrapper input,
input[type=text],
.mosaic-section .gform_wrapper input[type=text],
input[type=tel],
.mosaic-section .gform_wrapper input[type=tel],
input[type=email],
.mosaic-section .gform_wrapper input[type=email],
textarea,
.mosaic-section .gform_wrapper textarea,
select,
.mosaic-section .gform_wrapper select {
  padding: 11px;
  border: 1px solid #00002a;
  border-radius: 0;
}
input:focus, input:active, .mosaic-section .gform_wrapper input:focus, .mosaic-section .gform_wrapper input:active,
input[type=text]:focus,
input[type=text]:active,
.mosaic-section .gform_wrapper input[type=text]:focus,
.mosaic-section .gform_wrapper input[type=text]:active,
input[type=tel]:focus,
input[type=tel]:active,
.mosaic-section .gform_wrapper input[type=tel]:focus,
.mosaic-section .gform_wrapper input[type=tel]:active,
input[type=email]:focus,
input[type=email]:active,
.mosaic-section .gform_wrapper input[type=email]:focus,
.mosaic-section .gform_wrapper input[type=email]:active,
textarea:focus,
textarea:active,
.mosaic-section .gform_wrapper textarea:focus,
.mosaic-section .gform_wrapper textarea:active,
select:focus,
select:active,
.mosaic-section .gform_wrapper select:focus,
.mosaic-section .gform_wrapper select:active {
  border-bottom-color: #3a0dc8;
  outline: none;
}
.gform_wrapper.gravity-theme input:not([type=submit]),
.gform_wrapper.gravity-theme input[type=text]:not([type=submit]),
.gform_wrapper.gravity-theme input[type=tel]:not([type=submit]),
.gform_wrapper.gravity-theme input[type=email]:not([type=submit]),
.gform_wrapper.gravity-theme textarea:not([type=submit]),
.gform_wrapper.gravity-theme select:not([type=submit]) {
  padding: 11px;
}
@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
  .gform_wrapper.gravity-theme input[type=text]:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
  .gform_wrapper.gravity-theme input[type=tel]:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
  .gform_wrapper.gravity-theme input[type=email]:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
  .gform_wrapper.gravity-theme textarea:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
  .gform_wrapper.gravity-theme select:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: unset;
  }
}

select, .mosaic-section .gform_wrapper select {
  padding: 0 11px;
  background: none;
}

input[type=submit], .mosaic-section input[type=submit] {
  border-radius: 0;
  text-transform: none;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, .mosaic-section input[type=submit]:hover, .mosaic-section input[type=submit]:focus, .mosaic-section input[type=submit]:active {
  border-color: #3a0dc8;
  background: #3a0dc8;
  color: #fff;
}

.gform-field-label {
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 700;
}

.gform_confirmation_wrapper {
  padding: 25px;
  border-bottom: 8px solid #3a0dc8;
  background: #fff;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .gform_confirmation_wrapper {
    padding: 43px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .gform_confirmation_wrapper {
    padding-right: 156px;
    padding-left: 156px;
  }
}

.donate-bar__body-wrap {
  padding: 40px 30px;
}
@media screen and (min-width: 720px) {
  .donate-bar__body-wrap {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 55px 40px;
  }
}
@media screen and (min-width: 960px) {
  .donate-bar__body-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 900px;
    padding: 55px 0 40px;
  }
}

.donate-bar__copy-wrap {
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .donate-bar__copy-wrap {
    width: 50%;
    padding-bottom: 0;
  }
}

.donate-bar__copy-title, .mosaic-section .donate-bar__copy-title {
  font-weight: 700;
}

.donate-bar__copy, .mosaic-section .donate-bar__copy {
  padding-bottom: 0;
}

.donate-bar__cta-list-wrap {
  display: grid;
  grid-gap: 25px 13px;
  grid-template-columns: repeat(2, 50fr);
}
@media screen and (min-width: 960px) {
  .donate-bar__cta-list-wrap {
    grid-gap: 25px;
    grid-template-columns: repeat(3, 33fr);
    width: 45%;
  }
}

.donate-bar__cta-list-item, .mosaic-section .donate-bar__cta-list-item {
  margin: 0;
}

.donate-bar__cta-list-button {
  width: 100%;
}
.donate-bar__cta-list-button, .mosaic-section .donate-bar__cta-list-button {
  padding-right: 10px;
  padding-left: 10px;
}

.fourohfour__section-wrap {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (min-width: 720px) {
  .fourohfour__section-wrap {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 960px) {
  .fourohfour__section-wrap {
    padding-top: 140px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .fourohfour__section-wrap {
    padding-bottom: 260px;
  }
}

.fourohfour__body-wrap {
  display: block;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .fourohfour__body-wrap {
    max-width: 550px;
  }
}
@media screen and (min-width: 960px) {
  .fourohfour__body-wrap {
    max-width: 620px;
  }
}
.fourohfour__body-wrap::before, .fourohfour__body-wrap::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-image: url("../img/three-squares.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .fourohfour__body-wrap::before, .fourohfour__body-wrap::after {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .fourohfour__body-wrap::before, .fourohfour__body-wrap::after {
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .fourohfour__body-wrap::before, .fourohfour__body-wrap::after {
    width: 85px;
    height: 85px;
  }
}
.fourohfour__body-wrap::before {
  top: -60px;
  right: -50px;
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .fourohfour__body-wrap::before {
    right: -90px;
  }
}
@media screen and (min-width: 1200px) {
  .fourohfour__body-wrap::before {
    right: -110px;
  }
}
.fourohfour__body-wrap::after {
  bottom: -60px;
  left: -50px;
}
@media screen and (min-width: 960px) {
  .fourohfour__body-wrap::after {
    left: -90px;
  }
}
@media screen and (min-width: 1200px) {
  .fourohfour__body-wrap::after {
    left: -110px;
  }
}

.fourohfour__main-content {
  text-align: center;
}
.fourohfour__main-content h1, .mosaic-section .fourohfour__main-content h1,
.fourohfour__main-content h2,
.mosaic-section .fourohfour__main-content h2,
.fourohfour__main-content h3,
.mosaic-section .fourohfour__main-content h3,
.fourohfour__main-content h4,
.mosaic-section .fourohfour__main-content h4,
.fourohfour__main-content h5,
.mosaic-section .fourohfour__main-content h5,
.fourohfour__main-content h6,
.mosaic-section .fourohfour__main-content h6 {
  padding-bottom: 15px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
}

.fourohfour__content-cta {
  display: block;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .fourohfour__content-cta {
    margin-top: 15px;
  }
}

@media screen and (min-width: 960px) {
  .advanced-search__body {
    display: flex;
    grid-gap: 35px 60px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .advanced-search__body {
    grid-gap: 35px 90px;
  }
}

.advanced-search__search-header-wrap {
  padding-bottom: 35px;
}
@media screen and (min-width: 960px) {
  .advanced-search__search-header-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
  }
}

.advanced-search__results-title {
  padding-bottom: 15px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 900;
}

.advanced-search__results-subtitle {
  color: #757f96;
  font-family: "HCo Ringside Wide SSm", sans-serif;
}

.advanced-search__search-sort-wrap {
  display: flex;
  grid-gap: 5px;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .advanced-search__search-sort-wrap {
    width: 20%;
    max-width: 210px;
  }
}

.advanced-search__sort-select {
  background-color: transparent;
}

.advanced-search__sidebar-body-wrap {
  display: flex;
  grid-gap: 25px;
  flex-flow: column;
}
@media screen and (min-width: 960px) {
  .advanced-search__sidebar-body-wrap {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .advanced-search__sidebar-body-wrap {
    width: 33%;
    max-width: 320px;
  }
}

.advanced-search__filter-body-wrap {
  padding: 25px 40px 35px;
  border-bottom: 4px solid #3a0dc8;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .advanced-search__filter-body-wrap {
    padding: 40px 20px;
  }
}
.advanced-search__filter-content-wrap {
  display: flex;
  grid-gap: 23px;
  flex-direction: column;
}

.advanced-search__filter-content-title {
  padding-bottom: 13px;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .advanced-search__filter-content-title {
    padding-bottom: 0;
  }
}

.advanced-search__filter-search-wrap {
  display: flex;
  grid-gap: 5px;
  flex-direction: column;
}

.advanced-search__filter-label {
  padding-bottom: 6px;
}

.advanced-search__filter-list-content-wrap {
  padding: 8px;
  border: 1px solid #00002a;
}

.advanced-search__filter-list-wrap {
  height: 125px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

.advanced-search__filter-list-wrap::-webkit-scrollbar {
  width: 4px;
}

.advanced-search__filter-list-wrap::-webkit-scrollbar-thumb {
  background-color: #00002a;
}

.advanced-search__filter-list-item {
  display: flex;
  grid-gap: 8px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.advanced-search__filter-item-input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.advanced-search__filter-item-input {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  margin-left: 0;
  padding: 0;
  border: 1px solid #00002a;
  border-radius: 0;
  opacity: 1;
  background-color: #fff;
}
.advanced-search__filter-item-input:focus {
  border-color: #3a0dc8;
  box-shadow: 0 0 2px #3a0dc8;
}

.advanced-search__filter-item-input:checked {
  background-color: #00002a;
}

.advanced-search__filter-item-label {
  width: 90%;
  padding: 0;
}

.advanced-search__date-label {
  display: block;
  padding-bottom: 5px;
}

.advanced-search__date-inputs-wrap {
  display: flex;
  align-items: center;
}

.advanced-search__date-input {
  font-family: "HCo Ringside Narrow SSm", san-serif;
}
@media screen and (min-width: 960px) {
  .advanced-search__date-input {
    width: 45%;
    padding: 11px 3px 11px 8px;
    font-size: 11px;
    letter-spacing: 0;
  }
}

.advanced-search__date-text {
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .advanced-search__date-text {
    font-size: 12px;
  }
}

.advanced-search__submit-buttons-wrap {
  display: flex;
  grid-gap: 40px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .advanced-search__submit-buttons-wrap {
    padding-top: 20px;
  }
}

.advanced-search__reset-button {
  color: #3a0dc8;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: 500;
  text-transform: none;
}

.advanced-search__callout-wrap {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #3a0dc8;
  color: #fff;
}
.advanced-search__callout-wrap:focus {
  background-color: #00002a;
}

.advanced-search__callout-content-wrap {
  padding: 25px;
}
@media screen and (min-width: 720px) {
  .advanced-search__callout-content-wrap {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 960px) {
  .advanced-search__callout-content-wrap {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 960px) {
  .advanced-search__callout-content-wrap {
    padding: 30px 32px;
  }
}

.advanced-search__callout-content-cta {
  padding-bottom: 0;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.advanced-search__results-body-wrap {
  padding-top: 60px;
}
@media screen and (min-width: 960px) {
  .advanced-search__results-body-wrap {
    width: 50%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .advanced-search__results-body-wrap {
    width: 55%;
  }
}
.advanced-search__results-body-wrap .pagination {
  text-align: left;
}

.advanced-search__results-list-wrap {
  margin: 0;
}

.advanced-search__results-list-item {
  padding-bottom: 25px;
  padding-left: 0;
}
@media screen and (min-width: 960px) {
  .advanced-search__results-list-item {
    padding-bottom: 30px;
  }
}

.advanced-search__results-item-title {
  padding-bottom: 10px;
  font-weight: 700;
}

.advanced-search__results-item-details {
  padding-bottom: 0;
  font-family: "HCo Ringside Wide SSm", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

@media (hover: hover) {
  .advanced-search__callout-wrap:hover {
    background-color: #00002a;
  }
}
:root {
  --ll-purple-black: #000018;
  --ll-dark-purple: #00002a;
  --ll-light-purple: #3a0dc8;
  --ll-purple-secondary: #1d0764;
  --ll-pale-purple: #dbd1fc;
  --ll-pink: #d023ae;
  --ll-white: #fff;
  --ll-off-white: #f3f3f3;
  --ll-gray: #dfe1e5;
  --ll-dark-gray: #757f96;
}

.popup-maker-modal__body-wrap {
  z-index: 9999 !important;
  overflow-y: auto !important;
  background: rgba(0, 0, 42, 0.7);
}

.popup-maker-modal__body {
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  max-width: 89% !important;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  border-bottom: 7px solid var(--ll-light-purple);
  background: var(--ll-white);
}
@media screen and (min-width: 720px) {
  .popup-maker-modal__body {
    max-width: 650px !important;
  }
}
.popup-maker-modal__body.donate-popup {
  border-bottom: none;
}
.popup-maker-modal__body.donate-popup .pum-content {
  display: flex;
  flex-wrap: wrap;
}
.popup-maker-modal__body.donate-popup .popup-maker-modal__image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 720px) {
  .popup-maker-modal__body.donate-popup .popup-maker-modal__image-wrap,
  .popup-maker-modal__body.donate-popup .popup-maker-modal__content-body {
    width: 50%;
  }
}
@media screen and (min-width: 720px) {
  .popup-maker-modal__body.donate-popup {
    max-width: 850px !important;
  }
}
.popup-maker-modal__body.donate-popup .popup-maker-modal__copy-wrap ul,
.popup-maker-modal__body.donate-popup .popup-maker-modal__copy-wrap li {
  padding: 0;
}
.popup-maker-modal__body.donate-popup .popup-maker-modal__copy-wrap ul:before,
.popup-maker-modal__body.donate-popup .popup-maker-modal__copy-wrap li:before {
  display: none;
}

.popup-maker-modal__image-wrap {
  display: block;
  position: relative;
}

.popup-maker-modal__image-link-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-image: url("../img/play-button.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .popup-maker-modal__image-link-wrap::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .popup-maker-modal__image-link-wrap::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .popup-maker-modal__image-link-wrap::after {
    width: 95px;
    height: 95px;
  }
}

.popup-maker-modal__image {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.popup-maker-modal__content-body {
  position: relative;
  padding: 25px;
}
@media screen and (min-width: 720px) {
  .popup-maker-modal__content-body {
    padding: 45px 42px;
  }
}

.popup-maker-modal__copy-wrap {
  max-width: 460px;
  padding-bottom: 0;
}
.popup-maker-modal__copy-wrap h1,
.popup-maker-modal__copy-wrap h2,
.popup-maker-modal__copy-wrap h3,
.popup-maker-modal__copy-wrap h4,
.popup-maker-modal__copy-wrap h5,
.popup-maker-modal__copy-wrap h5 {
  padding-bottom: 1em;
  font-family: "HCo Ringside Narrow SSm", san-serif;
  font-weight: bold;
}
.popup-maker-modal__copy-wrap > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.popup-maker-modal__close-button-wrap {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}
@media screen and (min-width: 720px) {
  .popup-maker-modal__close-button-wrap {
    top: 20px;
    right: 20px;
  }
}

.popup-maker-modal__close-button {
  width: 11px;
  border: 0;
  background: none;
  line-height: 1;
  appearance: none;
}
.popup-maker-modal__close-button:focus-visible {
  outline: 1px dashed;
  outline-offset: 2px;
}
.popup-maker-modal__close-button svg {
  display: block;
  width: 100%;
  height: auto;
}

.alert-bar {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: var(--ll-light-purple);
  color: var(--ll-white);
  font-family: "HCo Ringside Narrow SSm", san-serif;
}

.alert-bar__wrap {
  display: flex;
  padding: 40px 25px 45px;
}
.alert-bar__wrap :last-child:not(.ll__button):not(input[type=submit]) {
  padding-bottom: 0;
}

.ll__copy .alert-bar__headline,
.ll__copy .alert-bar__text {
  font-weight: bold;
}

.alert-bar__close-button {
  display: flex;
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 20px;
  grid-gap: 10px;
  align-items: center;
  border: none;
  background: none;
  color: var(--ll-white);
  font-family: "HCo Ringside Wide SSm", sans-serif;
  text-transform: uppercase;
  appearance: none;
}
.alert-bar__close-button::after {
  content: "";
  visibility: hidden;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background: currentColor;
}
.alert-bar__close-button:focus-visible {
  outline: 2px dashed var(--ll-white);
  outline-offset: 2px;
}
.alert-bar__close-button:focus::after {
  visibility: visible;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .alert-bar__close-button {
    top: 40px;
    bottom: unset;
  }
}
@media (hover: hover) {
  .alert-bar__close-button:hover::after {
    visibility: visible;
    width: 100%;
  }
}

.alert-bar__image-wrap {
  position: relative;
  opacity: 0.65;
  background-color: var(--ll-dark-purple);
}
@media screen and (min-width: 960px) {
  .alert-bar__image-wrap {
    width: 30%;
  }
}
.alert-bar__image-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #3a0dc8 0%, rgba(58, 13, 200, 0) 100%);
}
@media screen and (min-width: 960px) {
  .alert-bar__image-wrap::before {
    width: 35%;
    background: linear-gradient(to left, #3a0dc8 0%, rgba(58, 13, 200, 0) 100%);
  }
}

.alert-bar__image {
  display: block;
  mix-blend-mode: luminosity;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/7;
  width: 100%;
  max-height: 225px;
}
@media screen and (min-width: 960px) {
  .alert-bar__image {
    height: 100%;
    aspect-ratio: 20/4;
    max-height: unset;
  }
}

.alert-bar--donate {
  flex-flow: column;
}
@media screen and (min-width: 960px) {
  .alert-bar--donate {
    flex-flow: row nowrap;
  }
}

.alert-bar--donate--stacked .alert-bar__wrap {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .alert-bar--donate--stacked .donate-bar__cta-list-wrap {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .alert-bar--donate--stacked .donate-bar__cta-list-item {
    width: 100%;
  }
}
.alert-bar--donate--stacked .alert-bar__headline {
  padding-bottom: 0;
}

.alert-bar__wrap--donate {
  grid-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px 25px 55px;
}
@media screen and (min-width: 720px) {
  .alert-bar__wrap--donate {
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .alert-bar__wrap--donate {
    flex-flow: row nowrap;
    align-items: center;
    width: calc(70% - 125px);
    max-width: 900px;
    margin: unset;
    padding-right: 100px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .alert-bar__wrap--donate {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1500px) {
  .alert-bar__wrap--donate {
    align-items: unset;
  }
}
.alert-bar__wrap--donate .donate-bar__cta-list-wrap {
  grid-gap: 10px;
  flex-shrink: 0;
}
.alert-bar__wrap--donate .ll__button, .alert-bar__wrap--donate input[type=submit] {
  display: block;
}
@media screen and (min-width: 960px) {
  .alert-bar__wrap--donate .ll__button, .alert-bar__wrap--donate input[type=submit] {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.alert-bar__wrap--donate .donate-bar__cta-list-item:nth-child(odd):last-child {
  grid-column: span 2;
}
@media screen and (min-width: 960px) {
  .alert-bar__wrap--donate .donate-bar__cta-list-item:nth-child(odd):last-child {
    grid-column: span 1;
  }
}

.alert-bar__content-wrap--donate {
  padding-bottom: 0;
  font-weight: bold;
}

.alert-bar__wrap--faq {
  width: 100%;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 25px;
}
@media screen and (min-width: 720px) {
  .alert-bar__wrap--faq {
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .alert-bar__wrap--faq {
    max-width: 1500px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .alert-bar__wrap--faq {
    padding-right: 105px;
    padding-left: 105px;
  }
}

.alert-bar__content-wrap--faq {
  display: grid;
  grid-gap: 15px;
}
@media screen and (min-width: 720px) {
  .alert-bar__content-wrap--faq {
    grid-gap: 35px;
    grid-template-columns: 0.65fr 1fr 0.35fr;
  }
}
@media screen and (min-width: 1200px) {
  .alert-bar__content-wrap--faq {
    grid-gap: 40px;
    grid-template-columns: minmax(450px, 1fr) minmax(550px, 1fr) 1fr;
  }
}
.alert-bar__content-wrap--faq .ll__link {
  border: none;
  color: var(--ll-white);
}
.alert-bar__content-wrap--faq .ll__link::after {
  background-color: var(--ll-white);
}
.alert-bar__content-wrap--faq .ll__link:focus {
  color: var(--ll-white);
}
@media (hover: hover) {
  .alert-bar__content-wrap--faq .ll__link:hover {
    color: var(--ll-white);
  }
}

.alert-bar__left-wrap {
  padding: 0;
}

/*# sourceMappingURL=main.css.map */
