@charset "UTF-8";
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #1550ED;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1550ED;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1550ED;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0d37a9;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bdcefa;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #85a4f6;
}

.table-hover .table-primary:hover {
  background-color: #a5bcf8;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5bcf8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8ba9f6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 80, 237, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .block-algolia-categories .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia a.button, .webform-confirmation .webform-confirmation__back a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .block-algolia-categories .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia a.button, .webform-confirmation .webform-confirmation__back a {
    transition: none;
  }
}
.btn:hover, .block-algolia-categories .ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore button:hover, .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia a.button:hover, .webform-confirmation .webform-confirmation__back a:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .block-algolia-categories .ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore button:focus, .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia a.button:focus, .webform-confirmation .webform-confirmation__back a:focus, .btn.focus, .block-algolia-categories .focus.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore button.focus, .block-algolia-results #algolia-field-wrapper-clear-all a.focus.button, .block-algolia a.focus.button, .webform-confirmation .webform-confirmation__back a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 80, 237, 0.25);
}
.btn.disabled, .block-algolia-categories .disabled.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore button.disabled, .block-algolia-results #algolia-field-wrapper-clear-all a.disabled.button, .block-algolia a.disabled.button, .webform-confirmation .webform-confirmation__back a.disabled, .btn:disabled, .block-algolia-categories .ais-show-more:disabled, .block-algolia-results .ais-infinite-hits--showmore button:disabled, .block-algolia-results #algolia-field-wrapper-clear-all a.button:disabled, .block-algolia a.button:disabled, .webform-confirmation .webform-confirmation__back a:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .block-algolia-categories .ais-show-more:not(:disabled):not(.disabled), .block-algolia-results .ais-infinite-hits--showmore button:not(:disabled):not(.disabled), .block-algolia-results #algolia-field-wrapper-clear-all a.button:not(:disabled):not(.disabled), .block-algolia a.button:not(:disabled):not(.disabled), .webform-confirmation .webform-confirmation__back a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .block-algolia-categories a.disabled.ais-show-more, .block-algolia-results #algolia-field-wrapper-clear-all a.disabled.button, .block-algolia a.disabled.button, .webform-confirmation .webform-confirmation__back a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .block-algolia-categories a.ais-show-more,
.block-algolia-categories fieldset:disabled a.ais-show-more,
fieldset:disabled .block-algolia-results #algolia-field-wrapper-clear-all a.button,
.block-algolia-results #algolia-field-wrapper-clear-all fieldset:disabled a.button,
fieldset:disabled .block-algolia a.button,
.block-algolia fieldset:disabled a.button,
fieldset:disabled .webform-confirmation .webform-confirmation__back a,
.webform-confirmation .webform-confirmation__back fieldset:disabled a {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1550ED;
  border-color: #1550ED;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1043cc;
  border-color: #0f3fc0;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1043cc;
  border-color: #0f3fc0;
  box-shadow: 0 0 0 0.2rem rgba(56, 106, 240, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1550ED;
  border-color: #1550ED;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f3fc0;
  border-color: #0e3bb4;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 106, 240, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #1550ED;
  border-color: #1550ED;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1550ED;
  border-color: #1550ED;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 80, 237, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1550ED;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1550ED;
  border-color: #1550ED;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(21, 80, 237, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link, .block-algolia-results .algolia-item-url {
  font-weight: 400;
  color: #1550ED;
  text-decoration: none;
}
.btn-link:hover, .block-algolia-results .algolia-item-url:hover {
  color: #0d37a9;
  text-decoration: underline;
}
.btn-link:focus, .block-algolia-results .algolia-item-url:focus, .btn-link.focus, .block-algolia-results .focus.algolia-item-url {
  text-decoration: underline;
}
.btn-link:disabled, .block-algolia-results .algolia-item-url:disabled, .btn-link.disabled, .block-algolia-results .disabled.algolia-item-url {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .block-algolia-categories .btn-group-lg > .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .btn-group-lg > button, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-lg > a.button, .block-algolia .btn-group-lg > a.button, .webform-confirmation .webform-confirmation__back .btn-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .block-algolia-categories .btn-group-sm > .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .btn-group-sm > button, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-sm > a.button, .block-algolia .btn-group-sm > a.button, .webform-confirmation .webform-confirmation__back .btn-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1550ED;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .block-algolia-categories .btn-group > .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .btn-group > button, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group > a.button, .block-algolia .btn-group > a.button, .webform-confirmation .webform-confirmation__back .btn-group > a,
.btn-group-vertical > .btn,
.block-algolia-categories .btn-group-vertical > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > button,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > a.button,
.block-algolia .btn-group-vertical > a.button,
.webform-confirmation .webform-confirmation__back .btn-group-vertical > a {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .block-algolia-categories .btn-group > .ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .btn-group > button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group > a.button:hover, .block-algolia .btn-group > a.button:hover, .webform-confirmation .webform-confirmation__back .btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.block-algolia-categories .btn-group-vertical > .ais-show-more:hover,
.block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > button:hover,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > a.button:hover,
.block-algolia .btn-group-vertical > a.button:hover,
.webform-confirmation .webform-confirmation__back .btn-group-vertical > a:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .block-algolia-categories .btn-group > .ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .btn-group > button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group > a.button:focus, .block-algolia .btn-group > a.button:focus, .webform-confirmation .webform-confirmation__back .btn-group > a:focus, .btn-group > .btn:active, .block-algolia-categories .btn-group > .ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .btn-group > button:active, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group > a.button:active, .block-algolia .btn-group > a.button:active, .webform-confirmation .webform-confirmation__back .btn-group > a:active, .btn-group > .btn.active, .block-algolia-categories .btn-group > .active.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .btn-group > button.active, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group > a.active.button, .block-algolia .btn-group > a.active.button, .webform-confirmation .webform-confirmation__back .btn-group > a.active,
.btn-group-vertical > .btn:focus,
.block-algolia-categories .btn-group-vertical > .ais-show-more:focus,
.block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > button:focus,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > a.button:focus,
.block-algolia .btn-group-vertical > a.button:focus,
.webform-confirmation .webform-confirmation__back .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.block-algolia-categories .btn-group-vertical > .ais-show-more:active,
.block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > button:active,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > a.button:active,
.block-algolia .btn-group-vertical > a.button:active,
.webform-confirmation .webform-confirmation__back .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.block-algolia-categories .btn-group-vertical > .active.ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > button.active,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > a.active.button,
.block-algolia .btn-group-vertical > a.active.button,
.webform-confirmation .webform-confirmation__back .btn-group-vertical > a.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .block-algolia-categories .btn-group > .ais-show-more:not(:first-child), .block-algolia-results .ais-infinite-hits--showmore .btn-group > button:not(:first-child), .block-algolia-results #algolia-field-wrapper-clear-all .btn-group > a.button:not(:first-child), .block-algolia .btn-group > a.button:not(:first-child), .webform-confirmation .webform-confirmation__back .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .block-algolia-categories .btn-group > .ais-show-more:not(:last-child):not(.dropdown-toggle), .block-algolia-results .ais-infinite-hits--showmore .btn-group > button:not(:last-child):not(.dropdown-toggle), .block-algolia-results #algolia-field-wrapper-clear-all .btn-group > a.button:not(:last-child):not(.dropdown-toggle), .block-algolia .btn-group > a.button:not(:last-child):not(.dropdown-toggle), .webform-confirmation .webform-confirmation__back .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.block-algolia-categories .btn-group > .btn-group:not(:last-child) > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .btn-group > .btn-group:not(:last-child) > button,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group > .btn-group:not(:last-child) > a.button,
.block-algolia .btn-group > .btn-group:not(:last-child) > a.button,
.webform-confirmation .webform-confirmation__back .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .block-algolia-categories .btn-group > .ais-show-more:not(:first-child), .block-algolia-results .ais-infinite-hits--showmore .btn-group > button:not(:first-child), .block-algolia-results #algolia-field-wrapper-clear-all .btn-group > a.button:not(:first-child), .block-algolia .btn-group > a.button:not(:first-child), .webform-confirmation .webform-confirmation__back .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.block-algolia-categories .btn-group > .btn-group:not(:first-child) > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .btn-group > .btn-group:not(:first-child) > button,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group > .btn-group:not(:first-child) > a.button,
.block-algolia .btn-group > .btn-group:not(:first-child) > a.button,
.webform-confirmation .webform-confirmation__back .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .block-algolia-categories .btn-group-sm > .ais-show-more + .dropdown-toggle-split, .block-algolia-results .ais-infinite-hits--showmore .btn-group-sm > button + .dropdown-toggle-split, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-sm > a.button + .dropdown-toggle-split, .block-algolia .btn-group-sm > a.button + .dropdown-toggle-split, .webform-confirmation .webform-confirmation__back .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .block-algolia-categories .btn-group-lg > .ais-show-more + .dropdown-toggle-split, .block-algolia-results .ais-infinite-hits--showmore .btn-group-lg > button + .dropdown-toggle-split, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-lg > a.button + .dropdown-toggle-split, .block-algolia .btn-group-lg > a.button + .dropdown-toggle-split, .webform-confirmation .webform-confirmation__back .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .block-algolia-categories .btn-group-vertical > .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > button, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > a.button, .block-algolia .btn-group-vertical > a.button, .webform-confirmation .webform-confirmation__back .btn-group-vertical > a,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .block-algolia-categories .btn-group-vertical > .ais-show-more:not(:first-child), .block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > button:not(:first-child), .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > a.button:not(:first-child), .block-algolia .btn-group-vertical > a.button:not(:first-child), .webform-confirmation .webform-confirmation__back .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .block-algolia-categories .btn-group-vertical > .ais-show-more:not(:last-child):not(.dropdown-toggle), .block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle), .block-algolia .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle), .webform-confirmation .webform-confirmation__back .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.block-algolia-categories .btn-group-vertical > .btn-group:not(:last-child) > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > .btn-group:not(:last-child) > button,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.block-algolia .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.webform-confirmation .webform-confirmation__back .btn-group-vertical > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .block-algolia-categories .btn-group-vertical > .ais-show-more:not(:first-child), .block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > button:not(:first-child), .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > a.button:not(:first-child), .block-algolia .btn-group-vertical > a.button:not(:first-child), .webform-confirmation .webform-confirmation__back .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.block-algolia-categories .btn-group-vertical > .btn-group:not(:first-child) > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .btn-group-vertical > .btn-group:not(:first-child) > button,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.block-algolia .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.webform-confirmation .webform-confirmation__back .btn-group-vertical > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .block-algolia-categories .btn-group-toggle > .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .btn-group-toggle > button, .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-toggle > a.button, .block-algolia .btn-group-toggle > a.button, .webform-confirmation .webform-confirmation__back .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.block-algolia-categories .btn-group-toggle > .btn-group > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .btn-group-toggle > .btn-group > button,
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-toggle > .btn-group > a.button,
.block-algolia .btn-group-toggle > .btn-group > a.button,
.webform-confirmation .webform-confirmation__back .btn-group-toggle > .btn-group > a {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .block-algolia-categories .btn-group-toggle > .ais-show-more input[type=radio], .block-algolia-results .ais-infinite-hits--showmore .btn-group-toggle > button input[type=radio], .block-algolia-results #algolia-field-wrapper-clear-all .btn-group-toggle > a.button input[type=radio], .block-algolia .btn-group-toggle > a.button input[type=radio], .webform-confirmation .webform-confirmation__back .btn-group-toggle > a input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.block-algolia-categories .btn-group-toggle > .ais-show-more input[type=checkbox],
.block-algolia-results .ais-infinite-hits--showmore .btn-group-toggle > button input[type=checkbox],
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-toggle > a.button input[type=checkbox],
.block-algolia .btn-group-toggle > a.button input[type=checkbox],
.webform-confirmation .webform-confirmation__back .btn-group-toggle > a input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.block-algolia-categories .btn-group-toggle > .btn-group > .ais-show-more input[type=radio],
.block-algolia-results .ais-infinite-hits--showmore .btn-group-toggle > .btn-group > button input[type=radio],
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-toggle > .btn-group > a.button input[type=radio],
.block-algolia .btn-group-toggle > .btn-group > a.button input[type=radio],
.webform-confirmation .webform-confirmation__back .btn-group-toggle > .btn-group > a input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.block-algolia-categories .btn-group-toggle > .btn-group > .ais-show-more input[type=checkbox],
.block-algolia-results .ais-infinite-hits--showmore .btn-group-toggle > .btn-group > button input[type=checkbox],
.block-algolia-results #algolia-field-wrapper-clear-all .btn-group-toggle > .btn-group > a.button input[type=checkbox],
.block-algolia .btn-group-toggle > .btn-group > a.button input[type=checkbox],
.webform-confirmation .webform-confirmation__back .btn-group-toggle > .btn-group > a input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .block-algolia-categories .ais-show-more, .block-algolia-categories .input-group-prepend .ais-show-more, .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend button, .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend a.button, .input-group-prepend .block-algolia a.button, .block-algolia .input-group-prepend a.button, .input-group-prepend .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .input-group-prepend a,
.input-group-append .btn,
.input-group-append .block-algolia-categories .ais-show-more,
.block-algolia-categories .input-group-append .ais-show-more,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore button,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append button,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all a.button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append a.button,
.input-group-append .block-algolia a.button,
.block-algolia .input-group-append a.button,
.input-group-append .webform-confirmation .webform-confirmation__back a,
.webform-confirmation .webform-confirmation__back .input-group-append a {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .input-group-prepend .ais-show-more:focus, .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore button:focus, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend button:focus, .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend a.button:focus, .input-group-prepend .block-algolia a.button:focus, .block-algolia .input-group-prepend a.button:focus, .input-group-prepend .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .input-group-prepend a:focus,
.input-group-append .btn:focus,
.input-group-append .block-algolia-categories .ais-show-more:focus,
.block-algolia-categories .input-group-append .ais-show-more:focus,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore button:focus,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append button:focus,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append a.button:focus,
.input-group-append .block-algolia a.button:focus,
.block-algolia .input-group-append a.button:focus,
.input-group-append .webform-confirmation .webform-confirmation__back a:focus,
.webform-confirmation .webform-confirmation__back .input-group-append a:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .block-algolia-categories .ais-show-more + .btn, .block-algolia-categories .input-group-prepend .ais-show-more + .btn, .input-group-prepend .block-algolia-categories .btn + .ais-show-more, .block-algolia-categories .input-group-prepend .btn + .ais-show-more, .input-group-prepend .block-algolia-categories .ais-show-more + .ais-show-more, .block-algolia-categories .input-group-prepend .ais-show-more + .ais-show-more, .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore button + .btn, .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button + .ais-show-more, .block-algolia-categories .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore button + .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend button + .btn, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend .block-algolia-categories button + .ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend button + .ais-show-more, .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore .btn + button, .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .ais-show-more + button, .block-algolia-categories .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore .ais-show-more + button, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend .btn + button, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend .block-algolia-categories .ais-show-more + button, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend .ais-show-more + button, .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore button + button, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend button + button, .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all a.button + .btn, .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all .block-algolia-categories a.button + .ais-show-more, .block-algolia-categories .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all a.button + .ais-show-more, .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all .ais-infinite-hits--showmore a.button + button, .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all a.button + button, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend a.button + .btn, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend .block-algolia-categories a.button + .ais-show-more, .block-algolia-categories .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend a.button + .ais-show-more, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend .ais-infinite-hits--showmore a.button + button, .block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all .input-group-prepend a.button + button, .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all .btn + a.button, .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all .block-algolia-categories .ais-show-more + a.button, .block-algolia-categories .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all .ais-show-more + a.button, .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all .ais-infinite-hits--showmore button + a.button, .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all button + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend .btn + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend .block-algolia-categories .ais-show-more + a.button, .block-algolia-categories .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend .ais-show-more + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend .ais-infinite-hits--showmore button + a.button, .block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all .input-group-prepend button + a.button, .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all a.button + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend a.button + a.button, .input-group-prepend .block-algolia a.button + .btn, .input-group-prepend .block-algolia .block-algolia-categories a.button + .ais-show-more, .block-algolia-categories .input-group-prepend .block-algolia a.button + .ais-show-more, .input-group-prepend .block-algolia .block-algolia-results .ais-infinite-hits--showmore a.button + button, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend .block-algolia a.button + button, .block-algolia .input-group-prepend a.button + .btn, .block-algolia .input-group-prepend .block-algolia-categories a.button + .ais-show-more, .block-algolia-categories .block-algolia .input-group-prepend a.button + .ais-show-more, .block-algolia .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore a.button + button, .block-algolia-results .ais-infinite-hits--showmore .block-algolia .input-group-prepend a.button + button, .input-group-prepend .block-algolia .btn + a.button, .input-group-prepend .block-algolia .block-algolia-categories .ais-show-more + a.button, .block-algolia-categories .input-group-prepend .block-algolia .ais-show-more + a.button, .input-group-prepend .block-algolia .block-algolia-results .ais-infinite-hits--showmore button + a.button, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend .block-algolia button + a.button, .block-algolia .input-group-prepend .btn + a.button, .block-algolia .input-group-prepend .block-algolia-categories .ais-show-more + a.button, .block-algolia-categories .block-algolia .input-group-prepend .ais-show-more + a.button, .block-algolia .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore button + a.button, .block-algolia-results .ais-infinite-hits--showmore .block-algolia .input-group-prepend button + a.button, .input-group-prepend .block-algolia a.button + a.button, .block-algolia .input-group-prepend a.button + a.button, .input-group-prepend .webform-confirmation .webform-confirmation__back a + .btn, .input-group-prepend .webform-confirmation .webform-confirmation__back .block-algolia-categories a + .ais-show-more, .block-algolia-categories .input-group-prepend .webform-confirmation .webform-confirmation__back a + .ais-show-more, .input-group-prepend .webform-confirmation .webform-confirmation__back .block-algolia-results .ais-infinite-hits--showmore a + button, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend .webform-confirmation .webform-confirmation__back a + button, .input-group-prepend .webform-confirmation .webform-confirmation__back .block-algolia-results #algolia-field-wrapper-clear-all a + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend .webform-confirmation .webform-confirmation__back a + a.button, .webform-confirmation .webform-confirmation__back .input-group-prepend a + .btn, .webform-confirmation .webform-confirmation__back .input-group-prepend .block-algolia-categories a + .ais-show-more, .block-algolia-categories .webform-confirmation .webform-confirmation__back .input-group-prepend a + .ais-show-more, .webform-confirmation .webform-confirmation__back .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore a + button, .block-algolia-results .ais-infinite-hits--showmore .webform-confirmation .webform-confirmation__back .input-group-prepend a + button, .webform-confirmation .webform-confirmation__back .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all a + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .webform-confirmation .webform-confirmation__back .input-group-prepend a + a.button, .input-group-prepend .webform-confirmation .webform-confirmation__back .btn + a, .input-group-prepend .webform-confirmation .webform-confirmation__back .block-algolia-categories .ais-show-more + a, .block-algolia-categories .input-group-prepend .webform-confirmation .webform-confirmation__back .ais-show-more + a, .input-group-prepend .webform-confirmation .webform-confirmation__back .block-algolia-results .ais-infinite-hits--showmore button + a, .block-algolia-results .ais-infinite-hits--showmore .input-group-prepend .webform-confirmation .webform-confirmation__back button + a, .input-group-prepend .webform-confirmation .webform-confirmation__back .block-algolia-results #algolia-field-wrapper-clear-all a.button + a, .block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend .webform-confirmation .webform-confirmation__back a.button + a, .webform-confirmation .webform-confirmation__back .input-group-prepend .btn + a, .webform-confirmation .webform-confirmation__back .input-group-prepend .block-algolia-categories .ais-show-more + a, .block-algolia-categories .webform-confirmation .webform-confirmation__back .input-group-prepend .ais-show-more + a, .webform-confirmation .webform-confirmation__back .input-group-prepend .block-algolia-results .ais-infinite-hits--showmore button + a, .block-algolia-results .ais-infinite-hits--showmore .webform-confirmation .webform-confirmation__back .input-group-prepend button + a, .webform-confirmation .webform-confirmation__back .input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all a.button + a, .block-algolia-results #algolia-field-wrapper-clear-all .webform-confirmation .webform-confirmation__back .input-group-prepend a.button + a, .input-group-prepend .webform-confirmation .webform-confirmation__back a + a, .webform-confirmation .webform-confirmation__back .input-group-prepend a + a,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .block-algolia-categories .ais-show-more + .input-group-text,
.block-algolia-categories .input-group-prepend .ais-show-more + .input-group-text,
.input-group-prepend .block-algolia-results .ais-infinite-hits--showmore button + .input-group-text,
.block-algolia-results .ais-infinite-hits--showmore .input-group-prepend button + .input-group-text,
.input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all a.button + .input-group-text,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend a.button + .input-group-text,
.input-group-prepend .block-algolia a.button + .input-group-text,
.block-algolia .input-group-prepend a.button + .input-group-text,
.input-group-prepend .webform-confirmation .webform-confirmation__back a + .input-group-text,
.webform-confirmation .webform-confirmation__back .input-group-prepend a + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .block-algolia-categories .input-group-text + .ais-show-more,
.block-algolia-categories .input-group-prepend .input-group-text + .ais-show-more,
.input-group-prepend .block-algolia-results .ais-infinite-hits--showmore .input-group-text + button,
.block-algolia-results .ais-infinite-hits--showmore .input-group-prepend .input-group-text + button,
.input-group-prepend .block-algolia-results #algolia-field-wrapper-clear-all .input-group-text + a.button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-prepend .input-group-text + a.button,
.input-group-prepend .block-algolia .input-group-text + a.button,
.block-algolia .input-group-prepend .input-group-text + a.button,
.input-group-prepend .webform-confirmation .webform-confirmation__back .input-group-text + a,
.webform-confirmation .webform-confirmation__back .input-group-prepend .input-group-text + a,
.input-group-append .btn + .btn,
.input-group-append .block-algolia-categories .ais-show-more + .btn,
.block-algolia-categories .input-group-append .ais-show-more + .btn,
.input-group-append .block-algolia-categories .btn + .ais-show-more,
.block-algolia-categories .input-group-append .btn + .ais-show-more,
.input-group-append .block-algolia-categories .ais-show-more + .ais-show-more,
.block-algolia-categories .input-group-append .ais-show-more + .ais-show-more,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore button + .btn,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button + .ais-show-more,
.block-algolia-categories .input-group-append .block-algolia-results .ais-infinite-hits--showmore button + .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append button + .btn,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append .block-algolia-categories button + .ais-show-more,
.block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .input-group-append button + .ais-show-more,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore .btn + button,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .ais-show-more + button,
.block-algolia-categories .input-group-append .block-algolia-results .ais-infinite-hits--showmore .ais-show-more + button,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append .btn + button,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append .block-algolia-categories .ais-show-more + button,
.block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .input-group-append .ais-show-more + button,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore button + button,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append button + button,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all a.button + .btn,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all .block-algolia-categories a.button + .ais-show-more,
.block-algolia-categories .input-group-append .block-algolia-results #algolia-field-wrapper-clear-all a.button + .ais-show-more,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all .ais-infinite-hits--showmore a.button + button,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all a.button + button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append a.button + .btn,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append .block-algolia-categories a.button + .ais-show-more,
.block-algolia-categories .block-algolia-results #algolia-field-wrapper-clear-all .input-group-append a.button + .ais-show-more,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append .ais-infinite-hits--showmore a.button + button,
.block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all .input-group-append a.button + button,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all .btn + a.button,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all .block-algolia-categories .ais-show-more + a.button,
.block-algolia-categories .input-group-append .block-algolia-results #algolia-field-wrapper-clear-all .ais-show-more + a.button,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all .ais-infinite-hits--showmore button + a.button,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all button + a.button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append .btn + a.button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append .block-algolia-categories .ais-show-more + a.button,
.block-algolia-categories .block-algolia-results #algolia-field-wrapper-clear-all .input-group-append .ais-show-more + a.button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append .ais-infinite-hits--showmore button + a.button,
.block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all .input-group-append button + a.button,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all a.button + a.button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append a.button + a.button,
.input-group-append .block-algolia a.button + .btn,
.input-group-append .block-algolia .block-algolia-categories a.button + .ais-show-more,
.block-algolia-categories .input-group-append .block-algolia a.button + .ais-show-more,
.input-group-append .block-algolia .block-algolia-results .ais-infinite-hits--showmore a.button + button,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append .block-algolia a.button + button,
.block-algolia .input-group-append a.button + .btn,
.block-algolia .input-group-append .block-algolia-categories a.button + .ais-show-more,
.block-algolia-categories .block-algolia .input-group-append a.button + .ais-show-more,
.block-algolia .input-group-append .block-algolia-results .ais-infinite-hits--showmore a.button + button,
.block-algolia-results .ais-infinite-hits--showmore .block-algolia .input-group-append a.button + button,
.input-group-append .block-algolia .btn + a.button,
.input-group-append .block-algolia .block-algolia-categories .ais-show-more + a.button,
.block-algolia-categories .input-group-append .block-algolia .ais-show-more + a.button,
.input-group-append .block-algolia .block-algolia-results .ais-infinite-hits--showmore button + a.button,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append .block-algolia button + a.button,
.block-algolia .input-group-append .btn + a.button,
.block-algolia .input-group-append .block-algolia-categories .ais-show-more + a.button,
.block-algolia-categories .block-algolia .input-group-append .ais-show-more + a.button,
.block-algolia .input-group-append .block-algolia-results .ais-infinite-hits--showmore button + a.button,
.block-algolia-results .ais-infinite-hits--showmore .block-algolia .input-group-append button + a.button,
.input-group-append .block-algolia a.button + a.button,
.block-algolia .input-group-append a.button + a.button,
.input-group-append .webform-confirmation .webform-confirmation__back a + .btn,
.input-group-append .webform-confirmation .webform-confirmation__back .block-algolia-categories a + .ais-show-more,
.block-algolia-categories .input-group-append .webform-confirmation .webform-confirmation__back a + .ais-show-more,
.input-group-append .webform-confirmation .webform-confirmation__back .block-algolia-results .ais-infinite-hits--showmore a + button,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append .webform-confirmation .webform-confirmation__back a + button,
.input-group-append .webform-confirmation .webform-confirmation__back .block-algolia-results #algolia-field-wrapper-clear-all a + a.button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append .webform-confirmation .webform-confirmation__back a + a.button,
.webform-confirmation .webform-confirmation__back .input-group-append a + .btn,
.webform-confirmation .webform-confirmation__back .input-group-append .block-algolia-categories a + .ais-show-more,
.block-algolia-categories .webform-confirmation .webform-confirmation__back .input-group-append a + .ais-show-more,
.webform-confirmation .webform-confirmation__back .input-group-append .block-algolia-results .ais-infinite-hits--showmore a + button,
.block-algolia-results .ais-infinite-hits--showmore .webform-confirmation .webform-confirmation__back .input-group-append a + button,
.webform-confirmation .webform-confirmation__back .input-group-append .block-algolia-results #algolia-field-wrapper-clear-all a + a.button,
.block-algolia-results #algolia-field-wrapper-clear-all .webform-confirmation .webform-confirmation__back .input-group-append a + a.button,
.input-group-append .webform-confirmation .webform-confirmation__back .btn + a,
.input-group-append .webform-confirmation .webform-confirmation__back .block-algolia-categories .ais-show-more + a,
.block-algolia-categories .input-group-append .webform-confirmation .webform-confirmation__back .ais-show-more + a,
.input-group-append .webform-confirmation .webform-confirmation__back .block-algolia-results .ais-infinite-hits--showmore button + a,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append .webform-confirmation .webform-confirmation__back button + a,
.input-group-append .webform-confirmation .webform-confirmation__back .block-algolia-results #algolia-field-wrapper-clear-all a.button + a,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append .webform-confirmation .webform-confirmation__back a.button + a,
.webform-confirmation .webform-confirmation__back .input-group-append .btn + a,
.webform-confirmation .webform-confirmation__back .input-group-append .block-algolia-categories .ais-show-more + a,
.block-algolia-categories .webform-confirmation .webform-confirmation__back .input-group-append .ais-show-more + a,
.webform-confirmation .webform-confirmation__back .input-group-append .block-algolia-results .ais-infinite-hits--showmore button + a,
.block-algolia-results .ais-infinite-hits--showmore .webform-confirmation .webform-confirmation__back .input-group-append button + a,
.webform-confirmation .webform-confirmation__back .input-group-append .block-algolia-results #algolia-field-wrapper-clear-all a.button + a,
.block-algolia-results #algolia-field-wrapper-clear-all .webform-confirmation .webform-confirmation__back .input-group-append a.button + a,
.input-group-append .webform-confirmation .webform-confirmation__back a + a,
.webform-confirmation .webform-confirmation__back .input-group-append a + a,
.input-group-append .btn + .input-group-text,
.input-group-append .block-algolia-categories .ais-show-more + .input-group-text,
.block-algolia-categories .input-group-append .ais-show-more + .input-group-text,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore button + .input-group-text,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append button + .input-group-text,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all a.button + .input-group-text,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append a.button + .input-group-text,
.input-group-append .block-algolia a.button + .input-group-text,
.block-algolia .input-group-append a.button + .input-group-text,
.input-group-append .webform-confirmation .webform-confirmation__back a + .input-group-text,
.webform-confirmation .webform-confirmation__back .input-group-append a + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .block-algolia-categories .input-group-text + .ais-show-more,
.block-algolia-categories .input-group-append .input-group-text + .ais-show-more,
.input-group-append .block-algolia-results .ais-infinite-hits--showmore .input-group-text + button,
.block-algolia-results .ais-infinite-hits--showmore .input-group-append .input-group-text + button,
.input-group-append .block-algolia-results #algolia-field-wrapper-clear-all .input-group-text + a.button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-append .input-group-text + a.button,
.input-group-append .block-algolia .input-group-text + a.button,
.block-algolia .input-group-append .input-group-text + a.button,
.input-group-append .webform-confirmation .webform-confirmation__back .input-group-text + a,
.webform-confirmation .webform-confirmation__back .input-group-append .input-group-text + a {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.block-algolia-categories .input-group-lg > .input-group-prepend > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .input-group-lg > .input-group-prepend > button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-lg > .input-group-prepend > a.button,
.block-algolia .input-group-lg > .input-group-prepend > a.button,
.webform-confirmation .webform-confirmation__back .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
.block-algolia-categories .input-group-lg > .input-group-append > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .input-group-lg > .input-group-append > button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-lg > .input-group-append > a.button,
.block-algolia .input-group-lg > .input-group-append > a.button,
.webform-confirmation .webform-confirmation__back .input-group-lg > .input-group-append > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.block-algolia-categories .input-group-sm > .input-group-prepend > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .input-group-sm > .input-group-prepend > button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-sm > .input-group-prepend > a.button,
.block-algolia .input-group-sm > .input-group-prepend > a.button,
.webform-confirmation .webform-confirmation__back .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.block-algolia-categories .input-group-sm > .input-group-append > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .input-group-sm > .input-group-append > button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group-sm > .input-group-append > a.button,
.block-algolia .input-group-sm > .input-group-append > a.button,
.webform-confirmation .webform-confirmation__back .input-group-sm > .input-group-append > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .block-algolia-categories .input-group > .input-group-prepend > .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .input-group > .input-group-prepend > button, .block-algolia-results #algolia-field-wrapper-clear-all .input-group > .input-group-prepend > a.button, .block-algolia .input-group > .input-group-prepend > a.button, .webform-confirmation .webform-confirmation__back .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.block-algolia-categories .input-group > .input-group-append:not(:last-child) > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .input-group > .input-group-append:not(:last-child) > button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group > .input-group-append:not(:last-child) > a.button,
.block-algolia .input-group > .input-group-append:not(:last-child) > a.button,
.webform-confirmation .webform-confirmation__back .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.block-algolia-categories .input-group > .input-group-append:last-child > .ais-show-more:not(:last-child):not(.dropdown-toggle),
.block-algolia-results .ais-infinite-hits--showmore .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.block-algolia-results #algolia-field-wrapper-clear-all .input-group > .input-group-append:last-child > a.button:not(:last-child):not(.dropdown-toggle),
.block-algolia .input-group > .input-group-append:last-child > a.button:not(:last-child):not(.dropdown-toggle),
.webform-confirmation .webform-confirmation__back .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .block-algolia-categories .input-group > .input-group-append > .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .input-group > .input-group-append > button, .block-algolia-results #algolia-field-wrapper-clear-all .input-group > .input-group-append > a.button, .block-algolia .input-group > .input-group-append > a.button, .webform-confirmation .webform-confirmation__back .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.block-algolia-categories .input-group > .input-group-prepend:not(:first-child) > .ais-show-more,
.block-algolia-results .ais-infinite-hits--showmore .input-group > .input-group-prepend:not(:first-child) > button,
.block-algolia-results #algolia-field-wrapper-clear-all .input-group > .input-group-prepend:not(:first-child) > a.button,
.block-algolia .input-group > .input-group-prepend:not(:first-child) > a.button,
.webform-confirmation .webform-confirmation__back .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.block-algolia-categories .input-group > .input-group-prepend:first-child > .ais-show-more:not(:first-child),
.block-algolia-results .ais-infinite-hits--showmore .input-group > .input-group-prepend:first-child > button:not(:first-child),
.block-algolia-results #algolia-field-wrapper-clear-all .input-group > .input-group-prepend:first-child > a.button:not(:first-child),
.block-algolia .input-group > .input-group-prepend:first-child > a.button:not(:first-child),
.webform-confirmation .webform-confirmation__back .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1550ED;
  background-color: #1550ED;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(21, 80, 237, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8ba9f6;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #bbccfa;
  border-color: #bbccfa;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1550ED;
  background-color: #1550ED;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 80, 237, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(21, 80, 237, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 80, 237, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 80, 237, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #8ba9f6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 80, 237, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #8ba9f6;
  box-shadow: 0 0 0 0.2rem rgba(21, 80, 237, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 80, 237, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 80, 237, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 80, 237, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1550ED;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #bbccfa;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1550ED;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #bbccfa;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1550ED;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #bbccfa;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.sitemap .nav {
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1550ED;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link, nav .pagination .pager__item--ellipsis,
nav .pagination .pager__item--current {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1550ED;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover, nav .pagination .pager__item--ellipsis:hover,
nav .pagination .pager__item--current:hover {
  z-index: 2;
  color: #0d37a9;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus, nav .pagination .pager__item--ellipsis:focus,
nav .pagination .pager__item--current:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 80, 237, 0.25);
}

.page-item:first-child .page-link, .page-item:first-child nav .pagination .pager__item--ellipsis, nav .pagination .page-item:first-child .pager__item--ellipsis,
.page-item:first-child nav .pagination .pager__item--current,
nav .pagination .page-item:first-child .pager__item--current {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link, .page-item:last-child nav .pagination .pager__item--ellipsis, nav .pagination .page-item:last-child .pager__item--ellipsis,
.page-item:last-child nav .pagination .pager__item--current,
nav .pagination .page-item:last-child .pager__item--current {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active nav .pagination .pager__item--ellipsis, nav .pagination .page-item.active .pager__item--ellipsis,
.page-item.active nav .pagination .pager__item--current,
nav .pagination .page-item.active .pager__item--current {
  z-index: 3;
  color: #fff;
  background-color: #1550ED;
  border-color: #1550ED;
}
.page-item.disabled .page-link, .page-item.disabled nav .pagination .pager__item--ellipsis, nav .pagination .page-item.disabled .pager__item--ellipsis,
.page-item.disabled nav .pagination .pager__item--current,
nav .pagination .page-item.disabled .pager__item--current {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link, .pagination-lg nav .pagination .pager__item--ellipsis, nav .pagination .pagination-lg .pager__item--ellipsis,
.pagination-lg nav .pagination .pager__item--current,
nav .pagination .pagination-lg .pager__item--current {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child nav .pagination .pager__item--ellipsis, nav .pagination .pagination-lg .page-item:first-child .pager__item--ellipsis,
.pagination-lg .page-item:first-child nav .pagination .pager__item--current,
nav .pagination .pagination-lg .page-item:first-child .pager__item--current {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child nav .pagination .pager__item--ellipsis, nav .pagination .pagination-lg .page-item:last-child .pager__item--ellipsis,
.pagination-lg .page-item:last-child nav .pagination .pager__item--current,
nav .pagination .pagination-lg .page-item:last-child .pager__item--current {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link, .pagination-sm nav .pagination .pager__item--ellipsis, nav .pagination .pagination-sm .pager__item--ellipsis,
.pagination-sm nav .pagination .pager__item--current,
nav .pagination .pagination-sm .pager__item--current {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child nav .pagination .pager__item--ellipsis, nav .pagination .pagination-sm .page-item:first-child .pager__item--ellipsis,
.pagination-sm .page-item:first-child nav .pagination .pager__item--current,
nav .pagination .pagination-sm .page-item:first-child .pager__item--current {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child nav .pagination .pager__item--ellipsis, nav .pagination .pagination-sm .page-item:last-child .pager__item--ellipsis,
.pagination-sm .page-item:last-child nav .pagination .pager__item--current,
nav .pagination .pagination-sm .page-item:last-child .pager__item--current {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0b2a7b;
  background-color: #d0dcfb;
  border-color: #bdcefa;
}
.alert-primary hr {
  border-top-color: #a5bcf8;
}
.alert-primary .alert-link {
  color: #071a4c;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1550ED;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1550ED;
  border-color: #1550ED;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #0b2a7b;
  background-color: #bdcefa;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0b2a7b;
  background-color: #a5bcf8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0b2a7b;
  border-color: #0b2a7b;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #1550ED !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0f3fc0 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1550ED !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #1550ED !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0d37a9 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**
 * @file
 * A shortcut to entire theme configuration.
 */
/*
* AMERICORPS:
* Utilities
*/
/*
* AMERICORPS:
* Layout
*/
#block-americorps-page-title {
  display: none;
}

/*
* AmeriCorps
* ==========
* Animations and transition definitions
* used throughout the theme.
*/
@keyframes nav-sub-menu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
* Background colours
*/
.blue {
  background-color: #1550ED !important;
}

.red {
  background-color: #FD2F32 !important;
}

.grey {
  background-color: #535055 !important;
}

.navy {
  background-color: #112542 !important;
}

.crimson {
  background-color: #B82128 !important;
}

.green {
  background-color: #9DA950 !important;
}

.yellow {
  background-color: #DCA312 !important;
}

.purple {
  background-color: #3B2B94 !important;
}

.teal {
  background-color: #2DC4B6 !important;
}

.white {
  background-color: #ffffff !important;
}

.lightgrey {
  background-color: #F2F2F3 !important;
}

.lightblue {
  background-color: #E8EEFD !important;
}

/*
* AMERICORPS:
* System typography
*/
/*
* Imports
*/
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularXXWeb-Bold.woff2") format("woff2"), url("../fonts/CircularStd/CircularXXWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularXXWeb-Book.woff2") format("woff2"), url("../fonts/CircularStd/CircularXXWeb-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
* System
*/
/*
* Globals
*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body .page-wrapper {
  font-weight: normal;
  color: #112542;
}

.page-wrapper *,
.page-wrapper *::before,
.page-wrapper *::after {
  font-family: "Circular Std", Fallback, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/*
* Typography
*/
h1, .h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 3.4375rem;
  line-height: 127.2%;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.1875rem;
    line-height: 125.7%;
  }
}

h2, .h2, form[action] .fieldset-legend {
  font-style: normal;
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 125.7%;
}

h3, .h3, .views-field-title span, .view-block h4.title,
.view-block .views-field-title, .tertiary_page.tertiary_content_type.grants .field--name-body .field__label, .webform-confirmation .webform-confirmation__message, form[action] .fieldset-wrapper .fieldset-legend {
  font-style: normal;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 121.5%;
}

h4, .h4, form[action] label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 123.5%;
}

h2 a, .h2 a, form[action] .fieldset-legend a, h3 a, .h3 a, .views-field-title span a, .view-block h4.title a,
.view-block .views-field-title a, .tertiary_page.tertiary_content_type.grants .field--name-body .field__label a, .webform-confirmation .webform-confirmation__message a, form[action] .fieldset-wrapper .fieldset-legend a, h4 a, .h4 a, form[action] label a {
  color: inherit;
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

p, .normal, form[action] input[type=checkbox] + label, .page-wrapper ol li, .page-wrapper ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
}

small, .small, .newsroom .newsroom-footer p, form[action] .description,
form[action] .webform-element-description {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 135%;
}

.large, .news-view .news-card a, .summary_blocks .summary_block_without_background .information {
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 125%;
}
.large a:not(.btn), .news-view .news-card a a:not(.btn), .summary_blocks .summary_block_without_background .information a:not(.btn) {
  text-decoration: underline;
}

.label, .blog-view .lower-content .date, .news-view .news-card .views-field-field-date-release .field-content, .view-leadership .view-block .views-field-field-name .field-content, .view.standard-view .view-block .views-label, .tertiary_page.tertiary_content_type .card-rounded .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .block-algolia-categories .ais-refinement-list--header, .block-algolia-results .algolia-item-host strong,
.block-algolia-results .algolia-item-locs strong, .block-algolia label, .node-links .previous, .node-links .next, .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, button.btn-open, button.btn-back {
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 114%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.breadcrumb {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.breadcrumb a {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item:not(:first-of-type)::before {
  content: "";
  background: transparent 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%3Cpath d='M6.00391 10L10.0011 6.00285L5.99829 2.00008' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 22px;
}
.node--type-newsroom .breadcrumb .breadcrumb-item:not(:first-of-type)::before, .stories .breadcrumb .breadcrumb-item:not(:first-of-type)::before, .faq-landing-page .breadcrumb .breadcrumb-item:not(:first-of-type)::before {
  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%3Cpath d='M6.00391 10L10.0011 6.00285L5.99829 2.00008' stroke='%23112542' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.page-wrapper a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.page-wrapper a:not([class]) h1, .page-wrapper a:not([class]) .h1, .page-wrapper a:not([class]) h2, .page-wrapper a:not([class]) .h2, .page-wrapper a:not([class]) form[action] .fieldset-legend, form[action] .page-wrapper a:not([class]) .fieldset-legend, .page-wrapper a:not([class]) h3, .page-wrapper a:not([class]) .h3, .page-wrapper a:not([class]) .views-field-title span, .views-field-title .page-wrapper a:not([class]) span,
.page-wrapper a:not([class]) .view-block .views-field-title,
.view-block .page-wrapper a:not([class]) .views-field-title, .page-wrapper a:not([class]) .tertiary_page.tertiary_content_type.grants .field--name-body .field__label, .tertiary_page.tertiary_content_type.grants .field--name-body .page-wrapper a:not([class]) .field__label, .page-wrapper a:not([class]) .webform-confirmation .webform-confirmation__message, .webform-confirmation .page-wrapper a:not([class]) .webform-confirmation__message, .page-wrapper a:not([class]) h4, .h4 .page-wrapper a:not([class]), form[action] label .page-wrapper a:not([class]) {
  color: inherit;
}
.page-wrapper q, .page-wrapper .q {
  quotes: "“" "”" "‘" "’";
}
.page-wrapper q::before, .page-wrapper .q::before {
  content: open-quote;
}
.page-wrapper q::after, .page-wrapper .q::after {
  content: close-quote;
}

/*
Customisations
*/
.long-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*
Content spacing
- Only applies to specific contexts like tertiary pages and content areas
*/
.row.content h2, .row.content h3,
.tertiary_content_type .layout-main-wrapper .content h2,
.tertiary_content_type .layout-main-wrapper .content h3 {
  margin-top: 34px;
}
.row.content h2 + p, .row.content h2 + ul, .row.content h2 + ol, .row.content h3 + p, .row.content h3 + ul, .row.content h3 + ol,
.tertiary_content_type .layout-main-wrapper .content h2 + p,
.tertiary_content_type .layout-main-wrapper .content h2 + ul,
.tertiary_content_type .layout-main-wrapper .content h2 + ol,
.tertiary_content_type .layout-main-wrapper .content h3 + p,
.tertiary_content_type .layout-main-wrapper .content h3 + ul,
.tertiary_content_type .layout-main-wrapper .content h3 + ol {
  margin-top: 20px;
}

/*
Image caption
*/
figcaption {
  color: #7F7B82;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
figcaption em {
  font-style: normal;
}

/*
* AMERICORPS:
* Icons
* - Uses an SVG definition sheet that's embedded at the top of <body>
* adopting an approach of colour and fill inheritance to make icon + text colour
* sync'ing easier across the site. Some more complex icons may require specific
* modification or classes to be supported fully
*/
i.icon, .image_slider i.slick-arrow:before, .button-group i.btn::after, .button-group .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .button-group i.ais-show-more::after, i.btn-toggle {
  display: block;
  width: 32px;
  height: 32px;
}
i.icon-dark {
  color: #112542;
}
i.icon-light, .section-heading.purple i.icon, .section-heading.purple i.btn-toggle, .section-heading.purple .button-group i.btn::after, .button-group .section-heading.purple i.btn::after, .section-heading.purple .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .section-heading.purple i.ais-show-more::after, .section-heading.purple .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .section-heading.purple i.ais-show-more::after, .section-heading.purple .image_slider i.slick-arrow:before, .image_slider .section-heading.purple i.slick-arrow:before, .section-heading.red i.icon, .section-heading.red i.btn-toggle, .section-heading.red .button-group i.btn::after, .button-group .section-heading.red i.btn::after, .section-heading.red .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .section-heading.red i.ais-show-more::after, .section-heading.red .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .section-heading.red i.ais-show-more::after, .section-heading.red .image_slider i.slick-arrow:before, .image_slider .section-heading.red i.slick-arrow:before, .section-heading.navy i.icon, .section-heading.navy i.btn-toggle, .section-heading.navy .button-group i.btn::after, .button-group .section-heading.navy i.btn::after, .section-heading.navy .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .section-heading.navy i.ais-show-more::after, .section-heading.navy .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .section-heading.navy i.ais-show-more::after, .section-heading.navy .image_slider i.slick-arrow:before, .image_slider .section-heading.navy i.slick-arrow:before, .section-heading.blue i.icon, .section-heading.blue i.btn-toggle, .section-heading.blue .button-group i.btn::after, .button-group .section-heading.blue i.btn::after, .section-heading.blue .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .section-heading.blue i.ais-show-more::after, .section-heading.blue .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .section-heading.blue i.ais-show-more::after, .section-heading.blue .image_slider i.slick-arrow:before, .image_slider .section-heading.blue i.slick-arrow:before, .section-heading.crimson i.icon, .section-heading.crimson i.btn-toggle, .section-heading.crimson .button-group i.btn::after, .button-group .section-heading.crimson i.btn::after, .section-heading.crimson .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .section-heading.crimson i.ais-show-more::after, .section-heading.crimson .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .section-heading.crimson i.ais-show-more::after, .section-heading.crimson .image_slider i.slick-arrow:before, .image_slider .section-heading.crimson i.slick-arrow:before, .highlight-columns .highlight-block.purple i.icon, .highlight-columns .highlight-block.purple i.btn-toggle, .highlight-columns .highlight-block.purple .button-group i.btn::after, .button-group .highlight-columns .highlight-block.purple i.btn::after, .highlight-columns .highlight-block.purple .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .highlight-columns .highlight-block.purple i.ais-show-more::after, .highlight-columns .highlight-block.purple .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .highlight-columns .highlight-block.purple i.ais-show-more::after, .highlight-columns .highlight-block.purple .image_slider i.slick-arrow:before, .image_slider .highlight-columns .highlight-block.purple i.slick-arrow:before, .highlight-columns .highlight-block.crimson i.icon, .highlight-columns .highlight-block.crimson i.btn-toggle, .highlight-columns .highlight-block.crimson .button-group i.btn::after, .button-group .highlight-columns .highlight-block.crimson i.btn::after, .highlight-columns .highlight-block.crimson .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .highlight-columns .highlight-block.crimson i.ais-show-more::after, .highlight-columns .highlight-block.crimson .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .highlight-columns .highlight-block.crimson i.ais-show-more::after, .highlight-columns .highlight-block.crimson .image_slider i.slick-arrow:before, .image_slider .highlight-columns .highlight-block.crimson i.slick-arrow:before, .highlight-columns .highlight-block.navy i.icon, .highlight-columns .highlight-block.navy i.btn-toggle, .highlight-columns .highlight-block.navy .button-group i.btn::after, .button-group .highlight-columns .highlight-block.navy i.btn::after, .highlight-columns .highlight-block.navy .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .highlight-columns .highlight-block.navy i.ais-show-more::after, .highlight-columns .highlight-block.navy .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .highlight-columns .highlight-block.navy i.ais-show-more::after, .highlight-columns .highlight-block.navy .image_slider i.slick-arrow:before, .image_slider .highlight-columns .highlight-block.navy i.slick-arrow:before, .highlight-columns .highlight-block.red i.icon, .highlight-columns .highlight-block.red i.btn-toggle, .highlight-columns .highlight-block.red .button-group i.btn::after, .button-group .highlight-columns .highlight-block.red i.btn::after, .highlight-columns .highlight-block.red .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .highlight-columns .highlight-block.red i.ais-show-more::after, .highlight-columns .highlight-block.red .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .highlight-columns .highlight-block.red i.ais-show-more::after, .highlight-columns .highlight-block.red .image_slider i.slick-arrow:before, .image_slider .highlight-columns .highlight-block.red i.slick-arrow:before, .highlight-columns .highlight-block.blue i.icon, .highlight-columns .highlight-block.blue i.btn-toggle, .highlight-columns .highlight-block.blue .button-group i.btn::after, .button-group .highlight-columns .highlight-block.blue i.btn::after, .highlight-columns .highlight-block.blue .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .highlight-columns .highlight-block.blue i.ais-show-more::after, .highlight-columns .highlight-block.blue .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .highlight-columns .highlight-block.blue i.ais-show-more::after, .highlight-columns .highlight-block.blue .image_slider i.slick-arrow:before, .image_slider .highlight-columns .highlight-block.blue i.slick-arrow:before {
  color: #ffffff;
}

svg.def {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/*
* Types
*/
.icon, .image_slider .slick-arrow:before, .button-group .btn::after, .button-group .block-algolia-categories .ais-show-more::after, .block-algolia-categories .button-group .ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .button-group .block-algolia a.button::after, .block-algolia .button-group a.button::after, .button-group .webform-confirmation .webform-confirmation__back a::after, .webform-confirmation .webform-confirmation__back .button-group a::after, .btn-toggle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon.fastfacts, .image_slider .fastfacts.slick-arrow:before, .button-group .fastfacts.btn::after, .button-group .block-algolia-categories .fastfacts.ais-show-more::after, .block-algolia-categories .button-group .fastfacts.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.fastfacts::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.fastfacts::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.fastfacts.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.fastfacts.button::after, .button-group .block-algolia a.fastfacts.button::after, .block-algolia .button-group a.fastfacts.button::after, .button-group .webform-confirmation .webform-confirmation__back a.fastfacts::after, .webform-confirmation .webform-confirmation__back .button-group a.fastfacts::after, .fastfacts.btn-toggle {
  background-image: url("../images/fastfacts.svg");
}
.icon.stories, .image_slider .stories.slick-arrow:before, .button-group .stories.btn::after, .button-group .block-algolia-categories .stories.ais-show-more::after, .block-algolia-categories .button-group .stories.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.stories::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.stories::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.stories.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.stories.button::after, .button-group .block-algolia a.stories.button::after, .block-algolia .button-group a.stories.button::after, .button-group .webform-confirmation .webform-confirmation__back a.stories::after, .webform-confirmation .webform-confirmation__back .button-group a.stories::after, .stories.btn-toggle {
  background-image: url("../images/stories.svg");
}
.icon.chevron, .image_slider .chevron.slick-arrow:before, .button-group .icon.btn::after, .button-group .block-algolia-categories .icon.ais-show-more::after, .block-algolia-categories .button-group .icon.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.icon::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.icon::after, .button-group .block-algolia a.icon.button::after, .block-algolia .button-group a.icon.button::after, .button-group .webform-confirmation .webform-confirmation__back a.icon::after, .webform-confirmation .webform-confirmation__back .button-group a.icon::after, .button-group .chevron.btn::after, .button-group .block-algolia-categories .chevron.ais-show-more::after, .block-algolia-categories .button-group .chevron.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.chevron::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.chevron::after, .button-group .block-algolia a.chevron.button::after, .block-algolia .button-group a.chevron.button::after, .button-group .webform-confirmation .webform-confirmation__back a.chevron::after, .webform-confirmation .webform-confirmation__back .button-group a.chevron::after, .button-group .btn::after, .button-group .block-algolia-categories .ais-show-more::after, .block-algolia-categories .button-group .ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .button-group .block-algolia a.button::after, .block-algolia .button-group a.button::after, .button-group .webform-confirmation .webform-confirmation__back a::after, .webform-confirmation .webform-confirmation__back .button-group a::after, .chevron.btn-toggle, .button-group .btn-toggle.btn::after, .button-group .block-algolia-categories .btn-toggle.ais-show-more::after, .block-algolia-categories .button-group .btn-toggle.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-toggle::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-toggle::after, .button-group .block-algolia a.btn-toggle.button::after, .block-algolia .button-group a.btn-toggle.button::after, .button-group .webform-confirmation .webform-confirmation__back a.btn-toggle::after, .webform-confirmation .webform-confirmation__back .button-group a.btn-toggle::after {
  background-image: url("../images/chevron.svg");
}
.icon.chevron-white, .image_slider .chevron-white.slick-arrow:before, .button-group .chevron-white.btn::after, .button-group .block-algolia-categories .chevron-white.ais-show-more::after, .block-algolia-categories .button-group .chevron-white.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.chevron-white::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.chevron-white::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.chevron-white.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.chevron-white.button::after, .button-group .block-algolia a.chevron-white.button::after, .block-algolia .button-group a.chevron-white.button::after, .button-group .webform-confirmation .webform-confirmation__back a.chevron-white::after, .webform-confirmation .webform-confirmation__back .button-group a.chevron-white::after, .chevron-white.btn-toggle {
  background-image: url("../images/chevron-white.svg");
}
.icon.newsroom, .image_slider .newsroom.slick-arrow:before, .button-group .newsroom.btn::after, .button-group .block-algolia-categories .newsroom.ais-show-more::after, .block-algolia-categories .button-group .newsroom.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.newsroom::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.newsroom::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.newsroom.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.newsroom.button::after, .button-group .block-algolia a.newsroom.button::after, .block-algolia .button-group a.newsroom.button::after, .button-group .webform-confirmation .webform-confirmation__back a.newsroom::after, .webform-confirmation .webform-confirmation__back .button-group a.newsroom::after, .newsroom.btn-toggle {
  background-image: url("../images/newsroom.svg");
}
.icon.timeline, .image_slider .timeline.slick-arrow:before, .button-group .timeline.btn::after, .button-group .block-algolia-categories .timeline.ais-show-more::after, .block-algolia-categories .button-group .timeline.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.timeline::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.timeline::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.timeline.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.timeline.button::after, .button-group .block-algolia a.timeline.button::after, .block-algolia .button-group a.timeline.button::after, .button-group .webform-confirmation .webform-confirmation__back a.timeline::after, .webform-confirmation .webform-confirmation__back .button-group a.timeline::after, .timeline.btn-toggle {
  background-image: url("../images/timeline.svg");
}
.icon.funding, .image_slider .funding.slick-arrow:before, .button-group .funding.btn::after, .button-group .block-algolia-categories .funding.ais-show-more::after, .block-algolia-categories .button-group .funding.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.funding::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.funding::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.funding.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.funding.button::after, .button-group .block-algolia a.funding.button::after, .block-algolia .button-group a.funding.button::after, .button-group .webform-confirmation .webform-confirmation__back a.funding::after, .webform-confirmation .webform-confirmation__back .button-group a.funding::after, .funding.btn-toggle {
  background-image: url("../images/funding.svg");
}
.icon.webinars, .image_slider .webinars.slick-arrow:before, .button-group .webinars.btn::after, .button-group .block-algolia-categories .webinars.ais-show-more::after, .block-algolia-categories .button-group .webinars.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.webinars::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.webinars::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.webinars.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.webinars.button::after, .button-group .block-algolia a.webinars.button::after, .block-algolia .button-group a.webinars.button::after, .button-group .webform-confirmation .webform-confirmation__back a.webinars::after, .webform-confirmation .webform-confirmation__back .button-group a.webinars::after, .webinars.btn-toggle {
  background-image: url("../images/webinars.svg");
}
.icon.minus-blue, .image_slider .minus-blue.slick-arrow:before, .button-group .minus-blue.btn::after, .button-group .block-algolia-categories .minus-blue.ais-show-more::after, .block-algolia-categories .button-group .minus-blue.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.minus-blue::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.minus-blue::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.minus-blue.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.minus-blue.button::after, .button-group .block-algolia a.minus-blue.button::after, .block-algolia .button-group a.minus-blue.button::after, .button-group .webform-confirmation .webform-confirmation__back a.minus-blue::after, .webform-confirmation .webform-confirmation__back .button-group a.minus-blue::after, .minus-blue.btn-toggle, .btn-toggle[aria-expanded=true] {
  background-image: url("../images/minus-blue.svg");
}
.icon.plus-blue, .image_slider .plus-blue.slick-arrow:before, .button-group .plus-blue.btn::after, .button-group .block-algolia-categories .plus-blue.ais-show-more::after, .block-algolia-categories .button-group .plus-blue.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.plus-blue::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.plus-blue::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.plus-blue.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.plus-blue.button::after, .button-group .block-algolia a.plus-blue.button::after, .block-algolia .button-group a.plus-blue.button::after, .button-group .webform-confirmation .webform-confirmation__back a.plus-blue::after, .webform-confirmation .webform-confirmation__back .button-group a.plus-blue::after, .plus-blue.btn-toggle, .btn-toggle[aria-expanded=false] {
  background-image: url("../images/plus-blue.svg");
}
.icon.cross-blue, .image_slider .cross-blue.slick-arrow:before, .button-group .cross-blue.btn::after, .button-group .block-algolia-categories .cross-blue.ais-show-more::after, .block-algolia-categories .button-group .cross-blue.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.cross-blue::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.cross-blue::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.cross-blue.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.cross-blue.button::after, .button-group .block-algolia a.cross-blue.button::after, .block-algolia .button-group a.cross-blue.button::after, .button-group .webform-confirmation .webform-confirmation__back a.cross-blue::after, .webform-confirmation .webform-confirmation__back .button-group a.cross-blue::after, .cross-blue.btn-toggle {
  background-image: url("../images/cross-blue.svg");
}
.icon.up-blue, .image_slider .up-blue.slick-arrow:before, .button-group .up-blue.btn::after, .button-group .block-algolia-categories .up-blue.ais-show-more::after, .block-algolia-categories .button-group .up-blue.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.up-blue::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.up-blue::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.up-blue.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.up-blue.button::after, .button-group .block-algolia a.up-blue.button::after, .block-algolia .button-group a.up-blue.button::after, .button-group .webform-confirmation .webform-confirmation__back a.up-blue::after, .webform-confirmation .webform-confirmation__back .button-group a.up-blue::after, .up-blue.btn-toggle {
  background-image: url("../images/up-blue.svg");
}
.icon.down-blue, .image_slider .down-blue.slick-arrow:before, .button-group .down-blue.btn::after, .button-group .block-algolia-categories .down-blue.ais-show-more::after, .block-algolia-categories .button-group .down-blue.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.down-blue::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.down-blue::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.down-blue.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.down-blue.button::after, .button-group .block-algolia a.down-blue.button::after, .block-algolia .button-group a.down-blue.button::after, .button-group .webform-confirmation .webform-confirmation__back a.down-blue::after, .webform-confirmation .webform-confirmation__back .button-group a.down-blue::after, .down-blue.btn-toggle {
  background-image: url("../images/down-blue.svg");
}
.icon.left-blue, .image_slider .left-blue.slick-arrow:before, .button-group .left-blue.btn::after, .button-group .block-algolia-categories .left-blue.ais-show-more::after, .block-algolia-categories .button-group .left-blue.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.left-blue::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.left-blue::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.left-blue.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.left-blue.button::after, .button-group .block-algolia a.left-blue.button::after, .block-algolia .button-group a.left-blue.button::after, .button-group .webform-confirmation .webform-confirmation__back a.left-blue::after, .webform-confirmation .webform-confirmation__back .button-group a.left-blue::after, .left-blue.btn-toggle {
  background-image: url("../images/left-blue.svg");
}
.icon.right-blue, .image_slider .slick-arrow:before, .button-group .right-blue.btn::after, .button-group .block-algolia-categories .right-blue.ais-show-more::after, .block-algolia-categories .button-group .right-blue.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.right-blue::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.right-blue::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.right-blue.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.right-blue.button::after, .button-group .block-algolia a.right-blue.button::after, .block-algolia .button-group a.right-blue.button::after, .button-group .webform-confirmation .webform-confirmation__back a.right-blue::after, .webform-confirmation .webform-confirmation__back .button-group a.right-blue::after, .right-blue.btn-toggle {
  background-image: url("../images/right-blue.svg");
}

/*
* Icons colours
*/
.icon.stories, .image_slider .stories.slick-arrow:before, .button-group .stories.btn::after, .button-group .block-algolia-categories .stories.ais-show-more::after, .block-algolia-categories .button-group .stories.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.stories::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.stories::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.stories.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.stories.button::after, .button-group .block-algolia a.stories.button::after, .block-algolia .button-group a.stories.button::after, .button-group .webform-confirmation .webform-confirmation__back a.stories::after, .webform-confirmation .webform-confirmation__back .button-group a.stories::after, .stories.btn-toggle {
  color: #1550ED;
}
.icon.newsroom, .image_slider .newsroom.slick-arrow:before, .button-group .newsroom.btn::after, .button-group .block-algolia-categories .newsroom.ais-show-more::after, .block-algolia-categories .button-group .newsroom.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.newsroom::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.newsroom::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.newsroom.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.newsroom.button::after, .button-group .block-algolia a.newsroom.button::after, .block-algolia .button-group a.newsroom.button::after, .button-group .webform-confirmation .webform-confirmation__back a.newsroom::after, .webform-confirmation .webform-confirmation__back .button-group a.newsroom::after, .newsroom.btn-toggle {
  color: #DCA312;
}
.icon.timeline, .image_slider .timeline.slick-arrow:before, .button-group .timeline.btn::after, .button-group .block-algolia-categories .timeline.ais-show-more::after, .block-algolia-categories .button-group .timeline.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.timeline::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.timeline::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.timeline.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.timeline.button::after, .button-group .block-algolia a.timeline.button::after, .block-algolia .button-group a.timeline.button::after, .button-group .webform-confirmation .webform-confirmation__back a.timeline::after, .webform-confirmation .webform-confirmation__back .button-group a.timeline::after, .timeline.btn-toggle, .icon.funding, .image_slider .funding.slick-arrow:before, .button-group .funding.btn::after, .button-group .block-algolia-categories .funding.ais-show-more::after, .block-algolia-categories .button-group .funding.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.funding::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.funding::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.funding.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.funding.button::after, .button-group .block-algolia a.funding.button::after, .block-algolia .button-group a.funding.button::after, .button-group .webform-confirmation .webform-confirmation__back a.funding::after, .webform-confirmation .webform-confirmation__back .button-group a.funding::after, .funding.btn-toggle {
  color: #9DA950;
}
.icon.webinars, .image_slider .webinars.slick-arrow:before, .button-group .webinars.btn::after, .button-group .block-algolia-categories .webinars.ais-show-more::after, .block-algolia-categories .button-group .webinars.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.webinars::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.webinars::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.webinars.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.webinars.button::after, .button-group .block-algolia a.webinars.button::after, .block-algolia .button-group a.webinars.button::after, .button-group .webform-confirmation .webform-confirmation__back a.webinars::after, .webform-confirmation .webform-confirmation__back .button-group a.webinars::after, .webinars.btn-toggle {
  color: #3B2B94;
}

/*
* Block combination
*/
.label.with-icon, .blog-view .lower-content .with-icon.date, .news-view .news-card .views-field-field-date-release .with-icon.field-content, .view-leadership .view-block .views-field-field-name .with-icon.field-content, .view.standard-view .view-block .with-icon.views-label, .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label, .block-algolia-categories .with-icon.ais-refinement-list--header, .block-algolia-results .algolia-item-host strong.with-icon,
.block-algolia-results .algolia-item-locs strong.with-icon, .block-algolia label.with-icon, .node-links .with-icon.previous, .node-links .with-icon.next, .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link, button.with-icon.btn-open, button.with-icon.btn-back {
  display: flex;
  align-items: center;
}
.label.with-icon i.icon, .blog-view .lower-content .with-icon.date i.icon, .news-view .news-card .views-field-field-date-release .with-icon.field-content i.icon, .view-leadership .view-block .views-field-field-name .with-icon.field-content i.icon, .view.standard-view .view-block .with-icon.views-label i.icon, .label.with-icon .image_slider i.slick-arrow:before, .blog-view .lower-content .with-icon.date .image_slider i.slick-arrow:before, .news-view .news-card .views-field-field-date-release .with-icon.field-content .image_slider i.slick-arrow:before, .view-leadership .view-block .views-field-field-name .with-icon.field-content .image_slider i.slick-arrow:before, .view.standard-view .view-block .with-icon.views-label .image_slider i.slick-arrow:before, .image_slider .label.with-icon i.slick-arrow:before, .image_slider .blog-view .lower-content .with-icon.date i.slick-arrow:before, .blog-view .lower-content .image_slider .with-icon.date i.slick-arrow:before, .image_slider .news-view .news-card .views-field-field-date-release .with-icon.field-content i.slick-arrow:before, .news-view .news-card .views-field-field-date-release .image_slider .with-icon.field-content i.slick-arrow:before, .image_slider .view-leadership .view-block .views-field-field-name .with-icon.field-content i.slick-arrow:before, .view-leadership .view-block .views-field-field-name .image_slider .with-icon.field-content i.slick-arrow:before, .image_slider .view.standard-view .view-block .with-icon.views-label i.slick-arrow:before, .view.standard-view .view-block .image_slider .with-icon.views-label i.slick-arrow:before, .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label i.icon, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.icon, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label i.icon, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label i.icon, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label i.icon, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label i.icon, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label i.icon, .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label .image_slider i.slick-arrow:before, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .image_slider i.slick-arrow:before, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label .image_slider i.slick-arrow:before, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label .image_slider i.slick-arrow:before, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label .image_slider i.slick-arrow:before, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label .image_slider i.slick-arrow:before, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label .image_slider i.slick-arrow:before, .image_slider .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label i.slick-arrow:before, .image_slider .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.slick-arrow:before, .three-column-layout.boxed .row.content .col-lg-12 .image_slider .tertiary_page.tertiary_content_type .field .with-icon.field__label i.slick-arrow:before, .image_slider .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label i.slick-arrow:before, .fast-facts-fullwidth.boxed .image_slider .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label i.slick-arrow:before, .image_slider .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label i.slick-arrow:before, .double-banner-callout.boxed .content-block .image_slider .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label i.slick-arrow:before, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label i.icon, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label .image_slider i.slick-arrow:before, .image_slider .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label i.slick-arrow:before, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label i.icon, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label .image_slider i.slick-arrow:before, .image_slider .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label i.slick-arrow:before, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.icon, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .image_slider i.slick-arrow:before, .image_slider .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.slick-arrow:before, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label i.icon, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label .image_slider i.slick-arrow:before, .image_slider .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label i.slick-arrow:before, .block-algolia-categories .with-icon.ais-refinement-list--header i.icon, .block-algolia-categories .with-icon.ais-refinement-list--header .image_slider i.slick-arrow:before, .image_slider .block-algolia-categories .with-icon.ais-refinement-list--header i.slick-arrow:before, .block-algolia-results .algolia-item-host strong.with-icon i.icon, .block-algolia-results .algolia-item-host strong.with-icon .image_slider i.slick-arrow:before, .image_slider .block-algolia-results .algolia-item-host strong.with-icon i.slick-arrow:before,
.block-algolia-results .algolia-item-locs strong.with-icon i.icon,
.block-algolia-results .algolia-item-locs strong.with-icon .image_slider i.slick-arrow:before,
.image_slider .block-algolia-results .algolia-item-locs strong.with-icon i.slick-arrow:before, .block-algolia label.with-icon i.icon, .block-algolia label.with-icon .image_slider i.slick-arrow:before, .image_slider .block-algolia label.with-icon i.slick-arrow:before, .node-links .with-icon.previous i.icon, .node-links .with-icon.previous .image_slider i.slick-arrow:before, .image_slider .node-links .with-icon.previous i.slick-arrow:before, .node-links .with-icon.next i.icon, .node-links .with-icon.next .image_slider i.slick-arrow:before, .image_slider .node-links .with-icon.next i.slick-arrow:before, .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link i.icon, .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link .image_slider i.slick-arrow:before, .image_slider .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link i.slick-arrow:before, .label.with-icon .button-group i.btn::after, .blog-view .lower-content .with-icon.date .button-group i.btn::after, .news-view .news-card .views-field-field-date-release .with-icon.field-content .button-group i.btn::after, .view-leadership .view-block .views-field-field-name .with-icon.field-content .button-group i.btn::after, .view.standard-view .view-block .with-icon.views-label .button-group i.btn::after, .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label .button-group i.btn::after, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .button-group i.btn::after, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label .button-group i.btn::after, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label .button-group i.btn::after, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label .button-group i.btn::after, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label .button-group i.btn::after, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label .button-group i.btn::after, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label .button-group i.btn::after, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label .button-group i.btn::after, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .button-group i.btn::after, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label .button-group i.btn::after, .label.with-icon .button-group .block-algolia-categories i.ais-show-more::after, .blog-view .lower-content .with-icon.date .button-group .block-algolia-categories i.ais-show-more::after, .news-view .news-card .views-field-field-date-release .with-icon.field-content .button-group .block-algolia-categories i.ais-show-more::after, .view-leadership .view-block .views-field-field-name .with-icon.field-content .button-group .block-algolia-categories i.ais-show-more::after, .view.standard-view .view-block .with-icon.views-label .button-group .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label .button-group .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .label.with-icon .button-group i.ais-show-more::after, .block-algolia-categories .blog-view .lower-content .with-icon.date .button-group i.ais-show-more::after, .blog-view .lower-content .block-algolia-categories .with-icon.date .button-group i.ais-show-more::after, .block-algolia-categories .news-view .news-card .views-field-field-date-release .with-icon.field-content .button-group i.ais-show-more::after, .news-view .news-card .views-field-field-date-release .block-algolia-categories .with-icon.field-content .button-group i.ais-show-more::after, .block-algolia-categories .view-leadership .view-block .views-field-field-name .with-icon.field-content .button-group i.ais-show-more::after, .view-leadership .view-block .views-field-field-name .block-algolia-categories .with-icon.field-content .button-group i.ais-show-more::after, .block-algolia-categories .view.standard-view .view-block .with-icon.views-label .button-group i.ais-show-more::after, .view.standard-view .view-block .block-algolia-categories .with-icon.views-label .button-group i.ais-show-more::after, .block-algolia-categories .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label .button-group i.ais-show-more::after, .block-algolia-categories .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .button-group i.ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .block-algolia-categories .tertiary_page.tertiary_content_type .field .with-icon.field__label .button-group i.ais-show-more::after, .block-algolia-categories .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label .button-group i.ais-show-more::after, .fast-facts-fullwidth.boxed .block-algolia-categories .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label .button-group i.ais-show-more::after, .block-algolia-categories .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label .button-group i.ais-show-more::after, .double-banner-callout.boxed .content-block .block-algolia-categories .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label .button-group i.ais-show-more::after, .block-algolia-categories .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label .button-group i.ais-show-more::after, .two-column-layout.paragraph-fullwidth .block-algolia-categories .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label .button-group i.ais-show-more::after, .block-algolia-categories .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .button-group i.ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .block-algolia-categories .tertiary_page.tertiary_content_type .field .with-icon.field__label .button-group i.ais-show-more::after, .tertiary_page.tertiary_content_type .card-rounded .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .block-algolia-categories .with-icon.field__label .button-group i.ais-show-more::after, .block-algolia-categories .with-icon.ais-refinement-list--header .button-group i.btn::after, .block-algolia-categories .with-icon.ais-refinement-list--header .button-group i.ais-show-more::after, .block-algolia-results .algolia-item-host strong.with-icon .button-group i.btn::after, .block-algolia-results .algolia-item-host strong.with-icon .button-group .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .block-algolia-results .algolia-item-host strong.with-icon .button-group i.ais-show-more::after,
.block-algolia-results .algolia-item-locs strong.with-icon .button-group i.btn::after,
.block-algolia-results .algolia-item-locs strong.with-icon .button-group .block-algolia-categories i.ais-show-more::after,
.block-algolia-categories .block-algolia-results .algolia-item-locs strong.with-icon .button-group i.ais-show-more::after, .block-algolia label.with-icon .button-group i.btn::after, .block-algolia label.with-icon .button-group .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .block-algolia label.with-icon .button-group i.ais-show-more::after, .node-links .with-icon.previous .button-group i.btn::after, .node-links .with-icon.previous .button-group .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .node-links .with-icon.previous .button-group i.ais-show-more::after, .node-links .with-icon.next .button-group i.btn::after, .node-links .with-icon.next .button-group .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .node-links .with-icon.next .button-group i.ais-show-more::after, .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link .button-group i.btn::after, .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link .button-group .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link .button-group i.ais-show-more::after, .button-group .label.with-icon i.btn::after, .button-group .blog-view .lower-content .with-icon.date i.btn::after, .blog-view .lower-content .button-group .with-icon.date i.btn::after, .button-group .news-view .news-card .views-field-field-date-release .with-icon.field-content i.btn::after, .news-view .news-card .views-field-field-date-release .button-group .with-icon.field-content i.btn::after, .button-group .view-leadership .view-block .views-field-field-name .with-icon.field-content i.btn::after, .view-leadership .view-block .views-field-field-name .button-group .with-icon.field-content i.btn::after, .button-group .view.standard-view .view-block .with-icon.views-label i.btn::after, .view.standard-view .view-block .button-group .with-icon.views-label i.btn::after, .button-group .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label i.btn::after, .button-group .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.btn::after, .three-column-layout.boxed .row.content .col-lg-12 .button-group .tertiary_page.tertiary_content_type .field .with-icon.field__label i.btn::after, .button-group .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label i.btn::after, .fast-facts-fullwidth.boxed .button-group .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label i.btn::after, .button-group .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label i.btn::after, .double-banner-callout.boxed .content-block .button-group .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label i.btn::after, .button-group .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label i.btn::after, .two-column-layout.paragraph-fullwidth .button-group .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label i.btn::after, .button-group .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.btn::after, .two-column-layout.boxed .row.content .col-lg-12 .button-group .tertiary_page.tertiary_content_type .field .with-icon.field__label i.btn::after, .tertiary_page.tertiary_content_type .card-rounded .button-group .with-icon.field__label i.btn::after, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .with-icon.field__label i.btn::after, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .button-group .with-icon.field__label i.btn::after, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .button-group .with-icon.field__label i.btn::after, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .button-group .with-icon.field__label i.btn::after, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .button-group .with-icon.field__label i.btn::after, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .button-group .with-icon.field__label i.btn::after, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .with-icon.field__label i.btn::after, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .button-group .with-icon.field__label i.btn::after, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .with-icon.field__label i.btn::after, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .button-group .with-icon.field__label i.btn::after, .button-group .label.with-icon .block-algolia-categories i.ais-show-more::after, .button-group .blog-view .lower-content .with-icon.date .block-algolia-categories i.ais-show-more::after, .blog-view .lower-content .button-group .with-icon.date .block-algolia-categories i.ais-show-more::after, .button-group .news-view .news-card .views-field-field-date-release .with-icon.field-content .block-algolia-categories i.ais-show-more::after, .news-view .news-card .views-field-field-date-release .button-group .with-icon.field-content .block-algolia-categories i.ais-show-more::after, .button-group .view-leadership .view-block .views-field-field-name .with-icon.field-content .block-algolia-categories i.ais-show-more::after, .view-leadership .view-block .views-field-field-name .button-group .with-icon.field-content .block-algolia-categories i.ais-show-more::after, .button-group .view.standard-view .view-block .with-icon.views-label .block-algolia-categories i.ais-show-more::after, .view.standard-view .view-block .button-group .with-icon.views-label .block-algolia-categories i.ais-show-more::after, .button-group .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .button-group .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .button-group .tertiary_page.tertiary_content_type .field .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .button-group .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .fast-facts-fullwidth.boxed .button-group .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .button-group .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .double-banner-callout.boxed .content-block .button-group .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .button-group .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .two-column-layout.paragraph-fullwidth .button-group .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .button-group .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .button-group .tertiary_page.tertiary_content_type .field .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .card-rounded .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .button-group .with-icon.field__label .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .button-group .label.with-icon i.ais-show-more::after, .block-algolia-categories .button-group .blog-view .lower-content .with-icon.date i.ais-show-more::after, .blog-view .lower-content .block-algolia-categories .button-group .with-icon.date i.ais-show-more::after, .block-algolia-categories .button-group .news-view .news-card .views-field-field-date-release .with-icon.field-content i.ais-show-more::after, .news-view .news-card .views-field-field-date-release .block-algolia-categories .button-group .with-icon.field-content i.ais-show-more::after, .block-algolia-categories .button-group .view-leadership .view-block .views-field-field-name .with-icon.field-content i.ais-show-more::after, .view-leadership .view-block .views-field-field-name .block-algolia-categories .button-group .with-icon.field-content i.ais-show-more::after, .block-algolia-categories .button-group .view.standard-view .view-block .with-icon.views-label i.ais-show-more::after, .view.standard-view .view-block .block-algolia-categories .button-group .with-icon.views-label i.ais-show-more::after, .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label i.ais-show-more::after, .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .field .with-icon.field__label i.ais-show-more::after, .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label i.ais-show-more::after, .fast-facts-fullwidth.boxed .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label i.ais-show-more::after, .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label i.ais-show-more::after, .double-banner-callout.boxed .content-block .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label i.ais-show-more::after, .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label i.ais-show-more::after, .two-column-layout.paragraph-fullwidth .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label i.ais-show-more::after, .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .block-algolia-categories .button-group .tertiary_page.tertiary_content_type .field .with-icon.field__label i.ais-show-more::after, .tertiary_page.tertiary_content_type .card-rounded .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .block-algolia-categories .button-group .with-icon.field__label i.ais-show-more::after, .button-group .block-algolia-categories .with-icon.ais-refinement-list--header i.btn::after, .button-group .block-algolia-categories .with-icon.ais-refinement-list--header i.ais-show-more::after, .block-algolia-categories .button-group .with-icon.ais-refinement-list--header i.btn::after, .block-algolia-categories .button-group .with-icon.ais-refinement-list--header i.ais-show-more::after, .button-group .block-algolia-results .algolia-item-host strong.with-icon i.btn::after, .button-group .block-algolia-results .algolia-item-host strong.with-icon .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .button-group .block-algolia-results .algolia-item-host strong.with-icon i.ais-show-more::after, .block-algolia-results .algolia-item-host .button-group strong.with-icon i.btn::after, .block-algolia-results .algolia-item-host .button-group strong.with-icon .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .block-algolia-results .algolia-item-host .button-group strong.with-icon i.ais-show-more::after,
.button-group .block-algolia-results .algolia-item-locs strong.with-icon i.btn::after,
.button-group .block-algolia-results .algolia-item-locs strong.with-icon .block-algolia-categories i.ais-show-more::after,
.block-algolia-categories .button-group .block-algolia-results .algolia-item-locs strong.with-icon i.ais-show-more::after,
.block-algolia-results .algolia-item-locs .button-group strong.with-icon i.btn::after,
.block-algolia-results .algolia-item-locs .button-group strong.with-icon .block-algolia-categories i.ais-show-more::after,
.block-algolia-categories .block-algolia-results .algolia-item-locs .button-group strong.with-icon i.ais-show-more::after, .button-group .block-algolia label.with-icon i.btn::after, .button-group .block-algolia label.with-icon .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .button-group .block-algolia label.with-icon i.ais-show-more::after, .block-algolia .button-group label.with-icon i.btn::after, .block-algolia .button-group label.with-icon .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .block-algolia .button-group label.with-icon i.ais-show-more::after, .button-group .node-links .with-icon.previous i.btn::after, .button-group .node-links .with-icon.previous .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .button-group .node-links .with-icon.previous i.ais-show-more::after, .node-links .button-group .with-icon.previous i.btn::after, .node-links .button-group .with-icon.previous .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .node-links .button-group .with-icon.previous i.ais-show-more::after, .button-group .node-links .with-icon.next i.btn::after, .button-group .node-links .with-icon.next .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .button-group .node-links .with-icon.next i.ais-show-more::after, .node-links .button-group .with-icon.next i.btn::after, .node-links .button-group .with-icon.next .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .node-links .button-group .with-icon.next i.ais-show-more::after, .button-group .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link i.btn::after, .button-group .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .button-group .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link i.ais-show-more::after, .tertiary_page .sidebar-menu .tertiary-sidebar .button-group .with-icon.parent-link i.btn::after, .tertiary_page .sidebar-menu .tertiary-sidebar .button-group .with-icon.parent-link .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .tertiary_page .sidebar-menu .tertiary-sidebar .button-group .with-icon.parent-link i.ais-show-more::after, button.with-icon.btn-open i.icon, button.with-icon.btn-open .image_slider i.slick-arrow:before, .image_slider button.with-icon.btn-open i.slick-arrow:before, button.with-icon.btn-open .button-group i.btn::after, button.with-icon.btn-open .button-group .block-algolia-categories i.ais-show-more::after, .block-algolia-categories button.with-icon.btn-open .button-group i.ais-show-more::after, .button-group button.with-icon.btn-open i.btn::after, .button-group button.with-icon.btn-open .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .button-group button.with-icon.btn-open i.ais-show-more::after, button.with-icon.btn-back i.icon, button.with-icon.btn-back .image_slider i.slick-arrow:before, .image_slider button.with-icon.btn-back i.slick-arrow:before, button.with-icon.btn-back .button-group i.btn::after, button.with-icon.btn-back .button-group .block-algolia-categories i.ais-show-more::after, .block-algolia-categories button.with-icon.btn-back .button-group i.ais-show-more::after, .button-group button.with-icon.btn-back i.btn::after, .button-group button.with-icon.btn-back .block-algolia-categories i.ais-show-more::after, .block-algolia-categories .button-group button.with-icon.btn-back i.ais-show-more::after, .label.with-icon i.btn-toggle, .blog-view .lower-content .with-icon.date i.btn-toggle, .news-view .news-card .views-field-field-date-release .with-icon.field-content i.btn-toggle, .view-leadership .view-block .views-field-field-name .with-icon.field-content i.btn-toggle, .view.standard-view .view-block .with-icon.views-label i.btn-toggle, .tertiary_page.tertiary_content_type .card-rounded .with-icon.field__label i.btn-toggle, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.btn-toggle, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label i.btn-toggle, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .with-icon.field__label i.btn-toggle, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .with-icon.field__label i.btn-toggle, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .with-icon.field__label i.btn-toggle, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .with-icon.field__label i.btn-toggle, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .with-icon.field__label i.btn-toggle, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .with-icon.field__label i.btn-toggle, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .with-icon.field__label i.btn-toggle, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .with-icon.field__label i.btn-toggle, .block-algolia-categories .with-icon.ais-refinement-list--header i.btn-toggle, .block-algolia-results .algolia-item-host strong.with-icon i.btn-toggle,
.block-algolia-results .algolia-item-locs strong.with-icon i.btn-toggle, .block-algolia label.with-icon i.btn-toggle, .node-links .with-icon.previous i.btn-toggle, .node-links .with-icon.next i.btn-toggle, .tertiary_page .sidebar-menu .tertiary-sidebar .with-icon.parent-link i.btn-toggle, button.with-icon.btn-open i.btn-toggle, button.with-icon.btn-back i.btn-toggle {
  margin-right: 10px;
}

/*
* AmeriCorps
* ==========
* Border style definitions used
* throughout the theme.
*/
.hr, .divider .divider-line, hr {
  margin: 30px auto;
  display: block;
  height: 2px;
  background-color: #112542;
  opacity: 0.1;
  margin-top: 34px;
  margin-bottom: 34px;
}

.roundal {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.roundal:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.roundal > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .roundal {
    width: 30%;
  }
}
.roundal img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.table,
table {
  margin-top: 34px;
  margin-bottom: 20px;
  min-width: 100%;
  font-size: 1rem;
  color: #112542;
  border: 0 !important;
}
.table th,
table th {
  background-color: #ffffff;
  color: #112542;
  text-align: left;
  border: 0;
  padding: 23px;
  width: auto !important;
}
@media (max-width: 991.98px) {
  .table th,
  table th {
    padding: 13px;
  }
}
.table tbody tr,
table tbody tr {
  background-color: #ffffff;
}
.table tbody tr:nth-child(odd),
table tbody tr:nth-child(odd) {
  background-color: #F2F2F3;
}
.table tbody tr:nth-child(even) td :first-child,
table tbody tr:nth-child(even) td :first-child {
  margin-top: 10px !important;
}
.table tbody tr td,
table tbody tr td {
  border: 0;
  padding: 23px;
  vertical-align: top;
  width: auto !important;
}
.table tbody tr td :first-child,
table tbody tr td :first-child {
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  .table tbody tr td,
  table tbody tr td {
    padding: 13px;
  }
}
.table tbody tr td:only-child,
table tbody tr td:only-child {
  border-radius: 14px;
}
.table tbody tr td:not(:only-child):first-child,
table tbody tr td:not(:only-child):first-child {
  border-radius: 14px 0 0 14px;
}
.table tbody tr td:not(:only-child):last-child,
table tbody tr td:not(:only-child):last-child {
  border-radius: 0 14px 14px 0;
}

.scrollable.has-scroll {
  position: relative;
  overflow: hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
  margin-top: 34px;
}
.scrollable.has-scroll table {
  margin-top: 0;
}

.scrollable.has-scroll::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px/50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
}

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow: auto;
}

.scrollable > div::-webkit-scrollbar {
  height: 12px;
}

.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}

/**
* Global
**/
.modal .close {
  position: absolute;
  opacity: 1;
  right: 50px;
  top: 50px;
  height: 50px;
  width: 50px;
}
.modal .close .icon, .modal .close .image_slider .slick-arrow:before, .image_slider .modal .close .slick-arrow:before, .modal .close .button-group .btn::after, .modal .close .button-group .block-algolia-categories .ais-show-more::after, .block-algolia-categories .modal .close .button-group .ais-show-more::after, .modal .close .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .block-algolia-results .ais-infinite-hits--showmore .modal .close .button-group button::after, .modal .close .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .modal .close .button-group a.button::after, .modal .close .button-group .block-algolia a.button::after, .block-algolia .modal .close .button-group a.button::after, .modal .close .button-group .webform-confirmation .webform-confirmation__back a::after, .webform-confirmation .webform-confirmation__back .modal .close .button-group a::after, .button-group .modal .close .btn::after, .button-group .modal .close .block-algolia-categories .ais-show-more::after, .block-algolia-categories .button-group .modal .close .ais-show-more::after, .button-group .modal .close .block-algolia-results .ais-infinite-hits--showmore button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .modal .close button::after, .button-group .modal .close .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .modal .close a.button::after, .button-group .modal .close .block-algolia a.button::after, .block-algolia .button-group .modal .close a.button::after, .button-group .modal .close .webform-confirmation .webform-confirmation__back a::after, .webform-confirmation .webform-confirmation__back .button-group .modal .close a::after, .modal .close .btn-toggle {
  height: 100%;
  width: 100%;
  background-size: contain;
  margin-right: 0;
}

/**
* Backdrop
**/
.modal-backdrop.show {
  background-color: #112542;
  opacity: 0.8;
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
}

/**
* Video player
**/
.modal.modal-video-player .modal-inner {
  width: 75%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .modal.modal-video-player .modal-inner {
    width: calc(100% - 100px);
  }
}
@media (max-width: 991.98px) {
  .modal.modal-video-player .modal-inner {
    width: 100%;
  }
}
.modal.modal-video-player .modal-content {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.modal.modal-video-player .modal-embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

/**
* External
**/
.modal.modal-external-link .modal-content {
  background: transparent;
}
.modal.modal-external-link .modal-content,
.modal.modal-external-link .modal-inner,
.modal.modal-external-link .modal-body {
  height: 100%;
}
.modal.modal-external-link .modal-body {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .modal.modal-external-link .modal-body {
    padding: 0;
  }
}
.modal.modal-external-link .header, .modal.modal-external-link .body, .modal.modal-external-link .footer {
  background: #ffffff;
  padding: 34px;
}
@media (max-width: 767.98px) {
  .modal.modal-external-link .header, .modal.modal-external-link .body, .modal.modal-external-link .footer {
    padding: 20px;
  }
}
.modal.modal-external-link .header {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  position: relative;
}
.modal.modal-external-link .close {
  top: 34px;
  height: 60px;
  width: 50px;
}
@media (max-width: 767.98px) {
  .modal.modal-external-link .close {
    top: 10px;
    right: 10px;
  }
  .modal.modal-external-link .close svg {
    transform: scale(0.8);
  }
}
.modal.modal-external-link .close svg {
  width: 100%;
}
@media (max-width: 767.98px) {
  .modal.modal-external-link .banner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 30px;
  }
}
@media (min-width: 576px) {
  .modal.modal-external-link .banner {
    background: #1550ED;
    width: -moz-max-content;
    width: max-content;
    padding: 20px 20px 20px 40px;
    color: #ffffff;
    font-weight: normal;
    transform: translateX(-48px);
    min-height: 65px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(-48px);
    margin: 0;
    position: relative;
    white-space: nowrap;
    text-overflow: clip;
    padding: 0 10px 0 79px;
  }
  .modal.modal-external-link .banner::before, .modal.modal-external-link .banner::after {
    content: "";
    display: block;
  }
  .modal.modal-external-link .banner::before {
    background: transparent url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0H0L14 14.5V0Z' fill='%23849324'/%3E%3C/svg%3E%0A") no-repeat top right;
    height: 14px;
    width: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(14px);
  }
  .modal.modal-external-link .banner::after {
    background: transparent url("data:image/svg+xml,%3Csvg width='41' height='84' viewBox='0 0 41 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.140259 0L41.0001 0L0.140388 84L0.140259 0Z' fill='%231550ED'/%3E%3C/svg%3E%0A") no-repeat left center;
    background-size: cover;
    width: 40px;
    height: 65px;
    transform: translateX(49px);
  }
}
.modal.modal-external-link .footer {
  text-align: center;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .modal.modal-external-link .footer a, .modal.modal-external-link .footer button {
    margin-bottom: 10px;
  }
}
.modal.modal-external-link button[data-dismiss=modal] {
  margin-right: 5px;
}
.modal.modal-external-link .body {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}
@media (max-width: 767.98px) {
  .modal.modal-external-link .body .large, .modal.modal-external-link .body .news-view .news-card a, .news-view .news-card .modal.modal-external-link .body a, .modal.modal-external-link .body .summary_blocks .summary_block_without_background .information, .summary_blocks .summary_block_without_background .modal.modal-external-link .body .information {
    font-size: 1rem;
  }
}

/*
* AMERICORPS:
* Buttons
*/
/*
* Core button base
*/
.btn, .block-algolia-categories .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia a.button, .webform-confirmation .webform-confirmation__back a {
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: solid 2px #1550ED;
  color: #1550ED;
  background-color: transparent;
  border-radius: 30px;
  padding: 13px 29px;
  letter-spacing: 0.05em;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
  box-shadow: 0px 0px 0px rgba(17, 37, 66, 0);
}
.btn:hover, .block-algolia-categories .ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore button:hover, .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia a.button:hover, .webform-confirmation .webform-confirmation__back a:hover, .btn:focus, .block-algolia-categories .ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore button:focus, .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia a.button:focus, .webform-confirmation .webform-confirmation__back a:focus, .btn:active, .block-algolia-categories .ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia a.button:active, .webform-confirmation .webform-confirmation__back a:active {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 6px 0px rgba(17, 37, 66, 0.2);
}
.btn:active, .block-algolia-categories .ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia a.button:active, .webform-confirmation .webform-confirmation__back a:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.btn[disabled], .block-algolia-categories [disabled].ais-show-more, .block-algolia-results .ais-infinite-hits--showmore button[disabled], .block-algolia-results #algolia-field-wrapper-clear-all a[disabled].button, .block-algolia a[disabled].button, .webform-confirmation .webform-confirmation__back a[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

/*
* Outline buttons
*/
.btn-outline-blue {
  border: solid 2px #1550ED;
  color: #1550ED;
  background-color: transparent;
}
.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active {
  border-color: #1550ED;
  color: #ffffff;
  background-color: #1550ED;
}

.btn-outline-navy, .block-algolia-categories .ais-show-more, .block-algolia-results #algolia-field-wrapper-clear-all a.button, .webform-confirmation .webform-confirmation__back a, .btn-secondary {
  border: solid 2px #112542;
  color: #112542;
  background-color: transparent;
}
.btn-outline-navy:hover, .block-algolia-categories .ais-show-more:hover, .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .webform-confirmation .webform-confirmation__back a:hover, .btn-secondary:hover, .btn-outline-navy:focus, .block-algolia-categories .ais-show-more:focus, .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .webform-confirmation .webform-confirmation__back a:focus, .btn-secondary:focus, .btn-outline-navy:active, .block-algolia-categories .ais-show-more:active, .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .webform-confirmation .webform-confirmation__back a:active, .btn-secondary:active {
  border-color: #112542;
  color: #112542;
  background-color: rgba(21, 80, 237, 0.05);
}
.btn-outline-navy:active, .block-algolia-categories .ais-show-more:active, .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .webform-confirmation .webform-confirmation__back a:active, .btn-secondary:active {
  background-color: rgba(21, 80, 237, 0.1);
}

.btn-outline-white, .paragraph-fullwidth.purple + .section-footer .btn-outline-navy, .paragraph-fullwidth.purple + .section-footer .btn-secondary, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more, .paragraph-fullwidth.crimson + .section-footer .btn-outline-navy, .paragraph-fullwidth.crimson + .section-footer .btn-secondary, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more, .paragraph-fullwidth.navy + .section-footer .btn-outline-navy, .paragraph-fullwidth.navy + .section-footer .btn-secondary, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more, .paragraph-fullwidth.red + .section-footer .btn-outline-navy, .paragraph-fullwidth.red + .section-footer .btn-secondary, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more, .paragraph-fullwidth.blue + .section-footer .btn-outline-navy, .paragraph-fullwidth.blue + .section-footer .btn-secondary, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more {
  border: solid 2px #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-white:hover, .paragraph-fullwidth.purple + .section-footer .btn-outline-navy:hover, .paragraph-fullwidth.purple + .section-footer .btn-secondary:hover, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more:hover, .paragraph-fullwidth.crimson + .section-footer .btn-outline-navy:hover, .paragraph-fullwidth.crimson + .section-footer .btn-secondary:hover, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more:hover, .paragraph-fullwidth.navy + .section-footer .btn-outline-navy:hover, .paragraph-fullwidth.navy + .section-footer .btn-secondary:hover, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more:hover, .paragraph-fullwidth.red + .section-footer .btn-outline-navy:hover, .paragraph-fullwidth.red + .section-footer .btn-secondary:hover, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a:hover, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button:hover, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more:hover, .paragraph-fullwidth.blue + .section-footer .btn-outline-navy:hover, .paragraph-fullwidth.blue + .section-footer .btn-secondary:hover, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .btn-outline-white:focus, .paragraph-fullwidth.purple + .section-footer .btn-outline-navy:focus, .paragraph-fullwidth.purple + .section-footer .btn-secondary:focus, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more:focus, .paragraph-fullwidth.crimson + .section-footer .btn-outline-navy:focus, .paragraph-fullwidth.crimson + .section-footer .btn-secondary:focus, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more:focus, .paragraph-fullwidth.navy + .section-footer .btn-outline-navy:focus, .paragraph-fullwidth.navy + .section-footer .btn-secondary:focus, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more:focus, .paragraph-fullwidth.red + .section-footer .btn-outline-navy:focus, .paragraph-fullwidth.red + .section-footer .btn-secondary:focus, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a:focus, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button:focus, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more:focus, .paragraph-fullwidth.blue + .section-footer .btn-outline-navy:focus, .paragraph-fullwidth.blue + .section-footer .btn-secondary:focus, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .btn-outline-white:active, .paragraph-fullwidth.purple + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more:active, .paragraph-fullwidth.red + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .btn-secondary:active, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a:active, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button:active, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-outline-white:active, .paragraph-fullwidth.purple + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more:active, .paragraph-fullwidth.red + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .btn-secondary:active, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a:active, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button:active, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active {
  background-color: rgba(255, 255, 255, 0.2);
}

/*
* Solid buttons
*/
.btn-solid-blue, .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia a.button, form[action] input[type=submit], .button-group .btn.btn-outline-navy, .button-group .block-algolia-categories .btn.ais-show-more, .block-algolia-categories .button-group .btn.ais-show-more, .button-group .block-algolia-categories .btn-outline-navy.ais-show-more, .button-group .block-algolia-categories .ais-show-more, .block-algolia-categories .button-group .btn-outline-navy.ais-show-more, .block-algolia-categories .button-group .ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .button-group .block-algolia a.btn-outline-navy.button, .button-group .block-algolia .block-algolia-categories a.button.ais-show-more, .block-algolia-categories .button-group .block-algolia a.button.ais-show-more, .block-algolia .button-group a.btn-outline-navy.button, .block-algolia .button-group .block-algolia-categories a.button.ais-show-more, .block-algolia-categories .block-algolia .button-group a.button.ais-show-more, .button-group .webform-confirmation .webform-confirmation__back a.btn, .button-group .webform-confirmation .webform-confirmation__back .block-algolia-categories a.ais-show-more, .block-algolia-categories .button-group .webform-confirmation .webform-confirmation__back a.ais-show-more, .button-group .webform-confirmation .webform-confirmation__back .block-algolia a.button, .block-algolia .button-group .webform-confirmation .webform-confirmation__back a.button, .webform-confirmation .webform-confirmation__back .button-group a.btn, .webform-confirmation .webform-confirmation__back .button-group .block-algolia-categories a.ais-show-more, .block-algolia-categories .webform-confirmation .webform-confirmation__back .button-group a.ais-show-more, .webform-confirmation .webform-confirmation__back .button-group .block-algolia a.button, .block-algolia .webform-confirmation .webform-confirmation__back .button-group a.button, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-navy, .button-group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-navy, .webform-confirmation .webform-confirmation__back .button-group a, .button-group .btn.btn-secondary, .button-group .block-algolia-categories .btn-secondary.ais-show-more, .block-algolia-categories .button-group .btn-secondary.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .button-group .block-algolia a.btn-secondary.button, .block-algolia .button-group a.btn-secondary.button, .button-group .webform-confirmation .webform-confirmation__back a.btn-secondary, .webform-confirmation .webform-confirmation__back .button-group a.btn-secondary, .btn-primary {
  border-color: transparent;
  background-color: #1550ED;
  color: #ffffff;
}
.btn-solid-blue:hover, .block-algolia-results .ais-infinite-hits--showmore button:hover, .block-algolia a.button:hover, form[action] input[type=submit]:hover, .button-group .btn.btn-outline-navy:hover, .button-group .block-algolia-categories .btn.ais-show-more:hover, .block-algolia-categories .button-group .btn.ais-show-more:hover, .button-group .block-algolia-categories .btn-outline-navy.ais-show-more:hover, .button-group .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .button-group .btn-outline-navy.ais-show-more:hover, .block-algolia-categories .button-group .ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .button-group .block-algolia a.btn-outline-navy.button:hover, .button-group .block-algolia .block-algolia-categories a.button.ais-show-more:hover, .block-algolia-categories .button-group .block-algolia a.button.ais-show-more:hover, .block-algolia .button-group a.btn-outline-navy.button:hover, .block-algolia .button-group .block-algolia-categories a.button.ais-show-more:hover, .block-algolia-categories .block-algolia .button-group a.button.ais-show-more:hover, .button-group .webform-confirmation .webform-confirmation__back a.btn:hover, .button-group .webform-confirmation .webform-confirmation__back .block-algolia-categories a.ais-show-more:hover, .block-algolia-categories .button-group .webform-confirmation .webform-confirmation__back a.ais-show-more:hover, .button-group .webform-confirmation .webform-confirmation__back .block-algolia a.button:hover, .block-algolia .button-group .webform-confirmation .webform-confirmation__back a.button:hover, .webform-confirmation .webform-confirmation__back .button-group a.btn:hover, .webform-confirmation .webform-confirmation__back .button-group .block-algolia-categories a.ais-show-more:hover, .block-algolia-categories .webform-confirmation .webform-confirmation__back .button-group a.ais-show-more:hover, .webform-confirmation .webform-confirmation__back .button-group .block-algolia a.button:hover, .block-algolia .webform-confirmation .webform-confirmation__back .button-group a.button:hover, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-navy:hover, .button-group .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-navy:hover, .webform-confirmation .webform-confirmation__back .button-group a:hover, .button-group .btn.btn-secondary:hover, .button-group .block-algolia-categories .btn-secondary.ais-show-more:hover, .block-algolia-categories .button-group .btn-secondary.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .button-group .block-algolia a.btn-secondary.button:hover, .block-algolia .button-group a.btn-secondary.button:hover, .button-group .webform-confirmation .webform-confirmation__back a.btn-secondary:hover, .webform-confirmation .webform-confirmation__back .button-group a.btn-secondary:hover, .btn-primary:hover, .btn-solid-blue:focus, .block-algolia-results .ais-infinite-hits--showmore button:focus, .block-algolia a.button:focus, form[action] input[type=submit]:focus, .button-group .btn.btn-outline-navy:focus, .button-group .block-algolia-categories .btn.ais-show-more:focus, .block-algolia-categories .button-group .btn.ais-show-more:focus, .button-group .block-algolia-categories .btn-outline-navy.ais-show-more:focus, .button-group .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .button-group .btn-outline-navy.ais-show-more:focus, .block-algolia-categories .button-group .ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .button-group .block-algolia a.btn-outline-navy.button:focus, .button-group .block-algolia .block-algolia-categories a.button.ais-show-more:focus, .block-algolia-categories .button-group .block-algolia a.button.ais-show-more:focus, .block-algolia .button-group a.btn-outline-navy.button:focus, .block-algolia .button-group .block-algolia-categories a.button.ais-show-more:focus, .block-algolia-categories .block-algolia .button-group a.button.ais-show-more:focus, .button-group .webform-confirmation .webform-confirmation__back a.btn:focus, .button-group .webform-confirmation .webform-confirmation__back .block-algolia-categories a.ais-show-more:focus, .block-algolia-categories .button-group .webform-confirmation .webform-confirmation__back a.ais-show-more:focus, .button-group .webform-confirmation .webform-confirmation__back .block-algolia a.button:focus, .block-algolia .button-group .webform-confirmation .webform-confirmation__back a.button:focus, .webform-confirmation .webform-confirmation__back .button-group a.btn:focus, .webform-confirmation .webform-confirmation__back .button-group .block-algolia-categories a.ais-show-more:focus, .block-algolia-categories .webform-confirmation .webform-confirmation__back .button-group a.ais-show-more:focus, .webform-confirmation .webform-confirmation__back .button-group .block-algolia a.button:focus, .block-algolia .webform-confirmation .webform-confirmation__back .button-group a.button:focus, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-navy:focus, .button-group .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-navy:focus, .webform-confirmation .webform-confirmation__back .button-group a:focus, .button-group .btn.btn-secondary:focus, .button-group .block-algolia-categories .btn-secondary.ais-show-more:focus, .block-algolia-categories .button-group .btn-secondary.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .button-group .block-algolia a.btn-secondary.button:focus, .block-algolia .button-group a.btn-secondary.button:focus, .button-group .webform-confirmation .webform-confirmation__back a.btn-secondary:focus, .webform-confirmation .webform-confirmation__back .button-group a.btn-secondary:focus, .btn-primary:focus, .btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia a.button:active, form[action] input[type=submit]:active, .button-group .btn.btn-outline-navy:active, .button-group .block-algolia-categories .btn.ais-show-more:active, .block-algolia-categories .button-group .btn.ais-show-more:active, .button-group .block-algolia-categories .btn-outline-navy.ais-show-more:active, .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .button-group .btn-outline-navy.ais-show-more:active, .block-algolia-categories .button-group .ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .button-group .block-algolia a.btn-outline-navy.button:active, .button-group .block-algolia .block-algolia-categories a.button.ais-show-more:active, .block-algolia-categories .button-group .block-algolia a.button.ais-show-more:active, .block-algolia .button-group a.btn-outline-navy.button:active, .block-algolia .button-group .block-algolia-categories a.button.ais-show-more:active, .block-algolia-categories .block-algolia .button-group a.button.ais-show-more:active, .button-group .webform-confirmation .webform-confirmation__back a.btn:active, .button-group .webform-confirmation .webform-confirmation__back .block-algolia-categories a.ais-show-more:active, .block-algolia-categories .button-group .webform-confirmation .webform-confirmation__back a.ais-show-more:active, .button-group .webform-confirmation .webform-confirmation__back .block-algolia a.button:active, .block-algolia .button-group .webform-confirmation .webform-confirmation__back a.button:active, .webform-confirmation .webform-confirmation__back .button-group a.btn:active, .webform-confirmation .webform-confirmation__back .button-group .block-algolia-categories a.ais-show-more:active, .block-algolia-categories .webform-confirmation .webform-confirmation__back .button-group a.ais-show-more:active, .webform-confirmation .webform-confirmation__back .button-group .block-algolia a.button:active, .block-algolia .webform-confirmation .webform-confirmation__back .button-group a.button:active, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-navy:active, .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-navy:active, .webform-confirmation .webform-confirmation__back .button-group a:active, .button-group .btn.btn-secondary:active, .button-group .block-algolia-categories .btn-secondary.ais-show-more:active, .block-algolia-categories .button-group .btn-secondary.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .button-group .block-algolia a.btn-secondary.button:active, .block-algolia .button-group a.btn-secondary.button:active, .button-group .webform-confirmation .webform-confirmation__back a.btn-secondary:active, .webform-confirmation .webform-confirmation__back .button-group a.btn-secondary:active, .btn-primary:active {
  border-color: transparent;
  color: #ffffff;
  background-color: rgba(21, 80, 237, 0.8);
}
.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia a.button:active, form[action] input[type=submit]:active, .button-group .btn.btn-outline-navy:active, .button-group .block-algolia-categories .btn.ais-show-more:active, .block-algolia-categories .button-group .btn.ais-show-more:active, .button-group .block-algolia-categories .btn-outline-navy.ais-show-more:active, .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .button-group .btn-outline-navy.ais-show-more:active, .block-algolia-categories .button-group .ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .button-group .block-algolia a.btn-outline-navy.button:active, .button-group .block-algolia .block-algolia-categories a.button.ais-show-more:active, .block-algolia-categories .button-group .block-algolia a.button.ais-show-more:active, .block-algolia .button-group a.btn-outline-navy.button:active, .block-algolia .button-group .block-algolia-categories a.button.ais-show-more:active, .block-algolia-categories .block-algolia .button-group a.button.ais-show-more:active, .button-group .webform-confirmation .webform-confirmation__back a.btn:active, .button-group .webform-confirmation .webform-confirmation__back .block-algolia-categories a.ais-show-more:active, .block-algolia-categories .button-group .webform-confirmation .webform-confirmation__back a.ais-show-more:active, .button-group .webform-confirmation .webform-confirmation__back .block-algolia a.button:active, .block-algolia .button-group .webform-confirmation .webform-confirmation__back a.button:active, .webform-confirmation .webform-confirmation__back .button-group a.btn:active, .webform-confirmation .webform-confirmation__back .button-group .block-algolia-categories a.ais-show-more:active, .block-algolia-categories .webform-confirmation .webform-confirmation__back .button-group a.ais-show-more:active, .webform-confirmation .webform-confirmation__back .button-group .block-algolia a.button:active, .block-algolia .webform-confirmation .webform-confirmation__back .button-group a.button:active, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-navy:active, .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-navy:active, .webform-confirmation .webform-confirmation__back .button-group a:active, .button-group .btn.btn-secondary:active, .button-group .block-algolia-categories .btn-secondary.ais-show-more:active, .block-algolia-categories .button-group .btn-secondary.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .button-group .block-algolia a.btn-secondary.button:active, .block-algolia .button-group a.btn-secondary.button:active, .button-group .webform-confirmation .webform-confirmation__back a.btn-secondary:active, .webform-confirmation .webform-confirmation__back .button-group a.btn-secondary:active, .btn-primary:active {
  background-color: rgba(21, 80, 237, 0.6);
}

.btn-solid-white, .button-group .btn.btn-outline-white, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-outline-navy, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-secondary, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-secondary, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-outline-navy, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-secondary, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-secondary, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-outline-navy, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-secondary, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-secondary, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-outline-navy, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-secondary, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-secondary, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-outline-navy, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-secondary, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-secondary, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary, .button-group .block-algolia-categories .btn-outline-white.ais-show-more, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more, .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .button-group .btn-outline-white.ais-show-more, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.purple + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .ais-show-more, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.crimson + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .ais-show-more, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.navy + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .ais-show-more, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.red + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .ais-show-more, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.blue + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .ais-show-more, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more, .block-algolia-categories .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-white, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-secondary, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-secondary, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-secondary, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-outline-navy, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-secondary, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-secondary, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-white, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-secondary, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-secondary, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-secondary, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-outline-navy, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-secondary, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-secondary, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.btn-outline-white.button, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.btn-outline-white.button, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer .button-group a.button, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer .button-group a.button, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer .button-group a.button, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer .button-group a.button, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer .button-group a.button, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .button-group .block-algolia a.btn-outline-white.button, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-secondary, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-secondary, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-secondary, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-secondary, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-secondary, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-secondary, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary, .block-algolia .button-group a.btn-outline-white.button, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-secondary, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-secondary, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-secondary, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-secondary, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-secondary, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-secondary, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-white, .button-group .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.purple + .section-footer .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a, .button-group .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.crimson + .section-footer .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a, .button-group .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.navy + .section-footer .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a, .button-group .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.red + .section-footer .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a, .button-group .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.blue + .section-footer .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-white, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer .button-group a, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer .button-group a, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer .button-group a, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer .button-group a, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer .button-group a, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a, .paragraph-fullwidth.purple .button-group .btn.btn-outline-navy, .paragraph-fullwidth.purple .button-group .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple .button-group .ais-show-more, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more, .paragraph-fullwidth.purple .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple .button-group a.button, .paragraph-fullwidth.purple .button-group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple .button-group a, .paragraph-fullwidth.purple .button-group .btn.btn-secondary, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-secondary, .paragraph-fullwidth.purple .button-group .btn.btn-solid-blue, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-solid-blue, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button, .paragraph-fullwidth.purple .button-group .block-algolia a.button, .block-algolia .paragraph-fullwidth.purple .button-group a.button, .paragraph-fullwidth.purple .button-group form[action] input.btn[type=submit], form[action] .paragraph-fullwidth.purple .button-group input.btn[type=submit], .paragraph-fullwidth.purple .button-group .btn.btn-primary, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-primary, .paragraph-fullwidth.crimson .button-group .btn.btn-outline-navy, .paragraph-fullwidth.crimson .button-group .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .ais-show-more, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more, .paragraph-fullwidth.crimson .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson .button-group a.button, .paragraph-fullwidth.crimson .button-group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson .button-group a, .paragraph-fullwidth.crimson .button-group .btn.btn-secondary, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-secondary, .paragraph-fullwidth.crimson .button-group .btn.btn-solid-blue, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-solid-blue, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button, .paragraph-fullwidth.crimson .button-group .block-algolia a.button, .block-algolia .paragraph-fullwidth.crimson .button-group a.button, .paragraph-fullwidth.crimson .button-group form[action] input.btn[type=submit], form[action] .paragraph-fullwidth.crimson .button-group input.btn[type=submit], .paragraph-fullwidth.crimson .button-group .btn.btn-primary, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-primary, .paragraph-fullwidth.navy .button-group .btn.btn-outline-navy, .paragraph-fullwidth.navy .button-group .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy .button-group .ais-show-more, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more, .paragraph-fullwidth.navy .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy .button-group a.button, .paragraph-fullwidth.navy .button-group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy .button-group a, .paragraph-fullwidth.navy .button-group .btn.btn-secondary, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-secondary, .paragraph-fullwidth.navy .button-group .btn.btn-solid-blue, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-solid-blue, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button, .paragraph-fullwidth.navy .button-group .block-algolia a.button, .block-algolia .paragraph-fullwidth.navy .button-group a.button, .paragraph-fullwidth.navy .button-group form[action] input.btn[type=submit], form[action] .paragraph-fullwidth.navy .button-group input.btn[type=submit], .paragraph-fullwidth.navy .button-group .btn.btn-primary, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-primary, .paragraph-fullwidth.red .button-group .btn.btn-outline-navy, .paragraph-fullwidth.red .button-group .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.red .button-group .ais-show-more, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more, .paragraph-fullwidth.red .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red .button-group a.button, .paragraph-fullwidth.red .button-group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red .button-group a, .paragraph-fullwidth.red .button-group .btn.btn-secondary, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-secondary, .paragraph-fullwidth.red .button-group .btn.btn-solid-blue, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-solid-blue, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button, .paragraph-fullwidth.red .button-group .block-algolia a.button, .block-algolia .paragraph-fullwidth.red .button-group a.button, .paragraph-fullwidth.red .button-group form[action] input.btn[type=submit], form[action] .paragraph-fullwidth.red .button-group input.btn[type=submit], .paragraph-fullwidth.red .button-group .btn.btn-primary, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-primary, .paragraph-fullwidth.blue .button-group .btn.btn-outline-navy, .paragraph-fullwidth.blue .button-group .block-algolia-categories .ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue .button-group .ais-show-more, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-outline-navy, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more, .paragraph-fullwidth.blue .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue .button-group a.button, .paragraph-fullwidth.blue .button-group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue .button-group a, .paragraph-fullwidth.blue .button-group .btn.btn-secondary, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-secondary, .paragraph-fullwidth.blue .button-group .btn.btn-solid-blue, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-solid-blue, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button, .paragraph-fullwidth.blue .button-group .block-algolia a.button, .block-algolia .paragraph-fullwidth.blue .button-group a.button, .paragraph-fullwidth.blue .button-group form[action] input.btn[type=submit], form[action] .paragraph-fullwidth.blue .button-group input.btn[type=submit], .paragraph-fullwidth.blue .button-group .btn.btn-primary, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-primary {
  border-color: transparent;
  background-color: #ffffff;
  color: #112542;
}
.btn-solid-white:hover, .button-group .btn.btn-outline-white:hover, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-outline-navy:hover, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-secondary:hover, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-secondary:hover, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-outline-navy:hover, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-secondary:hover, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-secondary:hover, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-outline-navy:hover, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-secondary:hover, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-secondary:hover, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-outline-navy:hover, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-secondary:hover, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-secondary:hover, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-outline-navy:hover, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-secondary:hover, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-secondary:hover, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:hover, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:hover, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:hover, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:hover, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:hover, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:hover, .button-group .block-algolia-categories .btn-outline-white.ais-show-more:hover, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more:hover, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more:hover, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more:hover, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more:hover, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more:hover, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:hover, .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .block-algolia-categories .button-group .btn-outline-white.ais-show-more:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.purple + .section-footer .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .ais-show-more:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.crimson + .section-footer .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .ais-show-more:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.navy + .section-footer .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .ais-show-more:hover, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.red + .section-footer .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .ais-show-more:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.blue + .section-footer .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .ais-show-more:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:hover, .block-algolia-categories .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-white:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-white:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-secondary:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.btn-outline-white.button:hover, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button:hover, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button:hover, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button:hover, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button:hover, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button:hover, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.btn-outline-white.button:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple + .section-footer a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer .button-group a.button:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson + .section-footer a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer .button-group a.button:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy + .section-footer a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer .button-group a.button:hover, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red + .section-footer a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer .button-group a.button:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue + .section-footer a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer .button-group a.button:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:hover, .button-group .block-algolia a.btn-outline-white.button:hover, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-secondary:hover, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-secondary:hover, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-secondary:hover, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-secondary:hover, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-secondary:hover, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:hover, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:hover, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:hover, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:hover, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:hover, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:hover, .block-algolia .button-group a.btn-outline-white.button:hover, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-secondary:hover, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-secondary:hover, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-secondary:hover, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-secondary:hover, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-secondary:hover, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:hover, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:hover, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:hover, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:hover, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:hover, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:hover, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-white:hover, .button-group .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.purple + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a:hover, .button-group .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.crimson + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a:hover, .button-group .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.navy + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a:hover, .button-group .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.red + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a:hover, .button-group .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.blue + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a:hover, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:hover, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-white:hover, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple + .section-footer a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer .button-group a:hover, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson + .section-footer a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer .button-group a:hover, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy + .section-footer a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer .button-group a:hover, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red + .section-footer a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer .button-group a:hover, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue + .section-footer a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer .button-group a:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:hover, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:hover, .paragraph-fullwidth.purple .button-group .btn.btn-outline-navy:hover, .paragraph-fullwidth.purple .button-group .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple .button-group .ais-show-more:hover, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more:hover, .paragraph-fullwidth.purple .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple .button-group a.button:hover, .paragraph-fullwidth.purple .button-group .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple .button-group a:hover, .paragraph-fullwidth.purple .button-group .btn.btn-secondary:hover, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-secondary:hover, .paragraph-fullwidth.purple .button-group .btn.btn-solid-blue:hover, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:hover, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more:hover, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:hover, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-solid-blue:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button:hover, .paragraph-fullwidth.purple .button-group .block-algolia a.button:hover, .block-algolia .paragraph-fullwidth.purple .button-group a.button:hover, .paragraph-fullwidth.purple .button-group form[action] input.btn[type=submit]:hover, form[action] .paragraph-fullwidth.purple .button-group input.btn[type=submit]:hover, .paragraph-fullwidth.purple .button-group .btn.btn-primary:hover, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-primary:hover, .paragraph-fullwidth.crimson .button-group .btn.btn-outline-navy:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .ais-show-more:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson .button-group a.button:hover, .paragraph-fullwidth.crimson .button-group .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson .button-group a:hover, .paragraph-fullwidth.crimson .button-group .btn.btn-secondary:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-secondary:hover, .paragraph-fullwidth.crimson .button-group .btn.btn-solid-blue:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-solid-blue:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button:hover, .paragraph-fullwidth.crimson .button-group .block-algolia a.button:hover, .block-algolia .paragraph-fullwidth.crimson .button-group a.button:hover, .paragraph-fullwidth.crimson .button-group form[action] input.btn[type=submit]:hover, form[action] .paragraph-fullwidth.crimson .button-group input.btn[type=submit]:hover, .paragraph-fullwidth.crimson .button-group .btn.btn-primary:hover, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-primary:hover, .paragraph-fullwidth.navy .button-group .btn.btn-outline-navy:hover, .paragraph-fullwidth.navy .button-group .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy .button-group .ais-show-more:hover, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more:hover, .paragraph-fullwidth.navy .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy .button-group a.button:hover, .paragraph-fullwidth.navy .button-group .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy .button-group a:hover, .paragraph-fullwidth.navy .button-group .btn.btn-secondary:hover, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-secondary:hover, .paragraph-fullwidth.navy .button-group .btn.btn-solid-blue:hover, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:hover, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more:hover, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:hover, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-solid-blue:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button:hover, .paragraph-fullwidth.navy .button-group .block-algolia a.button:hover, .block-algolia .paragraph-fullwidth.navy .button-group a.button:hover, .paragraph-fullwidth.navy .button-group form[action] input.btn[type=submit]:hover, form[action] .paragraph-fullwidth.navy .button-group input.btn[type=submit]:hover, .paragraph-fullwidth.navy .button-group .btn.btn-primary:hover, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-primary:hover, .paragraph-fullwidth.red .button-group .btn.btn-outline-navy:hover, .paragraph-fullwidth.red .button-group .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red .button-group .ais-show-more:hover, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more:hover, .paragraph-fullwidth.red .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red .button-group a.button:hover, .paragraph-fullwidth.red .button-group .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red .button-group a:hover, .paragraph-fullwidth.red .button-group .btn.btn-secondary:hover, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-secondary:hover, .paragraph-fullwidth.red .button-group .btn.btn-solid-blue:hover, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:hover, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more:hover, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:hover, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-solid-blue:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button:hover, .paragraph-fullwidth.red .button-group .block-algolia a.button:hover, .block-algolia .paragraph-fullwidth.red .button-group a.button:hover, .paragraph-fullwidth.red .button-group form[action] input.btn[type=submit]:hover, form[action] .paragraph-fullwidth.red .button-group input.btn[type=submit]:hover, .paragraph-fullwidth.red .button-group .btn.btn-primary:hover, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-primary:hover, .paragraph-fullwidth.blue .button-group .btn.btn-outline-navy:hover, .paragraph-fullwidth.blue .button-group .block-algolia-categories .ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue .button-group .ais-show-more:hover, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:hover, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-outline-navy:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more:hover, .paragraph-fullwidth.blue .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue .button-group a.button:hover, .paragraph-fullwidth.blue .button-group .webform-confirmation .webform-confirmation__back a:hover, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue .button-group a:hover, .paragraph-fullwidth.blue .button-group .btn.btn-secondary:hover, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-secondary:hover, .paragraph-fullwidth.blue .button-group .btn.btn-solid-blue:hover, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:hover, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more:hover, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more:hover, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:hover, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-solid-blue:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button:hover, .paragraph-fullwidth.blue .button-group .block-algolia a.button:hover, .block-algolia .paragraph-fullwidth.blue .button-group a.button:hover, .paragraph-fullwidth.blue .button-group form[action] input.btn[type=submit]:hover, form[action] .paragraph-fullwidth.blue .button-group input.btn[type=submit]:hover, .paragraph-fullwidth.blue .button-group .btn.btn-primary:hover, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:hover, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-primary:hover, .btn-solid-white:focus, .button-group .btn.btn-outline-white:focus, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-outline-navy:focus, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-secondary:focus, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-secondary:focus, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-outline-navy:focus, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-secondary:focus, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-secondary:focus, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-outline-navy:focus, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-secondary:focus, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-secondary:focus, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-outline-navy:focus, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-secondary:focus, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-secondary:focus, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-outline-navy:focus, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-secondary:focus, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-secondary:focus, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:focus, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:focus, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:focus, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:focus, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:focus, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:focus, .button-group .block-algolia-categories .btn-outline-white.ais-show-more:focus, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more:focus, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more:focus, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more:focus, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more:focus, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more:focus, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:focus, .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .block-algolia-categories .button-group .btn-outline-white.ais-show-more:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.purple + .section-footer .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .ais-show-more:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.crimson + .section-footer .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .ais-show-more:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.navy + .section-footer .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .ais-show-more:focus, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.red + .section-footer .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .ais-show-more:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.blue + .section-footer .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .ais-show-more:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:focus, .block-algolia-categories .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-white:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-white:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-secondary:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.btn-outline-white.button:focus, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button:focus, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button:focus, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button:focus, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button:focus, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button:focus, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.btn-outline-white.button:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple + .section-footer a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer .button-group a.button:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson + .section-footer a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer .button-group a.button:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy + .section-footer a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer .button-group a.button:focus, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red + .section-footer a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer .button-group a.button:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue + .section-footer a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer .button-group a.button:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:focus, .button-group .block-algolia a.btn-outline-white.button:focus, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-secondary:focus, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-secondary:focus, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-secondary:focus, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-secondary:focus, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-secondary:focus, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:focus, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:focus, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:focus, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:focus, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:focus, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:focus, .block-algolia .button-group a.btn-outline-white.button:focus, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-secondary:focus, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-secondary:focus, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-secondary:focus, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-secondary:focus, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary:focus, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-secondary:focus, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:focus, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:focus, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:focus, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:focus, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:focus, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:focus, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-white:focus, .button-group .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.purple + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a:focus, .button-group .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.crimson + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a:focus, .button-group .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.navy + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a:focus, .button-group .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.red + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a:focus, .button-group .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.blue + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a:focus, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:focus, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-white:focus, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple + .section-footer a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer .button-group a:focus, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson + .section-footer a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer .button-group a:focus, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy + .section-footer a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer .button-group a:focus, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red + .section-footer a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer .button-group a:focus, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue + .section-footer a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer .button-group a:focus, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:focus, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:focus, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:focus, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:focus, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:focus, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:focus, .paragraph-fullwidth.purple .button-group .btn.btn-outline-navy:focus, .paragraph-fullwidth.purple .button-group .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple .button-group .ais-show-more:focus, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more:focus, .paragraph-fullwidth.purple .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple .button-group a.button:focus, .paragraph-fullwidth.purple .button-group .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple .button-group a:focus, .paragraph-fullwidth.purple .button-group .btn.btn-secondary:focus, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-secondary:focus, .paragraph-fullwidth.purple .button-group .btn.btn-solid-blue:focus, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:focus, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more:focus, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:focus, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-solid-blue:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button:focus, .paragraph-fullwidth.purple .button-group .block-algolia a.button:focus, .block-algolia .paragraph-fullwidth.purple .button-group a.button:focus, .paragraph-fullwidth.purple .button-group form[action] input.btn[type=submit]:focus, form[action] .paragraph-fullwidth.purple .button-group input.btn[type=submit]:focus, .paragraph-fullwidth.purple .button-group .btn.btn-primary:focus, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-primary:focus, .paragraph-fullwidth.crimson .button-group .btn.btn-outline-navy:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .ais-show-more:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson .button-group a.button:focus, .paragraph-fullwidth.crimson .button-group .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson .button-group a:focus, .paragraph-fullwidth.crimson .button-group .btn.btn-secondary:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-secondary:focus, .paragraph-fullwidth.crimson .button-group .btn.btn-solid-blue:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-solid-blue:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button:focus, .paragraph-fullwidth.crimson .button-group .block-algolia a.button:focus, .block-algolia .paragraph-fullwidth.crimson .button-group a.button:focus, .paragraph-fullwidth.crimson .button-group form[action] input.btn[type=submit]:focus, form[action] .paragraph-fullwidth.crimson .button-group input.btn[type=submit]:focus, .paragraph-fullwidth.crimson .button-group .btn.btn-primary:focus, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-primary:focus, .paragraph-fullwidth.navy .button-group .btn.btn-outline-navy:focus, .paragraph-fullwidth.navy .button-group .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy .button-group .ais-show-more:focus, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more:focus, .paragraph-fullwidth.navy .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy .button-group a.button:focus, .paragraph-fullwidth.navy .button-group .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy .button-group a:focus, .paragraph-fullwidth.navy .button-group .btn.btn-secondary:focus, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-secondary:focus, .paragraph-fullwidth.navy .button-group .btn.btn-solid-blue:focus, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:focus, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more:focus, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:focus, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-solid-blue:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button:focus, .paragraph-fullwidth.navy .button-group .block-algolia a.button:focus, .block-algolia .paragraph-fullwidth.navy .button-group a.button:focus, .paragraph-fullwidth.navy .button-group form[action] input.btn[type=submit]:focus, form[action] .paragraph-fullwidth.navy .button-group input.btn[type=submit]:focus, .paragraph-fullwidth.navy .button-group .btn.btn-primary:focus, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-primary:focus, .paragraph-fullwidth.red .button-group .btn.btn-outline-navy:focus, .paragraph-fullwidth.red .button-group .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red .button-group .ais-show-more:focus, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more:focus, .paragraph-fullwidth.red .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red .button-group a.button:focus, .paragraph-fullwidth.red .button-group .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red .button-group a:focus, .paragraph-fullwidth.red .button-group .btn.btn-secondary:focus, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-secondary:focus, .paragraph-fullwidth.red .button-group .btn.btn-solid-blue:focus, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:focus, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more:focus, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:focus, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-solid-blue:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button:focus, .paragraph-fullwidth.red .button-group .block-algolia a.button:focus, .block-algolia .paragraph-fullwidth.red .button-group a.button:focus, .paragraph-fullwidth.red .button-group form[action] input.btn[type=submit]:focus, form[action] .paragraph-fullwidth.red .button-group input.btn[type=submit]:focus, .paragraph-fullwidth.red .button-group .btn.btn-primary:focus, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-primary:focus, .paragraph-fullwidth.blue .button-group .btn.btn-outline-navy:focus, .paragraph-fullwidth.blue .button-group .block-algolia-categories .ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue .button-group .ais-show-more:focus, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:focus, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-outline-navy:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more:focus, .paragraph-fullwidth.blue .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue .button-group a.button:focus, .paragraph-fullwidth.blue .button-group .webform-confirmation .webform-confirmation__back a:focus, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue .button-group a:focus, .paragraph-fullwidth.blue .button-group .btn.btn-secondary:focus, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-secondary:focus, .paragraph-fullwidth.blue .button-group .btn.btn-solid-blue:focus, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:focus, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more:focus, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more:focus, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:focus, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-solid-blue:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button:focus, .paragraph-fullwidth.blue .button-group .block-algolia a.button:focus, .block-algolia .paragraph-fullwidth.blue .button-group a.button:focus, .paragraph-fullwidth.blue .button-group form[action] input.btn[type=submit]:focus, form[action] .paragraph-fullwidth.blue .button-group input.btn[type=submit]:focus, .paragraph-fullwidth.blue .button-group .btn.btn-primary:focus, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:focus, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-primary:focus, .btn-solid-white:active, .button-group .btn.btn-outline-white:active, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .block-algolia-categories .btn-outline-white.ais-show-more:active, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .button-group .btn-outline-white.ais-show-more:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.purple + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.crimson + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.navy + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.red + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.blue + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-white:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-white:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.btn-outline-white.button:active, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button:active, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button:active, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button:active, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button:active, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.btn-outline-white.button:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer .button-group a.button:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer .button-group a.button:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer .button-group a.button:active, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer .button-group a.button:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer .button-group a.button:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .block-algolia a.btn-outline-white.button:active, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .block-algolia .button-group a.btn-outline-white.button:active, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-white:active, .button-group .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.purple + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a:active, .button-group .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.crimson + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a:active, .button-group .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.navy + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a:active, .button-group .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.red + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a:active, .button-group .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.blue + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-white:active, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer .button-group a:active, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer .button-group a:active, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer .button-group a:active, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer .button-group a:active, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer .button-group a:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.purple .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.purple .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple .button-group .ais-show-more:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more:active, .paragraph-fullwidth.purple .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple .button-group a.button:active, .paragraph-fullwidth.purple .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple .button-group a:active, .paragraph-fullwidth.purple .button-group .btn.btn-secondary:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-secondary:active, .paragraph-fullwidth.purple .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button:active, .paragraph-fullwidth.purple .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.purple .button-group a.button:active, .paragraph-fullwidth.purple .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.purple .button-group input.btn[type=submit]:active, .paragraph-fullwidth.purple .button-group .btn.btn-primary:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-primary:active, .paragraph-fullwidth.crimson .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.crimson .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .ais-show-more:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson .button-group a.button:active, .paragraph-fullwidth.crimson .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson .button-group a:active, .paragraph-fullwidth.crimson .button-group .btn.btn-secondary:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-secondary:active, .paragraph-fullwidth.crimson .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button:active, .paragraph-fullwidth.crimson .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.crimson .button-group a.button:active, .paragraph-fullwidth.crimson .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.crimson .button-group input.btn[type=submit]:active, .paragraph-fullwidth.crimson .button-group .btn.btn-primary:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-primary:active, .paragraph-fullwidth.navy .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.navy .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy .button-group .ais-show-more:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more:active, .paragraph-fullwidth.navy .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy .button-group a.button:active, .paragraph-fullwidth.navy .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy .button-group a:active, .paragraph-fullwidth.navy .button-group .btn.btn-secondary:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-secondary:active, .paragraph-fullwidth.navy .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button:active, .paragraph-fullwidth.navy .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.navy .button-group a.button:active, .paragraph-fullwidth.navy .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.navy .button-group input.btn[type=submit]:active, .paragraph-fullwidth.navy .button-group .btn.btn-primary:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-primary:active, .paragraph-fullwidth.red .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.red .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red .button-group .ais-show-more:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more:active, .paragraph-fullwidth.red .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red .button-group a.button:active, .paragraph-fullwidth.red .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red .button-group a:active, .paragraph-fullwidth.red .button-group .btn.btn-secondary:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-secondary:active, .paragraph-fullwidth.red .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button:active, .paragraph-fullwidth.red .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.red .button-group a.button:active, .paragraph-fullwidth.red .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.red .button-group input.btn[type=submit]:active, .paragraph-fullwidth.red .button-group .btn.btn-primary:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-primary:active, .paragraph-fullwidth.blue .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.blue .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue .button-group .ais-show-more:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more:active, .paragraph-fullwidth.blue .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue .button-group a.button:active, .paragraph-fullwidth.blue .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue .button-group a:active, .paragraph-fullwidth.blue .button-group .btn.btn-secondary:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-secondary:active, .paragraph-fullwidth.blue .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button:active, .paragraph-fullwidth.blue .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.blue .button-group a.button:active, .paragraph-fullwidth.blue .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.blue .button-group input.btn[type=submit]:active, .paragraph-fullwidth.blue .button-group .btn.btn-primary:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-primary:active {
  border-color: transparent;
  color: #112542;
  background-color: rgba(255, 255, 255, 0.8);
}
.btn-solid-white:active, .button-group .btn.btn-outline-white:active, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.purple + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.crimson + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.navy + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.red + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.blue + .section-footer .btn.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-outline-navy:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .btn.btn-secondary:active, .button-group .block-algolia-categories .btn-outline-white.ais-show-more:active, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-categories .ais-show-more:active, .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .button-group .btn-outline-white.ais-show-more:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.purple + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.crimson + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.navy + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.red + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.blue + .section-footer .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .ais-show-more:active, .block-algolia-categories .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-white:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer button.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer button.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer button.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer button.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer button.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-white:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer button.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer button.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer button.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer button.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer button.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue + .section-footer button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories button.ais-show-more:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.btn-outline-white.button:active, .button-group .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button:active, .button-group .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button:active, .button-group .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button:active, .button-group .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button:active, .button-group .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.btn-outline-white.button:active, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer .button-group a.button:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer .button-group a.button:active, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer .button-group a.button:active, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer .button-group a.button:active, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue + .section-footer a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer .button-group a.button:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button:active, .button-group .block-algolia a.btn-outline-white.button:active, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.red + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-outline-navy:active, .button-group .block-algolia .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .block-algolia a.button.btn-secondary:active, .block-algolia .button-group a.btn-outline-white.button:active, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.purple + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.purple + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.crimson + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.crimson + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.navy + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.navy + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.red + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.red + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-outline-navy:active, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.blue + .section-footer a.button.btn-secondary:active, .paragraph-fullwidth.blue + .section-footer .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-outline-navy:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-outline-navy:active, .block-algolia .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button.btn-secondary:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia .button-group a.button.btn-secondary:active, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-white:active, .button-group .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.purple + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a:active, .button-group .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.crimson + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a:active, .button-group .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.navy + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a:active, .button-group .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.red + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a:active, .button-group .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.blue + .section-footer .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a:active, .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group .webform-confirmation .webform-confirmation__back a:active, .button-group .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-white:active, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer .button-group a:active, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer .button-group a:active, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer .button-group a:active, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer .button-group a:active, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue + .section-footer a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer .button-group a:active, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .button-group a:active, .webform-confirmation .webform-confirmation__back .button-group .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .button-group a:active, .paragraph-fullwidth.purple .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.purple .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple .button-group .ais-show-more:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more:active, .paragraph-fullwidth.purple .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple .button-group a.button:active, .paragraph-fullwidth.purple .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple .button-group a:active, .paragraph-fullwidth.purple .button-group .btn.btn-secondary:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-secondary:active, .paragraph-fullwidth.purple .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.ais-show-more:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button:active, .paragraph-fullwidth.purple .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.purple .button-group a.button:active, .paragraph-fullwidth.purple .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.purple .button-group input.btn[type=submit]:active, .paragraph-fullwidth.purple .button-group .btn.btn-primary:active, .paragraph-fullwidth.purple .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.purple .button-group button.btn-primary:active, .paragraph-fullwidth.crimson .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.crimson .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .ais-show-more:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson .button-group a.button:active, .paragraph-fullwidth.crimson .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson .button-group a:active, .paragraph-fullwidth.crimson .button-group .btn.btn-secondary:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-secondary:active, .paragraph-fullwidth.crimson .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.ais-show-more:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button:active, .paragraph-fullwidth.crimson .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.crimson .button-group a.button:active, .paragraph-fullwidth.crimson .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.crimson .button-group input.btn[type=submit]:active, .paragraph-fullwidth.crimson .button-group .btn.btn-primary:active, .paragraph-fullwidth.crimson .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.crimson .button-group button.btn-primary:active, .paragraph-fullwidth.navy .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.navy .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy .button-group .ais-show-more:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more:active, .paragraph-fullwidth.navy .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy .button-group a.button:active, .paragraph-fullwidth.navy .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy .button-group a:active, .paragraph-fullwidth.navy .button-group .btn.btn-secondary:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-secondary:active, .paragraph-fullwidth.navy .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.ais-show-more:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button:active, .paragraph-fullwidth.navy .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.navy .button-group a.button:active, .paragraph-fullwidth.navy .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.navy .button-group input.btn[type=submit]:active, .paragraph-fullwidth.navy .button-group .btn.btn-primary:active, .paragraph-fullwidth.navy .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.navy .button-group button.btn-primary:active, .paragraph-fullwidth.red .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.red .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red .button-group .ais-show-more:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more:active, .paragraph-fullwidth.red .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red .button-group a.button:active, .paragraph-fullwidth.red .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red .button-group a:active, .paragraph-fullwidth.red .button-group .btn.btn-secondary:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-secondary:active, .paragraph-fullwidth.red .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.ais-show-more:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button:active, .paragraph-fullwidth.red .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.red .button-group a.button:active, .paragraph-fullwidth.red .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.red .button-group input.btn[type=submit]:active, .paragraph-fullwidth.red .button-group .btn.btn-primary:active, .paragraph-fullwidth.red .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.red .button-group button.btn-primary:active, .paragraph-fullwidth.blue .button-group .btn.btn-outline-navy:active, .paragraph-fullwidth.blue .button-group .block-algolia-categories .ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue .button-group .ais-show-more:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-outline-navy:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more:active, .paragraph-fullwidth.blue .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:active, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue .button-group a.button:active, .paragraph-fullwidth.blue .button-group .webform-confirmation .webform-confirmation__back a:active, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue .button-group a:active, .paragraph-fullwidth.blue .button-group .btn.btn-secondary:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-secondary:active, .paragraph-fullwidth.blue .button-group .btn.btn-solid-blue:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group .block-algolia-categories button.ais-show-more:active, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.ais-show-more:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-solid-blue:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button:active, .paragraph-fullwidth.blue .button-group .block-algolia a.button:active, .block-algolia .paragraph-fullwidth.blue .button-group a.button:active, .paragraph-fullwidth.blue .button-group form[action] input.btn[type=submit]:active, form[action] .paragraph-fullwidth.blue .button-group input.btn[type=submit]:active, .paragraph-fullwidth.blue .button-group .btn.btn-primary:active, .paragraph-fullwidth.blue .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary:active, .block-algolia-results .ais-infinite-hits--showmore .paragraph-fullwidth.blue .button-group button.btn-primary:active {
  background-color: rgba(255, 255, 255, 0.6);
}

/*
* Hierarchical styles
* - Inherits styles above. Not primary use of classes
*/
/*
* Links
*/
.btn-link, .block-algolia-results .algolia-item-url {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: underline;
  font-weight: bold;
  color: #112542;
}
.btn-link::after, .block-algolia-results .algolia-item-url::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: transparent url("../images/chevron.svg") no-repeat center left;
  font-weight: bold;
  transform: translateY(2px);
  transition: 0.3s transform cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.btn-link:hover, .block-algolia-results .algolia-item-url:hover {
  text-decoration: none;
  color: #112542;
}
.btn-link:hover::after, .block-algolia-results .algolia-item-url:hover::after {
  transform: translateY(2px) translateX(5px);
}
.btn-link-dark, .view-block .btn-link, .view-block .block-algolia-results .algolia-item-url, .block-algolia-results .view-block .algolia-item-url {
  color: #112542 !important;
}
.btn-link-dark::after, .view-block .btn-link::after, .view-block .block-algolia-results .algolia-item-url::after, .block-algolia-results .view-block .algolia-item-url::after {
  background-image: url("../images/chevron.svg") !important;
}
.btn-link-dark:hover, .view-block .btn-link:hover, .view-block .block-algolia-results .algolia-item-url:hover, .block-algolia-results .view-block .algolia-item-url:hover {
  color: #112542 !important;
}
.btn-link-white, .paragraph-fullwidth.purple + .section-footer .btn-link, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.purple + .section-footer .algolia-item-url, .paragraph-fullwidth.crimson + .section-footer .btn-link, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.crimson + .section-footer .algolia-item-url, .paragraph-fullwidth.navy + .section-footer .btn-link, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.navy + .section-footer .algolia-item-url, .paragraph-fullwidth.red + .section-footer .btn-link, .paragraph-fullwidth.red + .section-footer .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.red + .section-footer .algolia-item-url, .paragraph-fullwidth.blue + .section-footer .btn-link, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.blue + .section-footer .algolia-item-url, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url, .block-algolia-results .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url {
  color: #ffffff;
}
.btn-link-white::after, .paragraph-fullwidth.purple + .section-footer .btn-link::after, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.purple + .section-footer .algolia-item-url::after, .paragraph-fullwidth.crimson + .section-footer .btn-link::after, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.crimson + .section-footer .algolia-item-url::after, .paragraph-fullwidth.navy + .section-footer .btn-link::after, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.navy + .section-footer .algolia-item-url::after, .paragraph-fullwidth.red + .section-footer .btn-link::after, .paragraph-fullwidth.red + .section-footer .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.red + .section-footer .algolia-item-url::after, .paragraph-fullwidth.blue + .section-footer .btn-link::after, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.blue + .section-footer .algolia-item-url::after, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link::after, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url::after, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link::after, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url::after, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link::after, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url::after, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link::after, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url::after, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link::after, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url::after, .block-algolia-results .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url::after {
  background-image: url("../images/chevron-white.svg") !important;
}
.btn-link-white:hover, .paragraph-fullwidth.purple + .section-footer .btn-link:hover, .paragraph-fullwidth.purple + .section-footer .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.purple + .section-footer .algolia-item-url:hover, .paragraph-fullwidth.crimson + .section-footer .btn-link:hover, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.crimson + .section-footer .algolia-item-url:hover, .paragraph-fullwidth.navy + .section-footer .btn-link:hover, .paragraph-fullwidth.navy + .section-footer .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.navy + .section-footer .algolia-item-url:hover, .paragraph-fullwidth.red + .section-footer .btn-link:hover, .paragraph-fullwidth.red + .section-footer .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.red + .section-footer .algolia-item-url:hover, .paragraph-fullwidth.blue + .section-footer .btn-link:hover, .paragraph-fullwidth.blue + .section-footer .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.blue + .section-footer .algolia-item-url:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link:hover, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link:hover, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link:hover, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link:hover, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-link:hover, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results .algolia-item-url:hover, .block-algolia-results .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .algolia-item-url:hover {
  color: #ffffff;
}

/*
* Toggle button
*/
button.btn-toggle {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.btn-toggle {
  width: 48px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .btn-toggle {
    width: 32px;
    height: 32px;
  }
}
/*
* Button back
*/
button.btn-back {
  display: flex;
  border: 0;
  background: #E8EEFD;
  color: #1550ED;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
button.btn-back:hover {
  color: #112542;
}
button.btn-back:hover::before {
  filter: brightness(50%);
}
button.btn-back::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: transparent url("../images/chevron-blue.svg") no-repeat center left;
  transform: scaleX(-1) translateY(1px);
  color: #1550ED;
}

/*
* Open Button
*/
button.btn-open {
  display: flex;
  color: #112542;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
button.btn-open:hover {
  color: #112542;
}
button.btn-open:hover::before {
  filter: brightness(50%);
}
button.btn-open:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: transparent url("../images/blue-down.svg") no-repeat center left;
  transform: scaleX(-1) translateY(1px);
  color: #1550ED;
  position: relative;
  left: 13px;
  bottom: 1px;
}

/*
* Button group
*/
.button-group {
  display: flex;
}
@media (max-width: 767.98px) {
  .button-group {
    flex-wrap: wrap;
  }
}
.button-group .btn, .button-group .block-algolia-categories .ais-show-more, .block-algolia-categories .button-group .ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .button-group button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .button-group .block-algolia a.button, .block-algolia .button-group a.button, .button-group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .button-group a {
  margin: 0 10px 20px 0;
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  .button-group .btn, .button-group .block-algolia-categories .ais-show-more, .block-algolia-categories .button-group .ais-show-more, .button-group .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .button-group button, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button, .button-group .block-algolia a.button, .block-algolia .button-group a.button, .button-group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .button-group a {
    margin: 0 2px 0 0 !important;
    padding-right: 25px !important;
    white-space: nowrap;
  }
}
.button-group .btn::after, .button-group .block-algolia-categories .ais-show-more::after, .block-algolia-categories .button-group .ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .button-group .block-algolia a.button::after, .block-algolia .button-group a.button::after, .button-group .webform-confirmation .webform-confirmation__back a::after, .webform-confirmation .webform-confirmation__back .button-group a::after {
  display: inline-block;
  content: "";
  height: 14px;
  width: 14px;
  margin-left: 8px;
  transform: translate3d(0, 2.5px, 0);
  transition: transform 0.2s cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.button-group .btn:hover::after, .button-group .block-algolia-categories .ais-show-more:hover::after, .block-algolia-categories .button-group .ais-show-more:hover::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button:hover::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button:hover::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:hover::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:hover::after, .button-group .block-algolia a.button:hover::after, .block-algolia .button-group a.button:hover::after, .button-group .webform-confirmation .webform-confirmation__back a:hover::after, .webform-confirmation .webform-confirmation__back .button-group a:hover::after, .button-group .btn:focus::after, .button-group .block-algolia-categories .ais-show-more:focus::after, .block-algolia-categories .button-group .ais-show-more:focus::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button:focus::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button:focus::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:focus::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:focus::after, .button-group .block-algolia a.button:focus::after, .block-algolia .button-group a.button:focus::after, .button-group .webform-confirmation .webform-confirmation__back a:focus::after, .webform-confirmation .webform-confirmation__back .button-group a:focus::after {
  transform: translate3d(4px, 2.5px, 0);
}
.button-group .btn.btn-solid-blue::after, .button-group .block-algolia-categories .btn-solid-blue.ais-show-more::after, .block-algolia-categories .button-group .btn-solid-blue.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more::after, .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories button.ais-show-more::after, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-solid-blue::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-solid-blue::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .button-group .block-algolia a.btn.button::after, .button-group .block-algolia .block-algolia-categories a.button.ais-show-more::after, .block-algolia-categories .button-group .block-algolia a.button.ais-show-more::after, .block-algolia .button-group a.btn.button::after, .block-algolia .button-group .block-algolia-categories a.button.ais-show-more::after, .block-algolia-categories .block-algolia .button-group a.button.ais-show-more::after, .button-group .block-algolia a.btn-solid-blue.button::after, .button-group .block-algolia a.button::after, .block-algolia .button-group a.btn-solid-blue.button::after, .block-algolia .button-group a.button::after, .button-group .webform-confirmation .webform-confirmation__back a.btn-solid-blue::after, .button-group .webform-confirmation .webform-confirmation__back .block-algolia a.button::after, .block-algolia .button-group .webform-confirmation .webform-confirmation__back a.button::after, .webform-confirmation .webform-confirmation__back .button-group a.btn-solid-blue::after, .webform-confirmation .webform-confirmation__back .button-group .block-algolia a.button::after, .block-algolia .webform-confirmation .webform-confirmation__back .button-group a.button::after, .button-group form[action] input.btn[type=submit]::after, .button-group form[action] .block-algolia-categories input[type=submit].ais-show-more::after, .block-algolia-categories .button-group form[action] input[type=submit].ais-show-more::after, form[action] .button-group input.btn[type=submit]::after, form[action] .button-group .block-algolia-categories input[type=submit].ais-show-more::after, .block-algolia-categories form[action] .button-group input[type=submit].ais-show-more::after, .button-group .btn.btn-primary::after, .button-group .block-algolia-categories .btn-primary.ais-show-more::after, .block-algolia-categories .button-group .btn-primary.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-primary::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-primary::after, .button-group .block-algolia a.btn-primary.button::after, .block-algolia .button-group a.btn-primary.button::after, .button-group .webform-confirmation .webform-confirmation__back a.btn-primary::after, .webform-confirmation .webform-confirmation__back .button-group a.btn-primary::after, .button-group .btn.btn-outline-navy::after, .button-group .block-algolia-categories .btn.ais-show-more::after, .block-algolia-categories .button-group .btn.ais-show-more::after, .button-group .block-algolia-categories .btn-outline-navy.ais-show-more::after, .button-group .block-algolia-categories .ais-show-more::after, .block-algolia-categories .button-group .btn-outline-navy.ais-show-more::after, .block-algolia-categories .button-group .ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more::after, .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories button.ais-show-more::after, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .button-group .block-algolia a.btn-outline-navy.button::after, .block-algolia .button-group a.btn-outline-navy.button::after, .button-group .webform-confirmation .webform-confirmation__back a.btn::after, .button-group .webform-confirmation .webform-confirmation__back .block-algolia-categories a.ais-show-more::after, .block-algolia-categories .button-group .webform-confirmation .webform-confirmation__back a.ais-show-more::after, .webform-confirmation .webform-confirmation__back .button-group a.btn::after, .webform-confirmation .webform-confirmation__back .button-group .block-algolia-categories a.ais-show-more::after, .block-algolia-categories .webform-confirmation .webform-confirmation__back .button-group a.ais-show-more::after, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-navy::after, .button-group .webform-confirmation .webform-confirmation__back a::after, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-navy::after, .webform-confirmation .webform-confirmation__back .button-group a::after, .button-group .btn.btn-secondary::after, .button-group .block-algolia-categories .btn-secondary.ais-show-more::after, .block-algolia-categories .button-group .btn-secondary.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary::after, .button-group .block-algolia a.btn-secondary.button::after, .block-algolia .button-group a.btn-secondary.button::after, .button-group .webform-confirmation .webform-confirmation__back a.btn-secondary::after, .webform-confirmation .webform-confirmation__back .button-group a.btn-secondary::after, .button-group .btn.btn-outline-navy::after, .button-group .block-algolia-categories .btn.ais-show-more::after, .block-algolia-categories .button-group .btn.ais-show-more::after, .button-group .block-algolia-categories .btn-outline-navy.ais-show-more::after, .button-group .block-algolia-categories .ais-show-more::after, .block-algolia-categories .button-group .btn-outline-navy.ais-show-more::after, .block-algolia-categories .button-group .ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-outline-navy::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button.ais-show-more::after, .block-algolia-categories .button-group .block-algolia-results .ais-infinite-hits--showmore button.ais-show-more::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-outline-navy::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .block-algolia-categories button.ais-show-more::after, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .button-group button.ais-show-more::after, .button-group .block-algolia a.btn-outline-navy.button::after, .block-algolia .button-group a.btn-outline-navy.button::after, .button-group .webform-confirmation .webform-confirmation__back a.btn::after, .webform-confirmation .webform-confirmation__back .button-group a.btn::after, .button-group .webform-confirmation .webform-confirmation__back a.btn-outline-navy::after, .button-group .webform-confirmation .webform-confirmation__back a::after, .webform-confirmation .webform-confirmation__back .button-group a.btn-outline-navy::after, .webform-confirmation .webform-confirmation__back .button-group a::after, .button-group .btn.btn-secondary::after, .button-group .block-algolia-categories .btn-secondary.ais-show-more::after, .block-algolia-categories .button-group .btn-secondary.ais-show-more::after, .button-group .block-algolia-results .ais-infinite-hits--showmore button.btn-secondary::after, .block-algolia-results .ais-infinite-hits--showmore .button-group button.btn-secondary::after, .button-group .block-algolia a.btn-secondary.button::after, .block-algolia .button-group a.btn-secondary.button::after, .button-group .webform-confirmation .webform-confirmation__back a.btn-secondary::after, .webform-confirmation .webform-confirmation__back .button-group a.btn-secondary::after {
  filter: grayscale(100%) brightness(10);
}
@media (min-width: 576px) {
  .button-group .btn:first-of-type, .button-group .block-algolia-categories .ais-show-more:first-of-type, .block-algolia-categories .button-group .ais-show-more:first-of-type, .button-group .block-algolia-results .ais-infinite-hits--showmore button:first-of-type, .block-algolia-results .ais-infinite-hits--showmore .button-group button:first-of-type, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:first-of-type, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:first-of-type, .button-group .block-algolia a.button:first-of-type, .block-algolia .button-group a.button:first-of-type, .button-group .webform-confirmation .webform-confirmation__back a:first-of-type, .webform-confirmation .webform-confirmation__back .button-group a:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .button-group .btn:last-of-type, .button-group .block-algolia-categories .ais-show-more:last-of-type, .block-algolia-categories .button-group .ais-show-more:last-of-type, .button-group .block-algolia-results .ais-infinite-hits--showmore button:last-of-type, .block-algolia-results .ais-infinite-hits--showmore .button-group button:last-of-type, .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:last-of-type, .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:last-of-type, .button-group .block-algolia a.button:last-of-type, .block-algolia .button-group a.button:last-of-type, .button-group .webform-confirmation .webform-confirmation__back a:last-of-type, .webform-confirmation .webform-confirmation__back .button-group a:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .button-group .btn:not(:last-of-type):not(:first-of-type), .button-group .block-algolia-categories .ais-show-more:not(:last-of-type):not(:first-of-type), .block-algolia-categories .button-group .ais-show-more:not(:last-of-type):not(:first-of-type), .button-group .block-algolia-results .ais-infinite-hits--showmore button:not(:last-of-type):not(:first-of-type), .block-algolia-results .ais-infinite-hits--showmore .button-group button:not(:last-of-type):not(:first-of-type), .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button:not(:last-of-type):not(:first-of-type), .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button:not(:last-of-type):not(:first-of-type), .button-group .block-algolia a.button:not(:last-of-type):not(:first-of-type), .block-algolia .button-group a.button:not(:last-of-type):not(:first-of-type), .button-group .webform-confirmation .webform-confirmation__back a:not(:last-of-type):not(:first-of-type), .webform-confirmation .webform-confirmation__back .button-group a:not(:last-of-type):not(:first-of-type) {
    border-radius: 0;
  }
}

/*
* File List
*/
.file-list a, .region-tertiary-sidebar .view-national-service-reports .card-rounded a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.boxed .row.content .col-lg-12 .field a, .two-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a, .two-column-layout.paragraph-fullwidth .region-tertiary-sidebar .view-national-service-reports .fast_facts > .col-lg-12 > .row a, .region-tertiary-sidebar .view-national-service-reports .double-banner-callout.boxed .content-block .banner-block a, .double-banner-callout.boxed .content-block .region-tertiary-sidebar .view-national-service-reports .banner-block a, .region-tertiary-sidebar .view-national-service-reports .fast-facts-fullwidth.boxed .wrapper-block a, .fast-facts-fullwidth.boxed .region-tertiary-sidebar .view-national-service-reports .wrapper-block a, .region-tertiary-sidebar .view-national-service-reports .three-column-layout.boxed .row.content .col-lg-12 .field a, .three-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field a {
  display: block;
  font-weight: bold;
  color: #112542;
  padding: 14px 24px;
  background: transparent;
  text-decoration: none;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.file-list a:hover, .region-tertiary-sidebar .view-national-service-reports .card-rounded a:hover, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.boxed .row.content .col-lg-12 .field a:hover, .two-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field a:hover, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a:hover, .two-column-layout.paragraph-fullwidth .region-tertiary-sidebar .view-national-service-reports .fast_facts > .col-lg-12 > .row a:hover, .region-tertiary-sidebar .view-national-service-reports .double-banner-callout.boxed .content-block .banner-block a:hover, .double-banner-callout.boxed .content-block .region-tertiary-sidebar .view-national-service-reports .banner-block a:hover, .region-tertiary-sidebar .view-national-service-reports .fast-facts-fullwidth.boxed .wrapper-block a:hover, .fast-facts-fullwidth.boxed .region-tertiary-sidebar .view-national-service-reports .wrapper-block a:hover, .region-tertiary-sidebar .view-national-service-reports .three-column-layout.boxed .row.content .col-lg-12 .field a:hover, .three-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field a:hover {
  background: #1550ED;
  text-decoration: underline;
  color: #ffffff;
}
.file-list .views-field a, .region-tertiary-sidebar .view-national-service-reports .card-rounded .views-field a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.boxed .row.content .col-lg-12 .field .views-field a, .two-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field .views-field a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .views-field a, .two-column-layout.paragraph-fullwidth .region-tertiary-sidebar .view-national-service-reports .fast_facts > .col-lg-12 > .row .views-field a, .region-tertiary-sidebar .view-national-service-reports .double-banner-callout.boxed .content-block .banner-block .views-field a, .double-banner-callout.boxed .content-block .region-tertiary-sidebar .view-national-service-reports .banner-block .views-field a, .region-tertiary-sidebar .view-national-service-reports .fast-facts-fullwidth.boxed .wrapper-block .views-field a, .fast-facts-fullwidth.boxed .region-tertiary-sidebar .view-national-service-reports .wrapper-block .views-field a, .region-tertiary-sidebar .view-national-service-reports .three-column-layout.boxed .row.content .col-lg-12 .field .views-field a, .three-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field .views-field a {
  padding-left: 34px;
  padding-right: 34px;
}
.file-list :not(.views-field) a:not(:last-of-type), .region-tertiary-sidebar .view-national-service-reports .card-rounded :not(.views-field) a:not(:last-of-type), .region-tertiary-sidebar .view-national-service-reports .two-column-layout.boxed .row.content .col-lg-12 .field :not(.views-field) a:not(:last-of-type), .two-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field :not(.views-field) a:not(:last-of-type), .region-tertiary-sidebar .view-national-service-reports .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row :not(.views-field) a:not(:last-of-type), .two-column-layout.paragraph-fullwidth .region-tertiary-sidebar .view-national-service-reports .fast_facts > .col-lg-12 > .row :not(.views-field) a:not(:last-of-type), .region-tertiary-sidebar .view-national-service-reports .double-banner-callout.boxed .content-block .banner-block :not(.views-field) a:not(:last-of-type), .double-banner-callout.boxed .content-block .region-tertiary-sidebar .view-national-service-reports .banner-block :not(.views-field) a:not(:last-of-type), .region-tertiary-sidebar .view-national-service-reports .fast-facts-fullwidth.boxed .wrapper-block :not(.views-field) a:not(:last-of-type), .fast-facts-fullwidth.boxed .region-tertiary-sidebar .view-national-service-reports .wrapper-block :not(.views-field) a:not(:last-of-type), .region-tertiary-sidebar .view-national-service-reports .three-column-layout.boxed .row.content .col-lg-12 .field :not(.views-field) a:not(:last-of-type), .three-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field :not(.views-field) a:not(:last-of-type),
.file-list .views-field:not(:last-of-type) a,
.region-tertiary-sidebar .view-national-service-reports .card-rounded .views-field:not(:last-of-type) a,
.region-tertiary-sidebar .view-national-service-reports .two-column-layout.boxed .row.content .col-lg-12 .field .views-field:not(:last-of-type) a,
.two-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field .views-field:not(:last-of-type) a,
.region-tertiary-sidebar .view-national-service-reports .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .views-field:not(:last-of-type) a,
.two-column-layout.paragraph-fullwidth .region-tertiary-sidebar .view-national-service-reports .fast_facts > .col-lg-12 > .row .views-field:not(:last-of-type) a,
.region-tertiary-sidebar .view-national-service-reports .double-banner-callout.boxed .content-block .banner-block .views-field:not(:last-of-type) a,
.double-banner-callout.boxed .content-block .region-tertiary-sidebar .view-national-service-reports .banner-block .views-field:not(:last-of-type) a,
.region-tertiary-sidebar .view-national-service-reports .fast-facts-fullwidth.boxed .wrapper-block .views-field:not(:last-of-type) a,
.fast-facts-fullwidth.boxed .region-tertiary-sidebar .view-national-service-reports .wrapper-block .views-field:not(:last-of-type) a,
.region-tertiary-sidebar .view-national-service-reports .three-column-layout.boxed .row.content .col-lg-12 .field .views-field:not(:last-of-type) a,
.three-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field .views-field:not(:last-of-type) a {
  border-bottom: 1px solid rgba(17, 37, 66, 0.1);
}

/*
* AMERICORPS:
* Forms
*/
form[action] {
  margin-bottom: 70px;
  /*
  * Rows
  */
  /*
  * Label
  */
  /*
  * Text
  */
  /*
  * Checkboxes
  */
  /*
  * Radio buttons
  */
  /*
  * Submit buttons
  */
  /*
  * Description
  */
}
form[action]:not(:first-child) {
  padding-top: 70px;
}
form[action] .form-item {
  margin-bottom: 14px;
}
form[action] :focus {
  outline: none;
}
form[action] .fieldset-legend {
  display: block;
  width: 75%;
  margin-top: 34px;
}
form[action] .fieldset-wrapper .fieldset-legend {
  border-bottom: 1px solid #E7E9EC;
  padding-bottom: 24px;
}
form[action] .container-inline {
  display: flex;
}
form[action] .container-inline .form-item:not(:last-of-type) {
  margin-right: 14px;
}
form[action] label {
  margin: 24px 0 10px 0;
  width: 100%;
}
form[action] label.form-required::after {
  display: inline-block;
  content: "*";
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 2px;
  transform: translateY(-3px);
}
form[action] input:not([type=submit]):not([type=checkbox]):not([multiple]), form[action] textarea {
  border: 2px solid #112542;
  border-radius: 30px;
  padding: 10px;
  font-weight: normal !important;
  font-size: 1.125rem;
  width: 100%;
  display: block;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.views-exposed-form form[action] input:not([type=submit]):not([type=checkbox]):not([multiple]), .views-exposed-form form[action] textarea {
  background-color: #ffffff;
}
form[action] input:not([type=submit]):not([type=checkbox]):not([multiple]):focus, form[action] textarea:focus {
  background-color: #1550ED;
  color: #ffffff;
  border: 2px solid #1550ED;
}
form[action] input:not([type=submit]):not([type=checkbox]):not([multiple]):focus::-moz-placeholder, form[action] textarea:focus::-moz-placeholder {
  color: #ffffff;
}
form[action] input:not([type=submit]):not([type=checkbox]):not([multiple]):focus::placeholder, form[action] textarea:focus::placeholder {
  color: #ffffff;
}
form[action] input:not([type=submit]):not([type=checkbox]):not([multiple]) + .description, form[action] textarea + .description {
  margin-top: 14px;
}
form[action] select[multiple] {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Circular Std", Fallback, sans-serif;
  line-height: 1.3;
  box-sizing: border-box;
  margin: 0;
  font-weight: bold;
  border-radius: 30px;
  border: 2px solid #112542;
  padding: 13px 14px;
}
form[action] select[multiple] option {
  padding: 14px;
}
form[action] select[multiple] option:first-of-type {
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
form[action] select[multiple] option:last-of-type {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
form[action] select[multiple] option:checked {
  background-color: #1550ED;
  color: #ffffff;
}
form[action] input[type=checkbox] {
  margin-top: 5px;
  margin-right: 10px;
  border: 2px solid #112542;
  border-radius: 8px;
  vertical-align: top;
}
form[action] .checkboxes--wrapper {
  padding-top: 14px;
}
form[action] .checkboxes--wrapper .form-item {
  margin: 0;
}
form[action] .checkboxes--wrapper label {
  margin-top: 0;
}
form[action] input[type=checkbox] + label {
  display: inline-block;
  width: 95%;
}
form[action] input[type=checkbox]:checked + label {
  color: #1550ED;
}
form[action] .js-form-type-radio {
  display: flex;
}
form[action] .js-form-type-radio input {
  flex-basis: 10%;
}
form[action] .js-form-type-radio label {
  margin-top: 0px;
}
form[action] .description,
form[action] .webform-element-description {
  margin: 34px 0;
}

/*
* Fancy dropdown
*/
.select-wrapper select:not([multiple]),
.js-form-type-select select:not([multiple]),
.fancy-dropdown,
.gtranslate_wrapper select,
select.dropdown {
  display: inline-block;
  font-family: "Circular Std", Fallback, sans-serif;
  line-height: 1.3;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid white;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 49%, 0 0;
  background-size: 0.65em auto, 100%;
  font-weight: bold;
  font-size: 0.875rem;
  background-color: transparent;
  border-radius: 30px;
  padding: 13px 40px 13px 29px;
  letter-spacing: 0.05em;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
  box-shadow: 0px 0px 0px rgba(17, 37, 66, 0);
  background-size: 22px;
}
.select-wrapper select:not([multiple])::-ms-expand,
.js-form-type-select select:not([multiple])::-ms-expand,
.fancy-dropdown::-ms-expand,
.gtranslate_wrapper select::-ms-expand,
select.dropdown::-ms-expand {
  display: none;
}
.select-wrapper select:not([multiple]).dropdown-white,
.js-form-type-select select:not([multiple]).dropdown-white,
.fancy-dropdown.dropdown-white,
.gtranslate_wrapper select,
select.dropdown.dropdown-white {
  color: #ffffff;
  border-color: #ffffff;
  background-image: url(../images/arrow-down.svg), linear-gradient(to bottom, #112542 0%, #112542 100%);
}
.select-wrapper select:not([multiple]).dropdown-white option,
.js-form-type-select select:not([multiple]).dropdown-white option,
.fancy-dropdown.dropdown-white option,
.gtranslate_wrapper select option,
select.dropdown.dropdown-white option {
  color: #112542 !important;
}
.select-wrapper select:not([multiple]).dropdown-navy,
.js-form-type-select select:not([multiple]).dropdown-navy,
.fancy-dropdown.dropdown-navy,
.gtranslate_wrapper select.dropdown-navy,
select.dropdown.dropdown-navy {
  color: #112542;
  border-color: #112542;
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.js-form-type-select select:not([multiple]),
.select-wrapper select:not([multiple]) {
  color: #112542;
  margin-left: 7px;
  background-image: url(../images/blue-down.svg);
  border-color: #112542;
}

.select-wrapper:not(:first-of-type) {
  padding-top: 10px;
}

.fancy-dropdown, .gtranslate_wrapper select,
select.dropdown {
  text-transform: uppercase;
}

/*
* Confirmation statements
*/
.webform-confirmation {
  padding: 120px 0;
}
/*
* AMERICORPS:
* Videos
*/
.video-thumb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}
.video-thumb::before, .video-thumb::after {
  position: absolute;
  display: block;
  content: "";
}
.video-thumb::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17, 37, 66, 0);
  z-index: 1;
  transition: background-color 0.5s cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.video-thumb::after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: transparent url("../images/play-blue.svg") no-repeat center center;
  width: 100px;
  height: 100px;
  z-index: 2;
  filter: none;
  transition: filter 0.5s cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.video-thumb img {
  width: 100%;
}
.video-thumb:hover::before {
  background-color: rgba(17, 37, 66, 0.3);
}
.video-thumb:hover::after {
  filter: grayscale(1) contrast(2);
}
.video-thumb .video-embed {
  display: none;
}

/*
* AmeriCorps
* ==========
* Common card layouts used across the system
*/
.card-rounded, .three-column-layout.boxed .row.content .col-lg-12 .field, .fast-facts-fullwidth.boxed .wrapper-block, .double-banner-callout.boxed .content-block .banner-block, .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.boxed .row.content .col-lg-12 .field {
  background-color: #ffffff;
  border-radius: 14px;
}
.card-rounded.padded, .three-column-layout.boxed .row.content .col-lg-12 .padded.field, .fast-facts-fullwidth.boxed .padded.wrapper-block, .double-banner-callout.boxed .content-block .padded.banner-block, .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .padded.row, .two-column-layout.boxed .row.content .col-lg-12 .padded.field {
  padding: 24px;
  margin: 34px 0;
}
.card-rounded.file-list :not(.view-field) a, .region-tertiary-sidebar .view-national-service-reports .card-rounded :not(.view-field) a, .three-column-layout.boxed .row.content .col-lg-12 .file-list.field :not(.view-field) a, .region-tertiary-sidebar .view-national-service-reports .three-column-layout.boxed .row.content .col-lg-12 .field :not(.view-field) a, .three-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field :not(.view-field) a, .fast-facts-fullwidth.boxed .file-list.wrapper-block :not(.view-field) a, .region-tertiary-sidebar .view-national-service-reports .fast-facts-fullwidth.boxed .wrapper-block :not(.view-field) a, .fast-facts-fullwidth.boxed .region-tertiary-sidebar .view-national-service-reports .wrapper-block :not(.view-field) a, .double-banner-callout.boxed .content-block .file-list.banner-block :not(.view-field) a, .region-tertiary-sidebar .view-national-service-reports .double-banner-callout.boxed .content-block .banner-block :not(.view-field) a, .double-banner-callout.boxed .content-block .region-tertiary-sidebar .view-national-service-reports .banner-block :not(.view-field) a, .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .file-list.row :not(.view-field) a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row :not(.view-field) a, .two-column-layout.paragraph-fullwidth .region-tertiary-sidebar .view-national-service-reports .fast_facts > .col-lg-12 > .row :not(.view-field) a, .two-column-layout.boxed .row.content .col-lg-12 .file-list.field :not(.view-field) a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.boxed .row.content .col-lg-12 .field :not(.view-field) a, .two-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field :not(.view-field) a {
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 0;
}
.card-rounded.file-list .views-field a, .region-tertiary-sidebar .view-national-service-reports .card-rounded .views-field a, .three-column-layout.boxed .row.content .col-lg-12 .file-list.field .views-field a, .region-tertiary-sidebar .view-national-service-reports .three-column-layout.boxed .row.content .col-lg-12 .field .views-field a, .three-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field .views-field a, .fast-facts-fullwidth.boxed .file-list.wrapper-block .views-field a, .region-tertiary-sidebar .view-national-service-reports .fast-facts-fullwidth.boxed .wrapper-block .views-field a, .fast-facts-fullwidth.boxed .region-tertiary-sidebar .view-national-service-reports .wrapper-block .views-field a, .double-banner-callout.boxed .content-block .file-list.banner-block .views-field a, .region-tertiary-sidebar .view-national-service-reports .double-banner-callout.boxed .content-block .banner-block .views-field a, .double-banner-callout.boxed .content-block .region-tertiary-sidebar .view-national-service-reports .banner-block .views-field a, .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .file-list.row .views-field a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .views-field a, .two-column-layout.paragraph-fullwidth .region-tertiary-sidebar .view-national-service-reports .fast_facts > .col-lg-12 > .row .views-field a, .two-column-layout.boxed .row.content .col-lg-12 .file-list.field .views-field a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.boxed .row.content .col-lg-12 .field .views-field a, .two-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field .views-field a {
  margin-left: -34px;
  margin-right: -34px;
  margin-bottom: 0;
}

/*
* AMERICORPS:
* Accessibility
* - Any styles that influence the accessibility compliance and 'display' in a screen reader
*/
.skip-nav:focus {
  background: #1550ED;
  padding: 12px;
  width: 100vw;
  display: block;
  color: #ffffff;
}

#main {
  margin-top: 0;
}
#main .node__content {
  margin-top: 0;
}

.page-wrapper {
  min-width: 320px;
}
.page-wrapper img {
  max-width: 100%;
  height: auto;
}

.row::before,
.row::after {
  width: 0px;
  height: 0px;
}

.content footer {
  display: none;
}

.node--type-newsroom img,
.node--type-tertiary-page img,
.node--type-blog img,
.node--type-stories img {
  border-radius: 14px;
}

/*
Forms

Styleguide 2.9
*/
.form-select,
.form-email {
  display: block;
  margin-top: 0.25rem;
}

input {
  font-weight: bold;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: normal;
}

input::-moz-placeholder { /* Firefox 19+ */
  font-weight: normal;
}

input:-ms-input-placeholder { /* IE 10+ */
  font-weight: normal;
}

input:-moz-placeholder { /* Firefox 18- */
  font-weight: normal;
}

fieldset.error .fieldset-wrapper {
  border-color: #dc3545 !important;
}

.simpler-select-root {
  display: inline-block;
  font-family: "Circular Std", Fallback, sans-serif;
  line-height: 1.3;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid white;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right 1em top 49%, 0 0;
  background-size: 0.65em auto, 100%;
  font-weight: bold;
  font-size: 0.875rem;
  background-color: transparent;
  border-radius: 30px;
  padding: 13px 40px 13px 29px;
  letter-spacing: 0.05em;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
  box-shadow: 0px 0px 0px rgba(17, 37, 66, 0);
  background-size: 22px;
}

nav .pagination {
  justify-content: center;
}
nav .pagination .pager__item--ellipsis,
nav .pagination .pager__item--current {
  cursor: default;
}

#main-wrapper > .container .alert {
  margin-left: -15px;
  margin-right: -15px;
}

header {
  background-color: #112542;
}
header .navbar {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991.98px) {
  header .navbar {
    width: 100%;
    padding: 0;
  }
}
header .navbar .navbar-brand {
  margin-right: 1.5rem;
}
header .navbar-expand-xl .navbar-nav {
  flex-direction: row !important;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  header .navbar-expand-xl .navbar-nav {
    width: 100%;
  }
}
header .navbar-expand-xl .menu-region {
  width: 100%;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  header .navbar-expand-xl .menu-region {
    background: #1550ED;
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  header .navbar-expand-xl .menu-region {
    padding-top: 80px;
  }
}
header .logo {
  position: absolute;
  left: 0;
  padding-left: 23px;
  z-index: 1;
}
header .logo .site-logo img {
  max-width: 100%;
  max-height: 5rem;
  margin: 19px 0;
}
header .logo #block-navigationbuttons,
header .logo #block-search {
  display: none;
}
@media (max-width: 1199.98px) {
  header .logo {
    position: static;
    width: calc(100% - 150px);
  }
  header .logo #block-search {
    display: block;
    order: 2;
  }
  header .logo #block-navigationbuttons {
    display: block;
    margin-left: auto;
    order: 2;
    margin-top: 16px;
  }
}
@media (max-width: 1199.98px) and (max-width: 1255px) {
  header .logo #block-navigationbuttons .btn:first-child, header .logo #block-navigationbuttons .block-algolia-categories .ais-show-more:first-child, .block-algolia-categories header .logo #block-navigationbuttons .ais-show-more:first-child, header .logo #block-navigationbuttons .block-algolia-results .ais-infinite-hits--showmore button:first-child, .block-algolia-results .ais-infinite-hits--showmore header .logo #block-navigationbuttons button:first-child, header .logo #block-navigationbuttons .block-algolia-results #algolia-field-wrapper-clear-all a.button:first-child, .block-algolia-results #algolia-field-wrapper-clear-all header .logo #block-navigationbuttons a.button:first-child, header .logo #block-navigationbuttons .block-algolia a.button:first-child, .block-algolia header .logo #block-navigationbuttons a.button:first-child, header .logo #block-navigationbuttons .webform-confirmation .webform-confirmation__back a:first-child, .webform-confirmation .webform-confirmation__back header .logo #block-navigationbuttons a:first-child {
    margin-right: 15px;
  }
}
@media (max-width: 1199.98px) and (max-width: 1255px) {
  header .logo #block-navigationbuttons .btn:last-child, header .logo #block-navigationbuttons .block-algolia-categories .ais-show-more:last-child, .block-algolia-categories header .logo #block-navigationbuttons .ais-show-more:last-child, header .logo #block-navigationbuttons .block-algolia-results .ais-infinite-hits--showmore button:last-child, .block-algolia-results .ais-infinite-hits--showmore header .logo #block-navigationbuttons button:last-child, header .logo #block-navigationbuttons .block-algolia-results #algolia-field-wrapper-clear-all a.button:last-child, .block-algolia-results #algolia-field-wrapper-clear-all header .logo #block-navigationbuttons a.button:last-child, header .logo #block-navigationbuttons .block-algolia a.button:last-child, .block-algolia header .logo #block-navigationbuttons a.button:last-child, header .logo #block-navigationbuttons .webform-confirmation .webform-confirmation__back a:last-child, .webform-confirmation .webform-confirmation__back header .logo #block-navigationbuttons a:last-child {
    margin-right: 5px;
  }
}
@media (max-width: 767.98px) {
  header .logo #block-navigationbuttons {
    display: none;
  }
  header .logo #block-search {
    margin-left: auto;
  }
}
header .main-menu {
  margin: 0 auto 0 -34px;
}
@media (max-width: 1199.98px) {
  header .main-menu {
    margin: 0;
    padding: 0 !important;
  }
}
header .navigation-right {
  position: absolute;
  right: 0;
  display: flex;
}
header .navigation-right #block-americorps-navigationbuttons {
  margin-top: 16px;
  display: inline-block;
}
header .navigation-right #block-americorps-navigationbuttons .btn:first-child, header .navigation-right #block-americorps-navigationbuttons .block-algolia-categories .ais-show-more:first-child, .block-algolia-categories header .navigation-right #block-americorps-navigationbuttons .ais-show-more:first-child, header .navigation-right #block-americorps-navigationbuttons .block-algolia-results .ais-infinite-hits--showmore button:first-child, .block-algolia-results .ais-infinite-hits--showmore header .navigation-right #block-americorps-navigationbuttons button:first-child, header .navigation-right #block-americorps-navigationbuttons .block-algolia-results #algolia-field-wrapper-clear-all a.button:first-child, .block-algolia-results #algolia-field-wrapper-clear-all header .navigation-right #block-americorps-navigationbuttons a.button:first-child, header .navigation-right #block-americorps-navigationbuttons .block-algolia a.button:first-child, .block-algolia header .navigation-right #block-americorps-navigationbuttons a.button:first-child, header .navigation-right #block-americorps-navigationbuttons .webform-confirmation .webform-confirmation__back a:first-child, .webform-confirmation .webform-confirmation__back header .navigation-right #block-americorps-navigationbuttons a:first-child {
  margin-right: 15px;
}
header .navigation-right #block-americorps-search {
  display: inline-block;
}
@media (max-width: 1199.98px) {
  header .navigation-right {
    position: static;
    height: 0;
  }
  header .navigation-right .menu-region {
    padding-bottom: 0;
  }
  header .navigation-right #block-americorps-search .nav .we-mega-menu-li > span {
    position: absolute;
    top: 3px;
    right: 80px;
  }
  header .navigation-right .menu-region {
    background: transparent;
  }
  header .navigation-right #block-americorps-navigationbuttons {
    display: none;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  header .navigation-right #block-americorps-navigationbuttons {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    text-align: center;
  }
  .show-mobile-menu + .navigation-right #block-americorps-navigationbuttons {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  header .navigation-right #block-americorps-navigationbuttons .btn.btn-solid-blue, header .navigation-right #block-americorps-navigationbuttons .block-algolia-categories .btn-solid-blue.ais-show-more, .block-algolia-categories header .navigation-right #block-americorps-navigationbuttons .btn-solid-blue.ais-show-more, header .navigation-right #block-americorps-navigationbuttons .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore header .navigation-right #block-americorps-navigationbuttons button, header .navigation-right #block-americorps-navigationbuttons .block-algolia-results #algolia-field-wrapper-clear-all a.btn-solid-blue.button, .block-algolia-results #algolia-field-wrapper-clear-all header .navigation-right #block-americorps-navigationbuttons a.btn-solid-blue.button, header .navigation-right #block-americorps-navigationbuttons .block-algolia a.button, .block-algolia header .navigation-right #block-americorps-navigationbuttons a.button, header .navigation-right #block-americorps-navigationbuttons .webform-confirmation .webform-confirmation__back a.btn-solid-blue, .webform-confirmation .webform-confirmation__back header .navigation-right #block-americorps-navigationbuttons a.btn-solid-blue, header .navigation-right #block-americorps-navigationbuttons .btn.btn-primary, header .navigation-right #block-americorps-navigationbuttons .block-algolia-categories .btn-primary.ais-show-more, .block-algolia-categories header .navigation-right #block-americorps-navigationbuttons .btn-primary.ais-show-more, header .navigation-right #block-americorps-navigationbuttons .block-algolia-results #algolia-field-wrapper-clear-all a.btn-primary.button, .block-algolia-results #algolia-field-wrapper-clear-all header .navigation-right #block-americorps-navigationbuttons a.btn-primary.button, header .navigation-right #block-americorps-navigationbuttons .webform-confirmation .webform-confirmation__back a.btn-primary, .webform-confirmation .webform-confirmation__back header .navigation-right #block-americorps-navigationbuttons a.btn-primary, header .navigation-right #block-americorps-navigationbuttons .button-group .btn.btn-outline-navy, header .navigation-right #block-americorps-navigationbuttons .button-group .block-algolia-categories .ais-show-more, .block-algolia-categories header .navigation-right #block-americorps-navigationbuttons .button-group .ais-show-more, header .navigation-right #block-americorps-navigationbuttons .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all header .navigation-right #block-americorps-navigationbuttons .button-group a.button, .button-group header .navigation-right #block-americorps-navigationbuttons .btn.btn-outline-navy, .button-group header .navigation-right #block-americorps-navigationbuttons .block-algolia-categories .ais-show-more, .block-algolia-categories .button-group header .navigation-right #block-americorps-navigationbuttons .ais-show-more, .button-group header .navigation-right #block-americorps-navigationbuttons .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .button-group header .navigation-right #block-americorps-navigationbuttons a.button, header .navigation-right #block-americorps-navigationbuttons .button-group .btn.btn-secondary, .button-group header .navigation-right #block-americorps-navigationbuttons .btn.btn-secondary, header .navigation-right #block-americorps-navigationbuttons form[action] input.btn[type=submit], header .navigation-right #block-americorps-navigationbuttons form[action] .block-algolia-categories input[type=submit].ais-show-more, .block-algolia-categories header .navigation-right #block-americorps-navigationbuttons form[action] input[type=submit].ais-show-more, form[action] header .navigation-right #block-americorps-navigationbuttons input.btn[type=submit], form[action] header .navigation-right #block-americorps-navigationbuttons .block-algolia-categories input[type=submit].ais-show-more, .block-algolia-categories form[action] header .navigation-right #block-americorps-navigationbuttons input[type=submit].ais-show-more, header .navigation-right #block-americorps-navigationbuttons .button-group .webform-confirmation .webform-confirmation__back a, .button-group .webform-confirmation .webform-confirmation__back header .navigation-right #block-americorps-navigationbuttons a, header .navigation-right #block-americorps-navigationbuttons .webform-confirmation .webform-confirmation__back .button-group a, .webform-confirmation .webform-confirmation__back .button-group header .navigation-right #block-americorps-navigationbuttons a {
    color: #1550ED;
    background: #ffffff;
  }
}

#page-footer {
  background-color: #112542;
  padding: 75px 0 10px 0;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  #page-footer {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767.98px) {
  #page-footer {
    padding: 10px 0 40px 0;
  }
}
#page-footer .footer-copyright {
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  padding: 48px 0;
  margin: 0 0 150px 0;
  color: #ffffff;
}
#page-footer .footer-copyright a {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #page-footer .footer-copyright {
    margin: 0 0 60px 0;
  }
}
#page-footer .footer-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  #page-footer .footer-logo .site-logo {
    margin-bottom: 20px;
  }
}
#page-footer h2 {
  color: #ffffff;
  font-size: 35px;
}
#page-footer.site-footer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#page-footer.site-footer .block {
  border: none;
}
#page-footer #block-footerlinks .site-logo {
  display: inline-block;
  margin-right: 75px;
}
@media (max-width: 767.98px) {
  #page-footer #block-footerlinks .site-logo {
    margin-bottom: 14px;
  }
}
#page-footer #block-footerlinks #block-americorps-footerlinks {
  display: inline-block;
}
@media (max-width: 767.98px) {
  #page-footer #block-footerlinks #block-americorps-footerlinks {
    margin-top: 50px;
  }
}
#page-footer #block-footerlinks #block-americorps-footerlinks p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 45px;
}

.region-content-bottom:not(:empty) {
  padding-bottom: 100px;
}
.region-content-bottom .block:not(:last-of-type) {
  margin-bottom: 90px;
}
.region-content-bottom .btn-outline-white, .region-content-bottom .paragraph-fullwidth.purple + .section-footer .btn-outline-navy, .paragraph-fullwidth.purple + .section-footer .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.purple + .section-footer .btn-secondary, .paragraph-fullwidth.purple + .section-footer .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .region-content-bottom .ais-show-more, .region-content-bottom .paragraph-fullwidth.crimson + .section-footer .btn-outline-navy, .paragraph-fullwidth.crimson + .section-footer .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.crimson + .section-footer .btn-secondary, .paragraph-fullwidth.crimson + .section-footer .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .region-content-bottom .ais-show-more, .region-content-bottom .paragraph-fullwidth.navy + .section-footer .btn-outline-navy, .paragraph-fullwidth.navy + .section-footer .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.navy + .section-footer .btn-secondary, .paragraph-fullwidth.navy + .section-footer .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .region-content-bottom .ais-show-more, .region-content-bottom .paragraph-fullwidth.red + .section-footer .btn-outline-navy, .paragraph-fullwidth.red + .section-footer .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.red + .section-footer .btn-secondary, .paragraph-fullwidth.red + .section-footer .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .region-content-bottom .ais-show-more, .region-content-bottom .paragraph-fullwidth.blue + .section-footer .btn-outline-navy, .paragraph-fullwidth.blue + .section-footer .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.blue + .section-footer .btn-secondary, .paragraph-fullwidth.blue + .section-footer .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .region-content-bottom .ais-show-more, .region-content-bottom .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .ais-show-more, .region-content-bottom .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .ais-show-more, .region-content-bottom .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .ais-show-more, .region-content-bottom .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .ais-show-more, .region-content-bottom .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-outline-navy, .region-content-bottom .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .btn-secondary, .region-content-bottom .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .region-content-bottom a, .region-content-bottom .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a, .region-content-bottom .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .region-content-bottom a.button, .region-content-bottom .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom a.button, .region-content-bottom .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .region-content-bottom .ais-show-more, .region-content-bottom .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .region-content-bottom .ais-show-more {
  border-color: #112542;
  color: #112542;
}

.tertiary_page .sidebar-menu .tertiary-sidebar {
  background-color: rgba(115, 150, 244, 0.2);
  border-radius: 15px;
  padding: 25px 25px 25px 30px;
  margin-top: 33px;
  position: relative;
}
.tertiary_page .sidebar-menu .tertiary-sidebar ol, .tertiary_page .sidebar-menu .tertiary-sidebar li {
  list-style: none;
  margin: 0;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .parent-link {
  position: relative;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .parent-link:before {
  background: transparent url(../images/chevron-left.svg) no-repeat center left;
  background-size: 14px;
  height: 14px;
  width: 14px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .parent-link-btn {
  position: absolute;
  display: block;
  background-image: url("../images/down-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  cursor: pointer;
  top: 18px;
  right: 25px;
  display: block;
  background-image: url("../images/up-blue.svg");
  transform: scaleY(-1);
}
@media (min-width: 992px) {
  .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link-btn {
    display: none;
  }
}
.tertiary_page .sidebar-menu .tertiary-sidebar .parent-link-btn.close-icon {
  transform: scaleY(1);
}
.tertiary_page .sidebar-menu .tertiary-sidebar .nav {
  padding-top: 14px;
}
@media (min-width: 992px) {
  .tertiary_page .sidebar-menu .tertiary-sidebar .nav {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .tertiary_page .sidebar-menu .tertiary-sidebar .nav {
    display: none;
  }
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link {
  position: relative;
  width: 100%;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link.open-icon > a {
  width: calc(100% - 36px);
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link a {
  display: block;
  color: #112542;
  text-transform: initial;
  font-weight: bold;
  font-size: 16px;
  padding: 14px 0 7px 0;
  text-decoration: none;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link > .child-nav {
  padding-left: 0;
  display: none;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link > .child-nav .child-link-btn {
  width: 22px;
  height: 22px;
  top: 15px;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link > .child-nav a {
  font-weight: normal;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link > .child-nav .child-nav a {
  padding-left: 14px;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link-btn {
  top: 7px;
  right: 0;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link-btn.open-icon {
  position: absolute;
  display: block;
  background-image: url("../images/down-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.tertiary_page .sidebar-menu .tertiary-sidebar .child-link-btn.close-icon {
  position: absolute;
  display: block;
  background-image: url("../images/down-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  cursor: pointer;
  transform: scaleY(-1);
}

.immediate-release {
  display: block;
  margin: 50px 0;
  color: #535055;
  font-size: 14px;
}

.blog-post-date {
  display: block;
  margin: 50px 0 0 0;
  color: #535055;
  font-size: 14px;
}

.field_blog_author {
  display: block;
  margin: 10px 0 50px 0;
  font-weight: bold;
}

.node--type-blog .field_blog_author {
  display: block;
  margin: 10px 0 50px 0;
  padding-bottom: 40px;
  font-weight: bold;
  border-bottom: solid #535055 2px;
}

.webinar-date {
  padding-top: 10px;
}

.field--name-field-image-caption {
  color: #535055;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.region-footer-social .footer-social-links {
  display: block;
  padding: 50px 0;
  margin: 50px 0;
  border-top: #ffffff solid 2px;
}
@media (max-width: 767.98px) {
  .region-footer-social .footer-social-links {
    margin: 25px 0;
  }
}
.region-footer-social .footer-social-links h2 {
  margin-bottom: 22px;
}
.region-footer-social .footer-social-links .social-icon-block {
  margin-bottom: 22px;
}
.region-footer-social .footer-social-links .social-icon-block a {
  margin-right: 15px;
  color: transparent;
}
.region-footer-social .footer-social-links .social-icon-block .social-icon {
  margin-right: 20px;
  margin-bottom: 22px;
}
.region-footer-social .footer-social-links .social-icon-block .social-icon:last-child {
  margin-right: 0;
}
.region-footer-social .footer-social-links .social-icon:hover path, .region-footer-social .footer-social-links .social-icon:focus path {
  fill: #112542;
}
.region-footer-social .footer-social-links .social-icon:hover .svg-background, .region-footer-social .footer-social-links .social-icon:focus .svg-background {
  fill: white;
}
.region-footer-social .footer-social-links .social-icon:hover .svg-border, .region-footer-social .footer-social-links .social-icon:focus .svg-border {
  fill: white;
}
.region-footer-social .footer-social-links .field--name-field-telephone-number {
  color: #ffffff;
}
.region-footer-social .footer-social-links .email-link {
  color: #2DC4B6;
}
.region-footer-social #block-americorps-languageblock {
  margin: 50px 0;
  border-top: #ffffff solid 2px;
  padding-top: 40px;
}

@media (max-width: 991.98px) {
  .region-footer-newsletter .newsletter h2 {
    margin: 75px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .region-footer-newsletter .newsletter h2 {
    font-size: 22px;
    margin: 60px 0 40px 0;
  }
}
.region-footer-newsletter .newsletter .newsletter-button {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .region-footer-newsletter .newsletter .newsletter-button {
    margin: 30px 0;
  }
}
.region-footer-newsletter .break-out {
  width: 100vw;
  position: relative;
  background-image: url("../images/flag.svg");
  display: block;
  margin-top: 20px;
  background-size: 100% 204px;
  background-repeat: no-repeat;
  height: 200px;
  left: calc(-1 * (100vw - 100%) / 2);
}

.region-footer-navigation {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.region-footer-navigation .block-menu {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 767.98px) {
  .region-footer-navigation .block-menu {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.region-footer-navigation .block-menu h2 {
  display: none;
}
.region-footer-navigation .nav {
  display: block;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .region-footer-navigation .nav {
    margin-bottom: 60px;
  }
}
.region-footer-navigation .nav .nav-item a {
  font-weight: bold;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 18px;
  padding: 0;
}
.region-footer-navigation .nav .nav-item .menu {
  padding-left: 0;
}
.region-footer-navigation .nav .nav-item .menu a {
  font-weight: normal;
  margin-bottom: 12px;
  font-size: 16px;
}
.region-footer-navigation .nav .nav-item .menu a:hover {
  text-decoration: underline;
}

#scopedByScopedPolyfill_1 * {
  font-family: "Circular Std", Fallback, sans-serif !important;
}
#scopedByScopedPolyfill_1 #prefix-overlay-header h2 {
  font-weight: bold !important;
  font-size: 1.375rem !important;
}

.social-media-sharing {
  border-top: solid #535055 2px;
  padding-top: 25px;
  padding-right: 0;
  margin-top: 50px;
  text-align: right;
}

.node-links {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 100px 0;
}
@media (max-width: 767.98px) {
  .node-links {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .node-links .previous-link {
    margin-bottom: 10px;
    width: 100%;
    float: none;
  }
  .node-links .next-link {
    width: 100%;
    float: right;
    align-self: flex-end;
  }
}
.node-links .previous, .node-links .next {
  width: 100%;
  color: #1550ED;
  margin-bottom: 10px;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.node-links .previous::before,
.node-links .next::after {
  display: inline-block;
  content: "";
  background: transparent url("../images/chevron-blue.svg") no-repeat center center;
  width: 16px;
  height: 16px;
  transform: translateY(3px);
  transition: 0.3s background cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.node-links .previous-link, .node-links .next-link {
  max-width: 420px;
  display: block;
  padding: 34px;
  background: #E8EEFD;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
  cursor: pointer;
}
.node-links .previous-link:hover, .node-links .next-link:hover {
  background: #1550ED;
}
.node-links .previous-link:hover .previous, .node-links .previous-link:hover .next, .node-links .previous-link:hover a, .node-links .next-link:hover .previous, .node-links .next-link:hover .next, .node-links .next-link:hover a {
  color: #ffffff;
}
.node-links .previous-link:hover .previous::before,
.node-links .previous-link:hover .next::after, .node-links .next-link:hover .previous::before,
.node-links .next-link:hover .next::after {
  background-image: url("../images/chevron-white.svg");
}
.node-links .previous-link a, .node-links .next-link a {
  color: #112542;
  float: left;
  width: 100%;
  font-size: 16px;
  text-decoration: underline;
}
.node-links .previous-link {
  float: left;
  border-radius: 0 25px 25px 0;
}
.node-links .previous-link:only-child {
  margin-right: auto;
}
.node-links .previous-link .previous {
  float: left;
}
.node-links .previous-link .previous:before {
  margin-right: 5px;
  transform: translateY(3px) scaleX(-1);
}
.node-links .next-link {
  float: right;
  border-radius: 25px 0 0 25px;
}
.node-links .next-link:only-child {
  margin-left: auto;
}
.node-links .next-link .next {
  float: left;
}
.node-links .next-link .next:after {
  margin-left: 5px;
}

/**
* Overall
**/
.block-algolia {
  flex: 0 0 100%;
  max-width: 100%;
}
/**
* Results
**/
.block-algolia-results {
  margin-top: 70px;
  margin-bottom: 70px;
}
.block-algolia-results h2 {
  margin-bottom: 20px;
}
.block-algolia-results .algolia-filter-container {
  background-color: transparent !important;
}
.block-algolia-results .algolia-field-wrapper {
  margin-top: 0;
  margin-bottom: 14px;
}
.block-algolia-results .content {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 20px;
  background-color: #F2F2F3;
}
.block-algolia-results .content.padded {
  padding: 24px;
  margin: 34px 0;
}
.block-algolia-results #algolia-field-wrapper-search-location label[for=algolia-search-location] {
  margin-top: 0;
}
.block-algolia-results #algolia-field-wrapper-clear-all a.button {
  margin-bottom: 0;
  margin-top: 14px;
}
.block-algolia-results #algolia-stats,
.block-algolia-results #algolia-results {
  padding-left: 16px;
  padding-right: 16px;
}
.block-algolia-results .algolia-result-item {
  padding-bottom: 34px;
  border-bottom: 2px rgba(17, 37, 66, 0.2) solid;
  margin-bottom: 34px;
}
@media (min-width: 576px) {
  .block-algolia-results .algolia-result-item {
    padding-right: 25%;
  }
}
.block-algolia-results .algolia-item-heading {
  margin-bottom: 14px;
}
.block-algolia-results .algolia-item-host strong,
.block-algolia-results .algolia-item-locs strong {
  display: block;
}
.block-algolia-results .algolia-item-host {
  margin-bottom: 14px;
}
.block-algolia-results .ais-infinite-hits--showmore button {
  margin-bottom: 34px;
}

/**
* Categories
**/
.block-algolia-categories #algolia-search-categories-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.block-algolia-categories :checked + label {
  color: #1550ED;
}
.block-algolia-categories .ais-refinement-list--label {
  color: #112542;
}
.block-algolia-categories .ais-refinement-list--header {
  padding-bottom: 5px;
  border-bottom: 2px rgba(17, 37, 66, 0.2) solid;
  margin-bottom: 14px;
}
.block-algolia-categories .ais-show-more {
  margin-top: 20px;
}

/**
* USWDS Banner
*
* This has been modified from the source version on https://designsystem.digital.gov/
* as the USWDS system was not used on this website in preference for Bootstrap 4
**/
.usa-banner {
  padding: 5px 0;
  line-height: 1.6;
  background-color: #1b1b1b;
  color: #ffffff;
  font-size: 13px;
}
.usa-banner .usa-banner-flag {
  border-radius: 0px;
  margin-right: 8px;
  transform: translateY(-2px);
}
.usa-banner .banner-button {
  border: none;
  background: none;
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .usa-banner .banner-button {
    display: block;
    margin-left: 21px;
  }
}
.usa-banner .banner-button[aria-expanded=true] .button-text:after {
  transform: scaleY(-1);
}
.usa-banner .banner-button .button-text:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/down-blue.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  cursor: pointer;
  position: relative;
  top: 4px;
  left: 6px;
}
.usa-banner .usa-banner-guidance {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .usa-banner .usa-banner-guidance {
    margin-bottom: 20px;
  }
}
.usa-banner .usa-banner-icon {
  margin-right: 20px;
}
.usa-banner .usa-banner-text {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 25px;
  font-size: 14px;
}
.usa-banner .usa-banner-body p {
  margin-bottom: 0;
}
.usa-banner .usa-banner-info {
  margin: 20px 0;
}
.usa-banner .usa-banner__lock-image {
  width: 10px;
  height: 10px;
}

/**
Menu general variables and mixins.
 */
.navbar-inner {
  flex-direction: column;
  align-items: flex-end;
}

header.header > nav.navbar-wrapper nav.main-navbar {
  position: static;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .secondary-menu-region li.nav-item {
    width: 100%;
  }
  .secondary-menu-region li.nav-item > a {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 2rem;
    font-family: "Lato", sans-serif;
    padding: 5px 15px;
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

#navbarSupportedContent {
  height: 87px;
}
#navbarSupportedContent .show {
  height: 0px;
}
#navbarSupportedContent .collapsing {
  height: 0px;
}

@media (max-width: 1199.98px) {
  .type-of-block .block-inner h2 + .field-content-wrapper {
    padding-top: 0;
  }
  .type-of-block .block-inner .field-content-wrapper {
    padding-top: 15px;
  }
  .type-of-block .block-inner .field-content-wrapper .field--name-field-d-long-text ul {
    padding-left: 0;
  }
  .type-of-block .block-inner ul.subul {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .type-of-block .block-inner ul li {
    width: 100%;
  }
}
.type-of-block .block-inner h2 + .field-content-wrapper ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 5px 0;
  font-size: 1rem;
}
.type-of-block .block-inner h2 + .field-content-wrapper ul li a:not(h2):hover, .type-of-block .block-inner h2 + .field-content-wrapper ul li a:not(h2):active, .type-of-block .block-inner h2 + .field-content-wrapper ul li a:not(h2):focus, .type-of-block .block-inner h2 + .field-content-wrapper ul li a:not(h2).active-menu-item, .type-of-block .block-inner h2 + .field-content-wrapper ul li a a:hover, .type-of-block .block-inner h2 + .field-content-wrapper ul li a a:active, .type-of-block .block-inner h2 + .field-content-wrapper ul li a a:focus, .type-of-block .block-inner h2 + .field-content-wrapper ul li a a.active-menu-item {
  border: none;
}
.type-of-block .block-inner h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 5px 0;
  font-size: 1rem;
}
.type-of-block .block-inner h2:not(h2):hover, .type-of-block .block-inner h2:not(h2):active, .type-of-block .block-inner h2:not(h2):focus, .type-of-block .block-inner h2:not(h2).active-menu-item, .type-of-block .block-inner h2 a:hover, .type-of-block .block-inner h2 a:active, .type-of-block .block-inner h2 a:focus, .type-of-block .block-inner h2 a.active-menu-item {
  border: none;
}
@media (min-width: 1200px) {
  .type-of-block .block-inner h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-top: 0;
  }
}
.type-of-block .block-inner p {
  padding: 9px 0;
  margin-bottom: 0;
}
.type-of-block .block-inner ul, .type-of-block .block-inner ul.nav {
  list-style-type: none;
  padding-left: 0;
  display: block;
}

.block-we-megamenu {
  position: static;
}

@media (max-width: 1199.98px) {
  .region-primary-menu .touch-button {
    background: transparent url("../images/menu-chevron.svg") no-repeat center center;
    background-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    opacity: 0.5;
  }
  .region-primary-menu .has-touch-expand {
    position: relative;
  }
  .region-primary-menu .has-touch-expand:not(.active-menu-item) + .we-mega-menu-li-mobile + .we-mega-menu-submenu {
    display: none;
  }
  .region-primary-menu .has-touch-expand.touch-expanded .touch-button {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.region-primary-menu .region-we-mega-menu {
  margin-bottom: 0;
  padding: 0;
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu {
  margin-bottom: 0;
  display: block;
  width: 100%;
  left: 0;
  position: static;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li {
  padding: 20px 19px;
  border: 0 none;
  color: white;
}
@media (max-width: 1352px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li {
    padding: 20px 15px 20px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li:hover {
    padding: 20px 15px 20px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li .we-mega-menu-submenu li {
    padding: 10px 15px 10px;
  }
}
@media (max-width: 1286px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li {
    padding: 20px 8px 20px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li:hover {
    padding: 20px 8px 20px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li:hover .we-mega-menu-submenu li {
    padding: 10px 8px 10px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li .we-mega-menu-submenu li {
    padding: 10px 8px 10px;
  }
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li {
    background-color: #1550ED;
    padding: 0;
    border-bottom: solid 2px #ffffff;
  }
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.with-submenu .nav-item a:hover {
  text-decoration: underline !important;
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li div.we-mega-menu-title {
  display: none;
  padding: 0;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li div.we-mega-menu-title {
    display: inherit;
    font-size: 35px;
    line-height: 1.2em;
    padding: 35px 0;
    width: calc(100% - 60px) !important;
  }
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li div.we-mega-menu-title:hover {
    padding: 35px 0;
  }
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li a {
  padding: 0;
  color: #ffffff;
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li a.we-mega-menu-li-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li a.we-mega-menu-li {
    display: none;
    font-size: 35px;
    padding: 35px 0;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li a.we-mega-menu-li-mobile {
    display: none;
    font-size: 24px;
    line-height: 120%;
    padding: 15px 0;
  }
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li a:hover {
  padding: 0;
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li a:hover:not(.we-mega-menu-title-link) {
    padding: 15px 0;
  }
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li a:hover:after {
  display: none;
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.with-submenu:hover > .we-megamenu-nolink,
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.with-submenu:hover > a {
  position: relative;
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.with-submenu:hover > .we-megamenu-nolink:before,
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.with-submenu:hover > a:before {
  animation: nav-sub-menu 0.3s cubic-bezier(0.61, 0.21, 0.49, 0.99) forwards;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
  height: 10px;
  content: "";
  display: block;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='12' viewBox='0 0 41 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.1875 11.0879H40.5045C35.9528 4.89796 28.6185 0.880859 20.346 0.880859C12.0735 0.880859 4.73926 4.89796 0.1875 11.0879Z' fill='%231550ED'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.with-submenu:hover > .we-megamenu-nolink:before,
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.with-submenu:hover > a:before {
    display: none;
  }
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li[data-level="0"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: transparent;
  transition: 0.2s background-color cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li[data-level="0"]::after {
    display: none;
  }
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li:hover a, .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.active-trail a {
  text-decoration: none !important;
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li:hover, .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.active-trail {
    padding: 0;
  }
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li:hover:after, .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li.active-trail:after {
  background-color: #ffffff;
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu li .we-mega-menu-submenu li {
  padding: 10px 19px;
}
@media (max-width: 1352px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .active {
    padding: 20px 15px 20px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .active:hover {
    padding: 20px 15px 20px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .active .we-mega-menu-submenu li {
    padding: 10px 15px 10px;
  }
}
@media (max-width: 1286px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .active {
    padding: 20px 8px 20px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .active:hover {
    padding: 20px 8px 20px;
  }
}
@media (max-width: 1286px) and (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .active:hover {
    padding: 0;
  }
}
@media (max-width: 1286px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .active:hover .we-mega-menu-submenu li {
    padding: 10px 8px 10px;
  }
}
@media (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .active {
    padding: 0;
  }
}
.region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .active .we-mega-menu-submenu li {
  padding: 10px 8px 10px;
}
@media (max-width: 1352px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .we-mega-menu-submenu .active {
    padding: 0px 0px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .we-mega-menu-submenu .active:hover {
    padding: 0px 0px;
  }
}
@media (max-width: 1286px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .we-mega-menu-submenu .active {
    padding: 0px 0px;
  }
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .we-mega-menu-submenu .active:hover {
    padding: 0px 0px;
  }
}
@media (max-width: 1286px) and (max-width: 1199.98px) {
  .region-primary-menu .region-we-mega-menu .navbar.navbar-we-mega-menu .we-mega-menu-submenu .active:hover {
    padding: 0;
  }
}

/**
Mixins file taken from we_megamenu module.

Only few basic mixins taken to keep the primary functionality allowing user setting columns width for blocks in submenu.
 */
/**
Menu general layout styling.

Here are styles responsible mainly for setting some basic layout for mobile and desktop menu design.
 */
li.we-mega-menu-li {
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  li.we-mega-menu-li {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 1199.98px) {
  li.we-mega-menu-li.long-name > div.we-mega-menu-title {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  li.we-mega-menu-li.long-name > a.we-mega-menu-li {
    display: block;
    line-height: 1.2em;
    padding: 4px 0 !important;
  }
  li.we-mega-menu-li.long-name > a.we-mega-menu-li span.word:nth-of-type(3) {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  li.we-mega-menu-li.long-name > a.we-mega-menu-li span.word {
    padding-right: 0.5ch;
  }
  li.we-mega-menu-li.long-name > a.we-mega-menu-li span.word:last-of-type {
    padding-right: 0;
  }
}

.we-mega-menu-li {
  margin: 0;
}
.we-mega-menu-li.with-submenu {
  top: initial;
  display: flex;
  flex-direction: column;
}
.we-mega-menu-li.with-submenu.active-trail > .we-mega-menu-submenu > .we-mega-menu-submenu-inner {
  display: block;
}
.we-mega-menu-li .we-mega-menu-li,
.we-mega-menu-li .we-megamenu-nolink {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1199.98px) {
  nav.main-navbar .navbar-inner {
    overflow: hidden;
  }
  .type-of-block h2 + .field-content-wrapper > * {
    display: none;
    z-index: 1;
    padding: 10px 15px;
  }
  .type-of-block h2 + .field-content-wrapper li.nav-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
    height: 100%;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    font-size: 1rem;
  }
  .type-of-block h2 + .field-content-wrapper li.nav-item > a:not(h2):hover, .type-of-block h2 + .field-content-wrapper li.nav-item > a:not(h2):active, .type-of-block h2 + .field-content-wrapper li.nav-item > a:not(h2):focus, .type-of-block h2 + .field-content-wrapper li.nav-item > a:not(h2).active-menu-item, .type-of-block h2 + .field-content-wrapper li.nav-item > a a:hover, .type-of-block h2 + .field-content-wrapper li.nav-item > a a:active, .type-of-block h2 + .field-content-wrapper li.nav-item > a a:focus, .type-of-block h2 + .field-content-wrapper li.nav-item > a a.active-menu-item {
    border: none;
  }
  .type-of-block.active-trail .field-content-wrapper > * {
    display: block;
  }
  .we-mega-menu-submenu li > a.we-mega-menu-li,
  .we-mega-menu-submenu li > span.we-mega-menu-nolink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
    height: 100%;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    font-size: 1rem;
  }
  .we-mega-menu-submenu li > a.we-mega-menu-li:not(h2):hover, .we-mega-menu-submenu li > a.we-mega-menu-li:not(h2):active, .we-mega-menu-submenu li > a.we-mega-menu-li:not(h2):focus, .we-mega-menu-submenu li > a.we-mega-menu-li:not(h2).active-menu-item, .we-mega-menu-submenu li > a.we-mega-menu-li a:hover, .we-mega-menu-submenu li > a.we-mega-menu-li a:active, .we-mega-menu-submenu li > a.we-mega-menu-li a:focus, .we-mega-menu-submenu li > a.we-mega-menu-li a.active-menu-item,
  .we-mega-menu-submenu li > span.we-mega-menu-nolink:not(h2):hover,
  .we-mega-menu-submenu li > span.we-mega-menu-nolink:not(h2):active,
  .we-mega-menu-submenu li > span.we-mega-menu-nolink:not(h2):focus,
  .we-mega-menu-submenu li > span.we-mega-menu-nolink:not(h2).active-menu-item,
  .we-mega-menu-submenu li > span.we-mega-menu-nolink a:hover,
  .we-mega-menu-submenu li > span.we-mega-menu-nolink a:active,
  .we-mega-menu-submenu li > span.we-mega-menu-nolink a:focus,
  .we-mega-menu-submenu li > span.we-mega-menu-nolink a.active-menu-item {
    border: none;
  }
  .we-mega-menu-submenu .we-mega-menu-submenu-inner {
    display: none;
    z-index: 1;
    padding: 10px 15px;
  }
  .we-mega-menu-submenu .we-mega-menu-submenu {
    top: 0;
  }
  .type-of-block .field--name-field-d-main-title,
  .type-of-block span.d-submenu-toggler,
  .with-submenu .field--name-field-d-main-title,
  .with-submenu span.d-submenu-toggler {
    content: ">";
  }
  .type-of-block .field--name-field-d-main-title.open::after,
  .type-of-block .we-megamenu-nolink.open span.d-submenu-toggler::after,
  .type-of-block .we-mega-menu-li.open span.d-submenu-toggler::after,
  .with-submenu .field--name-field-d-main-title.open::after,
  .with-submenu .we-megamenu-nolink.open span.d-submenu-toggler::after,
  .with-submenu .we-mega-menu-li.open span.d-submenu-toggler::after {
    content: "\e80a";
  }
  body nav#navbar-nav::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    display: block;
    opacity: 0;
    transition: opacity 600ms;
  }
  body.navbar-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
  }
  body.navbar-open nav#navbar-nav::before {
    opacity: 1;
  }
  button.navbar-toggler {
    display: block;
    z-index: 100;
    width: 4rem;
    height: 4.25rem;
    margin-right: 7.5px;
    padding: 0;
    border: none;
    border-radius: unset;
    outline: 0;
    position: absolute;
    top: -70px;
    right: -5px;
  }
  button.navbar-toggler .navbar-toggler-icon {
    width: 4rem;
    height: 4.25rem;
  }
  button.navbar-toggler .navbar-toggler-icon:after {
    font-family: "fontello";
    color: #ffffff;
    font-size: 2.3rem;
    line-height: 4.25rem;
    position: relative;
  }
  button.navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after {
    content: "";
    width: 40px;
    height: 50px;
    background-image: url("../images/mobile-icon.svg");
    background-repeat: no-repeat;
    display: block;
    background-position-y: 5px;
  }
  button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url("../images/mobile-icon-close.svg");
    background-repeat: no-repeat;
    display: block;
  }
  header.header > nav.navbar-wrapper {
    position: unset;
  }
  header.header > nav.navbar-wrapper > .container {
    position: unset;
  }
  header.header > nav.navbar-wrapper nav.main-navbar {
    position: absolute;
    top: 4.25rem;
    right: 0;
    z-index: 10;
    height: calc(100% - 4.25rem);
    align-items: start;
    pointer-events: none;
    overflow-x: hidden;
  }
  header.header > nav.navbar-wrapper nav.main-navbar .with-submenu .we-mega-menu-li a.we-mega-menu-li,
  header.header > nav.navbar-wrapper nav.main-navbar .with-submenu span.we-megamenu-nolink a.we-mega-menu-li {
    padding-right: 5px;
  }
  header.header > nav.navbar-wrapper nav.main-navbar .navbar-inner {
    position: absolute;
    right: -265px;
    display: flex;
    height: 100%;
    width: 100%;
    padding-bottom: 2.9rem;
    overflow-y: auto;
    overflow-x: hidden;
    transition: right 600ms;
  }
  header.header > nav.navbar-wrapper nav.main-navbar.show {
    pointer-events: all;
  }
  header.header > nav.navbar-wrapper nav.main-navbar.open .navbar-inner {
    left: 0;
  }
  header.header > nav.navbar-wrapper .region-primary-menu {
    margin-top: 0;
  }
  header.header > nav.navbar-wrapper .region-secondary-menu {
    flex-direction: column;
  }
  header.header > nav.navbar-wrapper .region-secondary-menu .block-search-page-link {
    margin: 10px 0 20px;
    width: 100%;
  }
  header.header > nav.navbar-wrapper .region-secondary-menu .block-search-page-link .content {
    display: flex;
    justify-content: center;
  }
  header.header > nav.navbar-wrapper .region-secondary-menu .block-search-page-link .content a {
    width: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    line-height: 0;
  }
  header.header > nav.navbar-wrapper .secondary-menu-region {
    order: 1;
  }
  body.user-logged-in {
    margin-left: 0 !important;
  }
  body.user-logged-in header.header > nav.navbar-wrapper nav.main-navbar {
    top: calc(4.25rem + 39px);
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  nav.navbar {
    align-items: flex-start;
  }
  nav.navbar .region-secondary-menu {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .navbar-we-mega-menu {
    position: relative !important;
  }
  .we-mega-menu-submenu {
    position: absolute;
    top: 99%;
    display: none;
    padding: 0;
    background-color: #1550ED;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    border: none;
    white-space: nowrap;
    min-width: 12rem;
    margin-left: -1rem;
  }
  .we-mega-menu-submenu .we-mega-menu-submenu {
    left: 100%;
    top: 0;
    padding: 0;
  }
  .we-mega-menu-submenu li.we-mega-menu-li.with-submenu > a.we-mega-menu-li .d-submenu-toggler,
  .we-mega-menu-submenu li.we-mega-menu-li.with-submenu > span.we-megamenu-nolink .d-submenu-toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    position: relative;
    cursor: pointer;
    margin-right: -15px;
  }
  .we-mega-menu-submenu li.we-mega-menu-li.with-submenu > a.we-mega-menu-li .d-submenu-toggler::after,
  .we-mega-menu-submenu li.we-mega-menu-li.with-submenu > span.we-megamenu-nolink .d-submenu-toggler::after {
    font-family: "fontello";
    content: "\e80e";
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    margin: -5px 0;
  }
  .mega > .we-mega-menu-submenu {
    width: 100%;
    margin-left: 0;
    white-space: normal;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .mega > .we-mega-menu-submenu {
    position: absolute;
    width: calc(100vw + 10px);
    height: 100%;
    height: -moz-max-content;
    height: max-content;
    left: calc(50% + 25px);
    transform: translateX(-50vw);
    padding: 2rem 28%;
    box-shadow: 0 20px 15px 0 rgba(17, 37, 66, 0.3);
  }
  @supports (-ms-ime-align: auto) {
    .mega > .we-mega-menu-submenu {
      height: auto;
    }
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .mega > .we-mega-menu-submenu {
    height: 75vh;
    min-height: 400px;
    border-bottom: 10px solid transparent;
    -o-border-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 65%);
       border-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 65%);
  }
}
@media (min-width: 1200px) {
  .we-mega-menu-li > a,
  .we-mega-menu-li > span.we-megamenu-nolink {
    padding: 0 1.5625rem;
    line-height: 2.9rem;
  }
  .we-mega-menu-li:hover.with-submenu, .we-mega-menu-li:active .we-mega-menu-li:focus.with-submenu {
    position: static !important;
  }
  .we-mega-menu-li:hover.with-submenu::before, .we-mega-menu-li:active .we-mega-menu-li:focus.with-submenu::before {
    content: "";
    display: block;
    position: absolute;
    height: 150px;
    width: 50px;
    transform-origin: top;
    transform: translateY(25%) translateX(-70%);
    z-index: 0;
  }
  .we-mega-menu-li:hover > .we-mega-menu-submenu, .we-mega-menu-li:active .we-mega-menu-li:focus > .we-mega-menu-submenu {
    animation: nav-sub-menu 0.3s cubic-bezier(0.61, 0.21, 0.49, 0.99) forwards;
    display: block;
    z-index: 2;
  }
  .navbar-we-mega-menu .we-mega-menu-row {
    margin-left: -1.06383%;
    margin-right: -1.06383%;
    display: flex;
    flex-wrap: wrap;
  }
  .navbar-we-mega-menu .we-mega-menu-row > * {
    flex: 0 0 97.87234%;
    max-width: 97.87234%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 1.06383%;
    margin-right: 1.06383%;
  }
  .navbar-we-mega-menu .span1 {
    flex: 0 0 6.2056733333%;
    max-width: 6.2056733333%;
  }
  .navbar-we-mega-menu .span2 {
    flex: 0 0 14.5390066667%;
    max-width: 14.5390066667%;
  }
  .navbar-we-mega-menu .span3 {
    flex: 0 0 22.87234%;
    max-width: 22.87234%;
  }
  .navbar-we-mega-menu .span4 {
    flex: 0 0 31.2056733333%;
    max-width: 31.2056733333%;
  }
  .navbar-we-mega-menu .span5 {
    flex: 0 0 39.5390066667%;
    max-width: 39.5390066667%;
  }
  .navbar-we-mega-menu .span6 {
    flex: 0 0 47.87234%;
    max-width: 47.87234%;
  }
  .navbar-we-mega-menu .span7 {
    flex: 0 0 56.2056733333%;
    max-width: 56.2056733333%;
  }
  .navbar-we-mega-menu .span8 {
    flex: 0 0 64.5390066667%;
    max-width: 64.5390066667%;
  }
  .navbar-we-mega-menu .span9 {
    flex: 0 0 72.87234%;
    max-width: 72.87234%;
  }
  .navbar-we-mega-menu .span10 {
    flex: 0 0 81.2056733333%;
    max-width: 81.2056733333%;
  }
  .navbar-we-mega-menu .span11 {
    flex: 0 0 89.5390066667%;
    max-width: 89.5390066667%;
  }
  .navbar-we-mega-menu .span12 {
    flex: 0 0 97.87234%;
    max-width: 97.87234%;
  }
}
@media (max-width: 1199.98px) {
  .toolbar-tray-open .mega > .we-mega-menu-submenu {
    top: 0;
  }
}

.search.navbar-we-mega-menu {
  position: static !important;
}
.search .nav .we-mega-menu-row {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .search .nav .we-mega-menu-row {
    padding-top: 0px;
  }
}
.search .nav li .we-megamenu-nolink {
  background-image: url("../images/search.svg") !important;
  background-size: 33px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 33px;
  height: 85px;
  background-position: 10px 28px;
  margin-right: 23px;
}
.search .nav li .we-megamenu-nolink:hover {
  background-image: url("../images/search-hover.svg") !important;
}
@media (max-width: 1199.98px) {
  .search .nav li .we-megamenu-nolink {
    width: 45px;
    margin-right: 0;
  }
  .search .nav li .we-megamenu-nolink + .we-mega-menu-submenu {
    display: none;
  }
  .search .nav li .we-megamenu-nolink.open + .we-mega-menu-submenu {
    display: block;
    position: absolute;
    background: #1550ED;
    width: 100vw;
    max-width: 100vw !important;
    top: 88px;
    left: 0 !important;
    right: 0;
    transform: none;
    box-shadow: 0 20px 15px 0 rgba(17, 37, 66, 0.3);
  }
}
.search .nav .we-mega-menu-submenu {
  left: calc(50% + 150px);
  transform: translateX(-100vw);
}
@media (min-width: 1200px) {
  .search .nav .we-mega-menu-submenu {
    top: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search .nav .we-mega-menu-submenu {
    height: 100px;
    min-width: inherit;
  }
}
.search .nav .we-mega-menu-li {
  display: block;
}
@media (max-width: 1199.98px) {
  .search .nav .we-mega-menu-li {
    position: static;
  }
}
.search .nav .we-mega-menu-li:hover:after {
  display: none !important;
}
.search #search_form {
  position: relative;
  max-width: 730px;
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 25px 0 0 0;
}
.search #search_form .usagov-search-autocomplete {
  background: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-radius: 35px;
  padding: 20px 111px 20px 64px;
  transition: 0.3s background cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.search #search_form .usagov-search-autocomplete:focus {
  background: rgba(255, 255, 255, 0.4);
}
.search #search_form input[type=submit] {
  position: absolute;
  top: 35px;
  right: 13px;
  border: solid white 2px;
  background-color: #1550ED;
  padding: 8px 20px;
  border-radius: 25px;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.search #search_form input[type=submit]:hover {
  background: #ffffff;
  color: #1550ED;
}
.search #search_form:after {
  content: "";
  display: inline-block;
  background-image: url("../images/search-form-icon.svg");
  background-repeat: no-repeat;
  background-size: 34px;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: 999;
}

@media (max-width: 1199.98px) {
  .we-mega-menu-row {
    margin-bottom: 50px;
    width: 100%;
    float: left;
    display: block !important;
    flex-wrap: initial;
  }
}

@media (max-width: 1199.98px) {
  .we-mega-menu-col {
    margin-bottom: 0;
  }
}
.we-mega-menu-col .block-menu .nav a {
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .we-mega-menu-col .block-menu .nav a {
    font-size: 18px !important;
    padding: 10px 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .we-mega-menu-col .block-menu .nav a:hover {
    padding: 10px 0 !important;
  }
}
.we-mega-menu-col .block-menu .nav a:hover:after {
  display: none;
}
.we-mega-menu-col .block-menu .nav .nav-item {
  list-style: none;
}
@media (max-width: 1199.98px) {
  .we-mega-menu-col .block-menu .nav .nav-item {
    padding: 0 !important;
    border-bottom: 0 !important;
  }
}
.we-mega-menu-col .block-menu .nav .nav-item:hover:after {
  display: none !important;
}
.we-mega-menu-col .block-menu .nav .menu {
  padding-left: 15px;
}
@media (max-width: 1199.98px) {
  .we-mega-menu-col .block-menu .nav .menu {
    padding-left: 20px;
  }
}
.we-mega-menu-col .block-menu .nav .menu .nav-item, .we-mega-menu-col .block-menu .nav .menu .nav-item:hover {
  padding: 0 0 5px !important;
}
.we-mega-menu-col .block-menu .nav .menu .nav-item a {
  font-weight: normal;
}
@media (max-width: 1199.98px) {
  .we-mega-menu-col .block-menu .nav .menu .nav-item a {
    font-size: 16px;
    padding: 0 !important;
  }
}
.we-mega-menu-col .block-menu .nav .menu .nav-item a:hover:after {
  display: none;
}
.we-mega-menu-col .block-menu .nav .menu .nav-item:first-child {
  padding-top: 20px;
}
.we-mega-menu-col .block-menu .nav .menu .nav-item:hover {
  text-decoration: none;
}
.we-mega-menu-col .block-menu .nav .menu .nav-item:hover:after {
  display: none;
}

.pagination {
  margin-top: 10px;
  margin-bottom: 70px;
  /**
  * Links
  **/
}
.pagination .page-item {
  display: flex;
}
.pagination .page-item a {
  border: none;
  color: #112542;
  font-weight: normal;
  padding: 8px 15px;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.pagination .page-item.active a {
  background-color: #E8EEFD;
  color: #1550ED;
  font-weight: bold;
}
.pagination .page-item:hover a {
  background-color: #1550ED;
  color: #E8EEFD;
}
.pagination .page-item::after {
  content: "";
  display: block;
  background: #11254280;
  width: 2px;
  height: 65%;
  margin-top: 15%;
  margin-right: 6px;
  border-radius: 0;
  transition: 0.3s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.pagination .pager__item--last:hover a::after, .pagination .pager__item--last:hover a::before,
.pagination .pager__item--first:hover a::after,
.pagination .pager__item--first:hover a::before {
  background-image: url("../images/pointer-white.svg");
}
.pagination .pager__item--last::after,
.pagination .pager__item--first::after {
  display: none;
}
.pagination .pager__item--last a::after,
.pagination .pager__item--first a::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url("../images/pointer-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-3px);
}
.pagination .page-item.pager__item.pager__item--ellipsis.disabled {
  display: none;
}
.pagination .pager__item--ellipsis {
  display: none;
}
.pagination .pager__item--last a::after {
  transform: scaleX(-1) translateX(-3px);
}

.nav-tabs .nav-link {
  color: #3B2B94 !important;
}

#block-droopler-theme-local-tasks .content {
  margin-bottom: 40px;
}
#block-droopler-theme-local-tasks .content ul {
  padding-left: 0 !important;
}

.content .nav-tabs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px;
  margin: 20px auto;
}
.content .nav-tabs .nav-link {
  color: #3B2B94 !important;
}

.page-user-login #main-content .region-content,
.page-user-login .page-user-password #main-content .region-content {
  max-width: 1180px;
}
.page-user-login #edit-actions {
  margin: 50px 0;
}
.page-user-login .user-login-form {
  padding-top: 0;
}

.tertiary_page .page-header {
  background-color: #3B2B94;
  border-radius: 0 0 0 100px;
  color: #ffffff;
  font-size: 22px;
  line-height: 123.5%;
}
.tertiary_page .page-header h1 {
  color: white !important;
  font-size: 55px;
}
@media (max-width: 991.98px) {
  .tertiary_page .page-header h1 {
    font-size: 2.1875rem;
  }
}
.tertiary_page .page-header .background-container {
  display: block;
  max-height: 650px;
  position: relative;
}
.tertiary_page .page-header .background-container .background-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 0 0 0 100px;
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0px;
  right: 0;
}
@media (max-width: 767.98px) {
  .tertiary_page .page-header .background-container .background-image {
    background-image: none !important;
  }
}
.tertiary_page .page-header .container {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .tertiary_page .page-header .container {
    padding-top: 50px;
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .tertiary_page .page-header .col-lg-6 {
    padding-right: 34px;
  }
}
.tertiary_page .page-header .region-breadcrumb {
  padding: 0 0 30px 0;
  width: 100%;
}
.tertiary_page .mobile-header {
  background: #3B2B94;
  border-radius: 0px 0px 0px 0px;
}
@media (min-width: 768px) {
  .tertiary_page .mobile-header {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .tertiary_page .mobile-header {
    height: 174px;
  }
}

.basic_page .page-header {
  background-color: #3B2B94;
  border-radius: 0 0 0 100px;
  color: #ffffff;
  font-size: 22px;
  line-height: 123.5%;
}
.basic_page .page-header h1 {
  color: white !important;
  font-size: 55px;
}
.basic_page .page-header .background-container {
  position: relative;
}
.basic_page .page-header .background-container .background-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 0 0 0 100px;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0px;
  right: 0;
}
@media (max-width: 767.98px) {
  .basic_page .page-header .background-container .background-image {
    background-image: none !important;
  }
}
.basic_page .page-header .container {
  padding-top: 90px;
  padding-bottom: 100px;
}
.basic_page .page-header .region-breadcrumb {
  padding: 0 0 30px 0;
  width: 100%;
}
.basic_page .main-content .region-content {
  width: 100%;
}
.basic_page .main-content .block-system-main-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tertiary_page.tertiary_content_type {
  /**
  * Standard
  **/
}
.tertiary_page.tertiary_content_type .card-rounded > h2:first-child, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field > h2:first-child, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field > h2:first-child, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block > h2:first-child, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block > h2:first-child, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block > h2:first-child, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block > h2:first-child, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row > h2:first-child, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row > h2:first-child, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field > h2:first-child, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field > h2:first-child, .tertiary_page.tertiary_content_type .card-rounded > h3:first-child, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field > h3:first-child, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field > h3:first-child, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block > h3:first-child, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block > h3:first-child, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block > h3:first-child, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block > h3:first-child, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row > h3:first-child, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row > h3:first-child, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field > h3:first-child, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field > h3:first-child {
  margin-top: 0;
}
.tertiary_page.tertiary_content_type .card-rounded .field:not(:last-of-type), .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field:not(:last-of-type), .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field:not(:last-of-type), .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field:not(:last-of-type), .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field:not(:last-of-type), .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field:not(:last-of-type), .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field:not(:last-of-type), .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field:not(:last-of-type), .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field:not(:last-of-type), .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field:not(:last-of-type), .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field:not(:last-of-type) {
  margin-bottom: 20px;
}
.tertiary_page.tertiary_content_type .card-rounded.no-labels .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .no-labels.field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .no-labels.field .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .no-labels.wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .no-labels.wrapper-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .no-labels.banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .no-labels.banner-block .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .no-labels.row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .no-labels.row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .no-labels.field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .no-labels.field .field__label {
  display: none;
}
.tertiary_page.tertiary_content_type .layout-main-wrapper .content {
  padding-top: 20px;
}
.tertiary_page.tertiary_content_type .info h3 {
  margin-bottom: 20px !important;
}
.tertiary_page.tertiary_content_type .info .item .label, .tertiary_page.tertiary_content_type .info .item .blog-view .lower-content .date, .blog-view .lower-content .tertiary_page.tertiary_content_type .info .item .date, .tertiary_page.tertiary_content_type .info .item .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .tertiary_page.tertiary_content_type .info .item .field-content, .tertiary_page.tertiary_content_type .info .item .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .tertiary_page.tertiary_content_type .info .item .field-content, .tertiary_page.tertiary_content_type .info .item .view.standard-view .view-block .views-label, .view.standard-view .view-block .tertiary_page.tertiary_content_type .info .item .views-label, .tertiary_page.tertiary_content_type .info .item button.btn-back, .tertiary_page.tertiary_content_type .info .item button.btn-open, .tertiary_page.tertiary_content_type .info .item .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page.tertiary_content_type .sidebar-menu .tertiary-sidebar .info .item .parent-link, .tertiary_page.tertiary_content_type .info .item .node-links .previous, .node-links .tertiary_page.tertiary_content_type .info .item .previous, .tertiary_page.tertiary_content_type .info .item .node-links .next, .node-links .tertiary_page.tertiary_content_type .info .item .next, .tertiary_page.tertiary_content_type .info .item .block-algolia label, .block-algolia .tertiary_page.tertiary_content_type .info .item label, .tertiary_page.tertiary_content_type .info .item .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .tertiary_page.tertiary_content_type .info .item strong,
.tertiary_page.tertiary_content_type .info .item .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .tertiary_page.tertiary_content_type .info .item strong, .tertiary_page.tertiary_content_type .info .item .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .tertiary_page.tertiary_content_type .info .item .ais-refinement-list--header, .tertiary_page.tertiary_content_type .info .item .card-rounded .field__label, .tertiary_page.tertiary_content_type .info .item .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .info .item .field .field__label, .tertiary_page.tertiary_content_type .info .item .fast-facts-fullwidth.boxed .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .info .item .wrapper-block .field__label, .tertiary_page.tertiary_content_type .info .item .double-banner-callout.boxed .content-block .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .info .item .banner-block .field__label, .tertiary_page.tertiary_content_type .info .item .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .info .item .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .info .item .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .info .item .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .info .item .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .info .item .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .info .item .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .info .item .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .info .item .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .info .item .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .info .item .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .info .item .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .info .item .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .info .item .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .info .item .field__label {
  margin-bottom: 2px;
}
.tertiary_page.tertiary_content_type .info .item:last-of-type p:last-of-type {
  margin-bottom: 0;
}
.tertiary_page.tertiary_content_type.grants .field--name-body .field__label {
  margin-bottom: 14px;
}

.landing-page .page-header {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-position: center !important;
  border-radius: 0 0 0 100px;
  display: block;
  height: 100%;
  top: 0px;
  right: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 123.5%;
  background-color: #0f203a;
}
@media (min-width: 1200px) {
  .landing-page .page-header {
    position: relative;
  }
  .landing-page .page-header::before {
    transition: 0.8s all cubic-bezier(0.61, 0.21, 0.49, 0.99);
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 0 0 100px;
    background-color: #0c1a2e;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 80%);
  }
  .landing-page .page-header.img-loaded::before {
    background-color: rgba(0, 0, 0, 0.35) !important;
  }
}
@media (max-width: 1199.98px) {
  .landing-page .page-header {
    background-image: none !important;
    background: #E7E9EC;
    border-radius: 0;
    color: #112542;
  }
}
.landing-page .page-header .container {
  padding-bottom: 120px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .landing-page .page-header .container .row {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .landing-page .page-header .container {
    display: flex;
    min-height: 600px;
    height: auto;
    padding-top: 180px;
    padding-bottom: 120px;
    align-items: flex-end;
  }
}
@media (max-width: 1199.98px) {
  .landing-page .page-header .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.landing-page .page-header .container h1 {
  color: #ffffff;
  font-size: 55px;
}
@media (max-width: 1199.98px) {
  .landing-page .page-header .container h1 {
    color: #112542;
    font-size: 35px;
  }
}
.landing-page .page-header .container .region-breadcrumb {
  padding: 0 0 30px 0;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .landing-page .page-header .container .region-breadcrumb .breadcrumb a {
    color: #112542;
  }
}
.landing-page .page-header .header-button {
  margin-top: 50px;
}
.landing-page .mobile-header {
  background: #E7E9EC;
}
.landing-page .mobile-header .header-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 0 0 100px;
  display: block;
  height: 340px;
  top: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .landing-page .mobile-header .header-image {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .landing-page .mobile-header .header-image {
    height: 160px;
  }
}
.landing-page #main-content {
  width: 100%;
}

.profile {
  border-radius: 14px;
  float: right;
  margin: 0 0 4% 4%;
}
@media (max-width: 767.98px) {
  .profile {
    width: 20%;
  }
}

.node--type-secondary-page .page-header {
  background-color: #1550ED !important;
  color: #ffffff;
  font-size: 22px;
  line-height: 123.5%;
}
.node--type-secondary-page .page-header .background-container {
  display: block;
  max-height: 650px;
  position: relative;
}
.node--type-secondary-page .page-header .background-container .background-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 0 0 0 100px;
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0px;
  right: 0;
}
@media (max-width: 767.98px) {
  .node--type-secondary-page .page-header .background-container .background-image {
    background-image: none !important;
  }
}
.node--type-secondary-page .page-header .container {
  padding-top: 90px;
  padding-bottom: 200px;
}
@media (max-width: 767.98px) {
  .node--type-secondary-page .page-header .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .node--type-secondary-page .page-header .col-lg-6 {
    padding-right: 34px;
  }
}
.node--type-secondary-page .page-header .region-breadcrumb {
  padding: 0 0 30px 0;
  width: 100%;
}
.node--type-secondary-page .mobile-header {
  background: #1550ED;
}
.node--type-secondary-page .mobile-header .header-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 0 0 100px;
  display: block;
  height: 340px;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .node--type-secondary-page .mobile-header .header-image {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .node--type-secondary-page .mobile-header .header-image {
    height: 174px;
  }
}

.newsroom .page-header {
  background-color: #DCA312;
  border-radius: 0 0 0 100px;
  padding: 90px 0 200px 0;
  color: #112542;
  font-size: 22px;
  line-height: 123.5%;
}
.newsroom .page-header h1 {
  color: #112542 !important;
  font-size: 55px;
}
.newsroom .page-header .region-breadcrumb {
  padding: 0 0 30px 0;
  width: 100%;
}
.newsroom .newsroom-image {
  height: 500px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-top: -100px;
  border-radius: 14px;
}
.newsroom .newsroom-footer {
  margin-top: 34px;
}
.newsroom .newsroom-footer p:first-of-type {
  border-top: 1px solid #E7E9EC;
  padding-top: 34px;
}

.blog-item .page-header {
  background-color: #DCA312;
  border-radius: 0 0 0 100px;
  padding: 90px 0 200px 0;
  color: #112542;
  font-size: 22px;
  line-height: 123.5%;
}
.blog-item .page-header h1 {
  color: #112542 !important;
  font-size: 55px;
}
.blog-item .page-header .region-breadcrumb {
  padding: 0 0 30px 0;
  width: 100%;
}
.blog-item .page-header .region-breadcrumb .breadcrumb a {
  color: #112542;
}
.blog-item .blog-image {
  height: 500px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-top: -100px;
  border-radius: 14px;
  background-position-x: center !important;
  background-position-y: top !important;
}
.blog-item .field_blog_author::before {
  content: "By ";
  display: inline-block;
  margin-right: 0.5ch;
}

.stories .page-header {
  background-color: #DCA312;
  border-radius: 0 0 0 100px;
  padding: 90px 0 200px 0;
  color: #112542;
  font-size: 22px;
  line-height: 123.5%;
}
.stories .page-header h1 {
  color: #112542 !important;
  font-size: 55px;
}
.stories .page-header .region-breadcrumb {
  padding: 0 0 30px 0;
  width: 100%;
}
.stories .date {
  margin-top: 10px;
}
.stories .stories-image {
  height: 500px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-top: -100px;
  border-radius: 14px;
}

.faq-landing-page .page-header {
  background-color: #2DC4B6;
  border-radius: 0 0 0 100px;
  padding: 90px 0 200px 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 123.5%;
}
.faq-landing-page .page-header h1 {
  color: #112542 !important;
  font-size: 55px;
}
.faq-landing-page .page-header .region-breadcrumb {
  padding: 0 0 30px 0;
  width: 100%;
}
.faq-landing-page .page-header .region-breadcrumb .breadcrumb a {
  color: #112542;
}
.faq-landing-page .page-header .introduction {
  color: #112542;
}
.faq-landing-page .main-content .region-content {
  width: 100%;
}
.faq-landing-page .main-content .block-system-main-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.node--type-funded-grants .scrollable table {
  display: block;
  height: 500px;
  overflow-y: scroll;
}
.node--type-funded-grants .scrollable table th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/*
* Paragraph importer
*/
/*
* Contextual links (via Paragraph Edit)
*/
.user-logged-in #main-wrapper div[class*=paragraph-] {
  position: relative;
}

/*
* Full version standards
*/
.landing-page .paragraph-fullwidth:first-of-type, .secondary-page .paragraph-fullwidth:first-of-type {
  position: relative;
}
.landing-page .paragraph-fullwidth:first-of-type::before, .secondary-page .paragraph-fullwidth:first-of-type::before {
  display: block;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  background: inherit;
  position: absolute;
  transform: translateY(-200px);
  z-index: -1;
}
.paragraph-fullwidth > .container {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .paragraph-fullwidth > .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .paragraph-fullwidth > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.paragraph-fullwidth.blue:not(.section-heading) + .paragraph-fullwidth.blue .container {
  padding-top: 0;
}
.paragraph-fullwidth.red:not(.section-heading) + .paragraph-fullwidth.red .container {
  padding-top: 0;
}
.paragraph-fullwidth.grey:not(.section-heading) + .paragraph-fullwidth.grey .container {
  padding-top: 0;
}
.paragraph-fullwidth.navy:not(.section-heading) + .paragraph-fullwidth.navy .container {
  padding-top: 0;
}
.paragraph-fullwidth.crimson:not(.section-heading) + .paragraph-fullwidth.crimson .container {
  padding-top: 0;
}
.paragraph-fullwidth.green:not(.section-heading) + .paragraph-fullwidth.green .container {
  padding-top: 0;
}
.paragraph-fullwidth.yellow:not(.section-heading) + .paragraph-fullwidth.yellow .container {
  padding-top: 0;
}
.paragraph-fullwidth.purple:not(.section-heading) + .paragraph-fullwidth.purple .container {
  padding-top: 0;
}
.paragraph-fullwidth.teal:not(.section-heading) + .paragraph-fullwidth.teal .container {
  padding-top: 0;
}
.paragraph-fullwidth.white:not(.section-heading) + .paragraph-fullwidth.white .container {
  padding-top: 0;
}
.paragraph-fullwidth.lightgrey:not(.section-heading) + .paragraph-fullwidth.lightgrey .container {
  padding-top: 0;
}
.paragraph-fullwidth.lightblue:not(.section-heading) + .paragraph-fullwidth.lightblue .container {
  padding-top: 0;
}
.paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) {
  color: #ffffff;
}
.paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .contextual * {
  color: black;
}
.paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h1, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h2, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h3, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h4, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h5, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) p {
  color: #ffffff;
}
.paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:not([class]) {
  color: inherit;
}
.paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) {
  color: #ffffff;
}
.paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .contextual * {
  color: black;
}
.paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h1, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h2, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h3, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h4, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h5, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) p {
  color: #ffffff;
}
.paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:not([class]) {
  color: inherit;
}
.paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) {
  color: #ffffff;
}
.paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .contextual * {
  color: black;
}
.paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h1, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h2, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h3, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h4, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h5, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) p {
  color: #ffffff;
}
.paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:not([class]) {
  color: inherit;
}
.paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) {
  color: #ffffff;
}
.paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .contextual * {
  color: black;
}
.paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h1, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h2, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h3, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h4, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h5, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) p {
  color: #ffffff;
}
.paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:not([class]) {
  color: inherit;
}
.paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) {
  color: #ffffff;
}
.paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .contextual * {
  color: black;
}
.paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h1, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h2, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h3, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h4, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) h5, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) p {
  color: #ffffff;
}
.paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a:not([class]) {
  color: inherit;
}
.node--type-tertiary-page .field--name-field-paragraphs > div {
  margin: 34px auto;
}

/*
NOTES:
- Acts as a master class for the multiple column layouts (two, three, four) that are used across landing and secondary pages
*/
.column-layout {
  /*
  * Layout
  */
  /*
  * Adjacent
  */
}
@media (max-width: 767.98px) {
  .column-layout .column-block {
    margin-bottom: 34px;
  }
}
.column-layout .column-block .content:first-of-type .field:first-of-type :first-child {
  margin-top: 0;
}
.column-layout .column-block .row:not(:only-of-type) {
  margin-bottom: 34px;
}
.column-layout.boxed.no-spacing .container {
  padding-bottom: 34px;
}

.accordian, .view.view-faqs {
  /*
  * Layout
  * - Variation of layout for fullwidth varities
  */
  /*
  * Elements
  */
}
@media (min-width: 768px) {
  .accordian.paragraph-fullwidth .title-block, .paragraph-fullwidth.view.view-faqs .title-block,
  .accordian.paragraph-fullwidth .content-block,
  .paragraph-fullwidth.view.view-faqs .content-block {
    margin-left: 8.3333333333%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .accordian.paragraph-fullwidth .accordian-section::after, .paragraph-fullwidth.view.view-faqs .accordian-section::after {
    width: calc(83.3333333333% - 30px);
    margin-left: calc(8.3333333333% + (15px)) !important;
  }
}
.accordian.paragraph-partialwidth, .paragraph-partialwidth.view.view-faqs {
  margin-top: 34px;
  margin-bottom: 70px !important;
}
.accordian.paragraph-partialwidth .accordian-section, .paragraph-partialwidth.view.view-faqs .accordian-section {
  padding-left: 15px;
  padding-right: 15px;
}
.accordian button:focus, .view.view-faqs button:focus {
  outline: 0px;
}
.accordian .accordian-section:after, .view.view-faqs .accordian-section:after {
  display: block;
  content: "";
  margin-left: 15px !important;
  width: calc(100% - 30px);
  border-bottom: 2px solid #535055;
}
.accordian .accordian-section:not(:last-of-type), .view.view-faqs .accordian-section:not(:last-of-type) {
  margin-bottom: 16px;
}
.accordian .accordian-section .title-block, .view.view-faqs .accordian-section .title-block {
  margin-top: 30px;
  padding-bottom: 44px;
}
.accordian .accordian-section .title-block .title, .view.view-faqs .accordian-section .title-block .title {
  margin: 0;
}
.accordian .accordian-section .control-block, .view.view-faqs .accordian-section .control-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.accordian .accordian-section .content-block, .view.view-faqs .accordian-section .content-block {
  margin-bottom: 50px;
}

.view-block-paragraph {
  /*
  * Partial width width tweak
  */
  /*
  * Repeating units
  */
  /*
  * Headers or Section Headers
  * - Remove padding on proceeding section if there's a Section Header present
  */
  /*
  * Title
  */
  /*
  * Content row
  */
}
.view-block-paragraph.paragraph-partialwidth .content-block {
  padding-left: 15px;
  padding-right: 15px;
}
.view-block-paragraph.white + .view-block-paragraph.white .container {
  padding-top: 0;
}
.section-heading.paragraph-fullwidth + .view-block-paragraph .title-block {
  display: none;
}
.section-heading.paragraph-fullwidth + .view-block-paragraph .view-content.row {
  padding-top: 0;
}
.view-block-paragraph .title-block {
  margin-bottom: 0;
}
.view-block-paragraph .view-content.row {
  padding-top: 34px;
}
.view-block-paragraph .view-content.row:not(:last-child) {
  padding-bottom: 70px;
}
.view-block-paragraph .view-filters + .view-content.row {
  padding-top: 0px;
}

.buttons {
  /**
  * Layout
  **/
  margin-top: 40px;
  margin-bottom: 40px;
  /**
  * Group
  **/
}
.buttons .btn + .btn, .buttons .webform-confirmation .webform-confirmation__back a + .btn, .webform-confirmation .webform-confirmation__back .buttons a + .btn, .buttons .block-algolia a.button + .btn, .block-algolia .buttons a.button + .btn, .buttons .block-algolia-results #algolia-field-wrapper-clear-all a.button + .btn, .block-algolia-results #algolia-field-wrapper-clear-all .buttons a.button + .btn, .buttons .block-algolia-results .ais-infinite-hits--showmore button + .btn, .block-algolia-results .ais-infinite-hits--showmore .buttons button + .btn, .buttons .block-algolia-categories .ais-show-more + .btn, .block-algolia-categories .buttons .ais-show-more + .btn, .buttons .webform-confirmation .webform-confirmation__back .btn + a, .webform-confirmation .webform-confirmation__back .buttons .btn + a, .buttons .webform-confirmation .webform-confirmation__back a + a, .webform-confirmation .webform-confirmation__back .buttons a + a, .buttons .block-algolia-results #algolia-field-wrapper-clear-all .webform-confirmation .webform-confirmation__back a.button + a, .webform-confirmation .webform-confirmation__back .buttons .block-algolia-results #algolia-field-wrapper-clear-all a.button + a, .block-algolia-results #algolia-field-wrapper-clear-all .buttons .webform-confirmation .webform-confirmation__back a.button + a, .webform-confirmation .webform-confirmation__back .block-algolia-results #algolia-field-wrapper-clear-all .buttons a.button + a, .buttons .block-algolia-results .ais-infinite-hits--showmore .webform-confirmation .webform-confirmation__back button + a, .webform-confirmation .webform-confirmation__back .buttons .block-algolia-results .ais-infinite-hits--showmore button + a, .block-algolia-results .ais-infinite-hits--showmore .buttons .webform-confirmation .webform-confirmation__back button + a, .webform-confirmation .webform-confirmation__back .block-algolia-results .ais-infinite-hits--showmore .buttons button + a, .buttons .block-algolia-categories .webform-confirmation .webform-confirmation__back .ais-show-more + a, .webform-confirmation .webform-confirmation__back .buttons .block-algolia-categories .ais-show-more + a, .block-algolia-categories .buttons .webform-confirmation .webform-confirmation__back .ais-show-more + a, .webform-confirmation .webform-confirmation__back .block-algolia-categories .buttons .ais-show-more + a, .buttons .block-algolia .btn + a.button, .block-algolia .buttons .btn + a.button, .buttons .block-algolia a.button + a.button, .block-algolia .buttons a.button + a.button, .buttons .block-algolia-results .ais-infinite-hits--showmore .block-algolia button + a.button, .block-algolia .buttons .block-algolia-results .ais-infinite-hits--showmore button + a.button, .block-algolia-results .ais-infinite-hits--showmore .buttons .block-algolia button + a.button, .block-algolia .block-algolia-results .ais-infinite-hits--showmore .buttons button + a.button, .buttons .block-algolia-categories .block-algolia .ais-show-more + a.button, .block-algolia .buttons .block-algolia-categories .ais-show-more + a.button, .block-algolia-categories .buttons .block-algolia .ais-show-more + a.button, .block-algolia .block-algolia-categories .buttons .ais-show-more + a.button, .buttons .block-algolia-results #algolia-field-wrapper-clear-all .btn + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .buttons .btn + a.button, .buttons .webform-confirmation .webform-confirmation__back .block-algolia-results #algolia-field-wrapper-clear-all a + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .buttons .webform-confirmation .webform-confirmation__back a + a.button, .webform-confirmation .webform-confirmation__back .buttons .block-algolia-results #algolia-field-wrapper-clear-all a + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .webform-confirmation .webform-confirmation__back .buttons a + a.button, .buttons .block-algolia-results #algolia-field-wrapper-clear-all a.button + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .buttons a.button + a.button, .buttons .block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all button + a.button, .buttons .block-algolia-results #algolia-field-wrapper-clear-all .ais-infinite-hits--showmore button + a.button, .block-algolia-results .ais-infinite-hits--showmore .buttons #algolia-field-wrapper-clear-all button + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .ais-infinite-hits--showmore .buttons button + a.button, .buttons .block-algolia-categories .block-algolia-results #algolia-field-wrapper-clear-all .ais-show-more + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .buttons .block-algolia-categories .ais-show-more + a.button, .block-algolia-categories .buttons .block-algolia-results #algolia-field-wrapper-clear-all .ais-show-more + a.button, .block-algolia-results #algolia-field-wrapper-clear-all .block-algolia-categories .buttons .ais-show-more + a.button, .buttons .block-algolia-results .ais-infinite-hits--showmore .btn + button, .block-algolia-results .ais-infinite-hits--showmore .buttons .btn + button, .buttons .webform-confirmation .webform-confirmation__back .block-algolia-results .ais-infinite-hits--showmore a + button, .block-algolia-results .ais-infinite-hits--showmore .buttons .webform-confirmation .webform-confirmation__back a + button, .webform-confirmation .webform-confirmation__back .buttons .block-algolia-results .ais-infinite-hits--showmore a + button, .block-algolia-results .ais-infinite-hits--showmore .webform-confirmation .webform-confirmation__back .buttons a + button, .buttons .block-algolia .block-algolia-results .ais-infinite-hits--showmore a.button + button, .block-algolia-results .ais-infinite-hits--showmore .buttons .block-algolia a.button + button, .block-algolia .buttons .block-algolia-results .ais-infinite-hits--showmore a.button + button, .block-algolia-results .ais-infinite-hits--showmore .block-algolia .buttons a.button + button, .buttons .block-algolia-results #algolia-field-wrapper-clear-all .ais-infinite-hits--showmore a.button + button, .buttons .block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all a.button + button, .block-algolia-results #algolia-field-wrapper-clear-all .buttons .ais-infinite-hits--showmore a.button + button, .block-algolia-results .ais-infinite-hits--showmore #algolia-field-wrapper-clear-all .buttons a.button + button, .buttons .block-algolia-results .ais-infinite-hits--showmore button + button, .block-algolia-results .ais-infinite-hits--showmore .buttons button + button, .buttons .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .ais-show-more + button, .block-algolia-results .ais-infinite-hits--showmore .buttons .block-algolia-categories .ais-show-more + button, .block-algolia-categories .buttons .block-algolia-results .ais-infinite-hits--showmore .ais-show-more + button, .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories .buttons .ais-show-more + button, .buttons .block-algolia-categories .btn + .ais-show-more, .block-algolia-categories .buttons .btn + .ais-show-more, .buttons .webform-confirmation .webform-confirmation__back .block-algolia-categories a + .ais-show-more, .block-algolia-categories .buttons .webform-confirmation .webform-confirmation__back a + .ais-show-more, .webform-confirmation .webform-confirmation__back .buttons .block-algolia-categories a + .ais-show-more, .block-algolia-categories .webform-confirmation .webform-confirmation__back .buttons a + .ais-show-more, .buttons .block-algolia .block-algolia-categories a.button + .ais-show-more, .block-algolia-categories .buttons .block-algolia a.button + .ais-show-more, .block-algolia .buttons .block-algolia-categories a.button + .ais-show-more, .block-algolia-categories .block-algolia .buttons a.button + .ais-show-more, .buttons .block-algolia-results #algolia-field-wrapper-clear-all .block-algolia-categories a.button + .ais-show-more, .block-algolia-categories .buttons .block-algolia-results #algolia-field-wrapper-clear-all a.button + .ais-show-more, .block-algolia-results #algolia-field-wrapper-clear-all .buttons .block-algolia-categories a.button + .ais-show-more, .block-algolia-categories .block-algolia-results #algolia-field-wrapper-clear-all .buttons a.button + .ais-show-more, .buttons .block-algolia-results .ais-infinite-hits--showmore .block-algolia-categories button + .ais-show-more, .block-algolia-categories .buttons .block-algolia-results .ais-infinite-hits--showmore button + .ais-show-more, .block-algolia-results .ais-infinite-hits--showmore .buttons .block-algolia-categories button + .ais-show-more, .block-algolia-categories .block-algolia-results .ais-infinite-hits--showmore .buttons button + .ais-show-more, .buttons .block-algolia-categories .ais-show-more + .ais-show-more, .block-algolia-categories .buttons .ais-show-more + .ais-show-more {
  margin-left: 10px;
}
@media (min-width: 576px) {
  .buttons.group .btn, .buttons.group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .buttons.group a, .buttons.group .block-algolia a.button, .block-algolia .buttons.group a.button, .buttons.group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .buttons.group a.button, .buttons.group .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .buttons.group button, .buttons.group .block-algolia-categories .ais-show-more, .block-algolia-categories .buttons.group .ais-show-more {
    margin: 0;
  }
}

.row.content .large-copy {
  display: block;
  line-height: 125%;
  font-size: 22px;
  margin-bottom: 40px;
}
.row.content ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.row.content p a:not(.btn) {
  text-decoration: underline;
}
.row.content p:last-child a.btn:only-child, .row.content p:last-child .webform-confirmation .webform-confirmation__back a:only-child, .webform-confirmation .webform-confirmation__back .row.content p:last-child a:only-child, .row.content p:last-child .block-algolia a.button:only-child, .block-algolia .row.content p:last-child a.button:only-child, .row.content p:last-child .block-algolia-results #algolia-field-wrapper-clear-all a.button:only-child, .block-algolia-results #algolia-field-wrapper-clear-all .row.content p:last-child a.button:only-child, .row.content p:last-child .block-algolia-categories a.ais-show-more:only-child, .block-algolia-categories .row.content p:last-child a.ais-show-more:only-child {
  margin-top: 14px !important;
}

/**
* Colour inheritance
* - Pulls colour from previous paragraph, as this Paragraph is only to be used
* - in between combinations of the same colour
**/
.paragraph-fullwidth.blue.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.blue.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.blue.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.blue.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.blue.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.blue + .divider {
  background-color: #1550ED;
}

.paragraph-fullwidth.red.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.red.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.red.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.red.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.red.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.red + .divider {
  background-color: #FD2F32;
}

.paragraph-fullwidth.grey.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.grey.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.grey.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.grey.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.grey.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.grey + .divider {
  background-color: #535055;
}

.paragraph-fullwidth.navy.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.navy.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.navy.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.navy.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.navy.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.navy + .divider {
  background-color: #112542;
}

.paragraph-fullwidth.crimson.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.crimson.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.crimson.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.crimson.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.crimson.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.crimson + .divider {
  background-color: #B82128;
}

.paragraph-fullwidth.green.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.green.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.green.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.green.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.green.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.green + .divider {
  background-color: #9DA950;
}

.paragraph-fullwidth.yellow.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.yellow.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.yellow.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.yellow.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.yellow.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.yellow + .divider {
  background-color: #DCA312;
}

.paragraph-fullwidth.purple.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.purple.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.purple.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.purple.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.purple.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.purple + .divider {
  background-color: #3B2B94;
}

.paragraph-fullwidth.teal.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.teal.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.teal.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.teal.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.teal.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.teal + .divider {
  background-color: #2DC4B6;
}

.paragraph-fullwidth.white.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.white.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.white.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.white.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.white.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.white + .divider {
  background-color: #ffffff;
}

.paragraph-fullwidth.lightgrey.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightgrey.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightgrey.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightgrey.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightgrey.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightgrey + .divider {
  background-color: #F2F2F3;
}

.paragraph-fullwidth.lightblue.blue + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightblue.red + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightblue.navy + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightblue.crimson + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightblue.purple + .divider .divider-line {
  background-color: #ffffff;
  opacity: 0.3;
}
.paragraph-fullwidth.lightblue + .divider {
  background-color: #E8EEFD;
}

/**
* Sibling modifiers
**/
.paragraph-fullwidth.before-divider .container {
  padding-bottom: 60px;
}
.paragraph-fullwidth.before-divider + .divider + .paragraph-fullwidth .container {
  padding-top: 60px;
}

/**
* Main
**/
.divider {
  /**
  * Elements
  **/
  /**
  * Variations
  **/
}
.divider.paragraph-partialwidth .divider-line {
  margin-top: 34px;
  margin-bottom: 34px;
}
.divider.paragraph-fullwidth .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.divider.paragraph-fullwidth .divider-line {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-fullwidth.blue .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #1550ED 0%, #1550ED 100%);
}
.paragraph-fullwidth.red .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #FD2F32 0%, #FD2F32 100%);
}
.paragraph-fullwidth.grey .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #535055 0%, #535055 100%);
}
.paragraph-fullwidth.navy .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #112542 0%, #112542 100%);
}
.paragraph-fullwidth.crimson .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #B82128 0%, #B82128 100%);
}
.paragraph-fullwidth.green .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #9DA950 0%, #9DA950 100%);
}
.paragraph-fullwidth.yellow .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #DCA312 0%, #DCA312 100%);
}
.paragraph-fullwidth.purple .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #3B2B94 0%, #3B2B94 100%);
}
.paragraph-fullwidth.teal .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #2DC4B6 0%, #2DC4B6 100%);
}
.paragraph-fullwidth.white .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
.paragraph-fullwidth.lightgrey .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #F2F2F3 0%, #F2F2F3 100%);
}
.paragraph-fullwidth.lightblue .row.dropdown select.dropdown {
  background-image: url(../images/blue-down.svg), linear-gradient(to bottom, #E8EEFD 0%, #E8EEFD 100%);
}
.row.dropdown .dropdown-row {
  display: flex;
}
.row.dropdown .dropdown {
  max-width: 70%;
  margin-right: 10px;
}

.row.image {
  margin-top: 34px;
  margin-bottom: 34px;
}
.row.image img {
  width: 100%;
  border-radius: 14px;
}

.paragraph_title h2 {
  font-size: 35px;
  margin: 0;
}
.paragraph_title h2 .field__item {
  margin: 0;
}

.video {
  margin-top: 34px;
  margin-bottom: 34px;
}

.two-column-layout {
  /*
  * Types
    - This paragraph can be used in 'fullwidth' or 'partialwidth' varities
  */
  /*
  * Layout
    - There are some subtle variations in the layout that need to be factored
    in on the two column. See the Figma board for specifics
  */
}
.two-column-layout.paragraph-fullwidth .column-block :first-child {
  margin-top: 0;
}
.two-column-layout.paragraph-partialwidth {
  margin-top: 34px;
}
.two-column-layout.paragraph-partialwidth > .row {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  .two-column-layout.boxed .row.content {
    margin-bottom: 20px;
  }
}
.two-column-layout.boxed .row.content .col-lg-12 .field {
  background-color: #ffffff;
  padding: 35px 32px;
}
.two-column-layout.boxed .row.content .col-lg-12 .field * {
  color: #112542;
}
@media (max-width: 991.98px) {
  .two-column-layout.boxed .row.content .col-lg-12 .field {
    padding: 26px 24px;
  }
}
.two-column-layout.boxed.white .row.content .col-lg-12 .field {
  background-color: #F2F2F3;
}
.two-column-layout.boxed.white .row.content .col-lg-12 .field > :first-child {
  margin-top: 0;
}
.two-column-layout .row.image {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .two-column-layout.normal .column-block:first-of-type .content > .col-lg-12, .page-wrapper ol li.two-column-layout .column-block:first-of-type .content > .col-lg-12, .page-wrapper ul li.two-column-layout .column-block:first-of-type .content > .col-lg-12, form[action] input[type=checkbox] + label.two-column-layout .column-block:first-of-type .content > .col-lg-12,
  .two-column-layout.normal .column-block:first-of-type .video:not(:only-child) .col-lg-12,
  .page-wrapper ol li.two-column-layout .column-block:first-of-type .video:not(:only-child) .col-lg-12,
  .page-wrapper ul li.two-column-layout .column-block:first-of-type .video:not(:only-child) .col-lg-12,
  form[action] input[type=checkbox] + label.two-column-layout .column-block:first-of-type .video:not(:only-child) .col-lg-12,
  .two-column-layout.normal .column-block:first-of-type .image:not(:only-child) .col-lg-12,
  .page-wrapper ol li.two-column-layout .column-block:first-of-type .image:not(:only-child) .col-lg-12,
  .page-wrapper ul li.two-column-layout .column-block:first-of-type .image:not(:only-child) .col-lg-12,
  form[action] input[type=checkbox] + label.two-column-layout .column-block:first-of-type .image:not(:only-child) .col-lg-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .two-column-layout.normal .column-block:last-of-type .content > .col-lg-12, .page-wrapper ol li.two-column-layout .column-block:last-of-type .content > .col-lg-12, .page-wrapper ul li.two-column-layout .column-block:last-of-type .content > .col-lg-12, form[action] input[type=checkbox] + label.two-column-layout .column-block:last-of-type .content > .col-lg-12,
  .two-column-layout.normal .column-block:last-of-type .buttons:not(:only-child) .col-lg-12,
  .page-wrapper ol li.two-column-layout .column-block:last-of-type .buttons:not(:only-child) .col-lg-12,
  .page-wrapper ul li.two-column-layout .column-block:last-of-type .buttons:not(:only-child) .col-lg-12,
  form[action] input[type=checkbox] + label.two-column-layout .column-block:last-of-type .buttons:not(:only-child) .col-lg-12,
  .two-column-layout.normal .column-block:last-of-type .paragraph_title:not(:only-child) .col-lg-12,
  .page-wrapper ol li.two-column-layout .column-block:last-of-type .paragraph_title:not(:only-child) .col-lg-12,
  .page-wrapper ul li.two-column-layout .column-block:last-of-type .paragraph_title:not(:only-child) .col-lg-12,
  form[action] input[type=checkbox] + label.two-column-layout .column-block:last-of-type .paragraph_title:not(:only-child) .col-lg-12,
  .two-column-layout.normal .column-block:last-of-type .row.dropdown:not(:only-child) .col-lg-12,
  .page-wrapper ol li.two-column-layout .column-block:last-of-type .row.dropdown:not(:only-child) .col-lg-12,
  .page-wrapper ul li.two-column-layout .column-block:last-of-type .row.dropdown:not(:only-child) .col-lg-12,
  form[action] input[type=checkbox] + label.two-column-layout .column-block:last-of-type .row.dropdown:not(:only-child) .col-lg-12,
  .two-column-layout.normal .column-block:last-of-type .video:not(:only-child) .col-lg-12,
  .page-wrapper ol li.two-column-layout .column-block:last-of-type .video:not(:only-child) .col-lg-12,
  .page-wrapper ul li.two-column-layout .column-block:last-of-type .video:not(:only-child) .col-lg-12,
  form[action] input[type=checkbox] + label.two-column-layout .column-block:last-of-type .video:not(:only-child) .col-lg-12,
  .two-column-layout.normal .column-block:last-of-type .image:not(:only-child) .col-lg-12,
  .page-wrapper ol li.two-column-layout .column-block:last-of-type .image:not(:only-child) .col-lg-12,
  .page-wrapper ul li.two-column-layout .column-block:last-of-type .image:not(:only-child) .col-lg-12,
  form[action] input[type=checkbox] + label.two-column-layout .column-block:last-of-type .image:not(:only-child) .col-lg-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 16.6666666667%;
  }
}
.two-column-layout.normal .row.image + .row.content .field :first-child, .page-wrapper ol li.two-column-layout .row.image + .row.content .field :first-child, .page-wrapper ul li.two-column-layout .row.image + .row.content .field :first-child, form[action] input[type=checkbox] + label.two-column-layout .row.image + .row.content .field :first-child {
  margin-top: 0;
}

.block_quote {
  margin-left: 0;
  margin-top: 90px;
  margin-bottom: 60px;
}
.block_quote .content {
  border-left: solid rgba(21, 80, 237, 0.2) 6px;
}
.block_quote .content .text {
  padding-top: 20px;
  font-size: 22px;
  padding-bottom: 30px;
  color: #112542;
}
.block_quote .content .source {
  font-size: 14px;
  color: #1550ED;
  padding-bottom: 10px;
}

.double_image .image img {
  width: 100%;
  border-radius: 14px;
}

.fast_facts {
  /*
  * Variations
  */
  /*
  * Regular
  */
}
.two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row {
  background-color: #F2F2F3;
  padding: 34px;
}
@media (max-width: 767.98px) {
  .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .two-column-layout.paragraph-fullwidth .fast_facts .col-lg-12 > .row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .two-column-layout.paragraph-fullwidth .fast_facts .col-lg-12 > .row > .col-md-6 .image-block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .two-column-layout.paragraph-fullwidth .fast_facts .col-lg-12 > .row > .col-md-6 .content-block {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.fast_facts .col-md-12 {
  margin-bottom: 34px;
}
.fast_facts .col-md-6:not(:last-of-type) .content-block {
  margin-bottom: 30px;
}
.fast_facts .image-block {
  padding-right: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .fast_facts .image-block {
    justify-content: center;
  }
}
.fast_facts .image-block .roundal {
  width: calc(100% - 30px);
}
@media (max-width: 767.98px) {
  .fast_facts .image-block .roundal {
    width: 30%;
  }
}
.fast_facts .content-block {
  padding-left: 0;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .fast_facts .content-block {
    padding-left: 15px;
    text-align: center;
  }
  .fast_facts .content-block .big-fact, .fast_facts .content-block .information {
    text-align: center;
  }
}
.fast_facts .big-fact {
  margin: 0;
}
.fast_facts .information {
  margin-top: 3px;
}

.image_slider {
  margin-bottom: 70px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .image_slider {
    display: none;
  }
}
.image_slider .row {
  margin: 0;
}
.image_slider img {
  border-radius: 14px;
}
.image_slider .slick__arrow {
  top: 50%;
}
@media (max-width: 767.98px) {
  .image_slider .slick__arrow {
    bottom: 30px;
  }
}
.image_slider .slick-arrow.slick-prev::before {
  transform: scaleX(-1) translateY(-50%) translateX(-24px);
}
.image_slider .slick-arrow.slick-next::before {
  transform: translateX(-20px) translateY(-50%);
}
.image_slider .slick-arrow:before {
  opacity: 1;
  content: "" !important;
  display: block;
  height: 34px;
  width: 34px;
}

.summary_blocks {
  margin-top: 34px;
}
@media (max-width: 767.98px) {
  .summary_blocks .col-md-6:not(:last-of-type) {
    margin-bottom: 34px;
  }
}
.summary_blocks .download-links {
  margin-top: 20px;
}
.summary_blocks .download-links .field__item:not(:last-of-type) {
  margin-bottom: 5px;
}
.summary_blocks .summary_block_without_background img {
  border-radius: 14px;
}
.summary_blocks .summary_block_without_background .title {
  margin-top: 20px;
  margin-bottom: 10px !important;
}
.summary_blocks .summary_block_without_background .information {
  margin-top: 0;
  margin-bottom: 34px;
}
.summary_blocks .summary_block_with_background {
  background: #F2F2F3;
  border-radius: 14px;
  padding-bottom: 34px;
  height: 100%;
}
.summary_blocks .summary_block_with_background .title {
  padding-top: 34px;
  margin-bottom: 10px !important;
}
.summary_blocks .summary_block_with_background img {
  border-radius: 14px 14px 0 0;
  margin-bottom: -10px;
}
.summary_blocks .summary_block_with_background h2 {
  padding: 20px 38px 0 38px;
  font-size: 22px;
  margin: 0;
}
.summary_blocks .summary_block_with_background .btn-link, .summary_blocks .summary_block_with_background .block-algolia-results .algolia-item-url, .block-algolia-results .summary_blocks .summary_block_with_background .algolia-item-url {
  padding-top: 10px;
}
.summary_blocks .summary_block_with_background .information,
.summary_blocks .summary_block_with_background .btn-link,
.summary_blocks .summary_block_with_background .block-algolia-results .algolia-item-url,
.block-algolia-results .summary_blocks .summary_block_with_background .algolia-item-url {
  margin-left: 38px;
  margin-right: 38px;
}

.announcement-carousel {
  /*
  * Colours
  */
  /*
  * Indicators
  */
  /*
  * Controls
  */
  /*
  * Slides
  */
}
.announcement-carousel.blue .label, .announcement-carousel.blue .blog-view .lower-content .date, .blog-view .lower-content .announcement-carousel.blue .date, .announcement-carousel.blue .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .announcement-carousel.blue .field-content, .announcement-carousel.blue .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .announcement-carousel.blue .field-content, .announcement-carousel.blue .view.standard-view .view-block .views-label, .view.standard-view .view-block .announcement-carousel.blue .views-label, .announcement-carousel.blue button.btn-back, .announcement-carousel.blue button.btn-open, .announcement-carousel.blue .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .announcement-carousel.blue .parent-link, .announcement-carousel.blue .node-links .previous, .node-links .announcement-carousel.blue .previous, .announcement-carousel.blue .node-links .next, .node-links .announcement-carousel.blue .next, .announcement-carousel.blue .block-algolia label, .block-algolia .announcement-carousel.blue label, .announcement-carousel.blue .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .announcement-carousel.blue strong,
.announcement-carousel.blue .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .announcement-carousel.blue strong, .announcement-carousel.blue .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .announcement-carousel.blue .ais-refinement-list--header, .announcement-carousel.blue .tertiary_page.tertiary_content_type .card-rounded .field__label, .announcement-carousel.blue .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .announcement-carousel.blue .tertiary_page.tertiary_content_type .field .field__label, .announcement-carousel.blue .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .fast-facts-fullwidth.boxed .announcement-carousel.blue .tertiary_page.tertiary_content_type .wrapper-block .field__label, .announcement-carousel.blue .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .double-banner-callout.boxed .content-block .announcement-carousel.blue .tertiary_page.tertiary_content_type .banner-block .field__label, .tertiary_page.tertiary_content_type .card-rounded .announcement-carousel.blue .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.blue .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.blue .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .announcement-carousel.blue .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .announcement-carousel.blue .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .announcement-carousel.blue .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .announcement-carousel.blue .field__label, .announcement-carousel.blue .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.blue .field__label, .announcement-carousel.blue .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.blue .field__label, .announcement-carousel.blue .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .announcement-carousel.blue .field__label, .announcement-carousel.blue .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .announcement-carousel.blue .field__label,
.announcement-carousel.blue .title,
.announcement-carousel.blue .content {
  color: #ffffff !important;
}
.announcement-carousel.blue .carousel-indicators li {
  border-color: #ffffff;
}
.announcement-carousel.blue .carousel-indicators li.active {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5352' cy='17.5076' r='17.5' fill='%23ffffff'/%3E%3C/svg%3E");
}
.announcement-carousel.red .label, .announcement-carousel.red .blog-view .lower-content .date, .blog-view .lower-content .announcement-carousel.red .date, .announcement-carousel.red .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .announcement-carousel.red .field-content, .announcement-carousel.red .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .announcement-carousel.red .field-content, .announcement-carousel.red .view.standard-view .view-block .views-label, .view.standard-view .view-block .announcement-carousel.red .views-label, .announcement-carousel.red button.btn-back, .announcement-carousel.red button.btn-open, .announcement-carousel.red .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .announcement-carousel.red .parent-link, .announcement-carousel.red .node-links .previous, .node-links .announcement-carousel.red .previous, .announcement-carousel.red .node-links .next, .node-links .announcement-carousel.red .next, .announcement-carousel.red .block-algolia label, .block-algolia .announcement-carousel.red label, .announcement-carousel.red .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .announcement-carousel.red strong,
.announcement-carousel.red .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .announcement-carousel.red strong, .announcement-carousel.red .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .announcement-carousel.red .ais-refinement-list--header, .announcement-carousel.red .tertiary_page.tertiary_content_type .card-rounded .field__label, .announcement-carousel.red .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .announcement-carousel.red .tertiary_page.tertiary_content_type .field .field__label, .announcement-carousel.red .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .fast-facts-fullwidth.boxed .announcement-carousel.red .tertiary_page.tertiary_content_type .wrapper-block .field__label, .announcement-carousel.red .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .double-banner-callout.boxed .content-block .announcement-carousel.red .tertiary_page.tertiary_content_type .banner-block .field__label, .tertiary_page.tertiary_content_type .card-rounded .announcement-carousel.red .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.red .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.red .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .announcement-carousel.red .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .announcement-carousel.red .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .announcement-carousel.red .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .announcement-carousel.red .field__label, .announcement-carousel.red .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.red .field__label, .announcement-carousel.red .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.red .field__label, .announcement-carousel.red .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .announcement-carousel.red .field__label, .announcement-carousel.red .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .announcement-carousel.red .field__label,
.announcement-carousel.red .title,
.announcement-carousel.red .content {
  color: #ffffff !important;
}
.announcement-carousel.red .carousel-indicators li {
  border-color: #ffffff;
}
.announcement-carousel.red .carousel-indicators li.active {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5352' cy='17.5076' r='17.5' fill='%23ffffff'/%3E%3C/svg%3E");
}
.announcement-carousel.navy .label, .announcement-carousel.navy .blog-view .lower-content .date, .blog-view .lower-content .announcement-carousel.navy .date, .announcement-carousel.navy .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .announcement-carousel.navy .field-content, .announcement-carousel.navy .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .announcement-carousel.navy .field-content, .announcement-carousel.navy .view.standard-view .view-block .views-label, .view.standard-view .view-block .announcement-carousel.navy .views-label, .announcement-carousel.navy button.btn-back, .announcement-carousel.navy button.btn-open, .announcement-carousel.navy .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .announcement-carousel.navy .parent-link, .announcement-carousel.navy .node-links .previous, .node-links .announcement-carousel.navy .previous, .announcement-carousel.navy .node-links .next, .node-links .announcement-carousel.navy .next, .announcement-carousel.navy .block-algolia label, .block-algolia .announcement-carousel.navy label, .announcement-carousel.navy .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .announcement-carousel.navy strong,
.announcement-carousel.navy .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .announcement-carousel.navy strong, .announcement-carousel.navy .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .announcement-carousel.navy .ais-refinement-list--header, .announcement-carousel.navy .tertiary_page.tertiary_content_type .card-rounded .field__label, .announcement-carousel.navy .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .announcement-carousel.navy .tertiary_page.tertiary_content_type .field .field__label, .announcement-carousel.navy .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .fast-facts-fullwidth.boxed .announcement-carousel.navy .tertiary_page.tertiary_content_type .wrapper-block .field__label, .announcement-carousel.navy .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .double-banner-callout.boxed .content-block .announcement-carousel.navy .tertiary_page.tertiary_content_type .banner-block .field__label, .tertiary_page.tertiary_content_type .card-rounded .announcement-carousel.navy .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.navy .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.navy .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .announcement-carousel.navy .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .announcement-carousel.navy .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .announcement-carousel.navy .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .announcement-carousel.navy .field__label, .announcement-carousel.navy .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.navy .field__label, .announcement-carousel.navy .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.navy .field__label, .announcement-carousel.navy .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .announcement-carousel.navy .field__label, .announcement-carousel.navy .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .announcement-carousel.navy .field__label,
.announcement-carousel.navy .title,
.announcement-carousel.navy .content {
  color: #ffffff !important;
}
.announcement-carousel.navy .carousel-indicators li {
  border-color: #ffffff;
}
.announcement-carousel.navy .carousel-indicators li.active {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5352' cy='17.5076' r='17.5' fill='%23ffffff'/%3E%3C/svg%3E");
}
.announcement-carousel.crimson .label, .announcement-carousel.crimson .blog-view .lower-content .date, .blog-view .lower-content .announcement-carousel.crimson .date, .announcement-carousel.crimson .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .announcement-carousel.crimson .field-content, .announcement-carousel.crimson .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .announcement-carousel.crimson .field-content, .announcement-carousel.crimson .view.standard-view .view-block .views-label, .view.standard-view .view-block .announcement-carousel.crimson .views-label, .announcement-carousel.crimson button.btn-back, .announcement-carousel.crimson button.btn-open, .announcement-carousel.crimson .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .announcement-carousel.crimson .parent-link, .announcement-carousel.crimson .node-links .previous, .node-links .announcement-carousel.crimson .previous, .announcement-carousel.crimson .node-links .next, .node-links .announcement-carousel.crimson .next, .announcement-carousel.crimson .block-algolia label, .block-algolia .announcement-carousel.crimson label, .announcement-carousel.crimson .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .announcement-carousel.crimson strong,
.announcement-carousel.crimson .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .announcement-carousel.crimson strong, .announcement-carousel.crimson .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .announcement-carousel.crimson .ais-refinement-list--header, .announcement-carousel.crimson .tertiary_page.tertiary_content_type .card-rounded .field__label, .announcement-carousel.crimson .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .announcement-carousel.crimson .tertiary_page.tertiary_content_type .field .field__label, .announcement-carousel.crimson .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .fast-facts-fullwidth.boxed .announcement-carousel.crimson .tertiary_page.tertiary_content_type .wrapper-block .field__label, .announcement-carousel.crimson .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .double-banner-callout.boxed .content-block .announcement-carousel.crimson .tertiary_page.tertiary_content_type .banner-block .field__label, .tertiary_page.tertiary_content_type .card-rounded .announcement-carousel.crimson .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.crimson .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.crimson .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .announcement-carousel.crimson .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .announcement-carousel.crimson .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .announcement-carousel.crimson .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .announcement-carousel.crimson .field__label, .announcement-carousel.crimson .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.crimson .field__label, .announcement-carousel.crimson .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.crimson .field__label, .announcement-carousel.crimson .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .announcement-carousel.crimson .field__label, .announcement-carousel.crimson .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .announcement-carousel.crimson .field__label,
.announcement-carousel.crimson .title,
.announcement-carousel.crimson .content {
  color: #ffffff !important;
}
.announcement-carousel.crimson .carousel-indicators li {
  border-color: #ffffff;
}
.announcement-carousel.crimson .carousel-indicators li.active {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5352' cy='17.5076' r='17.5' fill='%23ffffff'/%3E%3C/svg%3E");
}
.announcement-carousel.purple .label, .announcement-carousel.purple .blog-view .lower-content .date, .blog-view .lower-content .announcement-carousel.purple .date, .announcement-carousel.purple .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .announcement-carousel.purple .field-content, .announcement-carousel.purple .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .announcement-carousel.purple .field-content, .announcement-carousel.purple .view.standard-view .view-block .views-label, .view.standard-view .view-block .announcement-carousel.purple .views-label, .announcement-carousel.purple button.btn-back, .announcement-carousel.purple button.btn-open, .announcement-carousel.purple .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .announcement-carousel.purple .parent-link, .announcement-carousel.purple .node-links .previous, .node-links .announcement-carousel.purple .previous, .announcement-carousel.purple .node-links .next, .node-links .announcement-carousel.purple .next, .announcement-carousel.purple .block-algolia label, .block-algolia .announcement-carousel.purple label, .announcement-carousel.purple .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .announcement-carousel.purple strong,
.announcement-carousel.purple .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .announcement-carousel.purple strong, .announcement-carousel.purple .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .announcement-carousel.purple .ais-refinement-list--header, .announcement-carousel.purple .tertiary_page.tertiary_content_type .card-rounded .field__label, .announcement-carousel.purple .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .announcement-carousel.purple .tertiary_page.tertiary_content_type .field .field__label, .announcement-carousel.purple .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .fast-facts-fullwidth.boxed .announcement-carousel.purple .tertiary_page.tertiary_content_type .wrapper-block .field__label, .announcement-carousel.purple .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .double-banner-callout.boxed .content-block .announcement-carousel.purple .tertiary_page.tertiary_content_type .banner-block .field__label, .tertiary_page.tertiary_content_type .card-rounded .announcement-carousel.purple .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.purple .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.purple .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .announcement-carousel.purple .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .announcement-carousel.purple .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .announcement-carousel.purple .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .announcement-carousel.purple .field__label, .announcement-carousel.purple .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .announcement-carousel.purple .field__label, .announcement-carousel.purple .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .announcement-carousel.purple .field__label, .announcement-carousel.purple .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .announcement-carousel.purple .field__label, .announcement-carousel.purple .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .announcement-carousel.purple .field__label,
.announcement-carousel.purple .title,
.announcement-carousel.purple .content {
  color: #ffffff !important;
}
.announcement-carousel.purple .carousel-indicators li {
  border-color: #ffffff;
}
.announcement-carousel.purple .carousel-indicators li.active {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5352' cy='17.5076' r='17.5' fill='%23ffffff'/%3E%3C/svg%3E");
}
.announcement-carousel .carousel-indicators {
  justify-content: flex-start;
  bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 1110px;
}
@media (max-width: 1199.98px) {
  .announcement-carousel .carousel-indicators {
    width: 900px;
  }
}
@media (max-width: 991.98px) {
  .announcement-carousel .carousel-indicators {
    width: 690px;
    bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .announcement-carousel .carousel-indicators {
    width: calc(100% - 30px);
    width: 510px;
    justify-content: center;
    bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .announcement-carousel .carousel-indicators {
    width: calc(100% - 30px);
    width: -30px;
  }
}
.announcement-carousel .carousel-indicators li {
  border-radius: 100%;
  border: 2px solid #112542;
  height: 24px;
  width: 24px;
  background: transparent;
  margin: 0;
}
.announcement-carousel .carousel-indicators li:hover {
  opacity: 1;
}
.announcement-carousel .carousel-indicators li.active {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5352' cy='17.5076' r='17.5' fill='%23112542'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.announcement-carousel .carousel-indicators li:not(:last-of-type) {
  margin-right: 6px;
}
.announcement-carousel .carousel-control-prev,
.announcement-carousel .carousel-control-next {
  width: 50px;
}
@media (max-width: 767.98px) {
  .announcement-carousel .carousel-control-prev,
  .announcement-carousel .carousel-control-next {
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 51px;
    height: 45px;
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 200;
  }
}
.announcement-carousel .carousel-control-prev {
  justify-content: flex-start;
  padding-left: 20px;
}
.announcement-carousel .carousel-control-prev .icon, .announcement-carousel .carousel-control-prev .btn-toggle, .announcement-carousel .carousel-control-prev .button-group .btn::after, .button-group .announcement-carousel .carousel-control-prev .btn::after, .announcement-carousel .carousel-control-prev .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .announcement-carousel .carousel-control-prev a::after, .announcement-carousel .carousel-control-prev .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .announcement-carousel .carousel-control-prev a::after, .announcement-carousel .carousel-control-prev .button-group .block-algolia a.button::after, .button-group .block-algolia .announcement-carousel .carousel-control-prev a.button::after, .announcement-carousel .carousel-control-prev .block-algolia .button-group a.button::after, .block-algolia .button-group .announcement-carousel .carousel-control-prev a.button::after, .announcement-carousel .carousel-control-prev .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .announcement-carousel .carousel-control-prev a.button::after, .announcement-carousel .carousel-control-prev .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .announcement-carousel .carousel-control-prev a.button::after, .announcement-carousel .carousel-control-prev .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .announcement-carousel .carousel-control-prev button::after, .announcement-carousel .carousel-control-prev .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .announcement-carousel .carousel-control-prev button::after, .announcement-carousel .carousel-control-prev .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .announcement-carousel .carousel-control-prev .ais-show-more::after, .announcement-carousel .carousel-control-prev .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .announcement-carousel .carousel-control-prev .ais-show-more::after, .announcement-carousel .carousel-control-prev .image_slider .slick-arrow:before, .image_slider .announcement-carousel .carousel-control-prev .slick-arrow:before {
  transform: rotate(180deg);
}
.announcement-carousel .carousel-control-next {
  justify-content: flex-end;
  padding-right: 20px;
}
.announcement-carousel a[role=button] .icon, .announcement-carousel a[role=button] .btn-toggle, .announcement-carousel a[role=button] .button-group .btn::after, .button-group .announcement-carousel a[role=button] .btn::after, .announcement-carousel a[role=button] .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .announcement-carousel a[role=button] a::after, .announcement-carousel a[role=button] .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .announcement-carousel a[role=button] a::after, .announcement-carousel a[role=button] .button-group .block-algolia a.button::after, .button-group .block-algolia .announcement-carousel a[role=button] a.button::after, .announcement-carousel a[role=button] .block-algolia .button-group a.button::after, .block-algolia .button-group .announcement-carousel a[role=button] a.button::after, .announcement-carousel a[role=button] .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .announcement-carousel a[role=button] a.button::after, .announcement-carousel a[role=button] .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .announcement-carousel a[role=button] a.button::after, .announcement-carousel a[role=button] .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .announcement-carousel a[role=button] button::after, .announcement-carousel a[role=button] .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .announcement-carousel a[role=button] button::after, .announcement-carousel a[role=button] .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .announcement-carousel a[role=button] .ais-show-more::after, .announcement-carousel a[role=button] .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .announcement-carousel a[role=button] .ais-show-more::after, .announcement-carousel a[role=button] .image_slider .slick-arrow:before, .image_slider .announcement-carousel a[role=button] .slick-arrow:before {
  height: 32px;
  width: 18px;
  display: block;
  filter: grayscale(100%) brightness(10);
  opacity: 1;
  background-size: cover;
}
.announcement-carousel .carousel-item {
  position: relative;
}
.announcement-carousel .carousel-item .image,
.announcement-carousel .carousel-item .carVideo {
  position: absolute;
  width: 50%;
  margin-left: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .announcement-carousel .carousel-item .image,
  .announcement-carousel .carousel-item .carVideo {
    position: static;
    width: auto;
    margin: auto;
    height: 320px;
  }
}
.announcement-carousel .carousel-item .carVideo div[class*=field] {
  height: 100%;
}
.announcement-carousel .carousel-item .carVideo div[class*=field] article {
  height: 100%;
}
.announcement-carousel .carousel-item .carVideo div[class*=field] div {
  height: 100%;
}
.announcement-carousel .carousel-item .carVideo div[class*=field] iframe, .announcement-carousel .carousel-item .carVideo div[class*=field] video {
  height: 100%;
  width: 100%;
}
.announcement-carousel .carousel-item .carousel-content {
  padding-top: 120px;
  padding-bottom: 170px;
}
@media (min-width: 992px) {
  .announcement-carousel .carousel-item .carousel-content {
    min-height: 715px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .announcement-carousel .carousel-item .carousel-content {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 750px;
  }
}
@media (max-width: 991.98px) {
  .announcement-carousel .carousel-item .carousel-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
    padding-bottom: 120px;
    min-height: 800px;
  }
}
@media (max-width: 767.98px) {
  .announcement-carousel .carousel-item .carousel-content {
    min-height: 600px;
  }
}
.announcement-carousel .carousel-item .title {
  margin: 20px 0;
}
.announcement-carousel .carousel-item .btn, .announcement-carousel .carousel-item .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .announcement-carousel .carousel-item a, .announcement-carousel .carousel-item .block-algolia a.button, .block-algolia .announcement-carousel .carousel-item a.button, .announcement-carousel .carousel-item .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .announcement-carousel .carousel-item a.button, .announcement-carousel .carousel-item .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .announcement-carousel .carousel-item button, .announcement-carousel .carousel-item .block-algolia-categories .ais-show-more, .block-algolia-categories .announcement-carousel .carousel-item .ais-show-more {
  margin-top: 34px;
}

.card-callout {
  /*
  * Layout
  */
  /*
  * Elements
  */
}
.card-callout .container {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (max-width: 991.98px) {
  .card-callout .col-lg-6:first-of-type {
    order: 2;
  }
}
.card-callout .content {
  padding: 20px 120px 60px 65px;
  background-color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1199.98px) {
  .card-callout .content {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 991.98px) {
  .card-callout .content {
    border-top-left-radius: 0;
    border-bottom-right-radius: 14px;
    padding: 0 25px 25px 25px;
  }
}
.card-callout .content .title,
.card-callout .content .info {
  color: #112542;
}
.card-callout .title {
  margin-top: 0;
  padding-top: 40px;
}
.card-callout .info {
  font-size: 22px;
  line-height: 125%;
  font-family: "Circular Std", Fallback, sans-serif;
  font-weight: 400;
}
.card-callout .link-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.card-callout .link-group .btn, .card-callout .link-group .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .card-callout .link-group a, .card-callout .link-group .block-algolia a.button, .block-algolia .card-callout .link-group a.button, .card-callout .link-group .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .card-callout .link-group a.button, .card-callout .link-group .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .card-callout .link-group button, .card-callout .link-group .block-algolia-categories .ais-show-more, .block-algolia-categories .card-callout .link-group .ais-show-more {
  margin: 0 20px 8px 0;
}
.card-callout .link-group a:not(.btn) {
  margin-top: 12px;
  color: #112542;
  text-decoration: underline;
}
.card-callout .image-block {
  position: relative;
}
@media (max-width: 991.98px) {
  .card-callout .image-block {
    order: 1;
    height: 250px;
  }
}
.card-callout .image-block .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .card-callout .image-block .bg-image {
    border-top-left-radius: 14px;
    border-bottom-right-radius: 0;
  }
}

.double-banner-callout {
  position: relative;
  overflow-x: hidden;
  /*
  * Colours
  */
  /*
  * Content, global
  */
  /*
  * Content, per type
  */
}
.double-banner-callout.navy .banner-block .title {
  color: #ffffff;
}
.double-banner-callout .title {
  margin: 0 0 32px 0;
}
.double-banner-callout.normal, .page-wrapper ol li.double-banner-callout, .page-wrapper ul li.double-banner-callout, form[action] input[type=checkbox] + label.double-banner-callout {
  /*
  * Flag graphic, only applicable to the normal type
  */
}
.double-banner-callout.normal .title, .page-wrapper ol li.double-banner-callout .title, .page-wrapper ul li.double-banner-callout .title, form[action] input[type=checkbox] + label.double-banner-callout .title {
  width: 75%;
}
@media (max-width: 991.98px) {
  .double-banner-callout.normal .title, .page-wrapper ol li.double-banner-callout .title, .page-wrapper ul li.double-banner-callout .title, form[action] input[type=checkbox] + label.double-banner-callout .title {
    width: 100%;
    font-size: 1.375rem;
    line-height: 121.5%;
  }
}
@media (max-width: 767.98px) {
  .double-banner-callout.normal .content-block, .page-wrapper ol li.double-banner-callout .content-block, .page-wrapper ul li.double-banner-callout .content-block, form[action] input[type=checkbox] + label.double-banner-callout .content-block {
    margin-bottom: 50px;
  }
}
.double-banner-callout.normal::before, .page-wrapper ol li.double-banner-callout::before, .page-wrapper ul li.double-banner-callout::before, form[action] input[type=checkbox] + label.double-banner-callout::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  z-index: 0;
  width: 100vw;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/flag-blue.svg");
}
@media (max-width: 1199.98px) {
  .double-banner-callout.normal::before, .page-wrapper ol li.double-banner-callout::before, .page-wrapper ul li.double-banner-callout::before, form[action] input[type=checkbox] + label.double-banner-callout::before {
    background-position-x: calc(100% + 40vw);
  }
}
@media (max-width: 991.98px) {
  .double-banner-callout.normal::before, .page-wrapper ol li.double-banner-callout::before, .page-wrapper ul li.double-banner-callout::before, form[action] input[type=checkbox] + label.double-banner-callout::before {
    background-position-x: calc(100% + 60vw);
    bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .double-banner-callout.normal::before, .page-wrapper ol li.double-banner-callout::before, .page-wrapper ul li.double-banner-callout::before, form[action] input[type=checkbox] + label.double-banner-callout::before {
    background-position-x: 70%;
  }
}
.double-banner-callout.boxed .content-block {
  position: relative;
}
.double-banner-callout.boxed .content-block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  z-index: 0;
  width: calc(100% - 30px);
  height: 30px;
  background-repeat: no-repeat;
  background-position: -1300px 0px;
  background-image: url("../images/flag-blue.svg");
}
@media (max-width: 1199.98px) {
  .double-banner-callout.boxed .content-block::before {
    background-position-x: -1400px;
  }
}
@media (max-width: 991.98px) {
  .double-banner-callout.boxed .content-block::before {
    bottom: 35px;
    background-position-x: -1350px;
  }
}
@media (max-width: 767.98px) {
  .double-banner-callout.boxed .content-block:first-of-type {
    margin-bottom: 35px;
  }
}
.double-banner-callout.boxed .content-block .banner-block {
  height: 100%;
  padding: 65px;
  padding-bottom: 170px;
}
@media (max-width: 991.98px) {
  .double-banner-callout.boxed .content-block .banner-block {
    padding: 65px 34px 110px 34px;
  }
}
@media (max-width: 767.98px) {
  .double-banner-callout.boxed .content-block .banner-block {
    padding: 32px 32px 80px 32px;
  }
}
.double-banner-callout.boxed .content-block:first-of-type .banner-block {
  background-color: #112542;
}
.double-banner-callout.boxed .content-block:last-of-type::before {
  background-image: url("../images/flag-red.svg");
}
.double-banner-callout.boxed .content-block:last-of-type .banner-block {
  background-color: #B82128;
}
.double-banner-callout.boxed .title {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .double-banner-callout.boxed .title {
    width: 100%;
    font-size: 1.375rem;
    line-height: 121.5%;
  }
}

.double-card-callout {
  /*
  * Layout
  */
  /*
  * Elements
  */
}
@media (max-width: 767.98px) {
  .double-card-callout .content-block:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
.double-card-callout .summary-block {
  filter: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.61, 0.21, 0.49, 0.99);
  display: flex;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
  color: #112542;
}
.double-card-callout .summary-block:hover {
  filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.25)) !important;
  transform: translate3d(0, -10px, 0) !important;
}
.double-card-callout .title,
.double-card-callout .subtitle {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  color: #112542 !important;
}
.double-card-callout .title a,
.double-card-callout .subtitle a {
  color: #112542;
}
.double-card-callout .content {
  margin-top: 25px;
}
.double-card-callout .footer {
  align-self: flex-end;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
}
.double-card-callout .footer .sideinfo {
  text-transform: uppercase;
  font-size: 14px;
  color: #112542 !important;
}
.double-card-callout .footer p {
  margin: 0;
  color: #112542 !important;
}

.fast-facts-fullwidth {
  /*
  * Layout
  */
  /*
  * Elements
  */
}
.fast-facts-fullwidth.boxed .wrapper-block {
  background-color: #F2F2F3;
  padding: 34px 24px;
}
.fast-facts-fullwidth.normal, .page-wrapper ol li.fast-facts-fullwidth, .page-wrapper ul li.fast-facts-fullwidth, form[action] input[type=checkbox] + label.fast-facts-fullwidth {
  background-color: #F2F2F3;
}
.fast-facts-fullwidth .title-block {
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .fast-facts-fullwidth .big-fact {
    font-size: 2.1875rem;
  }
}
@media (max-width: 991.98px) {
  .fast-facts-fullwidth .roundal {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .fast-facts-fullwidth .roundal {
    max-width: 33%;
  }
}
@media (max-width: 767.98px) {
  .fast-facts-fullwidth .image-block {
    display: flex;
    justify-content: center;
  }
}
.fast-facts-fullwidth .content-block {
  padding-top: 1.5rem;
}
.fast-facts-fullwidth .content-block p {
  margin: 0;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .fast-facts-fullwidth .content-block {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .fast-facts-fullwidth .fast-fact {
    text-align: center;
    margin-bottom: 64px;
  }
}

.featured-article {
  /*
  * Headers or Section Headers
  * - Remove padding on proceeding section if there's a Section Header present
  */
  /*
  * Layout
  */
  /*
  * Colour
  */
  /*
  * Elements
  */
}
.section-heading.paragraph-fullwidth + .featured-article .title-block {
  display: none;
}
.featured-article .container {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (max-width: 991.98px) {
  .featured-article .col-lg-6:first-of-type {
    order: 2;
  }
}
.featured-article .title-block {
  margin-bottom: 70px;
}
.featured-article.white .content {
  background-color: #112542 !important;
}
.featured-article.white .content .title, .featured-article.white .content .info, .featured-article.white .content .date {
  color: #ffffff;
}
.featured-article.navy .title-block h2 {
  color: #ffffff;
}
.featured-article .content {
  padding: 20px 120px 60px 65px;
  background-color: #ffffff;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1199.98px) {
  .featured-article .content {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 991.98px) {
  .featured-article .content {
    border-top-left-radius: 0;
    border-bottom-right-radius: 14px;
    padding: 0 25px 25px 25px;
  }
}
.featured-article .content .title,
.featured-article .content .info {
  color: #112542;
}
.featured-article .info {
  margin-bottom: 34px;
}
.featured-article .title {
  margin-top: 0;
  padding-top: 40px;
}
.featured-article .date {
  position: absolute;
  bottom: 80px;
  right: 64px;
}
@media (max-width: 991.98px) {
  .featured-article .date {
    bottom: 42px;
    right: 34px;
  }
}
.featured-article .image-block {
  position: relative;
}
@media (max-width: 991.98px) {
  .featured-article .image-block {
    order: 1;
    height: 250px;
  }
}
.featured-article .image-block .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .featured-article .image-block .bg-image {
    border-top-left-radius: 14px;
    border-bottom-right-radius: 0;
  }
}

.featured-news {
  /*
  * Headers or Section Headers
  * - Remove padding on proceeding section if there's a Section Header present
  */
  /*
  * Layout
  */
  /*
  * Colour
  */
  /*
  * Elements
  */
}
.section-heading.paragraph-fullwidth + .featured-news .title-block {
  display: none;
}
.featured-news .container {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (max-width: 991.98px) {
  .featured-news .col-md-12:first-of-type {
    order: 1;
  }
}
.featured-news .title-block {
  margin-bottom: 70px;
}
.featured-news.white .content {
  background-color: #112542 !important;
}
.featured-news.white .content .title, .featured-news.white .content .info, .featured-news.white .content .date {
  color: #ffffff;
}
.featured-news.navy .title-block h2 {
  color: #ffffff;
}
.featured-news .content {
  padding: 20px 60px 60px 65px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 1199.98px) {
  .featured-news .content {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 991.98px) {
  .featured-news .content {
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 14px;
    padding: 0 25px 25px 25px;
  }
}
.featured-news .content .title,
.featured-news .content .info {
  color: #112542;
}
.featured-news .info {
  margin-bottom: 34px;
}
.featured-news .title {
  margin-top: 0;
  padding-top: 40px;
}
.featured-news .date {
  position: absolute;
  bottom: 80px;
  right: 64px;
}
@media (max-width: 991.98px) {
  .featured-news .date {
    bottom: 42px;
    right: 34px;
  }
}

.flag-cards {
  /*
  * Colour
  */
  background-color: #ffffff !important;
  /*
  * Layout
  */
  position: relative;
  /*
  * Elements
  */
}
.flag-cards .container {
  padding-top: 120px;
  padding-bottom: 170px;
}
@media (max-width: 991.98px) {
  .flag-cards .container {
    padding-bottom: 140px;
  }
}
@media (max-width: 767.98px) {
  .flag-cards .container {
    padding-bottom: 75px;
  }
}
@media (max-width: 991.98px) {
  .flag-cards .content-block {
    margin-left: 8.3333333333%;
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .flag-cards .content-block {
    margin-left: 0;
  }
}
.flag-cards .flag-block {
  margin-left: 14px;
  padding-top: 50px;
  padding-bottom: 72px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .flag-cards .flag-block {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.flag-cards::before {
  display: block;
  content: "";
  background-color: #1550ED;
  border-top-right-radius: 224px;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .flag-cards::before {
    height: calc(25% + 140px);
  }
}
@media (max-width: 767.98px) {
  .flag-cards::before {
    height: calc(25% + 75px);
    border-top-right-radius: 120px;
  }
}
.flag-cards .title, .flag-cards .content p, .flag-cards .btn, .flag-cards .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .flag-cards a, .flag-cards .block-algolia a.button, .block-algolia .flag-cards a.button, .flag-cards .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .flag-cards a.button, .flag-cards .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .flag-cards button, .flag-cards .block-algolia-categories .ais-show-more, .block-algolia-categories .flag-cards .ais-show-more {
  color: #ffffff;
}
.flag-cards .title {
  background: #1550ED;
  min-height: 85px;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 20px);
  display: flex;
  align-items: center;
  transform: translateX(-14px);
  margin: 0;
  position: relative;
  white-space: nowrap;
  text-overflow: clip;
  padding: 0 10px 0 79px;
}
@media (max-width: 767.98px) {
  .flag-cards .title {
    padding: 0 10px 0 46px;
  }
}
.flag-cards .title::before, .flag-cards .title::after {
  content: "";
  display: block;
}
.flag-cards .title::before {
  background: transparent url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0H0L14 14.5V0Z' fill='%23849324'/%3E%3C/svg%3E%0A") no-repeat top right;
  height: 14px;
  width: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(14px);
}
.flag-cards .title::after {
  background: transparent url("data:image/svg+xml,%3Csvg width='41' height='84' viewBox='0 0 41 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.140259 0L41.0001 0L0.140388 84L0.140259 0Z' fill='%231550ED'/%3E%3C/svg%3E%0A") no-repeat left center;
  background-size: cover;
  width: 40px;
  height: 85px;
  transform: translateX(49px);
}
.flag-cards .content {
  padding: 30px 65px 0 65px;
}
@media (max-width: 767.98px) {
  .flag-cards .content {
    padding: 30px 32px 0 32px;
  }
}
.flag-cards .content .btn, .flag-cards .content .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .flag-cards .content a, .flag-cards .content .block-algolia a.button, .block-algolia .flag-cards .content a.button, .flag-cards .content .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .flag-cards .content a.button, .flag-cards .content .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .flag-cards .content button, .flag-cards .content .block-algolia-categories .ais-show-more, .block-algolia-categories .flag-cards .content .ais-show-more {
  margin-top: 30px;
}

.four-column-layout {
  /*
  * Layout
  */
  /*
  * Elements
  */
}
@media (max-width: 991.98px) {
  .four-column-layout .column-block {
    margin-bottom: 0;
  }
  .four-column-layout .column-block:nth-last-of-type(n+3) {
    margin-bottom: 0;
  }
}

.full-image {
  /*
  * Layout
  */
  /*
  * Styles
  */
  /*
  * Elements
  */
}
.full-image[style*=background-image] {
  background-size: cover;
  background-position: center;
  height: 66vh;
  min-height: 500px;
}
@media (max-width: 767.98px) {
  .full-image[style*=background-image] {
    height: 50vh;
  }
}
.full-image .content-block img {
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
}

.highlight-columns {
  /*
  * Layout
  */
  /*
  * Elements
  */
}
.highlight-columns .container {
  padding-top: 34px;
}
@media (max-width: 1199.98px) {
  .highlight-columns .content-block {
    margin-bottom: 30px;
  }
  .highlight-columns .content-block:nth-of-type(odd) {
    margin-left: 8.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .highlight-columns .content-block:nth-of-type(odd) {
    margin-left: 0;
  }
}
.highlight-columns .highlight-block {
  padding: 30px 25px 0 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.highlight-columns .highlight-block.blue {
  background-color: #1550ED;
}
.highlight-columns .highlight-block.red {
  background-color: #FD2F32;
}
.highlight-columns .highlight-block.grey {
  background-color: #535055;
}
.highlight-columns .highlight-block.navy {
  background-color: #112542;
}
.highlight-columns .highlight-block.crimson {
  background-color: #B82128;
}
.highlight-columns .highlight-block.green {
  background-color: #9DA950;
}
.highlight-columns .highlight-block.yellow {
  background-color: #DCA312;
}
.highlight-columns .highlight-block.purple {
  background-color: #3B2B94;
}
.highlight-columns .highlight-block.teal {
  background-color: #2DC4B6;
}
.highlight-columns .highlight-block.white {
  background-color: #ffffff;
}
.highlight-columns .highlight-block.lightgrey {
  background-color: #F2F2F3;
}
.highlight-columns .highlight-block.lightblue {
  background-color: #E8EEFD;
}
.highlight-columns .highlight-block.blue .title, .highlight-columns .highlight-block.blue .content, .highlight-columns .highlight-block.blue .footer, .highlight-columns .highlight-block.blue .label, .highlight-columns .highlight-block.blue .blog-view .lower-content .date, .blog-view .lower-content .highlight-columns .highlight-block.blue .date, .highlight-columns .highlight-block.blue .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .highlight-columns .highlight-block.blue .field-content, .highlight-columns .highlight-block.blue .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .highlight-columns .highlight-block.blue .field-content, .highlight-columns .highlight-block.blue .view.standard-view .view-block .views-label, .view.standard-view .view-block .highlight-columns .highlight-block.blue .views-label, .highlight-columns .highlight-block.blue button.btn-back, .highlight-columns .highlight-block.blue button.btn-open, .highlight-columns .highlight-block.blue .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .highlight-columns .highlight-block.blue .parent-link, .highlight-columns .highlight-block.blue .node-links .previous, .node-links .highlight-columns .highlight-block.blue .previous, .highlight-columns .highlight-block.blue .node-links .next, .node-links .highlight-columns .highlight-block.blue .next, .highlight-columns .highlight-block.blue .block-algolia label, .block-algolia .highlight-columns .highlight-block.blue label, .highlight-columns .highlight-block.blue .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .highlight-columns .highlight-block.blue strong,
.highlight-columns .highlight-block.blue .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .highlight-columns .highlight-block.blue strong, .highlight-columns .highlight-block.blue .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .highlight-columns .highlight-block.blue .ais-refinement-list--header, .highlight-columns .highlight-block.blue .tertiary_page.tertiary_content_type .card-rounded .field__label, .highlight-columns .highlight-block.blue .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .highlight-columns .highlight-block.blue .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .highlight-columns .highlight-block.blue .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.blue .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.blue .field__label, .highlight-columns .highlight-block.blue .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.blue .field__label, .highlight-columns .highlight-block.blue .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.blue .field__label, .highlight-columns .highlight-block.blue .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.blue .field__label, .highlight-columns .highlight-block.blue .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.blue .field__label, .highlight-columns .highlight-block.blue .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .highlight-columns .highlight-block.blue .field__label, .highlight-columns .highlight-block.blue .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .highlight-columns .highlight-block.blue .field__label, .highlight-columns .highlight-block.blue .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .highlight-columns .highlight-block.blue .field__label, .highlight-columns .highlight-block.blue .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .highlight-columns .highlight-block.blue .field__label {
  color: #ffffff;
}
.highlight-columns .highlight-block.red .title, .highlight-columns .highlight-block.red .content, .highlight-columns .highlight-block.red .footer, .highlight-columns .highlight-block.red .label, .highlight-columns .highlight-block.red .blog-view .lower-content .date, .blog-view .lower-content .highlight-columns .highlight-block.red .date, .highlight-columns .highlight-block.red .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .highlight-columns .highlight-block.red .field-content, .highlight-columns .highlight-block.red .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .highlight-columns .highlight-block.red .field-content, .highlight-columns .highlight-block.red .view.standard-view .view-block .views-label, .view.standard-view .view-block .highlight-columns .highlight-block.red .views-label, .highlight-columns .highlight-block.red button.btn-back, .highlight-columns .highlight-block.red button.btn-open, .highlight-columns .highlight-block.red .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .highlight-columns .highlight-block.red .parent-link, .highlight-columns .highlight-block.red .node-links .previous, .node-links .highlight-columns .highlight-block.red .previous, .highlight-columns .highlight-block.red .node-links .next, .node-links .highlight-columns .highlight-block.red .next, .highlight-columns .highlight-block.red .block-algolia label, .block-algolia .highlight-columns .highlight-block.red label, .highlight-columns .highlight-block.red .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .highlight-columns .highlight-block.red strong,
.highlight-columns .highlight-block.red .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .highlight-columns .highlight-block.red strong, .highlight-columns .highlight-block.red .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .highlight-columns .highlight-block.red .ais-refinement-list--header, .highlight-columns .highlight-block.red .tertiary_page.tertiary_content_type .card-rounded .field__label, .highlight-columns .highlight-block.red .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .highlight-columns .highlight-block.red .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .highlight-columns .highlight-block.red .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.red .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.red .field__label, .highlight-columns .highlight-block.red .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.red .field__label, .highlight-columns .highlight-block.red .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.red .field__label, .highlight-columns .highlight-block.red .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.red .field__label, .highlight-columns .highlight-block.red .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.red .field__label, .highlight-columns .highlight-block.red .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .highlight-columns .highlight-block.red .field__label, .highlight-columns .highlight-block.red .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .highlight-columns .highlight-block.red .field__label, .highlight-columns .highlight-block.red .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .highlight-columns .highlight-block.red .field__label, .highlight-columns .highlight-block.red .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .highlight-columns .highlight-block.red .field__label {
  color: #ffffff;
}
.highlight-columns .highlight-block.navy .title, .highlight-columns .highlight-block.navy .content, .highlight-columns .highlight-block.navy .footer, .highlight-columns .highlight-block.navy .label, .highlight-columns .highlight-block.navy .blog-view .lower-content .date, .blog-view .lower-content .highlight-columns .highlight-block.navy .date, .highlight-columns .highlight-block.navy .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .highlight-columns .highlight-block.navy .field-content, .highlight-columns .highlight-block.navy .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .highlight-columns .highlight-block.navy .field-content, .highlight-columns .highlight-block.navy .view.standard-view .view-block .views-label, .view.standard-view .view-block .highlight-columns .highlight-block.navy .views-label, .highlight-columns .highlight-block.navy button.btn-back, .highlight-columns .highlight-block.navy button.btn-open, .highlight-columns .highlight-block.navy .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .highlight-columns .highlight-block.navy .parent-link, .highlight-columns .highlight-block.navy .node-links .previous, .node-links .highlight-columns .highlight-block.navy .previous, .highlight-columns .highlight-block.navy .node-links .next, .node-links .highlight-columns .highlight-block.navy .next, .highlight-columns .highlight-block.navy .block-algolia label, .block-algolia .highlight-columns .highlight-block.navy label, .highlight-columns .highlight-block.navy .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .highlight-columns .highlight-block.navy strong,
.highlight-columns .highlight-block.navy .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .highlight-columns .highlight-block.navy strong, .highlight-columns .highlight-block.navy .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .highlight-columns .highlight-block.navy .ais-refinement-list--header, .highlight-columns .highlight-block.navy .tertiary_page.tertiary_content_type .card-rounded .field__label, .highlight-columns .highlight-block.navy .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .highlight-columns .highlight-block.navy .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .highlight-columns .highlight-block.navy .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.navy .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.navy .field__label, .highlight-columns .highlight-block.navy .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.navy .field__label, .highlight-columns .highlight-block.navy .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.navy .field__label, .highlight-columns .highlight-block.navy .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.navy .field__label, .highlight-columns .highlight-block.navy .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.navy .field__label, .highlight-columns .highlight-block.navy .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .highlight-columns .highlight-block.navy .field__label, .highlight-columns .highlight-block.navy .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .highlight-columns .highlight-block.navy .field__label, .highlight-columns .highlight-block.navy .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .highlight-columns .highlight-block.navy .field__label, .highlight-columns .highlight-block.navy .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .highlight-columns .highlight-block.navy .field__label {
  color: #ffffff;
}
.highlight-columns .highlight-block.crimson .title, .highlight-columns .highlight-block.crimson .content, .highlight-columns .highlight-block.crimson .footer, .highlight-columns .highlight-block.crimson .label, .highlight-columns .highlight-block.crimson .blog-view .lower-content .date, .blog-view .lower-content .highlight-columns .highlight-block.crimson .date, .highlight-columns .highlight-block.crimson .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .highlight-columns .highlight-block.crimson .field-content, .highlight-columns .highlight-block.crimson .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .highlight-columns .highlight-block.crimson .field-content, .highlight-columns .highlight-block.crimson .view.standard-view .view-block .views-label, .view.standard-view .view-block .highlight-columns .highlight-block.crimson .views-label, .highlight-columns .highlight-block.crimson button.btn-back, .highlight-columns .highlight-block.crimson button.btn-open, .highlight-columns .highlight-block.crimson .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .highlight-columns .highlight-block.crimson .parent-link, .highlight-columns .highlight-block.crimson .node-links .previous, .node-links .highlight-columns .highlight-block.crimson .previous, .highlight-columns .highlight-block.crimson .node-links .next, .node-links .highlight-columns .highlight-block.crimson .next, .highlight-columns .highlight-block.crimson .block-algolia label, .block-algolia .highlight-columns .highlight-block.crimson label, .highlight-columns .highlight-block.crimson .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .highlight-columns .highlight-block.crimson strong,
.highlight-columns .highlight-block.crimson .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .highlight-columns .highlight-block.crimson strong, .highlight-columns .highlight-block.crimson .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .highlight-columns .highlight-block.crimson .ais-refinement-list--header, .highlight-columns .highlight-block.crimson .tertiary_page.tertiary_content_type .card-rounded .field__label, .highlight-columns .highlight-block.crimson .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .highlight-columns .highlight-block.crimson .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .highlight-columns .highlight-block.crimson .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.crimson .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.crimson .field__label, .highlight-columns .highlight-block.crimson .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.crimson .field__label, .highlight-columns .highlight-block.crimson .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.crimson .field__label, .highlight-columns .highlight-block.crimson .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.crimson .field__label, .highlight-columns .highlight-block.crimson .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.crimson .field__label, .highlight-columns .highlight-block.crimson .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .highlight-columns .highlight-block.crimson .field__label, .highlight-columns .highlight-block.crimson .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .highlight-columns .highlight-block.crimson .field__label, .highlight-columns .highlight-block.crimson .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .highlight-columns .highlight-block.crimson .field__label, .highlight-columns .highlight-block.crimson .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .highlight-columns .highlight-block.crimson .field__label {
  color: #ffffff;
}
.highlight-columns .highlight-block.purple .title, .highlight-columns .highlight-block.purple .content, .highlight-columns .highlight-block.purple .footer, .highlight-columns .highlight-block.purple .label, .highlight-columns .highlight-block.purple .blog-view .lower-content .date, .blog-view .lower-content .highlight-columns .highlight-block.purple .date, .highlight-columns .highlight-block.purple .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .highlight-columns .highlight-block.purple .field-content, .highlight-columns .highlight-block.purple .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .highlight-columns .highlight-block.purple .field-content, .highlight-columns .highlight-block.purple .view.standard-view .view-block .views-label, .view.standard-view .view-block .highlight-columns .highlight-block.purple .views-label, .highlight-columns .highlight-block.purple button.btn-back, .highlight-columns .highlight-block.purple button.btn-open, .highlight-columns .highlight-block.purple .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .highlight-columns .highlight-block.purple .parent-link, .highlight-columns .highlight-block.purple .node-links .previous, .node-links .highlight-columns .highlight-block.purple .previous, .highlight-columns .highlight-block.purple .node-links .next, .node-links .highlight-columns .highlight-block.purple .next, .highlight-columns .highlight-block.purple .block-algolia label, .block-algolia .highlight-columns .highlight-block.purple label, .highlight-columns .highlight-block.purple .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .highlight-columns .highlight-block.purple strong,
.highlight-columns .highlight-block.purple .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .highlight-columns .highlight-block.purple strong, .highlight-columns .highlight-block.purple .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .highlight-columns .highlight-block.purple .ais-refinement-list--header, .highlight-columns .highlight-block.purple .tertiary_page.tertiary_content_type .card-rounded .field__label, .highlight-columns .highlight-block.purple .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .highlight-columns .highlight-block.purple .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .highlight-columns .highlight-block.purple .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.purple .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.purple .field__label, .highlight-columns .highlight-block.purple .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .highlight-columns .highlight-block.purple .field__label, .highlight-columns .highlight-block.purple .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .highlight-columns .highlight-block.purple .field__label, .highlight-columns .highlight-block.purple .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.purple .field__label, .highlight-columns .highlight-block.purple .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .highlight-columns .highlight-block.purple .field__label, .highlight-columns .highlight-block.purple .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .highlight-columns .highlight-block.purple .field__label, .highlight-columns .highlight-block.purple .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .highlight-columns .highlight-block.purple .field__label, .highlight-columns .highlight-block.purple .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .highlight-columns .highlight-block.purple .field__label, .highlight-columns .highlight-block.purple .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .highlight-columns .highlight-block.purple .field__label {
  color: #ffffff;
}
.highlight-columns .title {
  margin: 0 0 30px 0;
}
.highlight-columns .content {
  padding-bottom: 30px;
}
.highlight-columns .content p {
  font-weight: bold;
}
.highlight-columns .footer {
  margin-top: auto;
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px);
  padding: 25px 25px 30px 25px;
  align-self: stretch;
  background: rgba(0, 0, 0, 0.12);
}

.info-summary {
  /*
  * Layout
  */
  /*
  * Panes
  */
}
.info-summary .info-summary-pane {
  margin-bottom: 100px;
}
.info-summary .info-summary-pane:nth-last-of-type(2):nth-child(odd), .info-summary .info-summary-pane:nth-last-of-type(1):nth-child(even), .info-summary .info-summary-pane:nth-last-of-type(1):nth-child(odd) {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .info-summary .info-summary-pane {
    margin-bottom: 34px !important;
  }
}
.info-summary .info-summary-pane .image-block {
  display: flex;
  flex-grow: 0;
  align-content: center;
  justify-content: flex-end;
  align-items: flex-start;
}
.info-summary .info-summary-pane .image-block img {
  border-radius: 14px;
}
.info-summary .info-summary-pane .title {
  margin-top: 0;
  margin-bottom: 10px;
}
.info-summary .info-summary-pane .figure {
  margin: 0;
}

.news-blog-summary .btn-outline-white, .news-blog-summary .paragraph-fullwidth.purple + .section-footer .btn-outline-navy, .paragraph-fullwidth.purple + .section-footer .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.purple + .section-footer .btn-secondary, .paragraph-fullwidth.purple + .section-footer .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.purple + .section-footer .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple + .section-footer .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.purple + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple + .section-footer .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.purple + .section-footer .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple + .section-footer .news-blog-summary .ais-show-more, .news-blog-summary .paragraph-fullwidth.crimson + .section-footer .btn-outline-navy, .paragraph-fullwidth.crimson + .section-footer .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.crimson + .section-footer .btn-secondary, .paragraph-fullwidth.crimson + .section-footer .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.crimson + .section-footer .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson + .section-footer .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.crimson + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson + .section-footer .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.crimson + .section-footer .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson + .section-footer .news-blog-summary .ais-show-more, .news-blog-summary .paragraph-fullwidth.navy + .section-footer .btn-outline-navy, .paragraph-fullwidth.navy + .section-footer .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.navy + .section-footer .btn-secondary, .paragraph-fullwidth.navy + .section-footer .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.navy + .section-footer .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy + .section-footer .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.navy + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy + .section-footer .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.navy + .section-footer .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy + .section-footer .news-blog-summary .ais-show-more, .news-blog-summary .paragraph-fullwidth.red + .section-footer .btn-outline-navy, .paragraph-fullwidth.red + .section-footer .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.red + .section-footer .btn-secondary, .paragraph-fullwidth.red + .section-footer .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.red + .section-footer .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red + .section-footer .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.red + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red + .section-footer .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.red + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.red + .section-footer .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.red + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.red + .section-footer .news-blog-summary .ais-show-more, .news-blog-summary .paragraph-fullwidth.blue + .section-footer .btn-outline-navy, .paragraph-fullwidth.blue + .section-footer .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.blue + .section-footer .btn-secondary, .paragraph-fullwidth.blue + .section-footer .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.blue + .section-footer .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue + .section-footer .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.blue + .section-footer .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue + .section-footer .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .ais-show-more, .paragraph-fullwidth.blue + .section-footer .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue + .section-footer .news-blog-summary .ais-show-more, .news-blog-summary .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.blue:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .ais-show-more, .news-blog-summary .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.red:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .ais-show-more, .news-blog-summary .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.navy:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .ais-show-more, .news-blog-summary .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.crimson:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .ais-show-more, .news-blog-summary .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-outline-navy, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-outline-navy, .news-blog-summary .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .btn-secondary, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .btn-secondary, .news-blog-summary .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back a, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .webform-confirmation .webform-confirmation__back .news-blog-summary a, .news-blog-summary .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a, .webform-confirmation .webform-confirmation__back .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a, .news-blog-summary .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all a.button, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary a.button, .news-blog-summary .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) a.button, .block-algolia-results #algolia-field-wrapper-clear-all .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary a.button, .news-blog-summary .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .ais-show-more, .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .block-algolia-categories .news-blog-summary .ais-show-more, .news-blog-summary .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .ais-show-more, .block-algolia-categories .paragraph-fullwidth.purple:not(.boxed):not(.card-callout):not(.double-card-callout):not(.featured-article) .news-blog-summary .ais-show-more {
  border-color: #112542;
  color: #112542;
}
.news-blog-summary .block {
  display: flex;
}
.news-blog-summary .block .title-block {
  display: none;
}
.news-blog-summary .block .content {
  width: 100%;
  height: 100%;
}
.news-blog-summary .block .content .views-element-container {
  height: 100%;
}
.news-blog-summary .block .content .views-element-container .news-view,
.news-blog-summary .block .content .views-element-container .blog-view {
  height: 100%;
}
.news-blog-summary .block .content .views-element-container .news-view {
  min-height: auto;
  position: unset;
  margin-bottom: 0;
}
.news-blog-summary .block .content .views-element-container .news-view .news-card {
  min-height: auto;
  margin-bottom: 0;
}
.news-blog-summary .block .content .views-element-container .news-view .news-card .views-field-field-date-release {
  margin-top: 0;
}
.news-blog-summary .block .view-content {
  height: 100%;
}
.news-blog-summary h2 {
  margin: 70px 0;
}
.news-blog-summary .blog-card {
  display: flex;
  margin-bottom: 0 !important;
}
.news-blog-summary .blog-card .image {
  flex: 0 0 50%;
  max-width: 50%;
  flex: 1 1 0;
  width: 0;
}
.news-blog-summary .blog-card .image img {
  border-radius: 25px 0 0 25px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-blog-summary .blog-card .lower-content {
  flex: 0 0 50%;
  max-width: 50%;
  flex: 1 1 0;
  width: 0;
  background: #112542;
  color: #ffffff;
  padding: 25px;
  border-radius: 0 25px 25px 0;
}
.news-blog-summary .blog-card .lower-content .title {
  padding-bottom: 40px;
}
.news-blog-summary .blog-view .image {
  height: auto;
}
.news-blog-summary .blog-view .lower-content {
  min-height: auto;
}
.news-blog-summary .view-footer {
  margin-top: 50px;
  justify-content: left;
}
.news-blog-summary .view-footer .btn, .news-blog-summary .view-footer .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .news-blog-summary .view-footer a, .news-blog-summary .view-footer .block-algolia a.button, .block-algolia .news-blog-summary .view-footer a.button, .news-blog-summary .view-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .news-blog-summary .view-footer a.button, .news-blog-summary .view-footer .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .news-blog-summary .view-footer button, .news-blog-summary .view-footer .block-algolia-categories .ais-show-more, .block-algolia-categories .news-blog-summary .view-footer .ais-show-more {
  margin: 0;
}

.resources-summary {
  /*
  * Layout
  */
  /*
  * Elements
  */
}
.resources-summary .resources-summary-card {
  margin-bottom: 34px;
  /*
  * Elements
  */
}
.resources-summary .resources-summary-card .summary-block {
  background-color: #F2F2F3;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 280px;
  transform: translate3d(0, 0, 0);
  box-shadow: none;
  transition: all 0.5s cubic-bezier(0.61, 0.21, 0.49, 0.99);
  padding: 24px;
}
@media (max-width: 991.98px) {
  .resources-summary .resources-summary-card .summary-block {
    padding: 19px 14px;
  }
}
.resources-summary .resources-summary-card .title {
  margin-top: 0;
  align-self: start;
}
.resources-summary .resources-summary-card .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .resources-summary .resources-summary-card .content {
    display: block;
  }
}
.resources-summary .resources-summary-card .content p {
  width: 100%;
}
.resources-summary .resources-summary-card .btn-link, .resources-summary .resources-summary-card .block-algolia-results .algolia-item-url, .block-algolia-results .resources-summary .resources-summary-card .algolia-item-url {
  color: #112542;
}
.resources-summary .resources-summary-card .download-links {
  margin-top: 20px;
}
.resources-summary .resources-summary-card .download-links .field__item:not(:last-of-type) {
  margin-bottom: 5px;
}

.section-heading {
  /*
  * Layout
  */
  /*
  * Colours
  */
  /*
  * Alignment
  */
  /*
  * Elements
  */
}
.section-heading .container {
  padding-bottom: 35px;
}
.section-heading.blue + .paragraph-fullwidth.blue .container {
  padding-top: 0px;
}
.paragraph-fullwidth.blue + .section-heading.blue .container {
  padding-top: 60px !important;
}
.section-heading.red + .paragraph-fullwidth.red .container {
  padding-top: 0px;
}
.paragraph-fullwidth.red + .section-heading.red .container {
  padding-top: 60px !important;
}
.section-heading.grey + .paragraph-fullwidth.grey .container {
  padding-top: 0px;
}
.paragraph-fullwidth.grey + .section-heading.grey .container {
  padding-top: 60px !important;
}
.section-heading.navy + .paragraph-fullwidth.navy .container {
  padding-top: 0px;
}
.paragraph-fullwidth.navy + .section-heading.navy .container {
  padding-top: 60px !important;
}
.section-heading.crimson + .paragraph-fullwidth.crimson .container {
  padding-top: 0px;
}
.paragraph-fullwidth.crimson + .section-heading.crimson .container {
  padding-top: 60px !important;
}
.section-heading.green + .paragraph-fullwidth.green .container {
  padding-top: 0px;
}
.paragraph-fullwidth.green + .section-heading.green .container {
  padding-top: 60px !important;
}
.section-heading.yellow + .paragraph-fullwidth.yellow .container {
  padding-top: 0px;
}
.paragraph-fullwidth.yellow + .section-heading.yellow .container {
  padding-top: 60px !important;
}
.section-heading.purple + .paragraph-fullwidth.purple .container {
  padding-top: 0px;
}
.paragraph-fullwidth.purple + .section-heading.purple .container {
  padding-top: 60px !important;
}
.section-heading.teal + .paragraph-fullwidth.teal .container {
  padding-top: 0px;
}
.paragraph-fullwidth.teal + .section-heading.teal .container {
  padding-top: 60px !important;
}
.section-heading.white + .paragraph-fullwidth.white .container {
  padding-top: 0px;
}
.paragraph-fullwidth.white + .section-heading.white .container {
  padding-top: 60px !important;
}
.section-heading.lightgrey + .paragraph-fullwidth.lightgrey .container {
  padding-top: 0px;
}
.paragraph-fullwidth.lightgrey + .section-heading.lightgrey .container {
  padding-top: 60px !important;
}
.section-heading.lightblue + .paragraph-fullwidth.lightblue .container {
  padding-top: 0px;
}
.paragraph-fullwidth.lightblue + .section-heading.lightblue .container {
  padding-top: 60px !important;
}
.section-heading + .paragraph-fullwidth.flag-cards .container {
  padding-top: 0px;
}
.section-heading .title, .section-heading .label, .section-heading .blog-view .lower-content .date, .blog-view .lower-content .section-heading .date, .section-heading .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .section-heading .field-content, .section-heading .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .section-heading .field-content, .section-heading .view.standard-view .view-block .views-label, .view.standard-view .view-block .section-heading .views-label, .section-heading button.btn-back, .section-heading button.btn-open, .section-heading .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .section-heading .parent-link, .section-heading .node-links .previous, .node-links .section-heading .previous, .section-heading .node-links .next, .node-links .section-heading .next, .section-heading .block-algolia label, .block-algolia .section-heading label, .section-heading .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .section-heading strong,
.section-heading .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .section-heading strong, .section-heading .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .section-heading .ais-refinement-list--header, .section-heading .tertiary_page.tertiary_content_type .card-rounded .field__label, .section-heading .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .section-heading .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .section-heading .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .section-heading .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading .field__label, .section-heading .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .section-heading .field__label, .section-heading .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading .field__label, .section-heading .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .section-heading .field__label, .section-heading .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .section-heading .field__label, .section-heading .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .section-heading .field__label, .section-heading .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .section-heading .field__label, .section-heading .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .section-heading .field__label, .section-heading .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .section-heading .field__label, .section-heading .content {
  color: #112542;
}
.section-heading.purple .title, .section-heading.purple .label, .section-heading.purple .blog-view .lower-content .date, .blog-view .lower-content .section-heading.purple .date, .section-heading.purple .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .section-heading.purple .field-content, .section-heading.purple .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .section-heading.purple .field-content, .section-heading.purple .view.standard-view .view-block .views-label, .view.standard-view .view-block .section-heading.purple .views-label, .section-heading.purple button.btn-back, .section-heading.purple button.btn-open, .section-heading.purple .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .section-heading.purple .parent-link, .section-heading.purple .node-links .previous, .node-links .section-heading.purple .previous, .section-heading.purple .node-links .next, .node-links .section-heading.purple .next, .section-heading.purple .block-algolia label, .block-algolia .section-heading.purple label, .section-heading.purple .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .section-heading.purple strong,
.section-heading.purple .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .section-heading.purple strong, .section-heading.purple .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .section-heading.purple .ais-refinement-list--header, .section-heading.purple .tertiary_page.tertiary_content_type .card-rounded .field__label, .section-heading.purple .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .section-heading.purple .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .section-heading.purple .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .section-heading.purple .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.purple .field__label, .section-heading.purple .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .section-heading.purple .field__label, .section-heading.purple .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.purple .field__label, .section-heading.purple .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .section-heading.purple .field__label, .section-heading.purple .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .section-heading.purple .field__label, .section-heading.purple .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .section-heading.purple .field__label, .section-heading.purple .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .section-heading.purple .field__label, .section-heading.purple .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .section-heading.purple .field__label, .section-heading.purple .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .section-heading.purple .field__label, .section-heading.purple .content, .section-heading.red .title, .section-heading.red .label, .section-heading.red .blog-view .lower-content .date, .blog-view .lower-content .section-heading.red .date, .section-heading.red .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .section-heading.red .field-content, .section-heading.red .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .section-heading.red .field-content, .section-heading.red .view.standard-view .view-block .views-label, .view.standard-view .view-block .section-heading.red .views-label, .section-heading.red button.btn-back, .section-heading.red button.btn-open, .section-heading.red .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .section-heading.red .parent-link, .section-heading.red .node-links .previous, .node-links .section-heading.red .previous, .section-heading.red .node-links .next, .node-links .section-heading.red .next, .section-heading.red .block-algolia label, .block-algolia .section-heading.red label, .section-heading.red .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .section-heading.red strong,
.section-heading.red .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .section-heading.red strong, .section-heading.red .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .section-heading.red .ais-refinement-list--header, .section-heading.red .tertiary_page.tertiary_content_type .card-rounded .field__label, .section-heading.red .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .section-heading.red .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .section-heading.red .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .section-heading.red .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.red .field__label, .section-heading.red .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .section-heading.red .field__label, .section-heading.red .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.red .field__label, .section-heading.red .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .section-heading.red .field__label, .section-heading.red .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .section-heading.red .field__label, .section-heading.red .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .section-heading.red .field__label, .section-heading.red .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .section-heading.red .field__label, .section-heading.red .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .section-heading.red .field__label, .section-heading.red .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .section-heading.red .field__label, .section-heading.red .content, .section-heading.navy .title, .section-heading.navy .label, .section-heading.navy .blog-view .lower-content .date, .blog-view .lower-content .section-heading.navy .date, .section-heading.navy .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .section-heading.navy .field-content, .section-heading.navy .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .section-heading.navy .field-content, .section-heading.navy .view.standard-view .view-block .views-label, .view.standard-view .view-block .section-heading.navy .views-label, .section-heading.navy button.btn-back, .section-heading.navy button.btn-open, .section-heading.navy .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .section-heading.navy .parent-link, .section-heading.navy .node-links .previous, .node-links .section-heading.navy .previous, .section-heading.navy .node-links .next, .node-links .section-heading.navy .next, .section-heading.navy .block-algolia label, .block-algolia .section-heading.navy label, .section-heading.navy .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .section-heading.navy strong,
.section-heading.navy .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .section-heading.navy strong, .section-heading.navy .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .section-heading.navy .ais-refinement-list--header, .section-heading.navy .tertiary_page.tertiary_content_type .card-rounded .field__label, .section-heading.navy .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .section-heading.navy .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .section-heading.navy .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .section-heading.navy .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.navy .field__label, .section-heading.navy .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .section-heading.navy .field__label, .section-heading.navy .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.navy .field__label, .section-heading.navy .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .section-heading.navy .field__label, .section-heading.navy .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .section-heading.navy .field__label, .section-heading.navy .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .section-heading.navy .field__label, .section-heading.navy .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .section-heading.navy .field__label, .section-heading.navy .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .section-heading.navy .field__label, .section-heading.navy .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .section-heading.navy .field__label, .section-heading.navy .content, .section-heading.blue .title, .section-heading.blue .label, .section-heading.blue .blog-view .lower-content .date, .blog-view .lower-content .section-heading.blue .date, .section-heading.blue .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .section-heading.blue .field-content, .section-heading.blue .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .section-heading.blue .field-content, .section-heading.blue .view.standard-view .view-block .views-label, .view.standard-view .view-block .section-heading.blue .views-label, .section-heading.blue button.btn-back, .section-heading.blue button.btn-open, .section-heading.blue .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .section-heading.blue .parent-link, .section-heading.blue .node-links .previous, .node-links .section-heading.blue .previous, .section-heading.blue .node-links .next, .node-links .section-heading.blue .next, .section-heading.blue .block-algolia label, .block-algolia .section-heading.blue label, .section-heading.blue .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .section-heading.blue strong,
.section-heading.blue .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .section-heading.blue strong, .section-heading.blue .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .section-heading.blue .ais-refinement-list--header, .section-heading.blue .tertiary_page.tertiary_content_type .card-rounded .field__label, .section-heading.blue .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .section-heading.blue .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .section-heading.blue .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .section-heading.blue .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.blue .field__label, .section-heading.blue .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .section-heading.blue .field__label, .section-heading.blue .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.blue .field__label, .section-heading.blue .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .section-heading.blue .field__label, .section-heading.blue .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .section-heading.blue .field__label, .section-heading.blue .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .section-heading.blue .field__label, .section-heading.blue .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .section-heading.blue .field__label, .section-heading.blue .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .section-heading.blue .field__label, .section-heading.blue .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .section-heading.blue .field__label, .section-heading.blue .content, .section-heading.crimson .title, .section-heading.crimson .label, .section-heading.crimson .blog-view .lower-content .date, .blog-view .lower-content .section-heading.crimson .date, .section-heading.crimson .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .section-heading.crimson .field-content, .section-heading.crimson .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .section-heading.crimson .field-content, .section-heading.crimson .view.standard-view .view-block .views-label, .view.standard-view .view-block .section-heading.crimson .views-label, .section-heading.crimson button.btn-back, .section-heading.crimson button.btn-open, .section-heading.crimson .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .section-heading.crimson .parent-link, .section-heading.crimson .node-links .previous, .node-links .section-heading.crimson .previous, .section-heading.crimson .node-links .next, .node-links .section-heading.crimson .next, .section-heading.crimson .block-algolia label, .block-algolia .section-heading.crimson label, .section-heading.crimson .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .section-heading.crimson strong,
.section-heading.crimson .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .section-heading.crimson strong, .section-heading.crimson .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .section-heading.crimson .ais-refinement-list--header, .section-heading.crimson .tertiary_page.tertiary_content_type .card-rounded .field__label, .section-heading.crimson .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .section-heading.crimson .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .section-heading.crimson .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .section-heading.crimson .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.crimson .field__label, .section-heading.crimson .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .section-heading.crimson .field__label, .section-heading.crimson .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.crimson .field__label, .section-heading.crimson .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .section-heading.crimson .field__label, .section-heading.crimson .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .section-heading.crimson .field__label, .section-heading.crimson .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .section-heading.crimson .field__label, .section-heading.crimson .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .section-heading.crimson .field__label, .section-heading.crimson .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .section-heading.crimson .field__label, .section-heading.crimson .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .section-heading.crimson .field__label, .section-heading.crimson .content {
  color: #ffffff;
}
.section-heading.center .content-block {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 8.3333333333%;
  text-align: center;
}
.section-heading.center .content-block .title:only-child {
  padding-bottom: 100px;
}
.section-heading.center .label, .section-heading.center .blog-view .lower-content .date, .blog-view .lower-content .section-heading.center .date, .section-heading.center .news-view .news-card .views-field-field-date-release .field-content, .news-view .news-card .views-field-field-date-release .section-heading.center .field-content, .section-heading.center .view-leadership .view-block .views-field-field-name .field-content, .view-leadership .view-block .views-field-field-name .section-heading.center .field-content, .section-heading.center .view.standard-view .view-block .views-label, .view.standard-view .view-block .section-heading.center .views-label, .section-heading.center button.btn-back, .section-heading.center button.btn-open, .section-heading.center .tertiary_page .sidebar-menu .tertiary-sidebar .parent-link, .tertiary_page .sidebar-menu .tertiary-sidebar .section-heading.center .parent-link, .section-heading.center .node-links .previous, .node-links .section-heading.center .previous, .section-heading.center .node-links .next, .node-links .section-heading.center .next, .section-heading.center .block-algolia label, .block-algolia .section-heading.center label, .section-heading.center .block-algolia-results .algolia-item-host strong, .block-algolia-results .algolia-item-host .section-heading.center strong,
.section-heading.center .block-algolia-results .algolia-item-locs strong,
.block-algolia-results .algolia-item-locs .section-heading.center strong, .section-heading.center .block-algolia-categories .ais-refinement-list--header, .block-algolia-categories .section-heading.center .ais-refinement-list--header, .section-heading.center .tertiary_page.tertiary_content_type .card-rounded .field__label, .section-heading.center .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .field__label, .three-column-layout.boxed .row.content .col-lg-12 .section-heading.center .tertiary_page.tertiary_content_type .field .field__label, .tertiary_page.tertiary_content_type .card-rounded .section-heading.center .field__label, .tertiary_page.tertiary_content_type .three-column-layout.boxed .row.content .col-lg-12 .field .section-heading.center .field__label, .three-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.center .field__label, .section-heading.center .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .field__label, .tertiary_page.tertiary_content_type .two-column-layout.boxed .row.content .col-lg-12 .field .section-heading.center .field__label, .section-heading.center .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .field__label, .two-column-layout.boxed .row.content .col-lg-12 .tertiary_page.tertiary_content_type .field .section-heading.center .field__label, .section-heading.center .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .field__label, .tertiary_page.tertiary_content_type .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .section-heading.center .field__label, .section-heading.center .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .field__label, .two-column-layout.paragraph-fullwidth .tertiary_page.tertiary_content_type .fast_facts > .col-lg-12 > .row .section-heading.center .field__label, .section-heading.center .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .field__label, .tertiary_page.tertiary_content_type .double-banner-callout.boxed .content-block .banner-block .section-heading.center .field__label, .section-heading.center .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .field__label, .double-banner-callout.boxed .content-block .tertiary_page.tertiary_content_type .banner-block .section-heading.center .field__label, .section-heading.center .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .field__label, .tertiary_page.tertiary_content_type .fast-facts-fullwidth.boxed .wrapper-block .section-heading.center .field__label, .section-heading.center .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .field__label, .fast-facts-fullwidth.boxed .tertiary_page.tertiary_content_type .wrapper-block .section-heading.center .field__label {
  justify-content: center;
}
.section-heading .content-block :first-child {
  margin-top: 0;
}
.section-heading .content-block :last-child {
  margin-bottom: 0;
}
.section-heading .content-block .label-large {
  display: flex;
  align-items: center;
}
.section-heading .content-block .label-large i.icon, .section-heading .content-block .label-large i.btn-toggle, .section-heading .content-block .label-large .button-group i.btn::after, .button-group .section-heading .content-block .label-large i.btn::after, .section-heading .content-block .label-large .button-group .block-algolia-categories i.ais-show-more::after, .button-group .block-algolia-categories .section-heading .content-block .label-large i.ais-show-more::after, .section-heading .content-block .label-large .block-algolia-categories .button-group i.ais-show-more::after, .block-algolia-categories .button-group .section-heading .content-block .label-large i.ais-show-more::after, .section-heading .content-block .label-large .image_slider i.slick-arrow:before, .image_slider .section-heading .content-block .label-large i.slick-arrow:before {
  margin-right: 14px;
}
.section-heading .content-block .title + .content {
  margin-top: 24px;
}

.paragraph-fullwidth.blue + .section-footer {
  background-color: #1550ED;
}

.paragraph-fullwidth.red + .section-footer {
  background-color: #FD2F32;
}

.paragraph-fullwidth.grey + .section-footer {
  background-color: #535055;
}

.paragraph-fullwidth.navy + .section-footer {
  background-color: #112542;
}

.paragraph-fullwidth.crimson + .section-footer {
  background-color: #B82128;
}

.paragraph-fullwidth.green + .section-footer {
  background-color: #9DA950;
}

.paragraph-fullwidth.yellow + .section-footer {
  background-color: #DCA312;
}

.paragraph-fullwidth.purple + .section-footer {
  background-color: #3B2B94;
}

.paragraph-fullwidth.teal + .section-footer {
  background-color: #2DC4B6;
}

.paragraph-fullwidth.white + .section-footer {
  background-color: #ffffff;
}

.paragraph-fullwidth.lightgrey + .section-footer {
  background-color: #F2F2F3;
}

.paragraph-fullwidth.lightblue + .section-footer {
  background-color: #E8EEFD;
}

.paragraph-fullwidth.blue + .section-footer {
  color: #ffffff;
}
.paragraph-fullwidth.blue + .section-footer h1, .paragraph-fullwidth.blue + .section-footer h2, .paragraph-fullwidth.blue + .section-footer h3, .paragraph-fullwidth.blue + .section-footer h4, .paragraph-fullwidth.blue + .section-footer h5, .paragraph-fullwidth.blue + .section-footer p {
  color: #ffffff;
}
.paragraph-fullwidth.red + .section-footer {
  color: #ffffff;
}
.paragraph-fullwidth.red + .section-footer h1, .paragraph-fullwidth.red + .section-footer h2, .paragraph-fullwidth.red + .section-footer h3, .paragraph-fullwidth.red + .section-footer h4, .paragraph-fullwidth.red + .section-footer h5, .paragraph-fullwidth.red + .section-footer p {
  color: #ffffff;
}
.paragraph-fullwidth.navy + .section-footer {
  color: #ffffff;
}
.paragraph-fullwidth.navy + .section-footer h1, .paragraph-fullwidth.navy + .section-footer h2, .paragraph-fullwidth.navy + .section-footer h3, .paragraph-fullwidth.navy + .section-footer h4, .paragraph-fullwidth.navy + .section-footer h5, .paragraph-fullwidth.navy + .section-footer p {
  color: #ffffff;
}
.paragraph-fullwidth.crimson + .section-footer {
  color: #ffffff;
}
.paragraph-fullwidth.crimson + .section-footer h1, .paragraph-fullwidth.crimson + .section-footer h2, .paragraph-fullwidth.crimson + .section-footer h3, .paragraph-fullwidth.crimson + .section-footer h4, .paragraph-fullwidth.crimson + .section-footer h5, .paragraph-fullwidth.crimson + .section-footer p {
  color: #ffffff;
}
.paragraph-fullwidth.purple + .section-footer {
  color: #ffffff;
}
.paragraph-fullwidth.purple + .section-footer h1, .paragraph-fullwidth.purple + .section-footer h2, .paragraph-fullwidth.purple + .section-footer h3, .paragraph-fullwidth.purple + .section-footer h4, .paragraph-fullwidth.purple + .section-footer h5, .paragraph-fullwidth.purple + .section-footer p {
  color: #ffffff;
}
.paragraph-fullwidth:not(.section-heading) + .section-footer {
  margin-top: -40px;
}

.paragraph-fullwidth.section-heading + .section-footer {
  margin-top: 0;
  padding-top: 34px;
}

.section-footer .container {
  padding-top: 0 !important;
}
.section-footer .content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-footer .content-block p .btn + .btn-link, .section-footer .content-block p .webform-confirmation .webform-confirmation__back a + .btn-link, .webform-confirmation .webform-confirmation__back .section-footer .content-block p a + .btn-link, .section-footer .content-block p .block-algolia a.button + .btn-link, .block-algolia .section-footer .content-block p a.button + .btn-link, .section-footer .content-block p .block-algolia-results #algolia-field-wrapper-clear-all a.button + .btn-link, .block-algolia-results #algolia-field-wrapper-clear-all .section-footer .content-block p a.button + .btn-link, .section-footer .content-block p .block-algolia-results .ais-infinite-hits--showmore button + .btn-link, .block-algolia-results .ais-infinite-hits--showmore .section-footer .content-block p button + .btn-link, .section-footer .content-block p .block-algolia-categories .ais-show-more + .btn-link, .block-algolia-categories .section-footer .content-block p .ais-show-more + .btn-link, .section-footer .content-block p .block-algolia-results .btn + .algolia-item-url, .block-algolia-results .section-footer .content-block p .btn + .algolia-item-url, .section-footer .content-block p .webform-confirmation .webform-confirmation__back .block-algolia-results a + .algolia-item-url, .block-algolia-results .section-footer .content-block p .webform-confirmation .webform-confirmation__back a + .algolia-item-url, .webform-confirmation .webform-confirmation__back .section-footer .content-block p .block-algolia-results a + .algolia-item-url, .block-algolia-results .webform-confirmation .webform-confirmation__back .section-footer .content-block p a + .algolia-item-url, .section-footer .content-block p .block-algolia .block-algolia-results a.button + .algolia-item-url, .block-algolia-results .section-footer .content-block p .block-algolia a.button + .algolia-item-url, .block-algolia .section-footer .content-block p .block-algolia-results a.button + .algolia-item-url, .block-algolia-results .block-algolia .section-footer .content-block p a.button + .algolia-item-url, .section-footer .content-block p .block-algolia-results #algolia-field-wrapper-clear-all a.button + .algolia-item-url, .block-algolia-results #algolia-field-wrapper-clear-all .section-footer .content-block p a.button + .algolia-item-url, .section-footer .content-block p .block-algolia-results .ais-infinite-hits--showmore button + .algolia-item-url, .block-algolia-results .ais-infinite-hits--showmore .section-footer .content-block p button + .algolia-item-url, .section-footer .content-block p .block-algolia-categories .block-algolia-results .ais-show-more + .algolia-item-url, .block-algolia-results .section-footer .content-block p .block-algolia-categories .ais-show-more + .algolia-item-url, .block-algolia-categories .section-footer .content-block p .block-algolia-results .ais-show-more + .algolia-item-url, .block-algolia-results .block-algolia-categories .section-footer .content-block p .ais-show-more + .algolia-item-url {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.section-footer .content-block p .btn + .btn-link::after, .section-footer .content-block p .webform-confirmation .webform-confirmation__back a + .btn-link::after, .webform-confirmation .webform-confirmation__back .section-footer .content-block p a + .btn-link::after, .section-footer .content-block p .block-algolia a.button + .btn-link::after, .block-algolia .section-footer .content-block p a.button + .btn-link::after, .section-footer .content-block p .block-algolia-results #algolia-field-wrapper-clear-all a.button + .btn-link::after, .block-algolia-results #algolia-field-wrapper-clear-all .section-footer .content-block p a.button + .btn-link::after, .section-footer .content-block p .block-algolia-results .ais-infinite-hits--showmore button + .btn-link::after, .block-algolia-results .ais-infinite-hits--showmore .section-footer .content-block p button + .btn-link::after, .section-footer .content-block p .block-algolia-categories .ais-show-more + .btn-link::after, .block-algolia-categories .section-footer .content-block p .ais-show-more + .btn-link::after, .section-footer .content-block p .block-algolia-results .btn + .algolia-item-url::after, .block-algolia-results .section-footer .content-block p .btn + .algolia-item-url::after, .section-footer .content-block p .webform-confirmation .webform-confirmation__back .block-algolia-results a + .algolia-item-url::after, .block-algolia-results .section-footer .content-block p .webform-confirmation .webform-confirmation__back a + .algolia-item-url::after, .webform-confirmation .webform-confirmation__back .section-footer .content-block p .block-algolia-results a + .algolia-item-url::after, .block-algolia-results .webform-confirmation .webform-confirmation__back .section-footer .content-block p a + .algolia-item-url::after, .section-footer .content-block p .block-algolia .block-algolia-results a.button + .algolia-item-url::after, .block-algolia-results .section-footer .content-block p .block-algolia a.button + .algolia-item-url::after, .block-algolia .section-footer .content-block p .block-algolia-results a.button + .algolia-item-url::after, .block-algolia-results .block-algolia .section-footer .content-block p a.button + .algolia-item-url::after, .section-footer .content-block p .block-algolia-results #algolia-field-wrapper-clear-all a.button + .algolia-item-url::after, .block-algolia-results #algolia-field-wrapper-clear-all .section-footer .content-block p a.button + .algolia-item-url::after, .section-footer .content-block p .block-algolia-results .ais-infinite-hits--showmore button + .algolia-item-url::after, .block-algolia-results .ais-infinite-hits--showmore .section-footer .content-block p button + .algolia-item-url::after, .section-footer .content-block p .block-algolia-categories .block-algolia-results .ais-show-more + .algolia-item-url::after, .block-algolia-results .section-footer .content-block p .block-algolia-categories .ais-show-more + .algolia-item-url::after, .block-algolia-categories .section-footer .content-block p .block-algolia-results .ais-show-more + .algolia-item-url::after, .block-algolia-results .block-algolia-categories .section-footer .content-block p .ais-show-more + .algolia-item-url::after {
  position: absolute;
  right: -20px;
  top: 5px;
}
.section-footer .content-block .btn:last-child, .section-footer .content-block .webform-confirmation .webform-confirmation__back a:last-child, .webform-confirmation .webform-confirmation__back .section-footer .content-block a:last-child, .section-footer .content-block .block-algolia a.button:last-child, .block-algolia .section-footer .content-block a.button:last-child, .section-footer .content-block .block-algolia-results #algolia-field-wrapper-clear-all a.button:last-child, .block-algolia-results #algolia-field-wrapper-clear-all .section-footer .content-block a.button:last-child, .section-footer .content-block .block-algolia-results .ais-infinite-hits--showmore button:last-child, .block-algolia-results .ais-infinite-hits--showmore .section-footer .content-block button:last-child, .section-footer .content-block .block-algolia-categories .ais-show-more:last-child, .block-algolia-categories .section-footer .content-block .ais-show-more:last-child,
.section-footer .content-block p:last-child .btn:only-child,
.section-footer .content-block p:last-child .webform-confirmation .webform-confirmation__back a:only-child,
.webform-confirmation .webform-confirmation__back .section-footer .content-block p:last-child a:only-child,
.section-footer .content-block p:last-child .block-algolia a.button:only-child,
.block-algolia .section-footer .content-block p:last-child a.button:only-child,
.section-footer .content-block p:last-child .block-algolia-results #algolia-field-wrapper-clear-all a.button:only-child,
.block-algolia-results #algolia-field-wrapper-clear-all .section-footer .content-block p:last-child a.button:only-child,
.section-footer .content-block p:last-child .block-algolia-results .ais-infinite-hits--showmore button:only-child,
.block-algolia-results .ais-infinite-hits--showmore .section-footer .content-block p:last-child button:only-child,
.section-footer .content-block p:last-child .block-algolia-categories .ais-show-more:only-child,
.block-algolia-categories .section-footer .content-block p:last-child .ais-show-more:only-child {
  margin-top: 34px;
}

.single-banner-callout {
  overflow-x: hidden;
  position: relative;
  /*
  * Layout
  */
  /*
  * Styles
  */
  /*
  * Flag banner graphic
  */
  /*
  * Content
  */
  /*
  * Floating image
  */
}
.single-banner-callout .container {
  padding-top: 70px;
  padding-bottom: 140px;
}
@media (max-width: 767.98px) {
  .single-banner-callout .container {
    padding-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  .single-banner-callout.has-image .container {
    padding-top: 0;
  }
}
.single-banner-callout.lightgrey .title {
  color: #112542;
}
.single-banner-callout::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  z-index: 0;
  width: 100vw;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/flag-blue.svg");
  background-position-x: calc((100vw - 1140px) / 2 - 750px);
}
@media (max-width: 1199.98px) {
  .single-banner-callout::before {
    background-position-x: calc((100vw - 960px) / 2 - 850px);
  }
}
@media (max-width: 991.98px) {
  .single-banner-callout::before {
    background-position-x: calc((100vw - 960px) / 2 - 950px);
  }
}
@media (max-width: 767.98px) {
  .single-banner-callout::before {
    background-position-x: 70%;
    bottom: 40px;
  }
}
.single-banner-callout.has-image::before {
  background-position-x: calc((100vw - 1140px) / 2 - 1100px);
}
@media (max-width: 1199.98px) {
  .single-banner-callout.has-image::before {
    background-position-x: calc((100vw - 960px) / 2 - 1200px);
  }
}
@media (max-width: 991.98px) {
  .single-banner-callout.has-image::before {
    background-position-x: calc((100vw - 720px) / 2 - 1250px);
  }
}
@media (max-width: 767.98px) {
  .single-banner-callout.has-image::before {
    background-position-x: calc((100vw - 540px) / 2 - 1320px);
  }
}
@media (max-width: 767.98px) {
  .single-banner-callout .content-block {
    padding-top: 32px;
    order: 2;
  }
}
.single-banner-callout .title {
  font-family: "Circular Std", Fallback, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 30px;
}
.single-banner-callout .image-block {
  position: static;
}
@media (max-width: 767.98px) {
  .single-banner-callout .image-block {
    order: 1;
    height: 250px;
    position: relative;
  }
}
.single-banner-callout .image-block span {
  position: absolute;
  display: block;
  height: 100%;
  width: calc((100vw - 1140px) / 2 + 400px);
  background-size: cover;
  background-position: center;
  right: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199.98px) {
  .single-banner-callout .image-block span {
    width: calc((100vw - 960px) / 2 + 320px);
  }
}
@media (max-width: 991.98px) {
  .single-banner-callout .image-block span {
    width: calc((100vw - 720px) / 2 + 240px);
  }
}
@media (max-width: 767.98px) {
  .single-banner-callout .image-block span {
    left: 50%;
    transform: translateX(-50vw);
    width: 100vw;
    background-size: cover;
    background-position: center;
  }
}

.social-links {
  /*
  * Colours
  */
  /*
  * Element
  */
}
.social-links.blue a {
  color: #ffffff !important;
}
.social-links.red a {
  color: #ffffff !important;
}
.social-links.navy a {
  color: #ffffff !important;
}
.social-links.crimson a {
  color: #ffffff !important;
}
.social-links.purple a {
  color: #ffffff !important;
}
.social-links .social-block {
  display: flex;
}
@media (max-width: 767.98px) {
  .social-links .social-block {
    flex-wrap: wrap;
  }
}
.social-links .social-block .title {
  margin-right: 34px;
}
@media (max-width: 767.98px) {
  .social-links .social-block .title {
    flex-basis: 100%;
    margin-bottom: 34px;
  }
}
.social-links .social-block a {
  display: block;
  height: 48px;
  width: 48px;
  color: #112542;
  margin-right: 24px;
}

.story.paragraph-fullwidth {
  /**
  * Colours
  **/
  /**
  * Layout
  **/
}
.story.paragraph-fullwidth.lightblue .quote {
  color: #1550ED !important;
}
.story.paragraph-fullwidth.lightblue .name, .story.paragraph-fullwidth.lightblue .role {
  color: #112542;
}
.story.paragraph-fullwidth.blue .name, .story.paragraph-fullwidth.blue .role {
  color: #ffffff;
}
.story.paragraph-fullwidth.blue .name, .story.paragraph-fullwidth.blue .role {
  color: #ffffff;
}
.story.paragraph-fullwidth .quote-block {
  margin-bottom: 45px;
}
.story.paragraph-fullwidth .person-block > a {
  text-decoration: none;
}
.story.paragraph-fullwidth .person-block .avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px auto;
}
.story.paragraph-fullwidth .person-block .name, .story.paragraph-fullwidth .person-block .role {
  display: block;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.story.paragraph-fullwidth .person-block .role {
  margin-bottom: 34px;
}

.three-column-layout {
  /*
  * Layout
  */
}
.three-column-layout.boxed .row.content:only-child {
  height: 100%;
}
.three-column-layout.boxed .row.content .col-lg-12 .field {
  background-color: #ffffff;
  padding: 35px 32px;
  height: 100%;
}
.three-column-layout.boxed .row.content .col-lg-12 .field * {
  color: #112542;
}
@media (max-width: 991.98px) {
  .three-column-layout.boxed .row.content .col-lg-12 .field {
    padding: 26px 24px;
  }
}
.three-column-layout.boxed.white .row.content .col-lg-12 .field {
  background-color: #F2F2F3;
}
.three-column-layout .column-block :first-child {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .three-column-layout .column-block {
    margin-bottom: 34px;
  }
}

.timeline {
  position: relative;
  /**
  * Year Block
  **/
  /**
  * Year Event
  **/
  /**
  * Year Event
  **/
}
.timeline .year-block {
  display: none;
  opacity: 0;
}
.timeline .year-block.active {
  display: flex;
  width: 100%;
  opacity: 1;
}
.timeline .year-event {
  color: #ffffff;
  display: flex;
}
.timeline .year-event:not(:only-child) {
  display: block;
}
.timeline .year-event:not(:only-child) .event-image,
.timeline .year-event:not(:only-child) .content-block {
  width: 100%;
}
@media (max-width: 991.98px) {
  .timeline .year-event:not(:only-child) .event-image,
  .timeline .year-event:not(:only-child) .content-block {
    margin-left: 8.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.timeline .year-event:not(:only-child) .event-image {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .timeline .year-event {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.timeline .year-event .event-image {
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .timeline .year-event .event-image {
    display: none;
  }
}
.timeline .year-event .event-image img {
  display: block;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .timeline .year-event .content-block {
    margin-left: 8.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.timeline .year-event.has-image:only-child .event-image {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .timeline .year-event.has-image:only-child .event-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.timeline .year-event.has-image:only-child .content-block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1199.98px) {
  .timeline .year-event.has-image:only-child .content-block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (max-width: 991.98px) {
  .timeline .year-event.has-image:only-child .content-block {
    margin-top: 40px;
    margin-left: 8.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.timeline .year-event .icon, .timeline .year-event .btn-toggle, .timeline .year-event .button-group .btn::after, .button-group .timeline .year-event .btn::after, .timeline .year-event .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .timeline .year-event a::after, .timeline .year-event .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .timeline .year-event a::after, .timeline .year-event .button-group .block-algolia a.button::after, .button-group .block-algolia .timeline .year-event a.button::after, .timeline .year-event .block-algolia .button-group a.button::after, .block-algolia .button-group .timeline .year-event a.button::after, .timeline .year-event .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .timeline .year-event a.button::after, .timeline .year-event .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .timeline .year-event a.button::after, .timeline .year-event .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .timeline .year-event button::after, .timeline .year-event .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .timeline .year-event button::after, .timeline .year-event .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .timeline .year-event .ais-show-more::after, .timeline .year-event .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .timeline .year-event .ais-show-more::after, .timeline .year-event .image_slider .slick-arrow:before, .image_slider .timeline .year-event .slick-arrow:before {
  display: block;
  height: 24px;
  width: 27px;
}
.timeline .year-event .event-year {
  color: #9DA950 !important;
  margin: 10px 0 0 0;
}
.timeline .year-event .title, .timeline .year-event .info {
  color: #ffffff;
}
.timeline .year-eventTitle {
  margin-top: 10px;
}
.timeline .year-bar {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .timeline .year-bar {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 767.98px) {
  .timeline .year-bar {
    max-width: calc(100% - 30px);
  }
}
.timeline .year-bar:before {
  content: "";
  display: block;
  width: calc(100% - 50px);
  border-top: 1px solid #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.timeline .year-bar button {
  border: none;
  background: transparent;
  cursor: pointer;
}
.timeline .year-bar .prev,
.timeline .year-bar .next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
}
@media (max-width: 767.98px) {
  .timeline .year-bar .prev,
  .timeline .year-bar .next {
    padding: 0;
  }
}
.timeline .year-bar .prev {
  background-position: center left;
  left: 0;
  transform: scaleX(-1) translateY(-1px);
}
@media (max-width: 767.98px) {
  .timeline .year-bar .prev {
    left: 5px;
  }
}
.timeline .year-bar .next {
  background-position: center right;
  right: 0;
  transform: translateY(-1px);
}
@media (max-width: 767.98px) {
  .timeline .year-bar .next {
    right: 5px;
  }
}
.timeline .year-bar ol {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  padding: 0;
}
.timeline .year-bar ol li {
  padding: 0;
  margin: 0;
  transform: translateY(-8px);
}
@media (max-width: 1199.98px) {
  .timeline .year-bar ol li button span {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .timeline .year-bar ol li {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .timeline .year-bar ol li.active button span {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .timeline .year-bar ol li.active {
    display: list-item !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.timeline .year-bar ol li.active .year::before {
  background-color: #ffffff;
  margin-bottom: 20px;
}
.timeline .year-bar ol li.active .year::after {
  opacity: 1;
}
.timeline .year-bar .year {
  text-align: center;
  position: relative;
  transform: translateY(-10px);
}
.timeline .year-bar .year span {
  color: #ffffff !important;
}
.timeline .year-bar .year:focus::after, .timeline .year-bar .year:hover::after {
  opacity: 0.4;
}
.timeline .year-bar .year::before, .timeline .year-bar .year::after {
  content: "";
  display: block;
  border-radius: 100%;
}
.timeline .year-bar .year::before {
  width: 14px;
  height: 14px;
  margin: 10px auto 10px auto;
  background-color: #9DA950;
}
.timeline .year-bar .year::after {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #9DA950;
}

/*
* Views
*/
.view .view-filters + .view-content,
.block-views .view-filters + .view-content {
  padding-top: 0;
}
.view .view-results,
.block-views .view-results {
  border-top: 1px solid #112542;
  margin-top: 34px;
  padding-top: 14px;
}
.view .title-block,
.block-views .title-block {
  padding-bottom: 34px;
}

.view-block {
  margin-bottom: 34px;
  /*
  * Default settings
  */
}
.view-block .card-rounded, .view-block .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-block .field, .view-block .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-block .fast_facts > .col-lg-12 > .row, .view-block .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-block .banner-block, .view-block .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-block .wrapper-block, .view-block .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-block .field {
  background-color: #F2F2F3;
  padding: 34px;
  height: 100%;
}
.view-block .title a,
.view-block .views-field-title a {
  color: #112542;
}
.views-field-title span {
  display: block;
  margin-bottom: 34px;
}

.view-footer {
  display: flex;
  justify-content: center;
}
.view-footer .btn, .view-footer .webform-confirmation .webform-confirmation__back a, .webform-confirmation .webform-confirmation__back .view-footer a, .view-footer .block-algolia a.button, .block-algolia .view-footer a.button, .view-footer .block-algolia-results #algolia-field-wrapper-clear-all a.button, .block-algolia-results #algolia-field-wrapper-clear-all .view-footer a.button, .view-footer .block-algolia-results .ais-infinite-hits--showmore button, .block-algolia-results .ais-infinite-hits--showmore .view-footer button, .view-footer .block-algolia-categories .ais-show-more, .block-algolia-categories .view-footer .ais-show-more {
  margin: 10px auto 0 auto;
}

.view-block-card .card-rounded, .view-block-card .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-block-card .field, .view-block-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-block-card .fast_facts > .col-lg-12 > .row, .view-block-card .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-block-card .banner-block, .view-block-card .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-block-card .wrapper-block, .view-block-card .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-block-card .field {
  min-height: 250px;
  height: 100%;
  background-color: #F2F2F3;
  padding: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  box-shadow: none;
  transition: all 0.5s cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
@media (max-width: 991.98px) {
  .view-block-card .card-rounded, .view-block-card .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-block-card .field, .view-block-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-block-card .fast_facts > .col-lg-12 > .row, .view-block-card .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-block-card .banner-block, .view-block-card .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-block-card .wrapper-block, .view-block-card .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-block-card .field {
    padding: 19px;
  }
}
.view-block-card .card-rounded .title a, .view-block-card .two-column-layout.boxed .row.content .col-lg-12 .field .title a, .two-column-layout.boxed .row.content .col-lg-12 .view-block-card .field .title a, .view-block-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .title a, .two-column-layout.paragraph-fullwidth .view-block-card .fast_facts > .col-lg-12 > .row .title a, .view-block-card .double-banner-callout.boxed .content-block .banner-block .title a, .double-banner-callout.boxed .content-block .view-block-card .banner-block .title a, .view-block-card .fast-facts-fullwidth.boxed .wrapper-block .title a, .fast-facts-fullwidth.boxed .view-block-card .wrapper-block .title a, .view-block-card .three-column-layout.boxed .row.content .col-lg-12 .field .title a, .three-column-layout.boxed .row.content .col-lg-12 .view-block-card .field .title a {
  color: #112542;
}
.view-block-card .card-rounded:hover, .view-block-card .two-column-layout.boxed .row.content .col-lg-12 .field:hover, .two-column-layout.boxed .row.content .col-lg-12 .view-block-card .field:hover, .view-block-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row:hover, .two-column-layout.paragraph-fullwidth .view-block-card .fast_facts > .col-lg-12 > .row:hover, .view-block-card .double-banner-callout.boxed .content-block .banner-block:hover, .double-banner-callout.boxed .content-block .view-block-card .banner-block:hover, .view-block-card .fast-facts-fullwidth.boxed .wrapper-block:hover, .fast-facts-fullwidth.boxed .view-block-card .wrapper-block:hover, .view-block-card .three-column-layout.boxed .row.content .col-lg-12 .field:hover, .three-column-layout.boxed .row.content .col-lg-12 .view-block-card .field:hover {
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.25);
  transform: translate3d(0, -10px, 0);
}
.view-block-card .card-rounded:hover .title, .view-block-card .two-column-layout.boxed .row.content .col-lg-12 .field:hover .title, .two-column-layout.boxed .row.content .col-lg-12 .view-block-card .field:hover .title, .view-block-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row:hover .title, .two-column-layout.paragraph-fullwidth .view-block-card .fast_facts > .col-lg-12 > .row:hover .title, .view-block-card .double-banner-callout.boxed .content-block .banner-block:hover .title, .double-banner-callout.boxed .content-block .view-block-card .banner-block:hover .title, .view-block-card .fast-facts-fullwidth.boxed .wrapper-block:hover .title, .fast-facts-fullwidth.boxed .view-block-card .wrapper-block:hover .title, .view-block-card .three-column-layout.boxed .row.content .col-lg-12 .field:hover .title, .three-column-layout.boxed .row.content .col-lg-12 .view-block-card .field:hover .title {
  text-decoration: underline;
}

/**
* Prettify Standard View block
* - Takes normal output and applies generic style to it
**/
.view.standard-view .view-block .border-top {
  border-top: 1px solid #11254220;
  margin-top: 24px;
  padding-top: 14px;
}
.view.standard-view .view-block .views-field {
  margin-bottom: 14px;
}
.view.standard-view .view-block .views-field:last-of-type {
  margin-bottom: 0;
}
.view.standard-view .view-block .views-field .btn:only-child, .view.standard-view .view-block .views-field .webform-confirmation .webform-confirmation__back a:only-child, .webform-confirmation .webform-confirmation__back .view.standard-view .view-block .views-field a:only-child, .view.standard-view .view-block .views-field .block-algolia a.button:only-child, .block-algolia .view.standard-view .view-block .views-field a.button:only-child, .view.standard-view .view-block .views-field .block-algolia-results #algolia-field-wrapper-clear-all a.button:only-child, .block-algolia-results #algolia-field-wrapper-clear-all .view.standard-view .view-block .views-field a.button:only-child, .view.standard-view .view-block .views-field .block-algolia-results .ais-infinite-hits--showmore button:only-child, .block-algolia-results .ais-infinite-hits--showmore .view.standard-view .view-block .views-field button:only-child, .view.standard-view .view-block .views-field .block-algolia-categories .ais-show-more:only-child, .block-algolia-categories .view.standard-view .view-block .views-field .ais-show-more:only-child {
  margin-top: 14px;
}
.view.standard-view .view-block .views-field-body {
  margin-top: 34px;
  padding-top: 14px;
  border-top: 1px solid #11254220;
}

.view-federal-register .view-block .card-rounded, .view-federal-register .view-block .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-federal-register .view-block .field, .view-federal-register .view-block .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-federal-register .view-block .fast_facts > .col-lg-12 > .row, .view-federal-register .view-block .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-federal-register .view-block .banner-block, .view-federal-register .view-block .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-federal-register .view-block .wrapper-block, .view-federal-register .view-block .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-federal-register .view-block .field,
.view-schools-of-service .view-block .card-rounded,
.view-schools-of-service .view-block .two-column-layout.boxed .row.content .col-lg-12 .field,
.two-column-layout.boxed .row.content .col-lg-12 .view-schools-of-service .view-block .field,
.view-schools-of-service .view-block .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row,
.two-column-layout.paragraph-fullwidth .view-schools-of-service .view-block .fast_facts > .col-lg-12 > .row,
.view-schools-of-service .view-block .double-banner-callout.boxed .content-block .banner-block,
.double-banner-callout.boxed .content-block .view-schools-of-service .view-block .banner-block,
.view-schools-of-service .view-block .fast-facts-fullwidth.boxed .wrapper-block,
.fast-facts-fullwidth.boxed .view-schools-of-service .view-block .wrapper-block,
.view-schools-of-service .view-block .three-column-layout.boxed .row.content .col-lg-12 .field,
.three-column-layout.boxed .row.content .col-lg-12 .view-schools-of-service .view-block .field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.view-federal-register .views-field,
.view-schools-of-service .views-field {
  width: 100%;
}
.view-federal-register .views-field:last-of-type,
.view-schools-of-service .views-field:last-of-type {
  align-self: flex-end;
}

.view-filters .filtering-panel {
  display: none;
  margin-top: 40px;
}
.view-filters .filtering-panel input[type=text] {
  background: #ffffff !important;
  color: #112542;
}
.view-filters .filtering-panel input[type=text]:focus {
  background: #1550ED !important;
}
.view-filters .filtering-panel .form-actions {
  padding-top: 10px;
}
.view-filters .filtering-panel .form-actions input[type=submit]:nth-of-type(n+2) {
  margin-right: 14px;
}
.view-filters .filtering-panel .form-actions input[value=Reset] {
  background-color: #535055;
}
.view-filters .filtering-panel select {
  border-color: #112542;
  background-color: #ffffff;
}
.view-filters .views-exposed-form {
  padding-top: 14px;
  margin-bottom: 40px;
}
.view-filters .container {
  padding-left: 0;
  padding-right: 0;
}
.view-filters .form-item-keys label {
  display: none;
}
.view-filters .form-submit {
  float: right;
}
.view-filters .search #edit-keys {
  padding: 12px 91px 12px 55px;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .view-filters .search #edit-keys {
    background-color: #E8EEFD;
  }
}
.view-filters .search .form-submit {
  position: absolute;
  top: 12px;
  right: 7px;
  background-color: white;
  color: #112542;
  padding: 5px 15px;
}
.view-filters .search #edit-reset {
  display: none;
}
@media (max-width: 991.98px) {
  .view-filters .search {
    margin-top: 40px;
  }
}
.view-filters .form-item-keys:after {
  content: "";
  display: inline-block;
  background-image: url("../images/filtering-search-icon.svg");
  background-repeat: no-repeat;
  background-size: 34px;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 11px;
  left: 8px;
  z-index: 999;
}
.view-filters .card-rounded, .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-filters .field, .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-filters .fast_facts > .col-lg-12 > .row, .view-filters .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-filters .banner-block, .view-filters .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-filters .wrapper-block, .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-filters .field {
  width: 1140px;
  background-color: #E8EEFD;
  padding: 20px 34px 34px 34px;
  border: none;
  top: 50px !important;
}
@media (max-width: 1199.98px) {
  .view-filters .card-rounded, .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-filters .field, .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-filters .fast_facts > .col-lg-12 > .row, .view-filters .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-filters .banner-block, .view-filters .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-filters .wrapper-block, .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-filters .field {
    width: 960px;
  }
}
@media (max-width: 991.98px) {
  .view-filters .card-rounded, .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-filters .field, .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-filters .fast_facts > .col-lg-12 > .row, .view-filters .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-filters .banner-block, .view-filters .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-filters .wrapper-block, .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-filters .field {
    width: 720px;
  }
}
@media (max-width: 767.98px) {
  .view-filters .card-rounded, .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-filters .field, .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-filters .fast_facts > .col-lg-12 > .row, .view-filters .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-filters .banner-block, .view-filters .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-filters .wrapper-block, .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-filters .field {
    width: 540px;
  }
}
.view-filters .spin:after {
  transform: rotate(-180deg);
  bottom: 0;
  top: 1px;
}

/*these blocks have to be taken away for ticket 880 */
view-asn-grantee-resources .view-filters .filtering-panel {
  display: block;
  margin-top: 0px;
}
view-asn-grantee-resources .view-filters .dropdown-region {
  display: none;
}

/*end these blockss have to be taken away for ticket 880 */
#views-exposed-form-schools-of-service-block-1 select, #views-exposed-form-schools-of-service-block-1 option {
  background-color: #ffffff;
  overflow: hidden;
}
#views-exposed-form-schools-of-service-block-1 option:checked {
  background-color: #1550ED;
}

.view.view-faqs:not(.featured) .accordian-section .title-block {
  margin-top: 14px;
}
.view.view-faqs:not(.featured) .accordian-section .control-block {
  margin-top: 5px;
}
.view.view-faqs.featured .accordian-section .title-block {
  margin-top: 0 !important;
}
.view.view-faqs.featured .accordian-section .control-block {
  display: none;
}
.view.view-faqs.featured .accordian-section .content-block.collapse {
  display: block !important;
}
.view.view-faqs h2 {
  margin-bottom: 50px;
}

.node--type-faq-landing-page .view-type-faqs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

@media (min-width: 1200px) {
  .view-fit-finder .view-filters .card-rounded, .view-fit-finder .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field, .view-fit-finder .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-fit-finder .view-filters .fast_facts > .col-lg-12 > .row, .view-fit-finder .view-filters .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-fit-finder .view-filters .banner-block, .view-fit-finder .view-filters .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-fit-finder .view-filters .wrapper-block, .view-fit-finder .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field {
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
  .view-fit-finder .view-filters .card-rounded fieldset, .view-fit-finder .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field fieldset, .two-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field fieldset, .view-fit-finder .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row fieldset, .two-column-layout.paragraph-fullwidth .view-fit-finder .view-filters .fast_facts > .col-lg-12 > .row fieldset, .view-fit-finder .view-filters .double-banner-callout.boxed .content-block .banner-block fieldset, .double-banner-callout.boxed .content-block .view-fit-finder .view-filters .banner-block fieldset, .view-fit-finder .view-filters .fast-facts-fullwidth.boxed .wrapper-block fieldset, .fast-facts-fullwidth.boxed .view-fit-finder .view-filters .wrapper-block fieldset, .view-fit-finder .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field fieldset, .three-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field fieldset {
    position: relative;
    top: -10px;
  }
  .view-fit-finder .view-filters .card-rounded .form-submit, .view-fit-finder .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field .form-submit, .two-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field .form-submit, .view-fit-finder .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .form-submit, .two-column-layout.paragraph-fullwidth .view-fit-finder .view-filters .fast_facts > .col-lg-12 > .row .form-submit, .view-fit-finder .view-filters .double-banner-callout.boxed .content-block .banner-block .form-submit, .double-banner-callout.boxed .content-block .view-fit-finder .view-filters .banner-block .form-submit, .view-fit-finder .view-filters .fast-facts-fullwidth.boxed .wrapper-block .form-submit, .fast-facts-fullwidth.boxed .view-fit-finder .view-filters .wrapper-block .form-submit, .view-fit-finder .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field .form-submit, .three-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field .form-submit {
    float: left;
  }
  .view-fit-finder .view-filters .card-rounded #edit-reset, .view-fit-finder .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .two-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field #edit-reset, .view-fit-finder .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row #edit-reset, .two-column-layout.paragraph-fullwidth .view-fit-finder .view-filters .fast_facts > .col-lg-12 > .row #edit-reset, .view-fit-finder .view-filters .double-banner-callout.boxed .content-block .banner-block #edit-reset, .double-banner-callout.boxed .content-block .view-fit-finder .view-filters .banner-block #edit-reset, .view-fit-finder .view-filters .fast-facts-fullwidth.boxed .wrapper-block #edit-reset, .fast-facts-fullwidth.boxed .view-fit-finder .view-filters .wrapper-block #edit-reset, .view-fit-finder .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .three-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field #edit-reset {
    margin-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .view-fit-finder .view-filters .card-rounded #edit-reset, .view-fit-finder .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .two-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field #edit-reset, .view-fit-finder .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row #edit-reset, .two-column-layout.paragraph-fullwidth .view-fit-finder .view-filters .fast_facts > .col-lg-12 > .row #edit-reset, .view-fit-finder .view-filters .double-banner-callout.boxed .content-block .banner-block #edit-reset, .double-banner-callout.boxed .content-block .view-fit-finder .view-filters .banner-block #edit-reset, .view-fit-finder .view-filters .fast-facts-fullwidth.boxed .wrapper-block #edit-reset, .fast-facts-fullwidth.boxed .view-fit-finder .view-filters .wrapper-block #edit-reset, .view-fit-finder .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .three-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field #edit-reset {
    float: right;
  }
}
.view-fit-finder .view-filters .card-rounded .fieldset-legend, .view-fit-finder .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field .fieldset-legend, .two-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field .fieldset-legend, .view-fit-finder .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .fieldset-legend, .two-column-layout.paragraph-fullwidth .view-fit-finder .view-filters .fast_facts > .col-lg-12 > .row .fieldset-legend, .view-fit-finder .view-filters .double-banner-callout.boxed .content-block .banner-block .fieldset-legend, .double-banner-callout.boxed .content-block .view-fit-finder .view-filters .banner-block .fieldset-legend, .view-fit-finder .view-filters .fast-facts-fullwidth.boxed .wrapper-block .fieldset-legend, .fast-facts-fullwidth.boxed .view-fit-finder .view-filters .wrapper-block .fieldset-legend, .view-fit-finder .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field .fieldset-legend, .three-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field .fieldset-legend {
  font-size: 1.125rem;
}
.view-fit-finder .view-filters .card-rounded #edit-reset, .view-fit-finder .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .two-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field #edit-reset, .view-fit-finder .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row #edit-reset, .two-column-layout.paragraph-fullwidth .view-fit-finder .view-filters .fast_facts > .col-lg-12 > .row #edit-reset, .view-fit-finder .view-filters .double-banner-callout.boxed .content-block .banner-block #edit-reset, .double-banner-callout.boxed .content-block .view-fit-finder .view-filters .banner-block #edit-reset, .view-fit-finder .view-filters .fast-facts-fullwidth.boxed .wrapper-block #edit-reset, .fast-facts-fullwidth.boxed .view-fit-finder .view-filters .wrapper-block #edit-reset, .view-fit-finder .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .three-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field #edit-reset {
  background: #fff;
  border: solid 2px #112542;
  color: #112542;
}
.view-fit-finder .view-filters .card-rounded .option, .view-fit-finder .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field .option, .two-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field .option, .view-fit-finder .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .option, .two-column-layout.paragraph-fullwidth .view-fit-finder .view-filters .fast_facts > .col-lg-12 > .row .option, .view-fit-finder .view-filters .double-banner-callout.boxed .content-block .banner-block .option, .double-banner-callout.boxed .content-block .view-fit-finder .view-filters .banner-block .option, .view-fit-finder .view-filters .fast-facts-fullwidth.boxed .wrapper-block .option, .fast-facts-fullwidth.boxed .view-fit-finder .view-filters .wrapper-block .option, .view-fit-finder .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field .option, .three-column-layout.boxed .row.content .col-lg-12 .view-fit-finder .view-filters .field .option {
  display: inline;
}

/**
* Card
*/
.funding-opp-card, .funded-grant-card {
  margin-bottom: 34px;
}
.funding-opp-card .card-rounded, .funded-grant-card .card-rounded, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field {
  position: relative;
  background-color: #F3F4E9;
}
.funding-opp-card .card-rounded .title, .funded-grant-card .card-rounded .title, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .title, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .title, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .title, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .title, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .title, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .title, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .title, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .title, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .title, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .title, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .title, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .title, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .title, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .title, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .title, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .title, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .title, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .title, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .title, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .title, .funding-opp-card .card-rounded .summary, .funded-grant-card .card-rounded .summary, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .summary, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .summary, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .summary, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .summary, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .summary, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .summary, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .summary, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .summary, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .summary, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .summary, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .summary, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .summary, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .summary, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .summary, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .summary, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .summary, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .summary, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .summary, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .summary, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .summary, .funding-opp-card .card-rounded .info, .funded-grant-card .card-rounded .info, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .info, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .info, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .info, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .info, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .info, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .info, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .info, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .info, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .info, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .info, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .info, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .info, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .info, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .info, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .info, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .info, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .info, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .info, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .info, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .info {
  width: 100%;
  flex-basis: 100%;
}
.funding-opp-card .card-rounded .title a, .funded-grant-card .card-rounded .title a, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .title a, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .title a, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .title a, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .title a, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .title a, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .title a, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .title a, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .title a, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .title a, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .title a, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .title a, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .title a, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .title a, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .title a, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .title a, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .title a, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .title a, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .title a, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .title a, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .title a, .funding-opp-card .card-rounded .summary a, .funded-grant-card .card-rounded .summary a, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .summary a, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .summary a, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .summary a, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .summary a, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .summary a, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .summary a, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .summary a, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .summary a, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .summary a, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .summary a, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .summary a, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .summary a, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .summary a, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .summary a, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .summary a, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .summary a, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .summary a, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .summary a, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .summary a, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .summary a, .funding-opp-card .card-rounded .info a, .funded-grant-card .card-rounded .info a, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .info a, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .info a, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .info a, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .info a, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .info a, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .info a, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .info a, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .info a, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .info a, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .info a, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .info a, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .info a, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .info a, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .info a, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .info a, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .info a, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .info a, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .info a, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .info a, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .info a {
  text-decoration: none;
}
.funding-opp-card .card-rounded .summary, .funded-grant-card .card-rounded .summary, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .summary, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .summary, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .summary, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .summary, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .summary, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .summary, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .summary, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .summary, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .summary, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .summary, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .summary, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .summary, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .summary, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .summary, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .summary, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .summary, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .summary, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .summary, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .summary, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .summary {
  padding-bottom: 34px;
}
.funding-opp-card .card-rounded .info, .funded-grant-card .card-rounded .info, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .info, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .info, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .info, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .info, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .info, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .info, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .info, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .info, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .info, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .info, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .info, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .info, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .info, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .info, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .info, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .info, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .info, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .info, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .info, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .info {
  margin-bottom: 0;
  align-self: flex-end;
}
.funding-opp-card .card-rounded .icon, .funded-grant-card .card-rounded .icon, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .icon, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .icon, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .icon, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .icon, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .icon, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .icon, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .icon, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .icon, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .icon, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .icon, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .icon, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .icon, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .icon, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .icon, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .icon, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .icon, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .icon, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .icon, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .icon, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .icon, .funding-opp-card .card-rounded .btn-toggle, .funded-grant-card .card-rounded .btn-toggle, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .btn-toggle, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .btn-toggle, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .btn-toggle, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .btn-toggle, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .btn-toggle, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .btn-toggle, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .btn-toggle, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .btn-toggle, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .btn-toggle, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .btn-toggle, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .btn-toggle, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .btn-toggle, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .btn-toggle, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .btn-toggle, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .btn-toggle, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .btn-toggle, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .btn-toggle, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .btn-toggle, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .btn-toggle, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .btn-toggle, .funding-opp-card .card-rounded .button-group .btn::after, .funded-grant-card .card-rounded .button-group .btn::after, .button-group .funding-opp-card .card-rounded .btn::after, .button-group .funded-grant-card .card-rounded .btn::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .btn::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .btn::after, .button-group .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .btn::after, .button-group .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .btn::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .btn::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .btn::after, .button-group .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .btn::after, .button-group .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .btn::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .btn::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .btn::after, .button-group .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .btn::after, .button-group .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .btn::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .button-group .btn::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .button-group .btn::after, .button-group .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .btn::after, .button-group .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .btn::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .button-group .btn::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .button-group .btn::after, .button-group .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .btn::after, .button-group .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .btn::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .button-group .btn::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .button-group .btn::after, .button-group .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .btn::after, .button-group .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .btn::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .btn::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .btn::after, .button-group .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .btn::after, .button-group .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .btn::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .button-group .btn::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .button-group .btn::after, .button-group .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .btn::after, .button-group .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .btn::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .btn::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .btn::after, .button-group .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .btn::after, .button-group .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .btn::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .btn::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .btn::after, .button-group .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .btn::after, .button-group .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .btn::after, .funding-opp-card .card-rounded .button-group .webform-confirmation .webform-confirmation__back a::after, .funded-grant-card .card-rounded .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .funding-opp-card .card-rounded a::after, .button-group .webform-confirmation .webform-confirmation__back .funded-grant-card .card-rounded a::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .webform-confirmation .webform-confirmation__back a::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field a::after, .button-group .webform-confirmation .webform-confirmation__back .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field a::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .webform-confirmation .webform-confirmation__back a::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a::after, .button-group .webform-confirmation .webform-confirmation__back .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .webform-confirmation .webform-confirmation__back a::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a::after, .button-group .webform-confirmation .webform-confirmation__back .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .button-group .webform-confirmation .webform-confirmation__back a::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row a::after, .button-group .webform-confirmation .webform-confirmation__back .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row a::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .button-group .webform-confirmation .webform-confirmation__back a::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .funding-opp-card .double-banner-callout.boxed .content-block .banner-block a::after, .button-group .webform-confirmation .webform-confirmation__back .funded-grant-card .double-banner-callout.boxed .content-block .banner-block a::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .button-group .webform-confirmation .webform-confirmation__back a::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .double-banner-callout.boxed .content-block .funding-opp-card .banner-block a::after, .button-group .webform-confirmation .webform-confirmation__back .double-banner-callout.boxed .content-block .funded-grant-card .banner-block a::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .webform-confirmation .webform-confirmation__back a::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block a::after, .button-group .webform-confirmation .webform-confirmation__back .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block a::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .button-group .webform-confirmation .webform-confirmation__back a::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block a::after, .button-group .webform-confirmation .webform-confirmation__back .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block a::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .webform-confirmation .webform-confirmation__back a::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field a::after, .button-group .webform-confirmation .webform-confirmation__back .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field a::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .webform-confirmation .webform-confirmation__back a::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .webform-confirmation .webform-confirmation__back a::after, .button-group .webform-confirmation .webform-confirmation__back .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a::after, .button-group .webform-confirmation .webform-confirmation__back .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a::after, .funding-opp-card .card-rounded .webform-confirmation .webform-confirmation__back .button-group a::after, .funded-grant-card .card-rounded .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .funding-opp-card .card-rounded a::after, .webform-confirmation .webform-confirmation__back .button-group .funded-grant-card .card-rounded a::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .webform-confirmation .webform-confirmation__back .button-group a::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field a::after, .webform-confirmation .webform-confirmation__back .button-group .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field a::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .webform-confirmation .webform-confirmation__back .button-group a::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a::after, .webform-confirmation .webform-confirmation__back .button-group .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .webform-confirmation .webform-confirmation__back .button-group a::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a::after, .webform-confirmation .webform-confirmation__back .button-group .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .webform-confirmation .webform-confirmation__back .button-group a::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row a::after, .webform-confirmation .webform-confirmation__back .button-group .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row a::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .webform-confirmation .webform-confirmation__back .button-group a::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .funding-opp-card .double-banner-callout.boxed .content-block .banner-block a::after, .webform-confirmation .webform-confirmation__back .button-group .funded-grant-card .double-banner-callout.boxed .content-block .banner-block a::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .webform-confirmation .webform-confirmation__back .button-group a::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .double-banner-callout.boxed .content-block .funding-opp-card .banner-block a::after, .webform-confirmation .webform-confirmation__back .button-group .double-banner-callout.boxed .content-block .funded-grant-card .banner-block a::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .webform-confirmation .webform-confirmation__back .button-group a::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block a::after, .webform-confirmation .webform-confirmation__back .button-group .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block a::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .webform-confirmation .webform-confirmation__back .button-group a::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block a::after, .webform-confirmation .webform-confirmation__back .button-group .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block a::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .webform-confirmation .webform-confirmation__back .button-group a::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field a::after, .webform-confirmation .webform-confirmation__back .button-group .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field a::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .webform-confirmation .webform-confirmation__back .button-group a::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .webform-confirmation .webform-confirmation__back .button-group a::after, .webform-confirmation .webform-confirmation__back .button-group .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a::after, .webform-confirmation .webform-confirmation__back .button-group .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a::after, .funding-opp-card .card-rounded .button-group .block-algolia a.button::after, .funded-grant-card .card-rounded .button-group .block-algolia a.button::after, .button-group .block-algolia .funding-opp-card .card-rounded a.button::after, .button-group .block-algolia .funded-grant-card .card-rounded a.button::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia a.button::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia a.button::after, .button-group .block-algolia .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .button-group .block-algolia .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .block-algolia a.button::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .block-algolia a.button::after, .button-group .block-algolia .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a.button::after, .button-group .block-algolia .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a.button::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .block-algolia a.button::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .block-algolia a.button::after, .button-group .block-algolia .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a.button::after, .button-group .block-algolia .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a.button::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .button-group .block-algolia a.button::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .button-group .block-algolia a.button::after, .button-group .block-algolia .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row a.button::after, .button-group .block-algolia .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row a.button::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .button-group .block-algolia a.button::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .button-group .block-algolia a.button::after, .button-group .block-algolia .funding-opp-card .double-banner-callout.boxed .content-block .banner-block a.button::after, .button-group .block-algolia .funded-grant-card .double-banner-callout.boxed .content-block .banner-block a.button::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .button-group .block-algolia a.button::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .button-group .block-algolia a.button::after, .button-group .block-algolia .double-banner-callout.boxed .content-block .funding-opp-card .banner-block a.button::after, .button-group .block-algolia .double-banner-callout.boxed .content-block .funded-grant-card .banner-block a.button::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .block-algolia a.button::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .block-algolia a.button::after, .button-group .block-algolia .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block a.button::after, .button-group .block-algolia .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block a.button::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .button-group .block-algolia a.button::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .button-group .block-algolia a.button::after, .button-group .block-algolia .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block a.button::after, .button-group .block-algolia .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block a.button::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia a.button::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia a.button::after, .button-group .block-algolia .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .button-group .block-algolia .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .block-algolia a.button::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .block-algolia a.button::after, .button-group .block-algolia .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a.button::after, .button-group .block-algolia .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a.button::after, .funding-opp-card .card-rounded .block-algolia .button-group a.button::after, .funded-grant-card .card-rounded .block-algolia .button-group a.button::after, .block-algolia .button-group .funding-opp-card .card-rounded a.button::after, .block-algolia .button-group .funded-grant-card .card-rounded a.button::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia .button-group a.button::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia .button-group a.button::after, .block-algolia .button-group .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .block-algolia .button-group .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia .button-group a.button::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia .button-group a.button::after, .block-algolia .button-group .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a.button::after, .block-algolia .button-group .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a.button::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia .button-group a.button::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia .button-group a.button::after, .block-algolia .button-group .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a.button::after, .block-algolia .button-group .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a.button::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .block-algolia .button-group a.button::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .block-algolia .button-group a.button::after, .block-algolia .button-group .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row a.button::after, .block-algolia .button-group .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row a.button::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .block-algolia .button-group a.button::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .block-algolia .button-group a.button::after, .block-algolia .button-group .funding-opp-card .double-banner-callout.boxed .content-block .banner-block a.button::after, .block-algolia .button-group .funded-grant-card .double-banner-callout.boxed .content-block .banner-block a.button::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .block-algolia .button-group a.button::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .block-algolia .button-group a.button::after, .block-algolia .button-group .double-banner-callout.boxed .content-block .funding-opp-card .banner-block a.button::after, .block-algolia .button-group .double-banner-callout.boxed .content-block .funded-grant-card .banner-block a.button::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia .button-group a.button::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia .button-group a.button::after, .block-algolia .button-group .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block a.button::after, .block-algolia .button-group .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block a.button::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .block-algolia .button-group a.button::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .block-algolia .button-group a.button::after, .block-algolia .button-group .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block a.button::after, .block-algolia .button-group .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block a.button::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia .button-group a.button::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia .button-group a.button::after, .block-algolia .button-group .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .block-algolia .button-group .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia .button-group a.button::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia .button-group a.button::after, .block-algolia .button-group .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a.button::after, .block-algolia .button-group .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a.button::after, .funding-opp-card .card-rounded .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .funded-grant-card .card-rounded .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funding-opp-card .card-rounded a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funded-grant-card .card-rounded a.button::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a.button::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a.button::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row a.button::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funding-opp-card .double-banner-callout.boxed .content-block .banner-block a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funded-grant-card .double-banner-callout.boxed .content-block .banner-block a.button::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .double-banner-callout.boxed .content-block .funding-opp-card .banner-block a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .double-banner-callout.boxed .content-block .funded-grant-card .banner-block a.button::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block a.button::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block a.button::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .block-algolia-results #algolia-field-wrapper-clear-all a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a.button::after, .button-group .block-algolia-results #algolia-field-wrapper-clear-all .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a.button::after, .funding-opp-card .card-rounded .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .funded-grant-card .card-rounded .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funding-opp-card .card-rounded a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funded-grant-card .card-rounded a.button::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a.button::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a.button::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row a.button::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funding-opp-card .double-banner-callout.boxed .content-block .banner-block a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funded-grant-card .double-banner-callout.boxed .content-block .banner-block a.button::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .double-banner-callout.boxed .content-block .funding-opp-card .banner-block a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .double-banner-callout.boxed .content-block .funded-grant-card .banner-block a.button::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block a.button::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block a.button::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field a.button::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia-results #algolia-field-wrapper-clear-all .button-group a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field a.button::after, .block-algolia-results #algolia-field-wrapper-clear-all .button-group .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field a.button::after, .funding-opp-card .card-rounded .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .funded-grant-card .card-rounded .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funding-opp-card .card-rounded button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funded-grant-card .card-rounded button::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field button::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field button::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row button::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row button::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funding-opp-card .double-banner-callout.boxed .content-block .banner-block button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funded-grant-card .double-banner-callout.boxed .content-block .banner-block button::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .double-banner-callout.boxed .content-block .funding-opp-card .banner-block button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .double-banner-callout.boxed .content-block .funded-grant-card .banner-block button::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block button::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block button::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field button::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .block-algolia-results .ais-infinite-hits--showmore button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field button::after, .button-group .block-algolia-results .ais-infinite-hits--showmore .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field button::after, .funding-opp-card .card-rounded .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .funded-grant-card .card-rounded .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funding-opp-card .card-rounded button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funded-grant-card .card-rounded button::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field button::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field button::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row button::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row button::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funding-opp-card .double-banner-callout.boxed .content-block .banner-block button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funded-grant-card .double-banner-callout.boxed .content-block .banner-block button::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .double-banner-callout.boxed .content-block .funding-opp-card .banner-block button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .double-banner-callout.boxed .content-block .funded-grant-card .banner-block button::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block button::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block button::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field button::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia-results .ais-infinite-hits--showmore .button-group button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field button::after, .block-algolia-results .ais-infinite-hits--showmore .button-group .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field button::after, .funding-opp-card .card-rounded .button-group .block-algolia-categories .ais-show-more::after, .funded-grant-card .card-rounded .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .funding-opp-card .card-rounded .ais-show-more::after, .button-group .block-algolia-categories .funded-grant-card .card-rounded .ais-show-more::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-categories .ais-show-more::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .ais-show-more::after, .button-group .block-algolia-categories .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .block-algolia-categories .ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .ais-show-more::after, .button-group .block-algolia-categories .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .ais-show-more::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .block-algolia-categories .ais-show-more::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .ais-show-more::after, .button-group .block-algolia-categories .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .ais-show-more::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .button-group .block-algolia-categories .ais-show-more::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .ais-show-more::after, .button-group .block-algolia-categories .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .ais-show-more::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .button-group .block-algolia-categories .ais-show-more::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .ais-show-more::after, .button-group .block-algolia-categories .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .ais-show-more::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .button-group .block-algolia-categories .ais-show-more::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .ais-show-more::after, .button-group .block-algolia-categories .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .ais-show-more::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .block-algolia-categories .ais-show-more::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .ais-show-more::after, .button-group .block-algolia-categories .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .ais-show-more::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .button-group .block-algolia-categories .ais-show-more::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .ais-show-more::after, .button-group .block-algolia-categories .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .ais-show-more::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-categories .ais-show-more::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .ais-show-more::after, .button-group .block-algolia-categories .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .button-group .block-algolia-categories .ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .button-group .block-algolia-categories .ais-show-more::after, .button-group .block-algolia-categories .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .ais-show-more::after, .button-group .block-algolia-categories .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .ais-show-more::after, .funding-opp-card .card-rounded .block-algolia-categories .button-group .ais-show-more::after, .funded-grant-card .card-rounded .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .funding-opp-card .card-rounded .ais-show-more::after, .block-algolia-categories .button-group .funded-grant-card .card-rounded .ais-show-more::after, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-categories .button-group .ais-show-more::after, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .ais-show-more::after, .block-algolia-categories .button-group .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia-categories .button-group .ais-show-more::after, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .ais-show-more::after, .block-algolia-categories .button-group .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .ais-show-more::after, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-categories .button-group .ais-show-more::after, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .ais-show-more::after, .block-algolia-categories .button-group .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .ais-show-more::after, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .block-algolia-categories .button-group .ais-show-more::after, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .ais-show-more::after, .block-algolia-categories .button-group .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .ais-show-more::after, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .block-algolia-categories .button-group .ais-show-more::after, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .ais-show-more::after, .block-algolia-categories .button-group .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .ais-show-more::after, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .block-algolia-categories .button-group .ais-show-more::after, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .ais-show-more::after, .block-algolia-categories .button-group .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .ais-show-more::after, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-categories .button-group .ais-show-more::after, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .ais-show-more::after, .block-algolia-categories .button-group .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .ais-show-more::after, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .block-algolia-categories .button-group .ais-show-more::after, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .ais-show-more::after, .block-algolia-categories .button-group .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .ais-show-more::after, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-categories .button-group .ais-show-more::after, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .ais-show-more::after, .block-algolia-categories .button-group .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia-categories .button-group .ais-show-more::after, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia-categories .button-group .ais-show-more::after, .block-algolia-categories .button-group .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .ais-show-more::after, .block-algolia-categories .button-group .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .ais-show-more::after, .funding-opp-card .card-rounded .image_slider .slick-arrow:before, .funded-grant-card .card-rounded .image_slider .slick-arrow:before, .image_slider .funding-opp-card .card-rounded .slick-arrow:before, .image_slider .funded-grant-card .card-rounded .slick-arrow:before, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .image_slider .slick-arrow:before, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .image_slider .slick-arrow:before, .image_slider .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .slick-arrow:before, .image_slider .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .slick-arrow:before, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .image_slider .slick-arrow:before, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .image_slider .slick-arrow:before, .image_slider .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .slick-arrow:before, .image_slider .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .slick-arrow:before, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .image_slider .slick-arrow:before, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .image_slider .slick-arrow:before, .image_slider .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .slick-arrow:before, .image_slider .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .slick-arrow:before, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .image_slider .slick-arrow:before, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .image_slider .slick-arrow:before, .image_slider .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .slick-arrow:before, .image_slider .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .slick-arrow:before, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .image_slider .slick-arrow:before, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .image_slider .slick-arrow:before, .image_slider .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .slick-arrow:before, .image_slider .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .slick-arrow:before, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .image_slider .slick-arrow:before, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .image_slider .slick-arrow:before, .image_slider .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .slick-arrow:before, .image_slider .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .slick-arrow:before, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .image_slider .slick-arrow:before, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .image_slider .slick-arrow:before, .image_slider .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .slick-arrow:before, .image_slider .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .slick-arrow:before, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .image_slider .slick-arrow:before, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .image_slider .slick-arrow:before, .image_slider .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .slick-arrow:before, .image_slider .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .slick-arrow:before, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .image_slider .slick-arrow:before, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .image_slider .slick-arrow:before, .image_slider .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .slick-arrow:before, .image_slider .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .slick-arrow:before, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .image_slider .slick-arrow:before, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .image_slider .slick-arrow:before, .image_slider .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .slick-arrow:before, .image_slider .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .slick-arrow:before {
  margin-bottom: 15px;
}
.funding-opp-card .card-rounded .status, .funded-grant-card .card-rounded .status, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .status, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .status, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .status, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .status, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .status, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .status, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .status, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .status, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .status, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .status, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .status, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .status, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .status, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .status, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .status, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .status, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .status, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .status, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .status, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .status {
  display: block;
  margin-bottom: 5px;
}
.funding-opp-card .card-rounded .deadline strong, .funded-grant-card .card-rounded .deadline strong, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .deadline strong, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .deadline strong, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .deadline strong, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .deadline strong, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .deadline strong, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .deadline strong, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .deadline strong, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .deadline strong, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .deadline strong, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .deadline strong, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .deadline strong, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .deadline strong, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .deadline strong, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .deadline strong, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .deadline strong, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .deadline strong, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .deadline strong, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .deadline strong, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .deadline strong, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .deadline strong {
  display: none;
}
.funding-opp-card .card-rounded .btn-link, .funded-grant-card .card-rounded .btn-link, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .btn-link, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .btn-link, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .btn-link, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .btn-link, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .btn-link, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .btn-link, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .btn-link, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .btn-link, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .btn-link, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .btn-link, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .btn-link, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .btn-link, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .btn-link, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .btn-link, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .btn-link, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .btn-link, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .btn-link, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .btn-link, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .btn-link, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .btn-link, .funding-opp-card .card-rounded .block-algolia-results .algolia-item-url, .funded-grant-card .card-rounded .block-algolia-results .algolia-item-url, .block-algolia-results .funding-opp-card .card-rounded .algolia-item-url, .block-algolia-results .funded-grant-card .card-rounded .algolia-item-url, .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results .algolia-item-url, .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results .algolia-item-url, .block-algolia-results .funding-opp-card .two-column-layout.boxed .row.content .col-lg-12 .field .algolia-item-url, .block-algolia-results .funded-grant-card .two-column-layout.boxed .row.content .col-lg-12 .field .algolia-item-url, .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia-results .algolia-item-url, .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia-results .algolia-item-url, .block-algolia-results .two-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .algolia-item-url, .block-algolia-results .two-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .algolia-item-url, .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-results .algolia-item-url, .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .block-algolia-results .algolia-item-url, .block-algolia-results .funding-opp-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .algolia-item-url, .block-algolia-results .funded-grant-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .algolia-item-url, .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .block-algolia-results .algolia-item-url, .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .block-algolia-results .algolia-item-url, .block-algolia-results .two-column-layout.paragraph-fullwidth .funding-opp-card .fast_facts > .col-lg-12 > .row .algolia-item-url, .block-algolia-results .two-column-layout.paragraph-fullwidth .funded-grant-card .fast_facts > .col-lg-12 > .row .algolia-item-url, .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .block-algolia-results .algolia-item-url, .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .block-algolia-results .algolia-item-url, .block-algolia-results .funding-opp-card .double-banner-callout.boxed .content-block .banner-block .algolia-item-url, .block-algolia-results .funded-grant-card .double-banner-callout.boxed .content-block .banner-block .algolia-item-url, .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .block-algolia-results .algolia-item-url, .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .block-algolia-results .algolia-item-url, .block-algolia-results .double-banner-callout.boxed .content-block .funding-opp-card .banner-block .algolia-item-url, .block-algolia-results .double-banner-callout.boxed .content-block .funded-grant-card .banner-block .algolia-item-url, .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-results .algolia-item-url, .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .block-algolia-results .algolia-item-url, .block-algolia-results .funding-opp-card .fast-facts-fullwidth.boxed .wrapper-block .algolia-item-url, .block-algolia-results .funded-grant-card .fast-facts-fullwidth.boxed .wrapper-block .algolia-item-url, .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .block-algolia-results .algolia-item-url, .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .block-algolia-results .algolia-item-url, .block-algolia-results .fast-facts-fullwidth.boxed .funding-opp-card .wrapper-block .algolia-item-url, .block-algolia-results .fast-facts-fullwidth.boxed .funded-grant-card .wrapper-block .algolia-item-url, .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results .algolia-item-url, .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .block-algolia-results .algolia-item-url, .block-algolia-results .funding-opp-card .three-column-layout.boxed .row.content .col-lg-12 .field .algolia-item-url, .block-algolia-results .funded-grant-card .three-column-layout.boxed .row.content .col-lg-12 .field .algolia-item-url, .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .block-algolia-results .algolia-item-url, .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .block-algolia-results .algolia-item-url, .block-algolia-results .three-column-layout.boxed .row.content .col-lg-12 .funding-opp-card .field .algolia-item-url, .block-algolia-results .three-column-layout.boxed .row.content .col-lg-12 .funded-grant-card .field .algolia-item-url {
  position: absolute;
  right: 34px;
  bottom: 34px;
  color: #112542;
}

/**
* View
*/
.view.view-funding-opportunities .view-content {
  padding-top: 70px;
  padding-bottom: 0 !important;
}

/**
* Card
*/
/**
* View
*/
.view.view-funding-opportunities .view-content {
  padding-top: 70px;
}

.view-asn-grantee-resources .views-field-field-media-document {
  padding-bottom: 14px;
}
.view-asn-grantee-resources .views-field-field-media-oembed-video a {
  color: #1550ED;
  text-decoration: none;
}
.view-asn-grantee-resources form[action] input:not([type=submit]):not([type=checkbox]):not([multiple]), .view-asn-grantee-resources form[action] textarea {
  padding: 12px 91px 12px 55px;
}

.view-leadership {
  /**
  *  View block
  **/
}
.view-leadership .view-block .field-content {
  text-align: center;
}
.view-leadership .view-block .views-field-field-media-image .field-content {
  position: relative;
  overflow: visible;
  max-width: 300px;
  width: 70%;
  margin: 0 auto 34px auto;
  border-radius: 100%;
}
.view-leadership .view-block .views-field-field-media-image .field-content:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.view-leadership .view-block .views-field-field-media-image .field-content > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.view-leadership .view-block .views-field-field-media-image .field-content img {
  border-radius: 14px;
  display: block;
  margin: 0;
}
.view-leadership .view-block .views-field-field-name .field-content {
  margin-bottom: 10px;
}
.view-leadership .view-block .views-field-title .field-content {
  margin-bottom: 10px;
}

.region-tertiary-sidebar .view-national-service-reports .card-rounded a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.boxed .row.content .col-lg-12 .field a, .two-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field a, .region-tertiary-sidebar .view-national-service-reports .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row a, .two-column-layout.paragraph-fullwidth .region-tertiary-sidebar .view-national-service-reports .fast_facts > .col-lg-12 > .row a, .region-tertiary-sidebar .view-national-service-reports .double-banner-callout.boxed .content-block .banner-block a, .double-banner-callout.boxed .content-block .region-tertiary-sidebar .view-national-service-reports .banner-block a, .region-tertiary-sidebar .view-national-service-reports .fast-facts-fullwidth.boxed .wrapper-block a, .fast-facts-fullwidth.boxed .region-tertiary-sidebar .view-national-service-reports .wrapper-block a, .region-tertiary-sidebar .view-national-service-reports .three-column-layout.boxed .row.content .col-lg-12 .field a, .three-column-layout.boxed .row.content .col-lg-12 .region-tertiary-sidebar .view-national-service-reports .field a {
  font-weight: normal !important;
  font-size: 0.875rem !important;
}

.news-view .col-md-6 {
  margin-bottom: 34px;
}
.news-view .news-card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 250px;
  height: 100%;
  margin-bottom: 50px;
  padding: 14px 20px;
}
@media (min-width: 768px) {
  .news-view .news-card::after {
    content: "";
    height: 100%;
    width: 2px;
    background: #535055;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 0.2s cubic-bezier(0.61, 0.21, 0.49, 0.99);
  }
  .news-view .news-card:hover a {
    color: #DCA312;
    text-decoration: underline;
  }
  .news-view .news-card:hover::after {
    background: #DCA312;
    width: 5px;
  }
}
@media (max-width: 767.98px) {
  .news-view .news-card {
    min-height: 200px;
    border-left: 0;
    border-bottom: solid #535055 2px;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    height: auto;
  }
}
.news-view .news-card a {
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.61, 0.21, 0.49, 0.99);
  color: #112542;
  font-weight: normal;
}
.news-view .news-card .views-field-field-date-release {
  align-self: flex-end;
  margin-top: 34px;
}
.news-view .news-card .views-field-field-date-release .field-content {
  margin-bottom: 0;
}
.news-view .news-card .views-field-field-date-release:before {
  display: block;
  content: "";
  background-image: url("../images/news-icon.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
  margin-bottom: 10px;
}

.block-views-blocknewsroom-featured .news-view .news-card {
  min-height: 100px;
}

.news-view .news-card .views-field-title {
  min-width: 80%;
}

.stories-view .story-card {
  min-height: 350px;
  filter: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.61, 0.21, 0.49, 0.99);
  /*
      &,
      &:nth-child(4n+4) {
        .card-rounded {
          background-color: $blue;
          color: $white;
          padding: 50px 50px 300px 50px;

          .content {
            position: absolute;
            bottom: 0;
            padding: 0 0 50px 0;

            .title {
              color: $white;
              margin-bottom: 0;
            }

            .story-type {
              font-size: 14px;
              font-weight: bold;
              color: $white;
              margin-bottom: 50px;
              text-transform: uppercase;
            }

            .link {
              a {
                color: $white;
                text-decoration: none;
                border-bottom: solid $white 2px;
                font-weight: bold;

                &:after {
                  background-image: url(../images/chevron-white.svg);
                  background-size: 14px;
                  background-repeat: no-repeat;
                  height: 14px;
                  width: 14px;
                  content: "";
                  display: inline-block;
                  margin-left: 5px;
                  position: relative;
                  top: 1px;
                }
              }

            }
          }
        }
      }

      &:nth-child(4n+2),
      &:nth-child(4n+3) { */
}
.stories-view .story-card:hover {
  filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.25)) !important;
  transform: translate3d(0, -10px, 0) !important;
}
.stories-view .story-card .card-rounded, .stories-view .story-card .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field, .stories-view .story-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .stories-view .story-card .fast_facts > .col-lg-12 > .row, .stories-view .story-card .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .stories-view .story-card .banner-block, .stories-view .story-card .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .stories-view .story-card .wrapper-block, .stories-view .story-card .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field {
  background-color: #E8EEFD;
  color: #1550ED;
}
.stories-view .story-card .card-rounded .content, .stories-view .story-card .two-column-layout.boxed .row.content .col-lg-12 .field .content, .two-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content, .stories-view .story-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .content, .two-column-layout.paragraph-fullwidth .stories-view .story-card .fast_facts > .col-lg-12 > .row .content, .stories-view .story-card .double-banner-callout.boxed .content-block .banner-block .content, .double-banner-callout.boxed .content-block .stories-view .story-card .banner-block .content, .stories-view .story-card .fast-facts-fullwidth.boxed .wrapper-block .content, .fast-facts-fullwidth.boxed .stories-view .story-card .wrapper-block .content, .stories-view .story-card .three-column-layout.boxed .row.content .col-lg-12 .field .content, .three-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content {
  position: absolute;
  bottom: 0;
  padding: 50px 0;
}
.stories-view .story-card .card-rounded .content .title, .stories-view .story-card .two-column-layout.boxed .row.content .col-lg-12 .field .content .title, .two-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content .title, .stories-view .story-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .content .title, .two-column-layout.paragraph-fullwidth .stories-view .story-card .fast_facts > .col-lg-12 > .row .content .title, .stories-view .story-card .double-banner-callout.boxed .content-block .banner-block .content .title, .double-banner-callout.boxed .content-block .stories-view .story-card .banner-block .content .title, .stories-view .story-card .fast-facts-fullwidth.boxed .wrapper-block .content .title, .fast-facts-fullwidth.boxed .stories-view .story-card .wrapper-block .content .title, .stories-view .story-card .three-column-layout.boxed .row.content .col-lg-12 .field .content .title, .three-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content .title {
  color: #112542;
}
.stories-view .story-card .card-rounded .content .story-type, .stories-view .story-card .two-column-layout.boxed .row.content .col-lg-12 .field .content .story-type, .two-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content .story-type, .stories-view .story-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .content .story-type, .two-column-layout.paragraph-fullwidth .stories-view .story-card .fast_facts > .col-lg-12 > .row .content .story-type, .stories-view .story-card .double-banner-callout.boxed .content-block .banner-block .content .story-type, .double-banner-callout.boxed .content-block .stories-view .story-card .banner-block .content .story-type, .stories-view .story-card .fast-facts-fullwidth.boxed .wrapper-block .content .story-type, .fast-facts-fullwidth.boxed .stories-view .story-card .wrapper-block .content .story-type, .stories-view .story-card .three-column-layout.boxed .row.content .col-lg-12 .field .content .story-type, .three-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content .story-type {
  color: #112542;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.stories-view .story-card .card-rounded .content .link a, .stories-view .story-card .two-column-layout.boxed .row.content .col-lg-12 .field .content .link a, .two-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content .link a, .stories-view .story-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .content .link a, .two-column-layout.paragraph-fullwidth .stories-view .story-card .fast_facts > .col-lg-12 > .row .content .link a, .stories-view .story-card .double-banner-callout.boxed .content-block .banner-block .content .link a, .double-banner-callout.boxed .content-block .stories-view .story-card .banner-block .content .link a, .stories-view .story-card .fast-facts-fullwidth.boxed .wrapper-block .content .link a, .fast-facts-fullwidth.boxed .stories-view .story-card .wrapper-block .content .link a, .stories-view .story-card .three-column-layout.boxed .row.content .col-lg-12 .field .content .link a, .three-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content .link a {
  color: #112542;
  text-decoration: none;
  border-bottom: solid #112542 2px;
  font-weight: bold;
}
.stories-view .story-card .card-rounded .content .link a:after, .stories-view .story-card .two-column-layout.boxed .row.content .col-lg-12 .field .content .link a:after, .two-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content .link a:after, .stories-view .story-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .content .link a:after, .two-column-layout.paragraph-fullwidth .stories-view .story-card .fast_facts > .col-lg-12 > .row .content .link a:after, .stories-view .story-card .double-banner-callout.boxed .content-block .banner-block .content .link a:after, .double-banner-callout.boxed .content-block .stories-view .story-card .banner-block .content .link a:after, .stories-view .story-card .fast-facts-fullwidth.boxed .wrapper-block .content .link a:after, .fast-facts-fullwidth.boxed .stories-view .story-card .wrapper-block .content .link a:after, .stories-view .story-card .three-column-layout.boxed .row.content .col-lg-12 .field .content .link a:after, .three-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field .content .link a:after {
  background-image: url(../images/chevron-right-black.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  content: "";
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.stories-view .story-card .card-rounded h2, .stories-view .story-card .two-column-layout.boxed .row.content .col-lg-12 .field h2, .two-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field h2, .stories-view .story-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row h2, .two-column-layout.paragraph-fullwidth .stories-view .story-card .fast_facts > .col-lg-12 > .row h2, .stories-view .story-card .double-banner-callout.boxed .content-block .banner-block h2, .double-banner-callout.boxed .content-block .stories-view .story-card .banner-block h2, .stories-view .story-card .fast-facts-fullwidth.boxed .wrapper-block h2, .fast-facts-fullwidth.boxed .stories-view .story-card .wrapper-block h2, .stories-view .story-card .three-column-layout.boxed .row.content .col-lg-12 .field h2, .three-column-layout.boxed .row.content .col-lg-12 .stories-view .story-card .field h2 {
  font-size: 1.375rem;
}
.stories-view .views-field-field-media-image {
  position: relative;
  display: block;
  width: 60px;
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 30px;
}
.stories-view .views-field-field-media-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.stories-view .views-field-field-media-image > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.stories-view .views-field-field-media-image img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.webinar-card .card-rounded, .webinar-card .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .webinar-card .field, .webinar-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .webinar-card .fast_facts > .col-lg-12 > .row, .webinar-card .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .webinar-card .banner-block, .webinar-card .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .webinar-card .wrapper-block, .webinar-card .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .webinar-card .field {
  background-color: #EBEAF4;
}
@media (max-width: 991.98px) {
  .webinar-card .card-rounded, .webinar-card .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .webinar-card .field, .webinar-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .webinar-card .fast_facts > .col-lg-12 > .row, .webinar-card .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .webinar-card .banner-block, .webinar-card .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .webinar-card .wrapper-block, .webinar-card .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .webinar-card .field {
    padding: 19px 14px;
  }
}
.webinar-card .card-rounded .title a, .webinar-card .two-column-layout.boxed .row.content .col-lg-12 .field .title a, .two-column-layout.boxed .row.content .col-lg-12 .webinar-card .field .title a, .webinar-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .title a, .two-column-layout.paragraph-fullwidth .webinar-card .fast_facts > .col-lg-12 > .row .title a, .webinar-card .double-banner-callout.boxed .content-block .banner-block .title a, .double-banner-callout.boxed .content-block .webinar-card .banner-block .title a, .webinar-card .fast-facts-fullwidth.boxed .wrapper-block .title a, .fast-facts-fullwidth.boxed .webinar-card .wrapper-block .title a, .webinar-card .three-column-layout.boxed .row.content .col-lg-12 .field .title a, .three-column-layout.boxed .row.content .col-lg-12 .webinar-card .field .title a {
  text-decoration: none;
  color: #3B2B94;
  transition: all 0.5s cubic-bezier(0.61, 0.21, 0.49, 0.99);
}
.webinar-card .card-rounded .date, .webinar-card .two-column-layout.boxed .row.content .col-lg-12 .field .date, .two-column-layout.boxed .row.content .col-lg-12 .webinar-card .field .date, .webinar-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row .date, .two-column-layout.paragraph-fullwidth .webinar-card .fast_facts > .col-lg-12 > .row .date, .webinar-card .double-banner-callout.boxed .content-block .banner-block .date, .double-banner-callout.boxed .content-block .webinar-card .banner-block .date, .webinar-card .fast-facts-fullwidth.boxed .wrapper-block .date, .fast-facts-fullwidth.boxed .webinar-card .wrapper-block .date, .webinar-card .three-column-layout.boxed .row.content .col-lg-12 .field .date, .three-column-layout.boxed .row.content .col-lg-12 .webinar-card .field .date {
  margin-top: 24px;
  align-self: flex-end;
  margin-bottom: 0;
}
.webinar-card .card-rounded:hover, .webinar-card .two-column-layout.boxed .row.content .col-lg-12 .field:hover, .two-column-layout.boxed .row.content .col-lg-12 .webinar-card .field:hover, .webinar-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row:hover, .two-column-layout.paragraph-fullwidth .webinar-card .fast_facts > .col-lg-12 > .row:hover, .webinar-card .double-banner-callout.boxed .content-block .banner-block:hover, .double-banner-callout.boxed .content-block .webinar-card .banner-block:hover, .webinar-card .fast-facts-fullwidth.boxed .wrapper-block:hover, .fast-facts-fullwidth.boxed .webinar-card .wrapper-block:hover, .webinar-card .three-column-layout.boxed .row.content .col-lg-12 .field:hover, .three-column-layout.boxed .row.content .col-lg-12 .webinar-card .field:hover {
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.25);
  transform: translate3d(0, -10px, 0);
}
.webinar-card .card-rounded:hover .title a, .webinar-card .two-column-layout.boxed .row.content .col-lg-12 .field:hover .title a, .two-column-layout.boxed .row.content .col-lg-12 .webinar-card .field:hover .title a, .webinar-card .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row:hover .title a, .two-column-layout.paragraph-fullwidth .webinar-card .fast_facts > .col-lg-12 > .row:hover .title a, .webinar-card .double-banner-callout.boxed .content-block .banner-block:hover .title a, .double-banner-callout.boxed .content-block .webinar-card .banner-block:hover .title a, .webinar-card .fast-facts-fullwidth.boxed .wrapper-block:hover .title a, .fast-facts-fullwidth.boxed .webinar-card .wrapper-block:hover .title a, .webinar-card .three-column-layout.boxed .row.content .col-lg-12 .field:hover .title a, .three-column-layout.boxed .row.content .col-lg-12 .webinar-card .field:hover .title a {
  text-decoration: underline;
}

.view.view-webinars .webinar-card {
  margin-bottom: 34px;
}

/**
* Updates card
*/
.view-updates .view-block .card-rounded, .view-updates .view-block .two-column-layout.boxed .row.content .col-lg-12 .field, .two-column-layout.boxed .row.content .col-lg-12 .view-updates .view-block .field, .view-updates .view-block .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row, .two-column-layout.paragraph-fullwidth .view-updates .view-block .fast_facts > .col-lg-12 > .row, .view-updates .view-block .double-banner-callout.boxed .content-block .banner-block, .double-banner-callout.boxed .content-block .view-updates .view-block .banner-block, .view-updates .view-block .fast-facts-fullwidth.boxed .wrapper-block, .fast-facts-fullwidth.boxed .view-updates .view-block .wrapper-block, .view-updates .view-block .three-column-layout.boxed .row.content .col-lg-12 .field, .three-column-layout.boxed .row.content .col-lg-12 .view-updates .view-block .field {
  filter: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.61, 0.21, 0.49, 0.99);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.view-updates .view-block .card-rounded:hover, .view-updates .view-block .two-column-layout.boxed .row.content .col-lg-12 .field:hover, .two-column-layout.boxed .row.content .col-lg-12 .view-updates .view-block .field:hover, .view-updates .view-block .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row:hover, .two-column-layout.paragraph-fullwidth .view-updates .view-block .fast_facts > .col-lg-12 > .row:hover, .view-updates .view-block .double-banner-callout.boxed .content-block .banner-block:hover, .double-banner-callout.boxed .content-block .view-updates .view-block .banner-block:hover, .view-updates .view-block .fast-facts-fullwidth.boxed .wrapper-block:hover, .fast-facts-fullwidth.boxed .view-updates .view-block .wrapper-block:hover, .view-updates .view-block .three-column-layout.boxed .row.content .col-lg-12 .field:hover, .three-column-layout.boxed .row.content .col-lg-12 .view-updates .view-block .field:hover {
  filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.25)) !important;
  transform: translate3d(0, -10px, 0) !important;
}
.view-updates .view-block .card-rounded:hover .views-field-title a, .view-updates .view-block .two-column-layout.boxed .row.content .col-lg-12 .field:hover .views-field-title a, .two-column-layout.boxed .row.content .col-lg-12 .view-updates .view-block .field:hover .views-field-title a, .view-updates .view-block .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row:hover .views-field-title a, .two-column-layout.paragraph-fullwidth .view-updates .view-block .fast_facts > .col-lg-12 > .row:hover .views-field-title a, .view-updates .view-block .double-banner-callout.boxed .content-block .banner-block:hover .views-field-title a, .double-banner-callout.boxed .content-block .view-updates .view-block .banner-block:hover .views-field-title a, .view-updates .view-block .fast-facts-fullwidth.boxed .wrapper-block:hover .views-field-title a, .fast-facts-fullwidth.boxed .view-updates .view-block .wrapper-block:hover .views-field-title a, .view-updates .view-block .three-column-layout.boxed .row.content .col-lg-12 .field:hover .views-field-title a, .three-column-layout.boxed .row.content .col-lg-12 .view-updates .view-block .field:hover .views-field-title a {
  text-decoration: underline;
}
.view-updates .view-block .views-field-title a {
  text-decoration: none;
}
.view-updates .view-block .views-field {
  flex-basis: 100%;
  width: 100%;
}
.view-updates .view-block .view-block-footer {
  margin-top: 34px;
  align-self: flex-end;
}

.blog-view {
  /**
  * Colour
  **/
  /**
  * Card
  **/
}
.view-block-paragraph.navy .blog-view h2 {
  color: #ffffff;
}
.view-block-paragraph.navy .blog-view .lower-content {
  color: #112542;
  background: #ffffff;
}
.blog-view .blog-card {
  filter: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.61, 0.21, 0.49, 0.99);
  margin-bottom: 25px;
  cursor: pointer;
}
.blog-view .blog-card:hover {
  filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.25)) !important;
  transform: translate3d(0, -10px, 0) !important;
}
.blog-view .blog-card .title a {
  text-decoration: none;
}
.blog-view .blog-card:hover .title a {
  text-decoration: underline;
}
.blog-view .blog-card h2 {
  color: #ffffff;
}
.blog-view .image {
  height: 200px;
}
.blog-view .image img {
  border-radius: 25px 25px 0 0;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-view .lower-content {
  position: relative;
  background: #112542;
  color: #ffffff;
  padding: 25px;
  min-height: 280px;
  border-radius: 0 0 25px 25px;
}
.blog-view .lower-content .title a {
  font-size: 22px;
  color: white;
}
.blog-view .lower-content .date {
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
}

.view-evidence-exchange .view-filters .search input#edit-submit-evidence-exchange--2 {
  border: 2px solid #112542;
}
.view-evidence-exchange .view-filters .search input#edit-submit-evidence-exchange--2:hover {
  border-color: transparent;
}
.view-evidence-exchange .view-filters .search input#edit-reset-evidence-exchange {
  display: none;
}
@media (min-width: 1200px) {
  .view-evidence-exchange .view-filters .card-rounded input:first-of-type, .view-evidence-exchange .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field input:first-of-type, .two-column-layout.boxed .row.content .col-lg-12 .view-evidence-exchange .view-filters .field input:first-of-type, .view-evidence-exchange .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row input:first-of-type, .two-column-layout.paragraph-fullwidth .view-evidence-exchange .view-filters .fast_facts > .col-lg-12 > .row input:first-of-type, .view-evidence-exchange .view-filters .double-banner-callout.boxed .content-block .banner-block input:first-of-type, .double-banner-callout.boxed .content-block .view-evidence-exchange .view-filters .banner-block input:first-of-type, .view-evidence-exchange .view-filters .fast-facts-fullwidth.boxed .wrapper-block input:first-of-type, .fast-facts-fullwidth.boxed .view-evidence-exchange .view-filters .wrapper-block input:first-of-type, .view-evidence-exchange .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field input:first-of-type, .three-column-layout.boxed .row.content .col-lg-12 .view-evidence-exchange .view-filters .field input:first-of-type {
    float: none;
    left: 57%;
    position: relative;
  }
  .view-evidence-exchange .view-filters .card-rounded #edit-reset, .view-evidence-exchange .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .two-column-layout.boxed .row.content .col-lg-12 .view-evidence-exchange .view-filters .field #edit-reset, .view-evidence-exchange .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row #edit-reset, .two-column-layout.paragraph-fullwidth .view-evidence-exchange .view-filters .fast_facts > .col-lg-12 > .row #edit-reset, .view-evidence-exchange .view-filters .double-banner-callout.boxed .content-block .banner-block #edit-reset, .double-banner-callout.boxed .content-block .view-evidence-exchange .view-filters .banner-block #edit-reset, .view-evidence-exchange .view-filters .fast-facts-fullwidth.boxed .wrapper-block #edit-reset, .fast-facts-fullwidth.boxed .view-evidence-exchange .view-filters .wrapper-block #edit-reset, .view-evidence-exchange .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .three-column-layout.boxed .row.content .col-lg-12 .view-evidence-exchange .view-filters .field #edit-reset {
    margin-left: 10px;
  }
}
.view-evidence-exchange .view-filters .card-rounded #edit-reset, .view-evidence-exchange .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .two-column-layout.boxed .row.content .col-lg-12 .view-evidence-exchange .view-filters .field #edit-reset, .view-evidence-exchange .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row #edit-reset, .two-column-layout.paragraph-fullwidth .view-evidence-exchange .view-filters .fast_facts > .col-lg-12 > .row #edit-reset, .view-evidence-exchange .view-filters .double-banner-callout.boxed .content-block .banner-block #edit-reset, .double-banner-callout.boxed .content-block .view-evidence-exchange .view-filters .banner-block #edit-reset, .view-evidence-exchange .view-filters .fast-facts-fullwidth.boxed .wrapper-block #edit-reset, .fast-facts-fullwidth.boxed .view-evidence-exchange .view-filters .wrapper-block #edit-reset, .view-evidence-exchange .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field #edit-reset, .three-column-layout.boxed .row.content .col-lg-12 .view-evidence-exchange .view-filters .field #edit-reset {
  background: #fff;
  border: solid 2px #112542;
  color: #112542;
}
.view-evidence-exchange .view-filters .card-rounded input#edit-reset-evidence-exchange, .view-evidence-exchange .view-filters .two-column-layout.boxed .row.content .col-lg-12 .field input#edit-reset-evidence-exchange, .two-column-layout.boxed .row.content .col-lg-12 .view-evidence-exchange .view-filters .field input#edit-reset-evidence-exchange, .view-evidence-exchange .view-filters .two-column-layout.paragraph-fullwidth .fast_facts > .col-lg-12 > .row input#edit-reset-evidence-exchange, .two-column-layout.paragraph-fullwidth .view-evidence-exchange .view-filters .fast_facts > .col-lg-12 > .row input#edit-reset-evidence-exchange, .view-evidence-exchange .view-filters .double-banner-callout.boxed .content-block .banner-block input#edit-reset-evidence-exchange, .double-banner-callout.boxed .content-block .view-evidence-exchange .view-filters .banner-block input#edit-reset-evidence-exchange, .view-evidence-exchange .view-filters .fast-facts-fullwidth.boxed .wrapper-block input#edit-reset-evidence-exchange, .fast-facts-fullwidth.boxed .view-evidence-exchange .view-filters .wrapper-block input#edit-reset-evidence-exchange, .view-evidence-exchange .view-filters .three-column-layout.boxed .row.content .col-lg-12 .field input#edit-reset-evidence-exchange, .three-column-layout.boxed .row.content .col-lg-12 .view-evidence-exchange .view-filters .field input#edit-reset-evidence-exchange {
  color: #112542;
  background-color: #ffffff;
  border: 2px solid #112542;
}

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