@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=106.25em&phone=0em&phablet=34.375em&tablet-p=48em&tablet-l=64em&laptop=80em&desktop=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #b2b9c1;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #838383;
  background-color: #fff;
  box-shadow: 0 0 5px #b2b9c1;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #d9dce0;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #4a4a4a;
}

::placeholder {
  color: #4a4a4a;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #b2b9c1;
  background: #d9dce0;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #b2b9c1;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #b2b9c1;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28131, 131, 131%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #838383;
  background-color: #fff;
  box-shadow: 0 0 5px #b2b9c1;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #d9dce0;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.125rem;
  }
  h3, .h3 {
    font-size: 1.8125rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.375rem;
  }
  h6, .h6 {
    font-size: 1.25rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #b2b9c1;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #d9dce0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #838383;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #838383;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.phone-text-left {
  text-align: left;
}

.phone-text-right {
  text-align: right;
}

.phone-text-center {
  text-align: center;
}

.phone-text-justify {
  text-align: justify;
}

@media screen and (min-width: 34.375em) {
  .phablet-text-left {
    text-align: left;
  }
  .phablet-text-right {
    text-align: right;
  }
  .phablet-text-center {
    text-align: center;
  }
  .phablet-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .tablet-l-text-left {
    text-align: left;
  }
  .tablet-l-text-right {
    text-align: right;
  }
  .tablet-l-text-center {
    text-align: center;
  }
  .tablet-l-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 48em) {
  .tablet-p-text-left {
    text-align: left;
  }
  .tablet-p-text-right {
    text-align: right;
  }
  .tablet-p-text-center {
    text-align: center;
  }
  .tablet-p-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 80em) {
  .laptop-text-left {
    text-align: left;
  }
  .laptop-text-right {
    text-align: right;
  }
  .laptop-text-center {
    text-align: center;
  }
  .laptop-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .desktop-text-left {
    text-align: left;
  }
  .desktop-text-right {
    text-align: right;
  }
  .desktop-text-center {
    text-align: center;
  }
  .desktop-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #b2b9c1;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #d9dce0;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #d9dce0;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #d9dce0;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #d9dce0;
  border-bottom: 0;
  background-color: #fff;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #d9dce0;
}

.tabs {
  margin: 0;
  border: 1px solid #d9dce0;
  background: #fff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #d9dce0;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #d9dce0;
  border-top: 0;
  background: #fff;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #d9dce0;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.phone-horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.phone-vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.phone-expanded li {
  flex: 1 1 0px;
}
.menu.phone-simple li {
  flex: 1 1 0px;
}
@media screen and (min-width: 34.375em) {
  .menu.phablet-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.phablet-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.phablet-expanded li {
    flex: 1 1 0px;
  }
  .menu.phablet-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  .menu.tablet-l-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.tablet-l-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.tablet-l-expanded li {
    flex: 1 1 0px;
  }
  .menu.tablet-l-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 48em) {
  .menu.tablet-p-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.tablet-p-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.tablet-p-expanded li {
    flex: 1 1 0px;
  }
  .menu.tablet-p-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 80em) {
  .menu.laptop-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.laptop-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.laptop-expanded li {
    flex: 1 1 0px;
  }
  .menu.laptop-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.desktop-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.desktop-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.desktop-expanded li {
    flex: 1 1 0px;
  }
  .menu.desktop-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fff;
}
.menu .active > a {
  background: #1779ba;
  color: #fff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #b2b9c1;
  box-shadow: 0 7px 0 #b2b9c1, 0 14px 0 #b2b9c1;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.phone-horizontal > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu.phone-horizontal > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu.phone-vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.phone-vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.phone-vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media screen and (min-width: 34.375em) {
  .dropdown.menu.phablet-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.phablet-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.phablet-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.phablet-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.phablet-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.tablet-l-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.tablet-l-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.tablet-l-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.tablet-l-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.tablet-l-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 48em) {
  .dropdown.menu.tablet-p-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.tablet-p-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.tablet-p-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.tablet-p-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.tablet-p-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 80em) {
  .dropdown.menu.laptop-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.laptop-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.laptop-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.laptop-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.laptop-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.desktop-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.desktop-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.desktop-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.desktop-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.desktop-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #b2b9c1;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(20, 19, 52, 0.9);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #b2b9c1;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.hide-for-phone {
  display: none !important;
}

.show-for-phone {
  display: none !important;
}

@media screen and (max-width: 34.37375em) {
  .hide-for-phone-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 34.375em) {
  .show-for-phone-only {
    display: none !important;
  }
}

@media screen and (min-width: 34.375em) {
  .hide-for-phablet {
    display: none !important;
  }
}

@media screen and (max-width: 34.37375em) {
  .show-for-phablet {
    display: none !important;
  }
}

@media screen and (min-width: 34.375em) and (max-width: 47.99875em) {
  .hide-for-phablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 34.37375em), screen and (min-width: 48em) {
  .show-for-phablet-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-tablet-l {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-tablet-l {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .hide-for-tablet-l-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 80em) {
  .show-for-tablet-l-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-tablet-p {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-tablet-p {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-tablet-p-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-tablet-p-only {
    display: none !important;
  }
}

@media screen and (min-width: 80em) {
  .hide-for-laptop {
    display: none !important;
  }
}

@media screen and (max-width: 79.99875em) {
  .show-for-laptop {
    display: none !important;
  }
}

@media screen and (min-width: 80em) and (max-width: 89.99875em) {
  .hide-for-laptop-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.99875em), screen and (min-width: 90em) {
  .show-for-laptop-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-desktop-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/images/static/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
  font-family: sans-serif;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}

.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.media-video__transcript .accordion-content .rtf::-webkit-scrollbar, .section-nav__subsection::-webkit-scrollbar, .section-nav__items::-webkit-scrollbar, .custom-select2 .select2-results__options::-webkit-scrollbar,
.custom-select-dropdown .select2-results__options::-webkit-scrollbar,
.media-video__transcript .accordion-content .rtf ::-webkit-scrollbar,
.section-nav__subsection ::-webkit-scrollbar,
.section-nav__items ::-webkit-scrollbar,
.custom-select2 .select2-results__options ::-webkit-scrollbar,
.custom-select-dropdown .select2-results__options ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 0.375rem;
  width: 0.375rem;
}
.media-video__transcript .accordion-content .rtf::-webkit-scrollbar-track, .section-nav__subsection::-webkit-scrollbar-track, .section-nav__items::-webkit-scrollbar-track, .custom-select2 .select2-results__options::-webkit-scrollbar-track,
.custom-select-dropdown .select2-results__options::-webkit-scrollbar-track,
.media-video__transcript .accordion-content .rtf ::-webkit-scrollbar-track,
.section-nav__subsection ::-webkit-scrollbar-track,
.section-nav__items ::-webkit-scrollbar-track,
.custom-select2 .select2-results__options ::-webkit-scrollbar-track,
.custom-select-dropdown .select2-results__options ::-webkit-scrollbar-track {
  background: rgba(131, 131, 131, 0.5);
  border-radius: 0.1875rem;
}
.media-video__transcript .accordion-content .rtf::-webkit-scrollbar-thumb, .section-nav__subsection::-webkit-scrollbar-thumb, .section-nav__items::-webkit-scrollbar-thumb, .custom-select2 .select2-results__options::-webkit-scrollbar-thumb,
.custom-select-dropdown .select2-results__options::-webkit-scrollbar-thumb,
.media-video__transcript .accordion-content .rtf ::-webkit-scrollbar-thumb,
.section-nav__subsection ::-webkit-scrollbar-thumb,
.section-nav__items ::-webkit-scrollbar-thumb,
.custom-select2 .select2-results__options ::-webkit-scrollbar-thumb,
.custom-select-dropdown .select2-results__options ::-webkit-scrollbar-thumb {
  background: #838383;
  border-radius: 0.1875rem;
}

.media-video-playlist .video-playlist__navigation-inner::-webkit-scrollbar,
.media-video-playlist .video-playlist__navigation-inner ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 0.375rem;
  width: 0.375rem;
}
.media-video-playlist .video-playlist__navigation-inner::-webkit-scrollbar-track,
.media-video-playlist .video-playlist__navigation-inner ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
}
.media-video-playlist .video-playlist__navigation-inner::-webkit-scrollbar-thumb,
.media-video-playlist .video-playlist__navigation-inner ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.1875rem;
}

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

.icon-close {
  display: block;
}
.icon-close::before, .icon-close::after {
  background-color: #fff;
  content: " ";
  height: 18px;
  left: 7px;
  position: absolute;
  top: 2px;
  width: 2px;
}
.icon-close::before {
  transform: rotate(45deg);
}
.icon-close::after {
  transform: rotate(-45deg);
}

.underline {
  text-decoration: underline;
}

.rtf strong {
  font-weight: 700 !important;
}

a,
svg,
button {
  transition: 0.4s;
}

a,
button {
  cursor: pointer;
  transition-property: color, opacity, border, background;
}

a:focus {
  color: currentColor;
}

svg {
  transition-property: opacity, fill, stroke, transform;
}

.u-sr-only {
  height: 1px;
  left: -10000em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.u-no-wrap {
  white-space: nowrap;
}

@media screen and (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
  }
  img {
    transform: scale(1) !important;
  }
}
.js-debug {
  font-size: 1.125rem;
  line-height: 1.5rem;
  background-color: #fff;
  left: 0;
  padding: 0.75rem;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
}

.alt-bg-color {
  background-color: #F5FAFD;
}
.alt-bg-color > :first-child {
  padding-top: 5.4375rem;
  margin-top: 0;
}
.alt-bg-color > :first-child.cta--full .cta__inner {
  margin-top: 0;
}
.alt-bg-color > :last-child {
  padding-bottom: 6.125rem;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.js-input-search-wrapper {
  position: relative;
}
.js-input-search-wrapper input[type=search] {
  width: 100%;
}

.js-input-search-clear {
  display: none;
  position: absolute;
  bottom: 0;
  top: -0.125rem;
  margin: auto;
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
}
.js-input-search-clear::after {
  content: url("/assets/images/icons/close-green.svg");
  width: 100%;
  height: 100%;
}

html,
body {
  color: #303030;
  max-width: 100%;
  width: 100%;
  overscroll-behavior: none;
}

html {
  height: 100%;
  overflow-x: hidden;
}
html.is-scroll-locked {
  max-height: 100vh;
  overflow-y: hidden;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  position: relative;
}

html {
  min-height: -webkit-fill-available;
}

ul,
li {
  list-style: none;
  margin: 0;
}

.slick-next:focus,
.slick-list:focus,
select:focus,
textarea:focus {
  outline: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.skip-links {
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
}
.skip-links a {
  color: #fff;
  display: block;
  margin-left: 1rem;
  position: absolute;
  top: 1rem;
}

.main {
  position: relative;
}
.u-no-hero .main {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 64em) {
  .u-no-hero .main {
    margin-top: 10rem;
    padding-top: 0;
  }
}
.blog-category__no-hero .main {
  margin-top: -0.625rem;
  padding-top: 0;
}
@media screen and (min-width: 64em) {
  .blog-category__no-hero .main {
    margin-top: 6.25rem;
    padding-top: 0;
  }
}

.pagination,
.u-content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .pagination,
  .u-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .pagination,
  .u-content {
    max-width: 90rem;
  }
}
@media screen and (min-width: 80em) {
  .pagination,
  .u-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .pagination,
  .u-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.pagination .u-content,
.u-content .u-content {
  padding: 0;
}

.u-content-wide {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .u-content-wide {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .u-content-wide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .u-content-wide {
    max-width: 90rem;
  }
}

.u-content-narrow {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .u-content-narrow {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .u-content-narrow {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.rtf {
  margin: 1.25rem 0 2.5rem;
}
@media screen and (min-width: 64em) {
  .rtf {
    margin: 2.5rem 0 3rem;
  }
}
.main > .content-block > .rtf {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main > .content-block > .rtf {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .main > .content-block > .rtf {
    max-width: 90rem;
  }
}
@media screen and (min-width: 80em) {
  .main > .content-block > .rtf {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .main > .content-block > .rtf {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .main > .content-block > .rtf {
    margin-top: 5.3125rem;
  }
}
.rtf.u-content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 64em) {
  .col-main > .rtf:first-child {
    margin-top: 5.3125rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .col-main > .rtf:first-child {
    margin-top: 0;
  }
}
.rtf img {
  border-radius: 0.75rem;
}
.rtf ol li {
  padding-left: 30px !important;
}

.col-side {
  flex-shrink: 1;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .col-side {
    flex: 0 0 36%;
    margin-right: auto;
    width: 36%;
  }
}
@media screen and (min-width: 80em) {
  .col-side {
    flex: 0 0 32%;
    margin-right: auto;
    width: 32%;
  }
}

.col-main {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .col-main {
    flex: 0 0 64%;
    margin-left: auto;
    width: 64%;
  }
}
@media screen and (min-width: 80em) {
  .col-main {
    flex: 0 0 68%;
    margin-left: auto;
    width: 68%;
  }
}
@media screen and (min-width: 64em) {
  .col-main:only-child {
    margin-left: 36%;
  }
}
@media screen and (max-width: 63.99875em) {
  .col-main > *:first-child {
    margin-top: 0;
  }
}

.two-col {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .two-col {
    flex-direction: column;
  }
  .two-col.u-content .col-main .page-title {
    text-align: center;
  }
  .two-col .col-bottom-mobile {
    order: 1;
  }
}
.two-col .two-col {
  gap: 1.25rem;
}
.two-col .two-col .col-main {
  flex-grow: 1;
  flex-shrink: 1;
}
.two-col .two-col .col-main > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 80em) {
  .two-col .two-col {
    gap: 2.8125rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .two-col .two-col {
    gap: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .two-col--sidebar-right .col-main {
    margin-left: 0;
    margin-right: auto;
  }
  .two-col--sidebar-right .col-main:only-child {
    margin-right: 20%;
  }
  .two-col--sidebar-right .col-side {
    margin-left: auto;
    margin-right: 0;
    order: 1;
  }
}
.u-flex {
  display: flex;
}

.u-flex--center {
  align-items: center;
  justify-content: center;
}

.no-margin-bottom + * {
  margin-top: 0 !important;
}

@media print {
  .col-main, .header-desktop .main-nav__items {
    display: block !important;
  }
  .header-desktop .utility-nav-container, .header-desktop .utility-nav-right {
    position: static;
    display: block;
  }
  .breadcrumbs, .header-mobile__navigation-toggle, .header-mobile {
    display: none;
  }
  .accordion .accordion-content {
    display: block;
  }
  a[href]:after {
    content: none !important;
  }
}
.icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 1.375rem;
  justify-content: center;
  line-height: inherit !important;
  position: relative;
  text-align: center;
  transition: 0.4s;
  transition-property: transform, fill, stroke;
  vertical-align: top;
  width: 1.375rem;
}

.image-wrap {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.image-wrap > * {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: inherit;
}
.image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-wrap--1-1 > * {
  padding-top: 100%;
}
.image-wrap--4-3 > * {
  padding-top: 75%;
}
.image-wrap--3-2 > * {
  padding-top: 66.6666666667%;
}
.image-wrap--16-10 > * {
  padding-top: 62.5%;
}
.image-wrap--16-9 > * {
  padding-top: 56.25%;
}
.image-wrap--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

img[data-src] {
  opacity: 0;
  transition: opacity 0.4s;
}
img[data-src].lazyloaded {
  opacity: 1;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.js-select2-dropdown {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  height: 68px !important;
  margin: 0;
  white-space: nowrap !important;
}

.multi-select__label {
  display: none;
}
.select2 ~ .multi-select__label {
  display: block;
}

.custom-select2,
.custom-select-dropdown {
  position: relative;
}
.custom-select2 .select2-selection__choice,
.custom-select-dropdown .select2-selection__choice {
  display: none;
}
.custom-select2 .select2-container--default .select2-selection--multiple,
.custom-select-dropdown .select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.custom-select2 .select2-container,
.custom-select-dropdown .select2-container {
  cursor: pointer;
  position: relative;
}
.custom-select2 .multi-select__label,
.custom-select-dropdown .multi-select__label {
  bottom: 0.8125rem;
  left: 1.25rem;
  max-width: calc(100% - 64px);
  pointer-events: none;
  position: absolute;
}
.custom-select2 .select2-container--focus ~ .multi-select__label,
.custom-select2 .select2-container--open ~ .multi-select__label,
.custom-select-dropdown .select2-container--focus ~ .multi-select__label,
.custom-select-dropdown .select2-container--open ~ .multi-select__label {
  display: none;
}

@keyframes loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.loading__bar {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0 !important;
  vertical-align: top;
  transition: 0.3s ease;
  transition-delay: 0s;
  transition-property: all !important;
  pointer-events: none;
}
.loading__bar::before, .loading__bar::after {
  content: "";
  position: relative;
  top: auto;
  left: auto;
  display: block;
  order: 0;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border-radius: 50%;
  border-style: solid;
}
.loading__bar::before {
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-collapse: collapse;
  opacity: 0.9;
  animation-name: loading-rotate;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.loading__bar::after {
  position: absolute;
  border: 2px solid;
  opacity: 0.2;
}
.loading__bar * {
  order: 1;
}
.loading__bar *:first-child {
  margin-left: 8px;
}
.loading__bar.flex-dir-column span {
  margin-top: 0.625rem;
}

.loading {
  position: relative;
}
.loading:not(.loading--loaded) {
  pointer-events: none;
}
.loading:not(.loading--loaded) > ul {
  pointer-events: none !important;
}
.loading > * {
  transition: opacity 0.3s;
  opacity: 0.2;
}
.loading--loaded > * {
  transition-delay: 0.3s;
  opacity: 1;
}
.loading > .loading__bar {
  z-index: 2;
  position: absolute;
  top: 10%;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.loading--loaded > .loading__bar {
  transition-delay: 0.15s;
  opacity: 0;
}

.btn .loading__bar {
  left: auto;
}

.button,
.twitter-widget .twitter-link {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 1rem 2.25rem;
  transition: 0.4s;
  transition-property: color, background, border;
}

.button,
.icon-link,
.twitter-widget .twitter-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}

.input-checkbox {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
}
.input-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0.125rem;
  display: inline-block;
  height: 1.5rem;
  pointer-events: none;
  vertical-align: top;
  width: 1.5rem;
}
.input-checkbox .input-checkbox__label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.input-checkbox.disabled {
  opacity: 0.65;
  pointer-events: none;
}

/* YAPL
name: (COMP-39) Accordion
partial: accordion
context: accordion.default
notes: |
  - [COMP-39 Accordion] (https://berndtgroup.atlassian.net/browse/BAY-735)
*/
.accordion-component {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2.5rem;
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 40em) {
  .accordion-component {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .accordion-component {
    max-width: 90rem;
  }
}
@media screen and (min-width: 80em) {
  .accordion-component {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .accordion-component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.col-main .accordion-component {
  padding: 0;
}
.content-block > .accordion-component {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .content-block > .accordion-component {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .content-block > .accordion-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.accordion-component .accordion-item:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
}
.accordion-component .accordion-item:last-child > .accordion-content:last-child {
  border: none;
}
.accordion-component .accordion-title::before {
  display: none;
}
[data-whatinput=initial] .accordion-component .accordion-title:hover, [data-whatinput=initial] .accordion-component .accordion-title:focus, [data-whatintent=mouse] .accordion-component .accordion-title:hover, [data-whatintent=keyboard] .accordion-component .accordion-title:focus {
  background: none !important;
}
.accordion-component .accordion-title:focus {
  background: none !important;
}
@media screen and (max-width: 79.99875em) {
  .accordion-component .accordion-title {
    padding: 1.75rem 1.25rem 0 1.25rem !important;
  }
  .accordion-component .accordion-title .accordion-title-inner .accordion-title__text {
    font-size: 1.25rem;
  }
}
.accordion-component .accordion-content {
  background: none;
}
@media screen and (max-width: 79.99875em) {
  .accordion-component .accordion-content {
    padding: 0 1.25rem 1.25rem 1.25rem !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .accordion-component {
    padding: 0 1.25rem !important;
  }
}

.accordion-component__title {
  margin-bottom: 1.875rem;
  text-transform: none !important;
}

.accordion-title,
.accordion-content {
  border: none;
}

.accordion-title {
  padding: 1.25rem 0;
  width: 100%;
}
.accordion-item.is-active .accordion-title .accordion-icon--plus {
  display: none;
}
.accordion-item:not(.is-active) .accordion-title .accordion-icon--minus {
  display: none;
}

.accordion-title-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.accordion-title-inner .icon {
  margin-left: 0.5rem;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: transparent !important;
}

/* YAPL
name: Alert Banner
partial: alert-banner
context: alert-banner.primary
notes: |
  - [COMP-3 Alert Banner >](https://berndtgroup.atlassian.net/browse/BAY-739)
*/
.alert-banner {
  max-height: 18.75rem;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: max-height 0.8s;
}
.alert-banner .close-button {
  height: 1.5625rem;
  width: 1.5625rem;
  opacity: 1;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  transition: opacity 0.4s;
}
[data-whatinput=initial] .alert-banner .close-button:hover, [data-whatinput=initial] .alert-banner .close-button:focus, [data-whatintent=mouse] .alert-banner .close-button:hover, [data-whatintent=keyboard] .alert-banner .close-button:focus {
  opacity: 0.75;
}
.is-stuck:not(.is-anchored) .alert-banner {
  max-height: 0;
}
.alert-banner:not(:first-child) {
  border-top: 0.125rem solid white;
}
@media screen and (max-width: 79.99875em) {
  .alert-banner {
    max-height: none;
  }
}

.alert-banner__inner {
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 1.25rem 4.375rem 1.375rem;
  position: relative;
}
@media screen and (max-width: 79.99875em) {
  .alert-banner__inner {
    padding: 0.625rem 2.1875rem 0.75rem 1.25rem;
  }
}

.alert-banner__content {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 64em) {
  .alert-banner__content {
    align-items: center;
    justify-content: space-between;
  }
}

.alert-banner__icon {
  width: 5rem;
  margin-right: 1.25rem;
  position: relative;
  top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .alert-banner__icon {
    width: 5.125rem;
    position: static;
  }
}

.alert-banner__cta {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  align-items: baseline;
  display: inline-flex;
  flex-shrink: 0;
  padding: 0.5625rem 0 0.125rem;
}
.alert-banner__cta::after {
  background-image: url("/assets/images/icons/arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  position: relative;
  right: 0;
  top: 0.0625rem;
  transform: translateX(0);
  transition: transform 0.4s;
  will-change: transform;
}
[data-whatinput=initial] .alert-banner__cta:hover::after, [data-whatinput=initial] .alert-banner__cta:focus::after, [data-whatintent=mouse] .alert-banner__cta:hover::after, [data-whatintent=keyboard] .alert-banner__cta:focus::after {
  transform: translateX(6px);
}
@media screen and (max-width: 79.99875em) {
  .alert-banner__cta {
    max-width: 90%;
    position: relative;
  }
  .alert-banner__cta::after {
    position: absolute;
    width: 1rem;
    height: 1rem !important;
    top: 0.625rem;
    right: -1.5625rem;
  }
}

.alert-banner__cta__inner {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 700;
}
@media screen and (min-width: 64em) {
  .alert-banner__cta__inner {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 700;
  }
}

.alert-banner--closed {
  display: none !important;
  visibility: hidden !important;
}

.alert-banner__title {
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 700;
  display: block;
  padding: 0.5rem 0;
  position: relative;
}
.alert-banner__title p {
  display: inline-block;
  margin-right: 1.5rem;
}
.alert-banner__title .title-sub {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .alert-banner__title .title-sub {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 64em) {
  .alert-banner__title {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    font-weight: 700;
  }
}

.alert-banner--primary {
  background: red;
  color: white;
}
.alert-banner--primary .alert-banner__cta {
  color: white;
}
.alert-banner--primary .alert-banner__cta::after {
  background-image: url("/assets/images/icons/arrow-white.svg");
}

.alert-banner--secondary {
  background: white;
  color: black;
  font-weight: 600;
}
.alert-banner--secondary .icon-close::before, .alert-banner--secondary .icon-close::after {
  background-color: white;
}
.alert-banner--secondary .alert-banner__cta {
  color: white;
}
.alert-banner--secondary .alert-banner__cta::after {
  background-image: url("/assets/images/icons/arrow-white.svg");
  border-color: white;
}

.alert-banner--emergency {
  background: red;
  color: #fff;
}
.alert-banner--emergency .alert-banner__cta {
  color: #fff;
}
.alert-banner--emergency .alert-banner__cta::after {
  background-image: url("/assets/images/icons/arrow-white.svg");
}

.alert-banner__content-wrap {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .alert-banner__content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* YAPL
name: (COMP-11) CTA Set with Background Image and Icons
partial: cta-grid
context: cta-grid.care-types
notes: |
  - [COMP-11 CTA Set with Background Image and Icons] (https://berndtgroup.atlassian.net/browse/BAY-561)
*/
.cta-grid {
  padding: 6.25rem 0;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .cta-grid {
    padding: 3.75rem 0;
  }
}
.cta-grid .u-content {
  position: relative;
  z-index: 2;
}

.cta-grid__bg-image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 63.99875em) {
  .cta-grid__bg-image {
    display: none;
  }
}

.cta-grid__items {
  display: flex;
  flex-direction: column;
  margin: 3.4375rem 0 2rem;
}
.cta-grid__items .item__icon {
  max-width: 3.75rem;
}
@media screen and (min-width: 64em) {
  .cta-grid__items {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
}
@media screen and (max-width: 63.99875em) {
  .cta-grid__items {
    gap: 1.125rem;
  }
}
.cta-grid__items .item {
  display: block;
}
.cta-grid__items .item__link {
  align-items: flex-start;
  display: flex;
  height: 100%;
  padding: 1.625rem;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 63.99875em) {
  .cta-grid__items .item__link {
    flex-wrap: wrap;
    padding-bottom: 1.375rem;
  }
}
@media screen and (min-width: 64em) {
  .cta-grid__items .item__link {
    flex-direction: column;
  }
}
@media screen and (max-width: 63.99875em) {
  .cta-grid__items .item__text {
    flex-basis: calc(100% - 80px);
    flex-shrink: 1;
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  [data-max-columns="3"] .cta-grid__items .item {
    width: calc(33.33% - 22px);
  }
}
.col-main > [data-max-columns="3"] .cta-grid__items .item, [data-max-columns="1"] .cta-grid__items .item {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .col-main > [data-max-columns="3"] .cta-grid__items .item__link, [data-max-columns="1"] .cta-grid__items .item__link {
    flex-direction: row;
    gap: 1.25rem;
  }
  .col-main > [data-max-columns="3"] .cta-grid__items .item__icon, [data-max-columns="1"] .cta-grid__items .item__icon {
    margin-right: 1.25rem;
  }
}

/* YAPL
name: (COMP-86) Event Information - Single
partial: event-information
context: event-information.single
notes: |
  - [COMP-86 Event Information] (https://berndtgroup.atlassian.net/browse/BAY-1717)
*/
/* YAPL
name: (COMP-86) Event Information - Recurring
partial: event-information
context: event-information.recurring
notes: |
  - [COMP-86 Event Information] (https://berndtgroup.atlassian.net/browse/BAY-1717)
*/
.event-information {
  margin: 5rem 0;
}
.event-information:has(+ .two-col--sidebar-right) {
  margin-bottom: 0;
}
.event-information + .two-col--sidebar-right .col-main > .rtf:first-child {
  margin-top: 0;
}
.event-information .event__location {
  display: flex;
}
@media screen and (min-width: 64em) {
  .event-information .event__location {
    gap: 0.375rem;
  }
}
@media screen and (min-width: 64em) {
  .event-information .col-main .rtf {
    margin-top: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .event-information .col-main .rtf {
    margin-top: 1.875rem;
  }
}
.event-information .col-main .rtf h5 {
  margin-bottom: 1rem;
}

.event-information__content {
  margin-bottom: 3.75rem;
  padding: 2.5rem;
}
@media screen and (min-width: 64em) {
  .event-information__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 63.99875em) {
  .event-information__content {
    padding: 2.5rem 1rem;
  }
  .event-information__content .event__title {
    margin-bottom: 1.25rem;
  }
}
.event-information__content .col-left,
.event-information__content .col-right {
  margin: 0 auto;
  width: auto;
}

.event-information__details {
  display: flex;
}
.event-information__details .event__tags,
.event-information__details .event__ctas {
  display: flex;
  width: 100%;
}
.event-information__details .event__tags {
  gap: 0.5rem;
  margin: 0.875rem 0;
}
.event-information__details .event__ctas {
  gap: 1.25rem;
}
@media screen and (min-width: 64em) {
  .event-information__details {
    flex-wrap: wrap;
  }
  .event-information__details .col-left,
  .event-information__details .col-right {
    flex: 1 1 100%;
  }
  .event-information__details .event__ctas {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 80em) {
  .event-information__details .col-left,
  .event-information__details .col-right {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 63.99875em) {
  .event-information__details {
    align-items: center;
    flex-direction: column;
  }
  .event-information__details .event__tags,
  .event-information__details .event__ctas {
    flex-direction: column;
  }
  .event-information__details .event__tags {
    align-items: center;
  }
  .event-information__details .event__ctas {
    align-items: stretch;
    margin: 0 auto;
    max-width: 23.75rem;
  }
  .event-information__details .bold {
    display: inline-block;
    margin-right: 0.375rem;
    text-align: right;
    width: 5rem;
  }
}

.event-information__contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem;
}
@media screen and (min-width: 64em) {
  .event-information__contact {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .event-information__contact {
    margin-bottom: 2.5rem;
  }
}
.event-information__contact img {
  margin-bottom: 0.875rem;
  max-width: 1.875rem;
}

@media screen and (max-width: 63.99875em) {
  .event-information__content,
  .event-information__contact {
    margin: 1.25rem auto;
    max-width: 30rem;
  }
}
.event-information__recurring .cta__wrapper {
  display: flex;
  margin-top: 2.5rem;
}
@media screen and (max-width: 63.99875em) {
  .event-information__recurring .cta__wrapper {
    flex-direction: column;
    margin: 2.5rem auto 0;
    max-width: 23.75rem;
  }
}
@media screen and (min-width: 64em) {
  .event-information__recurring .cta__wrapper {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .event-information__recurring .cta {
    min-width: 14.0625rem;
  }
}

@media screen and (min-width: 64em) {
  .recurring-events-list {
    padding-left: 2.5rem;
  }
}

.recurring-events-list__item {
  margin: 1.25rem 0;
  position: relative;
}
@media screen and (min-width: 64em) {
  .recurring-events-list__item {
    padding: 1.875rem 1.875rem 1.875rem 4.375rem;
  }
  .recurring-events-list__item .item__details {
    display: flex;
    gap: 1.875rem;
  }
  .recurring-events-list__item .col-left,
  .recurring-events-list__item .col-right {
    flex: 1 1 50%;
  }
  .recurring-events-list__item .col-right {
    display: flex;
    flex-direction: column;
  }
  .recurring-events-list__item .details__cta {
    margin-left: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .recurring-events-list__item {
    margin: 3.75rem auto;
    max-width: 30rem;
    padding: 3.75rem 1.25rem 1.875rem;
  }
  .recurring-events-list__item .details__cta {
    width: 100%;
  }
}
.recurring-events-list__item .item__teaser {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .recurring-events-list__item .col-left {
    margin-bottom: 1.25rem;
  }
}
.recurring-events-list__item .col-left > div:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.recurring-events-list__item .event__location {
  gap: 0.375rem;
}
.recurring-events-list__item .details__list > *:not(:first-child) {
  margin-left: 1.25rem;
}
.recurring-events-list__item .details__cta {
  margin-top: 1.875rem;
  min-width: 12.5rem;
  text-align: center;
}
.recurring-events-list__item span.button {
  min-width: 12.5rem;
  text-align: center;
}
.recurring-events-list__item span.button--primary {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.recurring-events-list__item span.button--primary a {
  color: white;
}
.recurring-events-list__item span.button--secondary {
  margin-bottom: 0.625rem;
}
.recurring-events-list__item span.button::after {
  margin-left: -1.0625rem;
}
[data-whatinput=initial] .recurring-events-list__item span.button:hover::after, [data-whatinput=initial] .recurring-events-list__item span.button:focus::after, [data-whatintent=mouse] .recurring-events-list__item span.button:hover::after, [data-whatintent=keyboard] .recurring-events-list__item span.button:focus::after {
  transform: translateX(23px);
}

/* YAPL
name: (COMP-16) Link Set with Buttons and Icon
partial: feature
context: feature.icon
notes: |
  - [COMP-16 Link Set with Buttons and Icon] (https://berndtgroup.atlassian.net/browse/BAY-503)
*/
/* YAPL
name: (COMP-19) Feature
partial: feature
context: feature.photo
notes: |
  - [COMP-19 Feature (https://berndtgroup.atlassian.net/browse/BAY-509)
*/
.feature__wrapper {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .feature__wrapper {
    flex-direction: column;
  }
}

.feature--icon {
  margin: 5rem 0;
}
@media screen and (max-width: 63.99875em) {
  .feature--icon {
    margin-top: 10rem;
  }
}
.feature--icon .feature__wrapper {
  position: relative;
}
.feature--icon .feature__image-wrapper::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 30px, white calc(100% - 30px), rgba(255, 255, 255, 0));
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 150%;
  z-index: -1;
}
@media screen and (max-width: 63.99875em) {
  .feature--icon .feature__image-wrapper {
    left: 50%;
    max-width: 12.5rem;
    top: 0;
    transform: translateX(0) translateY(-50%);
  }
}
@media screen and (min-width: 64em) {
  .feature--icon .feature__image-wrapper {
    max-width: 12.5rem;
    position: relative;
    transform: translateX(-20px);
  }
  .feature--icon .feature__image-wrapper::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 30px, white calc(100% - 30px), rgba(255, 255, 255, 0));
    content: "";
    height: 150%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 80em) {
  .feature--icon .feature__image-wrapper {
    transform: translateX(-40px);
  }
}
@media screen and (min-width: 1500px) {
  .feature--icon .feature__image-wrapper {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 64em) {
  .feature--icon .feature__text {
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 80em) {
  .feature--icon .feature__image-wrapper {
    left: 0;
  }
}

.feature--photo {
  margin: 5rem 0;
}

.feature__image-wrapper img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .feature--image-right .feature__image-wrapper {
    margin-left: 2.5rem;
    order: 2;
  }
  .feature--image-right .feature__wrapper {
    margin-left: 0;
  }
}
/* YAPL
name: (COMP-12) Feature Set Carousel Tall
partial: feature-carousel
context: feature-carousel.services
notes: |
  - [COMP-12 Feature Set Carousel Tall] (https://berndtgroup.atlassian.net/browse/BAY-499)
*/
/* YAPL
name: (COMP-17) Feature Set Carousel
partial: feature-carousel
context: feature-carousel.articles
notes: |
  - [COMP-17 Feature Set Carousel] (https://berndtgroup.atlassian.net/browse/BAY-507)
*/
/* YAPL
name: (COMP-20) Events Carousel
partial: feature-carousel
context: feature-carousel.events
notes: |
  - [COMP-20 Events Carousel] (https://berndtgroup.atlassian.net/browse/BAY-510)
*/
.feature-carousel {
  margin: 5rem 0;
}
@media screen and (max-width: 34.37375em) {
  .feature-carousel > .u-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.feature-carousel .item__image {
  opacity: 1;
  transition: opacity 0.4s;
}

@media screen and (min-width: 64em) {
  .feature-carousel--static .feature-carousel__items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .feature-carousel--static .item {
    flex: 0 0 calc(33% - 16px);
  }
  .feature-carousel--static[data-max-columns="4"] .item {
    flex: 0 0 calc(25% - 16px);
  }
}

.col-main .feature-carousel .u-content .feature-carousel__items .item {
  flex: 0 0 calc(33.3% - 16px);
}

.feature-carousel .slick-list,
.related-providers__carousel .slick-list,
.related-locations__carousel .slick-list {
  padding-bottom: 0.125rem;
}
@media screen and (min-width: 34.375em) {
  .feature-carousel .slick-list,
  .related-providers__carousel .slick-list,
  .related-locations__carousel .slick-list {
    padding-right: 5vw;
    width: calc(100% + 16px);
  }
}
@media screen and (min-width: 64em) {
  .feature-carousel .slick-list,
  .related-providers__carousel .slick-list,
  .related-locations__carousel .slick-list {
    padding-right: 10vw;
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 90em) {
  .feature-carousel .slick-list,
  .related-providers__carousel .slick-list,
  .related-locations__carousel .slick-list {
    padding-right: max(160px, 0.5 * (100vw - 1440px) + 16px);
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 1500px) {
  .feature-carousel .slick-list,
  .related-providers__carousel .slick-list,
  .related-locations__carousel .slick-list {
    width: calc(100% + max(160px, 0.5 * (100vw - 1440px) + 16px));
  }
}
.feature-carousel .slick-track,
.related-providers__carousel .slick-track,
.related-locations__carousel .slick-track {
  display: flex;
}
.feature-carousel .slick-track::before, .feature-carousel .slick-track::after,
.related-providers__carousel .slick-track::before,
.related-providers__carousel .slick-track::after,
.related-locations__carousel .slick-track::before,
.related-locations__carousel .slick-track::after {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .feature-carousel .slick-track,
  .related-providers__carousel .slick-track,
  .related-locations__carousel .slick-track {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .feature-carousel .slick-track,
  .related-providers__carousel .slick-track,
  .related-locations__carousel .slick-track {
    gap: 2rem;
  }
}
.feature-carousel .slick-slide,
.related-providers__carousel .slick-slide,
.related-locations__carousel .slick-slide {
  height: inherit;
  transition: opacity 0.4s;
}
.feature-carousel .slick-slide > div,
.feature-carousel .slick-slide .item,
.feature-carousel .slick-slide .item__wrapper,
.feature-carousel .slick-slide .related-providers__item,
.feature-carousel .slick-slide .related-locations__item,
.related-providers__carousel .slick-slide > div,
.related-providers__carousel .slick-slide .item,
.related-providers__carousel .slick-slide .item__wrapper,
.related-providers__carousel .slick-slide .related-providers__item,
.related-providers__carousel .slick-slide .related-locations__item,
.related-locations__carousel .slick-slide > div,
.related-locations__carousel .slick-slide .item,
.related-locations__carousel .slick-slide .item__wrapper,
.related-locations__carousel .slick-slide .related-providers__item,
.related-locations__carousel .slick-slide .related-locations__item {
  height: 100%;
}
.feature-carousel .slick-slide:not(.slick-active):not(.slick-current),
.related-providers__carousel .slick-slide:not(.slick-active):not(.slick-current),
.related-locations__carousel .slick-slide:not(.slick-active):not(.slick-current) {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 79.99875em) {
  .feature-carousel .slick-slide:not(.slick-active):not(.slick-current),
  .related-providers__carousel .slick-slide:not(.slick-active):not(.slick-current),
  .related-locations__carousel .slick-slide:not(.slick-active):not(.slick-current) {
    opacity: 0.4;
  }
}
.feature-carousel .slick-dots,
.related-providers__carousel .slick-dots,
.related-locations__carousel .slick-dots {
  bottom: unset;
  margin-top: 0.9375rem;
  position: relative;
}
.feature-carousel .slick-dots li,
.related-providers__carousel .slick-dots li,
.related-locations__carousel .slick-dots li {
  height: unset;
  width: unset;
}
.feature-carousel .slick-dots li button,
.related-providers__carousel .slick-dots li button,
.related-locations__carousel .slick-dots li button {
  height: 2rem;
  padding: 0;
  position: relative;
  width: 2rem;
}
.feature-carousel .slick-dots li button::before,
.related-providers__carousel .slick-dots li button::before,
.related-locations__carousel .slick-dots li button::before {
  border-radius: 0.1875rem;
  content: "";
  height: 0.1875rem;
  opacity: 1;
  padding: 0;
  top: calc(50% - 2px);
  transition: background 0.4s;
  width: 2rem;
}

.feature-carousel .slick-prev,
.feature-carousel .slick-next,
.related-locations__carousel .slick-prev,
.related-locations__carousel .slick-next {
  z-index: 2;
}
@media screen and (min-width: 80em) {
  .feature-carousel .slick-prev,
  .feature-carousel .slick-next,
  .related-locations__carousel .slick-prev,
  .related-locations__carousel .slick-next {
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 62.4375rem;
    height: 5.375rem;
    transition: 0.4s;
    transition-property: opacity, visibility;
    width: 5.375rem;
  }
}
.feature-carousel .slick-prev[aria-disabled=true],
.feature-carousel .slick-next[aria-disabled=true],
.related-locations__carousel .slick-prev[aria-disabled=true],
.related-locations__carousel .slick-next[aria-disabled=true] {
  opacity: 0;
  visibility: hidden;
}
.feature-carousel .slick-prev::before, .feature-carousel .slick-prev::after,
.feature-carousel .slick-next::before,
.feature-carousel .slick-next::after,
.related-locations__carousel .slick-prev::before,
.related-locations__carousel .slick-prev::after,
.related-locations__carousel .slick-next::before,
.related-locations__carousel .slick-next::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 80em) {
  .feature-carousel .slick-prev::before,
  .feature-carousel .slick-next::before,
  .related-locations__carousel .slick-prev::before,
  .related-locations__carousel .slick-next::before {
    border-radius: 999px;
    height: 4rem;
    opacity: 1;
    width: 4rem;
    z-index: 1;
  }
  .feature-carousel .slick-prev::after,
  .feature-carousel .slick-next::after,
  .related-locations__carousel .slick-prev::after,
  .related-locations__carousel .slick-next::after {
    background-image: url("/assets/images/icons/arrow-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
    z-index: 2;
  }
}
@media screen and (min-width: 90em) {
  .feature-carousel .slick-prev,
  .feature-carousel .slick-next,
  .related-locations__carousel .slick-prev,
  .related-locations__carousel .slick-next {
    height: 7.25rem;
    width: 7.25rem;
  }
  .feature-carousel .slick-prev::before,
  .feature-carousel .slick-next::before,
  .related-locations__carousel .slick-prev::before,
  .related-locations__carousel .slick-next::before {
    height: 5.875rem;
    width: 5.875rem;
  }
  .feature-carousel .slick-prev::after,
  .feature-carousel .slick-next::after,
  .related-locations__carousel .slick-prev::after,
  .related-locations__carousel .slick-next::after {
    background-size: 2.375rem;
    height: 2.375rem;
    width: 2.375rem;
  }
}
.feature-carousel .slick-prev,
.related-locations__carousel .slick-prev {
  left: 0;
  transform: translateX(-25px) translateY(-50%);
}
.feature-carousel .slick-prev::after,
.related-locations__carousel .slick-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.feature-carousel .slick-next,
.related-locations__carousel .slick-next {
  right: 0;
  transform: translateX(25px) translateY(-50%);
}
@media screen and (min-width: 1550px) {
  .feature-carousel .slick-prev,
  .related-locations__carousel .slick-prev {
    transform: translateX(-50%) translateY(-50%);
  }
  .feature-carousel .slick-next,
  .related-locations__carousel .slick-next {
    transform: translateX(50%) translateY(-50%);
  }
}

.feature-carousel--locations .item__address,
.feature-carousel--locations .item__phone {
  margin: 0.625rem 0;
}
.feature-carousel--locations .item__hours {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 63.99875em) {
  .featured-article-grid .item__teaser {
    display: none;
  }
}

.featured-article-grid__article {
  display: block;
}
.featured-article-grid__article .item__image-wrapper {
  flex-grow: 0;
  position: relative;
  width: auto;
}
.featured-article-grid__article .item__image {
  width: 100%;
}
.featured-article-grid__article .item__type {
  bottom: 0;
  left: 0;
  position: absolute;
}

.featured-article-grid__article--primary {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .featured-article-grid__article--primary {
    flex-direction: column;
    margin: 0 auto;
    max-width: 28.125rem;
  }
}
@media screen and (min-width: 64em) {
  .featured-article-grid__article--primary {
    gap: 3.75rem;
    justify-content: space-between;
  }
  .featured-article-grid__article--primary .item__content,
  .featured-article-grid__article--primary .item__image-wrapper {
    flex-shrink: 1;
    width: 50%;
  }
  .featured-article-grid__article--primary .item__content {
    max-width: 33.125rem;
  }
}
.featured-article-grid__article--primary .item__image-wrapper {
  max-width: 38.25rem;
}

@media screen and (min-width: 64em) {
  .featured-article-grid__article--image-right .item__image-wrapper {
    order: 2;
  }
}

.featured-article-grid__article:not(.featured-article-grid__article--primary) {
  max-width: 28.125rem;
}

.featured-article-grid__additional {
  display: flex;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
.featured-article-grid__additional li {
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .featured-article-grid__additional {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 64em) {
  .featured-article-grid__additional {
    justify-content: space-between;
  }
}

/* YAPL
name: (COMP-47) Featured Awards
partial: featured-awards
context: featured-awards.default
notes: |
  - [COMP-47 Featured Awards](https://berndtgroup.atlassian.net/browse/BAY-1156)
*/
.featured-awards {
  background: linear-gradient(90deg, #007AC2 0%, #312F7F 100%);
  border-radius: 0.75rem;
  margin: 3.75rem 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem;
}
@media screen and (min-width: 64em) {
  .featured-awards {
    margin: 5.625rem auto 6.875rem;
  }
}
.featured-awards .two-col {
  display: flex;
  flex-direction: column;
  gap: unset;
}
@media screen and (max-width: 63.99875em) {
  .featured-awards .two-col {
    gap: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .featured-awards .two-col {
    flex-direction: row;
  }
}
.featured-awards .featured-awards__text {
  text-align: center;
  margin: 0 auto;
  padding: 0 1.25rem 3.125rem;
}
@media screen and (min-width: 64em) {
  .featured-awards .featured-awards__text {
    align-content: center;
    display: flex;
    flex-flow: row wrap;
    max-width: calc(50% - 30px);
    text-align: left;
    padding: 3.125rem 1.875rem 3.75rem 0;
  }
}
@media screen and (min-width: 48em) {
  .featured-awards .featured-awards__text {
    max-width: 75%;
  }
}
@media screen and (max-width: 63.99875em) {
  .col-main .featured-awards .featured-awards__text .subtitle {
    margin: 0 auto;
  }
}
.featured-awards .cta {
  margin-top: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .featured-awards .cta {
    width: 100%;
  }
}
.featured-awards .featured-awards__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .featured-awards .featured-awards__items {
    flex-direction: row;
    flex-shrink: 0;
    margin-right: 1.875rem;
    margin-left: 0;
    max-width: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 79.99875em) {
  .col-main .featured-awards .featured-awards__items {
    flex-shrink: 1;
  }
}
.featured-awards .featured-award {
  margin: 0.875rem;
}
@media screen and (max-width: 47.99875em) {
  .featured-awards .featured-award {
    margin: 0.625rem 0.875rem;
  }
}
@media only screen and (min-width: 64rem) and (max-width: 82.625rem) {
  .featured-awards .featured-award {
    max-width: 6.875rem;
  }
}
@media only screen and (max-width: 31.25rem) {
  .featured-awards .featured-award {
    max-width: 6.875rem;
  }
}
@media only screen and (max-width: 23.75rem) {
  .featured-awards .featured-award {
    max-width: 5.625rem;
  }
}

/* YAPL
name: (COMP-8) Global Footer
partial: footer
context: footer
wrapperClasses: footer
notes: |
  - [COMP-8 Global Footer] (https://berndtgroup.atlassian.net/browse/BAY-495)
*/
.footer {
  position: relative;
}
.footer__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.footer-desktop {
  padding-block: 5.625rem 3.125rem;
}
@media screen and (max-width: 63.99875em) {
  .footer-desktop {
    display: none;
  }
}

.footer__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.25rem;
}

.footer__main--left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 7.5rem;
}
.footer__main--left img {
  width: 26.25rem;
}

.footer__main--nav-columns {
  align-items: flex-end;
  display: flex;
}

.footer__main--nav-column {
  display: flex;
  flex-direction: column;
  padding: 0 2.5rem;
}
.footer__main--nav-column:last-child {
  padding-right: 0;
}

.footer__main--nav-column--title {
  margin-bottom: 0.875rem;
  max-width: 12.25rem;
  width: 100%;
}

.footer__main--nav-column--menu {
  margin-bottom: 0.875rem;
}

.footer__main--nav-column--item {
  margin-bottom: 1.25rem;
  max-width: 12.25rem;
  width: 100%;
}
.footer__main--nav-column--item a svg {
  fill: #fff;
  height: 0.6875rem;
  transform: translateY(6px);
  width: 0.6875rem;
}

.footer__socials {
  align-items: center;
  align-self: flex-start;
  animation: none;
  display: inline-flex;
  flex-direction: row;
  height: 3.75rem;
  list-style: none;
  margin: 0;
  position: relative;
  width: auto;
}

.footer-desktop .footer__socials--bg,
.footer--campaign .footer__socials--bg {
  border-bottom-right-radius: 3rem;
  border-top-right-radius: 3rem;
  height: 100%;
  position: absolute;
  right: -1.875rem;
  top: 0;
  transition: 0.2s;
  width: 50vw;
  z-index: 1;
}
.footer-desktop .footer__socials--bg.collapsed,
.footer--campaign .footer__socials--bg.collapsed {
  border-radius: 3.75rem;
  width: 3.75rem;
}
.footer-desktop .footer__socials--bg.move,
.footer--campaign .footer__socials--bg.move {
  animation: bg-move 0.3s;
}
@media screen and (max-width: 63.99875em) {
  .footer-desktop .footer__socials--bg,
  .footer--campaign .footer__socials--bg {
    width: 70vw;
  }
}
@keyframes bg-move {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2, 0.7);
  }
  100% {
    transform: scale(1);
  }
}

.footer__socials--item {
  height: 3.125rem;
  padding: 0 0.875rem;
  transition: position 0.2s;
  width: 3.875rem;
  z-index: 2;
}
.footer__socials--item svg {
  fill: #fff;
  height: 100%;
  transform-origin: top left;
  width: 100%;
}

.footer__socials--link {
  display: block;
  height: 100%;
  width: 100%;
}
.footer__socials--link svg {
  pointer-events: none;
}

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

.footer__compliance-links {
  display: flex;
}

.footer__compliance-item {
  margin-left: 2.25rem;
}

.footer__compliance-item--copyright {
  margin: 0;
}

.footer-mobile {
  display: flex;
  padding-block: 3.75rem 5rem;
}
.footer-mobile .footer__main {
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.8125rem;
}
.footer-mobile .footer__main--left {
  padding: 0;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}
.footer-mobile .footer__main--left > a {
  width: 100%;
  max-width: 19.0625rem;
}
.footer-mobile .footer__logo {
  width: 100%;
}
.footer-mobile .footer__socials {
  align-self: unset;
}
.footer-mobile .footer__socials--bg {
  width: calc(100% + 42px);
  border-radius: 3.125rem;
}
.footer-mobile .footer__main--nav-accordion {
  width: 100%;
  max-width: 16.25rem;
  padding-bottom: 1.9375rem;
}
.footer-mobile .footer__main--nav-accordion--title {
  padding: 0.625rem 0;
}
.footer-mobile .footer__main--nav-accordion--title:before {
  display: none;
}
.footer-mobile .footer__main--nav-accordion--title svg {
  transform: scale(0.5) rotate(90deg);
}
.footer-mobile .footer__main--nav-accordion--title[aria-expanded=true] svg {
  transform: scale(0.5) rotate(270deg);
}
.footer-mobile .footer__main--nav-accordion--content {
  margin: 0;
  padding: 0.75rem 1.25rem;
}
.footer-mobile .footer__main--nav-accordion--item {
  width: 100%;
  margin: 0;
}
.footer-mobile .footer__main--nav-accordion--item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.footer-mobile .footer__main--nav-accordion--item a svg {
  transform-origin: top left;
  transform: scale(1.8) translate(1px, 5px);
}
.footer-mobile .footer__compliance {
  flex-direction: column;
}
.footer-mobile .footer__compliance-links {
  flex-direction: column;
  order: 1;
  width: 100%;
  max-width: 16.25rem;
  margin-bottom: 4rem;
}
.footer-mobile .footer__compliance-item--copyright {
  order: 2;
}
.footer-mobile .footer__compliance-item {
  margin: 0;
}
.footer-mobile .footer__compliance-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 64em) {
  .footer-mobile {
    display: none;
  }
}

.footer--campaign {
  display: block;
}
@media screen and (max-width: 63.99875em) {
  .footer--campaign {
    display: flex;
    padding-block: 3.75rem 5rem;
  }
  .footer--campaign .footer__main {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.8125rem;
  }
  .footer--campaign .footer__main--left {
    padding: 0;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 2.5rem;
  }
  .footer--campaign .footer__main--left > a {
    width: 100%;
    max-width: 19.0625rem;
  }
  .footer--campaign .footer__logo {
    width: 100%;
  }
  .footer--campaign .footer__socials {
    align-self: unset;
  }
  .footer--campaign .footer__socials--bg {
    width: calc(100% + 42px);
    border-radius: 3.125rem;
  }
  .footer--campaign .footer__main--nav-accordion {
    width: 100%;
    max-width: 16.25rem;
    padding-bottom: 1.9375rem;
  }
  .footer--campaign .footer__main--nav-accordion--title {
    padding: 0.625rem 0;
  }
  .footer--campaign .footer__main--nav-accordion--title:before {
    display: none;
  }
  .footer--campaign .footer__main--nav-accordion--title svg {
    transform: scale(0.5) rotate(90deg);
  }
  .footer--campaign .footer__main--nav-accordion--title[aria-expanded=true] svg {
    transform: scale(0.5) rotate(270deg);
  }
  .footer--campaign .footer__main--nav-accordion--content {
    margin: 0;
    padding: 0.75rem 1.25rem;
  }
  .footer--campaign .footer__main--nav-accordion--item {
    width: 100%;
    margin: 0;
  }
  .footer--campaign .footer__main--nav-accordion--item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .footer--campaign .footer__main--nav-accordion--item a svg {
    transform-origin: top left;
    transform: scale(1.8) translate(1px, 5px);
  }
  .footer--campaign .footer__compliance {
    flex-direction: column;
  }
  .footer--campaign .footer__compliance-links {
    flex-direction: column;
    order: 1;
    width: 100%;
    max-width: 16.25rem;
    margin-bottom: 4rem;
  }
  .footer--campaign .footer__compliance-item--copyright {
    order: 2;
  }
  .footer--campaign .footer__compliance-item {
    margin: 0;
  }
  .footer--campaign .footer__compliance-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.footer--campaign .footer__socials-tag {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #fff;
  margin-right: 2.5rem;
  max-width: 13.125rem;
  text-align: right;
}
@media screen and (min-width: 64em) {
  .footer--campaign .footer__socials-tag {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .footer--campaign {
    padding-block: 5.625rem 3.125rem;
  }
  .footer--campaign .footer__main--left {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
  .footer--campaign .footer__socials {
    align-self: unset;
  }
  .footer--campaign .footer__socials--bg {
    border-radius: 3rem 0 0 3rem;
    left: 14.375rem;
    width: 50vw;
  }
  .footer--campaign .footer__main--left {
    width: 100%;
  }
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 63.99875em) {
  .header {
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  .header.is-collapsed .header-desktop {
    height: 6.25rem;
  }
  .header.is-collapsed .primary-nav__logo {
    width: 9.375rem;
  }
  .header.is-collapsed .utility-nav {
    height: 1.25rem;
  }
  .header.is-collapsed .utility-nav__login-btn {
    height: 2.125rem;
    padding-left: 0;
    transform: translate(-50px, 32px);
    width: 2.125rem;
  }
  .header.is-collapsed .utility-nav__login-btn span {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    margin: 0;
  }
  .header.is-collapsed .utility-nav__login-btn::before {
    width: 100%;
  }
  .header.is-collapsed .primary-nav__search-toggle {
    background: rgba(255, 255, 255, 0.1);
  }
  .header.is-collapsed .is-active .is-dropdown-submenu {
    transform: translateY(-15px);
  }
  .header.is-collapsed .header-desktop:not(.header-desktop--campaign) .main-nav__item:last-child {
    margin-left: 3.125rem;
  }
}

.header-desktop {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  height: 11.25rem;
  justify-content: space-between;
  padding-top: 0.75rem;
  position: relative;
  transition: height 0.4s;
}
@media print, screen and (min-width: 40em) {
  .header-desktop {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .header-desktop {
    max-width: 90rem;
  }
}
@media screen and (min-width: 80em) {
  .header-desktop {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .header-desktop {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .header-desktop {
    display: none;
  }
}
.header-desktop .utility-nav {
  display: flex;
  flex-direction: column;
  height: 3.125rem;
  margin-bottom: 0.625rem;
  position: relative;
  transition: height 0.4s;
}
.header-desktop .utility-nav__login-btn {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 3.125rem;
  justify-content: center;
  padding-left: 1.875rem;
  position: relative;
  transform: translate(0);
  transition: transform, padding, width, height;
  transition-duration: 0.4s;
  width: 10.25rem;
}
.header-desktop .utility-nav__login-btn span {
  transition: width, opacity, visibility;
  transition-duration: 0.4s;
  white-space: nowrap;
  width: 8.3125rem;
  margin-left: 0.375rem;
}
.header-desktop .utility-nav__login-btn::before {
  border-radius: 2.1875rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.4s, 0.25s;
  transition-property: width, transform;
  width: 33vw;
}
[data-whatinput=initial] .header:not(.is-collapsed) .header-desktop .utility-nav__login-btn:hover::before, [data-whatinput=initial] .header:not(.is-collapsed) .header-desktop .utility-nav__login-btn:focus::before, [data-whatintent=mouse] .header:not(.is-collapsed) .header-desktop .utility-nav__login-btn:hover::before, [data-whatintent=keyboard] .header:not(.is-collapsed) .header-desktop .utility-nav__login-btn:focus::before {
  transform: translateX(-5px);
}
.header-desktop .primary-nav__logo {
  z-index: 1;
  margin: 0.75rem 0;
  transition: width 0.4s;
  z-index: 1;
}
@media screen and (max-width: 89.99875em) {
  .header-desktop .primary-nav__logo {
    width: 15rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .header-desktop .primary-nav__logo {
    width: 13.75rem;
  }
}
@media screen and (min-width: 80em) {
  .header-desktop .primary-nav__logo {
    width: 17.8125rem;
  }
}
.header-desktop .primary-nav-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.header-desktop .main-nav__items,
.header-desktop .main-nav__item {
  position: unset;
}
.header-desktop .main-nav__item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header-desktop .main-nav__item:last-child {
  margin-left: 0;
  transition: margin 0.4s;
}
.header-desktop .main-nav__item.is-active .icon--minus {
  display: block;
}
.header-desktop .main-nav__item.is-active .icon--plus {
  display: none;
}
.header-desktop .main-nav__link {
  align-items: center;
  display: flex;
  margin-right: 0.5rem;
  padding: 1.25rem 0.875rem;
  position: relative;
}
.header-desktop .main-nav__link .icon {
  display: none;
  fill: #fff;
  position: absolute;
  right: 0;
  width: 0.5625rem;
}
.header-desktop .main-nav__link .icon--plus {
  display: block;
}
.header-desktop .main-nav__link > span {
  position: relative;
}
.header-desktop .main-nav__link > span::after {
  content: "";
  display: block;
  height: 0.0625rem;
  width: 0;
  position: absolute;
  bottom: -0.25rem;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}
[data-whatinput=initial] .header-desktop .main-nav__link:hover > span::after, [data-whatinput=initial] .header-desktop .main-nav__link:focus > span::after, [data-whatintent=mouse] .header-desktop .main-nav__link:hover > span::after, [data-whatintent=keyboard] .header-desktop .main-nav__link:focus > span::after {
  width: 100%;
}
.header-desktop .primary-nav__search-toggle {
  align-items: center;
  background: transparent;
  border-radius: 50%;
  display: flex;
  height: 2.125rem;
  justify-content: center;
  margin-left: 0.875rem;
  position: relative;
  transition: background 0.4s;
  width: 2.125rem;
}
.header-desktop .primary-nav__search-toggle svg {
  height: 1.125rem;
  width: 1.125rem;
}
.header-desktop .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  left: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.header-desktop .dropdown .is-dropdown-submenu a {
  padding: unset;
}
.header-desktop .main-nav__flyout,
.header-desktop .is-dropdown-submenu {
  border: none;
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: 0.8s, 0.8s, 0.4s;
  transition-property: opacity, visibility, transform;
  visibility: hidden;
}
.header-desktop .is-active .is-dropdown-submenu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(-10px);
  visibility: visible;
}
@media screen and (min-width: 80em) {
  .header-desktop .is-active .is-dropdown-submenu {
    transform: translateY(-40px);
  }
}
.header-desktop .main-nav__flyout {
  padding: 2.25rem 3.75rem 3.75rem 5.5rem;
}
.header-desktop .main-nav__flyout .flyout__content,
.header-desktop .main-nav__flyout .flyout__lists {
  align-items: flex-start;
  display: flex;
}
.header-desktop .main-nav__flyout .flyout__content {
  gap: 12.5rem;
}
.header-desktop .flyout__section {
  align-items: flex-start;
  display: flex;
  flex: 1 1 50%;
  flex-wrap: wrap;
}
.header-desktop .flyout__lists {
  align-items: flex-start;
  display: flex;
  gap: 3.75rem;
  justify-content: space-between;
  width: 100%;
}
.header-desktop .flyout__link-items {
  flex: 1 1 25%;
  margin-left: 0;
}
.header-desktop .flyout__item {
  margin-bottom: 1rem;
}
.header-desktop .flyout__title {
  margin-bottom: 2.75rem;
  width: 100%;
}
.header-desktop .dropdown .is-dropdown-submenu .flyout__title {
  padding: 0 0 1.75rem 0;
}

.header-search__flyout {
  height: 100vh;
  pointer-events: none;
  transition: 0.8s;
  visibility: hidden;
  width: 100vw;
}
@media screen and (min-width: 64em) {
  .header-search__flyout {
    opacity: 0;
    transition-property: opacity, visibility;
    z-index: 9999;
  }
}
@media screen and (max-width: 63.99875em) {
  .header-search__flyout {
    transform: translateX(-100%);
    transition-property: opacity, visibility, transform;
    z-index: 1;
  }
}
.is-showing-search .header-search__flyout {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 63.99875em) {
  .is-showing-search .header-search__flyout {
    transform: translateX(0);
  }
}
.is-showing-search .header-search__flyout .flyout__content {
  pointer-events: all;
}
.header-search__flyout, .header-search__flyout::before {
  left: 0;
  position: absolute;
  top: 0;
}
.header-search__flyout::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.header-search__flyout .flyout__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  position: relative;
  transform: translateY(15vh);
}
.header-search__flyout .flyout__search {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 2.125rem;
  position: relative;
  width: 100%;
}
.header-search__flyout .flyout__search .icon--search {
  height: 1.125rem;
  left: 1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  z-index: 1;
}
@media screen and (max-width: 63.99875em) {
  .header-search__flyout .flyout__search {
    align-items: stretch;
    flex-direction: column;
    max-width: 50rem;
    width: 100%;
  }
}
.header-search__flyout .header-search__content {
  justify-content: center;
}
.header-search__flyout .header-search__content,
.header-search__flyout .header-search__links {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.875rem;
}
@media screen and (max-width: 63.99875em) {
  .header-search__flyout .header-search__content,
  .header-search__flyout .header-search__links {
    flex-direction: column;
    gap: 1.125rem;
    text-align: center;
  }
}
.header-search__flyout .input__wrap {
  flex: 1 1 100%;
  max-width: 52.5rem;
  position: relative;
}
.header-search__flyout .flyout__input {
  border-radius: 0.75rem;
  height: 3.125rem;
  margin: 0;
  padding-left: 3rem;
  position: relative;
  width: 100%;
}
.header-search__flyout .flyout__input::-moz-placeholder {
  color: #303030;
}
.header-search__flyout .flyout__input::placeholder {
  color: #303030;
}
.header-search__flyout .flyout__submit {
  flex-shrink: 0;
}
.header-search__flyout .close-button {
  position: absolute;
  right: 1.25rem;
  top: calc(50% - 140px);
}

.header-mobile {
  display: none;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 63.99875em) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .header-mobile__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.75rem 1.25rem;
  position: relative;
  z-index: 2;
}
.header-mobile .primary-nav__search-toggle,
.header-mobile .primary-nav__hamburger-btn {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  overflow: hidden;
  width: 2.5rem;
}
.header-mobile .primary-nav__search-toggle .icon--mobile-close,
.header-mobile .primary-nav__hamburger-btn .icon--mobile-close {
  display: none;
  height: 1.1875rem;
  width: 1.1875rem;
}
.header-mobile .primary-nav__search-toggle .icon--mobile-search {
  height: 1.5625rem;
  width: 1.5625rem;
}
.is-showing-search .header-mobile .primary-nav__search-toggle {
  background-color: rgba(255, 255, 255, 0.1);
}
.is-showing-search .header-mobile .primary-nav__search-toggle .icon--mobile-search {
  display: none;
}
.is-showing-search .header-mobile .primary-nav__search-toggle .icon--mobile-close {
  display: block;
}
.header-mobile .primary-nav__hamburger-btn .icon--mobile-menu {
  height: 1.875rem;
  width: 1.875rem;
}
.is-showing-mobile-nav .header-mobile .primary-nav__hamburger-btn {
  background-color: rgba(255, 255, 255, 0.1);
}
.is-showing-mobile-nav .header-mobile .primary-nav__hamburger-btn .icon--mobile-menu {
  display: none;
}
.is-showing-mobile-nav .header-mobile .primary-nav__hamburger-btn .icon--mobile-close {
  display: block;
}
.header-mobile .primary-nav__logo {
  margin: 0 1rem;
}
.header-mobile .primary-nav-container {
  height: calc(100vh - 86px);
  left: 0;
  overflow-y: auto;
  padding-top: 0.625rem;
  position: absolute;
  top: calc(100% - 10px);
  transform: translateX(100%);
  transition: 0.8s;
  transition-property: transform, visibility;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.is-showing-mobile-nav .header-mobile .primary-nav-container {
  transform: translateX(0);
  visibility: visible;
}

.header-desktop--campaign {
  align-items: center;
  padding-top: 0;
}

.header-mobile--campaign .primary-nav__logo {
  margin-left: 3.75rem;
}

/* YAPL
name: (COMP-10) Homepage Hero - Image
partial: hero
context: hero.image
notes: |
  - [COMP-10 Homepage Hero](https://berndtgroup.atlassian.net/browse/BAY-497)
*/
/* YAPL
name: (COMP-10) Homepage Hero - No Image
partial: hero
context: hero.no-image
notes: |
  - [COMP-10 Homepage Hero](https://berndtgroup.atlassian.net/browse/BAY-497)
*/
/* YAPL
name: (COMP-31) Standard Hero - Image
partial: hero
context: hero.standard-image
notes: |
  - [COMP-31 Standard Hero](https://berndtgroup.atlassian.net/browse/BAY-521)
*/
/* YAPL
name: (COMP-31) Standard Hero - No Image
partial: hero
context: hero.standard-no-image
notes: |
  - [COMP-31 Standard Hero](https://berndtgroup.atlassian.net/browse/BAY-521)
*/
/* YAPL
name: (COMP-76) Media Article Hero
partial: hero
context: hero.media-detail
notes: |
  - [COMP-76 Media Article Hero](https://berndtgroup.atlassian.net/browse/BAY-521)
*/
/* YAPL
name: (COMP-50) Page Title
partial: hero
context: hero.page-title
notes: |
  - [COMP-50 Page Title](https://berndtgroup.atlassian.net/browse/BAY-533)
*/
/* YAPL
name: (COMP-61) Location Detail Hero
partial: hero
context: hero.location-detail
notes: |
  - [COMP-61 Location Detail Hero](https://berndtgroup.atlassian.net/browse/BAY-1187)
*/
.hero {
  padding: 3.75rem 0;
}
.hero:first-child {
  padding-top: 10rem;
}
@media screen and (min-width: 64em) {
  .hero {
    padding: 6.25rem 0;
  }
  .hero:first-child {
    padding-top: 12.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .hero {
    border-radius: 0 0 0.75rem 0.75rem;
  }
}

.hero__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 52.5rem;
  text-align: center;
}

.hero__title,
.hero__sub-title {
  display: block;
  max-width: 37.5rem;
}

.hero__ctas {
  display: grid;
  gap: 1rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .hero__ctas {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hero__ctas li {
  display: flex;
}
.hero__ctas li .button {
  width: 100%;
}

/* YAPL
name: (COMP-42) Services Search
partial: hero-search
context: hero-search.default
notes: |
  - [COMP-42 Services Search] (https://berndtgroup.atlassian.net/browse/BAY-1151)
*/
.hero-search {
  max-width: 39.375rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .hero-search {
    bottom: -2.5rem;
    height: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .hero-search {
    margin-bottom: -6.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-search__title {
  margin-bottom: 1.25rem;
  text-align: center;
}

.hero-search__content {
  background: #fff;
  border-radius: 0.75rem;
  padding: 2.5rem;
  width: 100%;
}

.content-form__search {
  position: relative;
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 47.99875em) {
  .content-form__search {
    align-items: stretch;
    flex-direction: column;
  }
  .content-form__search .js-input-search-clear {
    margin: 0;
    top: 1.0625rem;
  }
}
[data-whatinput=initial] .content-form__search .button:hover span, [data-whatinput=initial] .content-form__search .button:focus span, [data-whatintent=mouse] .content-form__search .button:hover span, [data-whatintent=keyboard] .content-form__search .button:focus span {
  transform: none !important;
}
[data-whatinput=initial] .content-form__search .button:hover::after, [data-whatinput=initial] .content-form__search .button:focus::after, [data-whatintent=mouse] .content-form__search .button:hover::after, [data-whatintent=keyboard] .content-form__search .button:focus::after {
  display: none;
}
.content-form__search:last-child {
  margin-bottom: 0;
}

.content-form__input {
  background: url("/assets/images/icons/search-thin.svg") no-repeat 0.875rem center/1.375rem;
  background-color: rgba(0, 128, 0, 0.05);
  border-radius: 0.75rem;
  height: 3.0625rem;
  margin: 0;
  margin-right: 0.625rem;
  padding: 0.625rem 0.625rem 0.625rem 2.8125rem;
  position: relative;
  transition: 0.2s ease-in-out;
}
.content-form__input:focus {
  box-shadow: none !important;
  background-color: rgba(0, 128, 0, 0.03);
}

.content-form__filters {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-form__filters .alpha-toggle-close {
  display: none;
  margin: 1.25rem 0.625rem 0;
}
@media screen and (max-width: 47.99875em) {
  .content-form__filters {
    justify-content: center;
  }
}

.content-alpha-filter {
  display: none;
  flex-wrap: wrap;
  gap: 0.5rem 0.875rem;
  max-width: 29.375rem;
}
.content-alpha-filter.is-shown {
  display: flex;
  width: 100%;
}

.content-alpha-filter__item {
  align-items: center;
  border-radius: 0.75rem;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  text-transform: uppercase;
  width: 1.875rem;
}

.content-alpha-filter__item input[type=checkbox] {
  display: none;
}

.content-alpha-filter__item label {
  border-radius: 0.3125rem;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  line-height: 1.875rem !important;
  margin: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.content-alpha-filter__item label.is-disabled {
  cursor: not-allowed;
  opacity: 0.25;
}

.hero--standard-no-image.hero--standard-search {
  padding-bottom: 0;
}

.hero-search--static {
  bottom: 0;
  margin-bottom: 0;
}

.content-form__alpha-toggle.js-alpha-hide {
  display: none;
}
.content-form__alpha-toggle[aria-hidden=false] {
  display: block;
}
@media screen and (max-width: 79.99875em) {
  .content-form__alpha-toggle {
    align-self: flex-end;
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 64em) {
  .hero-search--events .hero-search-filters,
  .hero-search--events .date-inputs,
  .hero-search--events .daterange-input {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .hero-search--events .date-inputs {
    flex: 1 0 19.375rem;
    gap: 0 1.25rem;
  }
  .hero-search--events .date-inputs legend,
  .hero-search--events .date-inputs .label-legend {
    display: block;
  }
  .hero-search--events .custom-select2 {
    flex-shrink: 1;
    margin: 0;
    width: 12.875rem;
  }
  .hero-search--events .custom-date-input {
    display: inline-block;
    max-width: 9.0625rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .hero-search--events .custom-date-input {
    margin-bottom: 1.25rem;
  }
}
.hero-search--events .content-form__search {
  flex-wrap: wrap;
}
.hero-search--events .content-form__search legend,
.hero-search--events .content-form__search .label-legend {
  width: 100%;
}

.image-with-caption {
  margin: 5rem 0;
}
.image-with-caption .title {
  margin-bottom: 2.5rem;
}
.image-with-caption figcaption {
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.image-with-table {
  margin: 6.25rem 0;
}
.image-with-table :last-child:not(.is-active) > .accordion-title,
.image-with-table :last-child > .accordion-content:last-child {
  border: none;
}
.main > .content-block > .image-with-table {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main > .content-block > .image-with-table {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .main > .content-block > .image-with-table {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.image-with-table__image-wrapper {
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
.image-with-table__image-wrapper img {
  width: 100%;
}

.image-with-table__content {
  padding: 0 2.1875rem 0;
}

.image-with-table__expand {
  align-items: center;
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 1.5625rem;
  position: relative;
  width: 100%;
}
.image-with-table__expand::before {
  display: none;
}
.image-with-table__expand > span {
  max-width: calc(100% - 40px);
}
.image-with-table__expand .icon {
  height: 1.875rem;
  position: absolute;
  right: 1.75rem;
  transform: rotate(0);
  width: 1.75rem;
}
.accordion-item.is-active .image-with-table__expand .icon--plus-very-thin {
  display: none;
}
.accordion-item.is-active .image-with-table__expand .icon {
  transform: rotate(180deg);
}
.accordion-item:not(.is-active) .image-with-table__expand .icon--minus-very-thin {
  display: none;
}

.image-with-table__table th {
  text-align: left;
}

.infographic {
  margin: 6.25rem 0;
}

.infographic__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0.625rem;
  text-align: center;
  width: 100%;
}

.infographic__item-content {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .infographic:not(.infographic--4):not(.infographic--5) .infographic-content {
    align-items: center;
    display: flex;
  }
  .infographic:not(.infographic--4):not(.infographic--5) .infographic__title {
    flex: 0 0 35%;
    margin-right: 2.5rem;
    max-width: 27.5rem;
  }
  .infographic--4 .infographic__title,
  .infographic--5 .infographic__title {
    margin-bottom: 3.125rem;
    margin-left: auto;
    margin-right: auto;
  }
  .infographic__items {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
  }
  .infographic__image-container {
    align-items: flex-end;
    display: flex;
    height: 7.1875rem;
  }
  .infographic__image-container img {
    max-width: 100%;
  }
  .infographic__item {
    max-width: 16.875rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .infographic__items {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .infographic__title {
    margin: 0 auto;
    margin-bottom: 2.5rem;
  }
  .infographic__item {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 25rem;
    padding: 1.125rem;
  }
  .infographic__item-content {
    width: 13.125rem;
  }
  .infographic__image-container {
    max-width: 5.625rem;
  }
}
.in-page-jump {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 6.25rem;
  right: 0;
  padding: 0.625rem 0.1875rem;
  width: 4.375rem;
  z-index: 9;
  transform: translateX(100%);
  transition: 0.4s;
  transition-property: opacity, transform;
}
.in-page-jump.is-active {
  opacity: 1;
  transform: translateX(0);
}

/* YAPL
name: Inline CTA
partial: inline-cta
context: inline-cta.default
notes: |
  - [COMP-25 Inline CTA >](https://berndtgroup.atlassian.net/browse/BAY-515)
*/
/* YAPL
name: Inline CTA - Three Links
partial: inline-cta
context: inline-cta.threeCTAs
notes: |
  - [COMP-25 Inline CTA >](https://berndtgroup.atlassian.net/browse/BAY-515)
*/
.inline-cta {
  margin: 5rem 0;
}

.inline-cta__content {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  flex-direction: row !important;
}
@media screen and (max-width: 47.99875em) {
  .inline-cta__content {
    flex-direction: column !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .col-main .inline-cta__content {
    flex-direction: column !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .col-main .inline-cta__text {
    max-width: 20rem;
  }
}
@media screen and (min-width: 80em) {
  .inline-cta__text {
    max-width: 20rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .inline-cta__text {
    text-align: center;
  }
}

.locations-search-results {
  margin: 6.25rem 0;
}
@media screen and (max-width: 63.99875em) {
  .locations-search-results .search__display-filters {
    margin-top: 1.25rem;
  }
}
.locations-search-results .search__display-filters .filters-link {
  display: none;
}
.locations-search-results .search__display-filters.accordion-active .search__active-filter-list {
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 6px 5px -5px rgba(128, 128, 128, 0.7);
}
.locations-search-results .search__display-filters.accordion-active .search__active-filter-list.js-accordion-window {
  overflow: hidden !important;
}
.locations-search-results .search__display-filters.accordion-active .search__active-filter-list.js-accordion-window-height {
  max-height: 4.375rem;
  height: 4.375rem !important;
}
.locations-search-results .search__display-filters.accordion-active .search__active-filter-list::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.875rem;
  width: 100%;
}
.locations-search-results .search__display-filters.accordion-active .search__active-filter-list li:last-of-type {
  margin-bottom: 1.875rem;
}
.locations-search-results .search__display-filters.accordion-active .filters-link {
  display: block;
  text-align: right;
  margin-top: 0.625rem;
}
.locations-search-results .search__display-filters.accordion-active .filters-link a {
  font-weight: 500;
}

.locations-search__item {
  display: flex;
  margin: 1.875rem 0;
}
@media screen and (max-width: 47.99875em) {
  .locations-search__item {
    margin: 2.5rem 0;
  }
}
.locations-search__item .item__name:is(a) {
  max-width: calc(100% - 25px);
}
.locations-search__item .item__name:is(a) .icon--arrow-right {
  margin-left: -1.125rem;
  position: relative;
  top: 0.375rem;
  transform: translateX(26px);
}
[data-whatinput=initial] .locations-search__item .item__name:is(a):hover .icon--arrow-right, [data-whatinput=initial] .locations-search__item .item__name:is(a):focus .icon--arrow-right, [data-whatintent=mouse] .locations-search__item .item__name:is(a):hover .icon--arrow-right, [data-whatintent=keyboard] .locations-search__item .item__name:is(a):focus .icon--arrow-right {
  transform: translateX(36px);
}
.locations-search__item .item__address,
.locations-search__item .item__phone {
  display: block;
  width: 100%;
}
.locations-search__item .item__image-wrapper {
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
.locations-search__item .item__distance {
  bottom: 0;
  display: inline-block;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 34.37375em) {
  .locations-search__item .item__address,
  .locations-search__item .item__phone {
    margin: 1.25rem 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .locations-search__item {
    flex-direction: column;
  }
}
@media screen and (min-width: 34.375em) {
  .locations-search__item .item__content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .locations-search__item .item__hours,
  .locations-search__item .item__details {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .locations-search__item {
    align-items: flex-start;
    flex-direction: row;
    gap: 2.25rem;
  }
  .locations-search__item .item__image-wrapper {
    flex: 0 0 33%;
    max-width: 20rem;
  }
  .locations-search__item .item__address {
    margin-bottom: 0.75rem;
  }
}

/* YAPL
name: (COMP-41) Media Rotator
partial: media-rotator
context: media-rotator.default
notes: |
  - [COMP-41 Media Rotator] (https://berndtgroup.atlassian.net/browse/BAY-737)
*/
.media-rotator {
  --card-body-padding-x: 1rem;
  --card-body-padding-y: 1rem;
  --card-body-padding-x--tablet-l: 1.25rem;
  --card-body-padding-y--tablet-l: 1.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 5rem auto 8.125rem;
  padding: 1.875rem 0;
}
@media screen and (min-width: 48em) {
  .media-rotator {
    margin: 5rem auto;
  }
}
@media screen and (min-width: 64em) {
  .media-rotator {
    padding: 3.125rem 0 5rem 0;
  }
}
@media screen and (min-width: 80em) {
  .media-rotator {
    margin: 5rem auto 7.5rem;
  }
}
.media-rotator .u-content-container {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}
@media only screen and (max-width: 1550px) {
  .content-block > .media-rotator {
    max-width: calc(100% - 180px);
  }
}
@media screen and (max-width: 79.99875em) {
  .content-block > .media-rotator {
    max-width: calc(100% - 80px);
  }
}

.media-rotator__title {
  max-width: 23.75rem;
  margin-bottom: 3.4375rem;
  min-height: 7.5rem;
  padding: 2.1875rem 0 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  .media-rotator__title {
    min-height: unset;
    text-align: center;
    max-width: 100%;
    padding: 1.875rem 1.875rem 0 1.875rem;
    font-size: 2.3125rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 63.99875em) {
  .media-rotator__description {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .media-rotator__description {
    margin-bottom: 3.125rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 500;
  }
}

.media-rotator__wrap {
  position: relative;
  transform: scale(1.1);
  z-index: 2;
}
.media-rotator__wrap::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-color: white;
  filter: blur(10px);
}

@media screen and (min-width: 48em) {
  .media-rotator--1-slide .slick-list {
    width: 100%;
  }
  .media-rotator--1-slide .slick-track {
    width: 100% !important;
  }
  .media-rotator--1-slide .slick-slide {
    width: 33.333% !important;
    min-height: 12.5rem;
  }
  .media-rotator--1-slide .media-rotator__items {
    display: flex;
    flex-flow: row wrap;
  }
  .media-rotator--1-slide .media-rotator__item {
    width: 33.333%;
  }
}

.media-rotator__items {
  margin: -1.25rem;
  padding: 0 1.25rem;
}

.media-rotator__items:not(.slick-initialized) {
  display: grid;
  grid-gap: 1.25rem;
}
.media-rotator__items:not(.slick-initialized)[data-cols="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.media-rotator__items:not(.slick-initialized)[data-cols="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.media-rotator__items:not(.slick-initialized)[data-cols="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.media-rotator__items:not(.slick-initialized)[data-rows="2"][data-cols="2"] > .media-rotator__item:nth-child(n+5), .media-rotator__items:not(.slick-initialized)[data-rows="2"][data-cols="3"] > .media-rotator__item:nth-child(n+7), .media-rotator__items:not(.slick-initialized)[data-rows="2"][data-cols="4"] > .media-rotator__item:nth-child(n+9), .media-rotator__items:not(.slick-initialized)[data-rows="3"][data-cols="2"] > .media-rotator__item:nth-child(n+8), .media-rotator__items:not(.slick-initialized)[data-rows="3"][data-cols="3"] > .media-rotator__item:nth-child(n+10), .media-rotator__items:not(.slick-initialized)[data-rows="3"][data-cols="4"] > .media-rotator__item:nth-child(n+12) {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .media-rotator__items:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .media-rotator__items:not(.slick-initialized) > .media-rotator__item:nth-child(n+5) {
    display: none !important;
  }
}
@media screen and (max-width: 34.37375em) {
  .media-rotator__items:not(.slick-initialized) {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .media-rotator__items:not(.slick-initialized) > .media-rotator__item:nth-child(n+2) {
    display: none !important;
  }
}

.media-rotator__items--blank {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.media-rotator__items--blank .media-rotator__item {
  width: 50%;
}
@media screen and (min-width: 48em) {
  .media-rotator__items--blank .media-rotator__item {
    min-height: 12.5rem;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 90em) {
  .media-rotator__items--blank .media-rotator__item {
    height: 100%;
    max-height: 20.125rem;
    min-height: 20.125rem;
  }
}

.media-rotator__item {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0;
  vertical-align: top;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

.media-rotator__item-image {
  position: relative;
}
.media-rotator__item-image .image-wrap__placeholder {
  border-radius: 1em;
}
.media-rotator__item-image .image-wrap__placeholder img {
  -o-object-fit: cover;
     object-fit: cover;
}
.media-rotator__item-image .image-wrap__placeholder::before {
  opacity: 0.2;
}
.media-rotator__item-image > span {
  padding-top: 58.6666666667%;
}
.media-rotator__item-image .btn-video {
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 80px;
  height: 80px;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.media-rotator__item-image .btn-video .icon {
  width: 2.5rem;
  height: 2.5rem;
}

.media-rotator__item-body {
  position: static;
  text-align: left;
  display: none;
  text-align: center;
  padding: 0 1.875rem;
  margin: 1.25rem auto 3.125rem;
  max-width: 22.5rem;
  font-size: 1.0625rem;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .media-rotator__item-body {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 500;
  }
}

.media-rotator__item-caption {
  display: block;
  margin: 1.25rem 1.25rem 0 1.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.media-rotator__item-caption p {
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (min-width: 40em) {
  .media-rotator__item-caption {
    display: none;
  }
}
.media-rotator__items:not(.slick-initialized) .media-rotator__item-caption {
  margin-bottom: 1.25rem;
}

.media-rotator__item-expand {
  width: 0;
  height: 0;
  text-indent: -1000em;
  float: left;
}

.media-rotator__item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media-rotator__navigation-pages {
  display: none;
}

.media-rotator .slick-list {
  margin: 0 -1.25rem;
  padding: 0 0.625rem;
}
.media-rotator .slick-slide {
  padding: 1.25rem 0.625rem;
}
.media-rotator .slick-slide > div + div {
  margin-top: 1.25rem;
}

.media-modal.reveal {
  height: auto;
  border: none;
  border-radius: 0.75rem;
  overflow-y: unset;
}
@media screen and (max-width: 63.99875em) {
  .media-modal.reveal .media-modal__inner {
    background-color: white;
  }
}
@media screen and (min-width: 64em) {
  .media-modal.reveal {
    width: 50rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .media-modal.reveal {
    background-color: transparent;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .media-modal.reveal .media-modal__inner {
    margin-top: 7.5rem;
  }
}

.media-modal__inner,
.media-modal__inner > figure,
.media-modal__header,
.media-modal__media,
.media-modal__media img,
.media-modal__media iframe {
  border-radius: inherit;
}

.media-modal__footer {
  display: flex;
  padding: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .media-modal__footer {
    flex-direction: column;
    align-items: center;
  }
}

.media-modal__media > div:not(.media-video__embed-wrap) {
  padding-top: 56.25%;
}
.media-modal__media img,
.media-modal__media iframe {
  width: 100%;
}
.media-modal__media iframe {
  height: 100%;
}

.media-modal__caption {
  position: relative;
  width: 100%;
  min-height: 2.25rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  font-style: italic;
}

.media-modal__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 63.99875em) {
  .media-modal__navigation {
    display: none;
    margin-top: 1.25rem;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .media-modal__navigation {
    position: static;
    min-width: 12.5rem;
  }
}
.media-modal__navigation button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: blue;
}
.media-modal__navigation button.media-modal__navigation--prev img {
  transform: rotate(180deg) !important;
}

html:not(.no-js) .media-rotator[data-expand]:not(.lazyloaded) .media-rotator__decoration .icon {
  transform: translateX(20px) translateY(60px) rotate(-20deg);
}

.slick-initialized ~ .carousel__navigation, .carousel.is-initialized .carousel__navigation {
  position: absolute;
  top: -6.125rem;
  right: 3.125rem;
  max-width: 14.375rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 75em) {
  .slick-initialized ~ .carousel__navigation, .carousel.is-initialized .carousel__navigation {
    right: 5.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .slick-initialized ~ .carousel__navigation, .carousel.is-initialized .carousel__navigation {
    bottom: -2.4375rem;
    top: auto !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 10rem;
  }
}

.media-rotator__navigation .slick-arrow .icon {
  width: 2.3125rem;
}

@media screen and (min-width: 48em) {
  .media-rotator__navigation--prev {
    margin-right: 1.875rem;
  }
}

.js-gallery-nav-text {
  display: none;
}

.media-modal__navigation-button {
  background: green;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  position: absolute;
  top: 1.25rem;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  outline: 0.625rem solid rgba(255, 255, 255, 0.5) !important;
  transition: all 0.17s ease-in-out;
}
.media-modal__navigation-button img {
  width: 1.625rem;
}
.media-modal__navigation-button:first-of-type {
  left: -9.375rem;
}
@media screen and (min-width: 64em) {
  .media-modal__navigation-button:first-of-type {
    top: 0;
    right: 100%;
    left: -1.875rem;
  }
}
.media-modal__navigation-button:last-of-type {
  right: -6.875rem;
  left: auto;
}
@media screen and (min-width: 64em) {
  .media-modal__navigation-button:last-of-type {
    left: 86%;
  }
}
.media-modal__navigation-button:hover {
  transform: scale(1.1);
  outline: 0.625rem solid rgb(255, 255, 255) !important;
}
@media screen and (min-width: 64em) {
  .media-modal__navigation-button {
    top: 0;
  }
}

.media-modal__close-button {
  position: absolute;
  top: 5rem;
  right: 1.25rem;
}
@media screen and (min-width: 64em) {
  .media-modal__close-button {
    top: -1.25rem;
    right: -3.125rem;
  }
}

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 2.8125rem 0 7.5rem;
}
@media screen and (max-width: 63.99875em) {
  .pagination {
    margin-bottom: 5rem;
  }
}
.pagination .ellipsis {
  display: inline-block;
  margin: 0 0.75rem;
}
@media screen and (max-width: 47.99875em) {
  .pagination .ellipsis {
    margin: 0 0.3125rem;
  }
}
.search__two-col .pagination {
  margin-bottom: 0;
}

.pagination-prev .icon {
  transform: rotate(180deg);
}

.pagination__arrow {
  height: 1.625rem;
  margin: 0 0.75rem;
  transform: scale(1);
  transition: transform 0.4s;
  width: 1.625rem;
  will-change: transform;
}
.pagination__arrow .icon {
  height: 1.25rem;
  width: 1.25rem;
}
[data-whatinput=initial] .pagination__arrow:is(button):hover, [data-whatinput=initial] .pagination__arrow:is(button):focus, [data-whatintent=mouse] .pagination__arrow:is(button):hover, [data-whatintent=keyboard] .pagination__arrow:is(button):focus {
  transform: scale(1.25);
}
@media screen and (max-width: 47.99875em) {
  .pagination__arrow {
    height: 1.25rem;
    margin: 0 0.3125rem;
    width: 1.25rem;
  }
}

.pagination__page {
  height: 3.125rem;
  margin: 0 0.3125rem;
  width: 3.125rem;
}
@media screen and (max-width: 47.99875em) {
  .pagination__page {
    height: 2.1875rem;
    margin: 0 0.5rem;
    width: 2.1875rem;
  }
}

.pagination__page,
.pagination__arrow {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}

.pagination__arrow.disabled .icon {
  opacity: 0.5;
}

.preferred-location {
  align-items: center;
  border-radius: 0.75rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0 1.875rem;
  position: absolute;
  top: 0.625rem;
  transition: opacity, visibility, padding;
  transition-delay: 0;
  transition-duration: 0.4s;
  visibility: hidden;
  width: 22.5rem;
}
.preferred-location .preferred-location__input-wrap,
.preferred-location .preferred-location__current-block,
.preferred-location button {
  opacity: 0;
  transition: opacity;
  transition-delay: 0.4s;
  transition-duration: 0.8s;
}
.preferred-location.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  padding: 1.875rem;
}
.preferred-location.is-open .preferred-location__input-wrap,
.preferred-location.is-open .preferred-location__current-block,
.preferred-location.is-open button {
  opacity: 1;
  transition-delay: 0;
}
@media screen and (max-width: 63.99875em) {
  .preferred-location {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

.locations-status-container {
  align-items: center;
  display: inline-flex;
  gap: 1.875rem;
  margin: 1.875rem 0;
  position: relative;
}
.hero .locations-status-container {
  margin: 0;
}
.locations-status-container .current-location-button {
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
}
.locations-status-container .icon {
  height: 1.625rem;
  width: 1.625rem;
}
@media screen and (max-width: 47.99875em) {
  .locations-status-container {
    flex-direction: column;
    gap: 1.125rem;
    width: 100%;
  }
}

.preferred-location-button {
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
}

.preferred-location__input-wrap .input__label {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}

.preferred-location__current-block {
  margin: 1.25rem 0 0;
}

/* YAPL
name: Provider Profile
partial: provider-profile-section
context: provider-profile-section.default
notes: |
  - Provider Profile Section
*/
.provider-profile-section {
  margin: 0 0 3.125rem;
}
.provider-profile-section .rtf {
  margin: 0;
}
.provider-profile-section .rtf h5 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.provider-profile-section .rtf p {
  font-size: 1rem;
  line-height: 1.9375rem;
  font-weight: 400;
}
.provider-profile-section .rtf ul li {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .provider-profile-section .rtf h5 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 700;
  }
  .provider-profile-section .rtf p {
    font-size: 1rem;
    line-height: 1.9375rem;
    font-weight: 400;
  }
}
.provider-profile-section .provider__locations {
  display: grid;
  gap: 3.125rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .provider-profile-section .provider__locations {
    grid-template-columns: repeat(2, 1fr);
  }
}
.provider-profile-section .provider__location {
  padding-top: 2.125rem;
  position: relative;
}
.provider-profile-section .provider__location .icon--pin-stylized {
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25rem;
}
.provider-profile-section .provider__location .location__phone,
.provider-profile-section .provider__location .location__directions {
  display: block;
  margin: 0.75rem 0;
}
@media screen and (min-width: 48em) {
  .provider-profile-section .provider__location {
    flex-basis: 50%;
  }
}

.in-page-anchors__link-item {
  border-radius: 0.75rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 64em) {
  .in-page-anchors__link-item {
    min-width: 23.75rem;
  }
}

.in-page-anchors__link {
  border-radius: 0.75rem;
  display: inline-block;
  height: 100%;
  padding: 0.75rem 1.5rem;
  position: relative;
  width: 18.75rem;
}

.provider-profile-section__title {
  margin-bottom: 1.5rem;
}

.provider-detail .rtf div {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  page-break-inside: avoid;
}
.provider-detail .rtf div:not(:last-child) {
  margin-bottom: 1.25rem;
}

.provider-detail .rating__summary {
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.875rem;
}
.provider-detail .rating__stars-container {
  margin-bottom: 0;
}

.provider-profile-section > :last-child {
  margin-bottom: 0;
}

.mobile-nav-custom__select-list {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/assets/images/static/icon-arrow-down-blue.svg") right 1.25rem center no-repeat;
  border-radius: 0.75rem;
  cursor: pointer;
  margin-bottom: 0;
  padding: 1.25rem !important;
  position: relative;
  text-transform: none;
  width: 100%;
}
.mobile-nav-custom__select-list:focus, .mobile-nav-custom__select-list:active {
  background: url("/assets/images/static/icon-arrow-down-white.svg") right 1.25rem center no-repeat;
  border-width: 0.0625rem;
}

.nav-sticky-container--mobile {
  position: relative;
}

.mobile-nav-custom-list {
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  display: none;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 5.875rem;
}
.mobile-nav-custom-list .custom-list-item {
  display: block;
  margin: 1.125rem 0;
}
.mobile-nav-custom-list .custom-list-item:first-of-type {
  margin-top: 0.75rem;
}
.mobile-nav-custom-list .custom-list-item:last-of-type {
  margin-bottom: 0;
}

.nav-list--active {
  background: url("/assets/images/static/icon-arrow-down-white.svg") right 1.25rem center no-repeat;
  z-index: 2;
}

/* YAPL
name: Provider Detail Hero
partial: provider-deteail-hero
context: provider-deteail-hero.default
notes: |
  - [Provider Detail Hero] (https://berndtgroup.atlassian.net/browse/BAY-294)
*/
@media screen and (min-width: 64em) {
  .provider-detail-hero .col-main {
    padding-left: 1.5625rem;
  }
}

.provider-detail-hero__top {
  padding: 15.625rem 0 3.125rem;
  background: url("/assets/images/static/provider-detail-hero-shapes-mobile.svg") no-repeat center 100px/90%, linear-gradient(267.41deg, #007AC2 -80.47%, #312F7F 50.11%);
  border-radius: 0 0 0.75rem 0.75rem;
}
@media screen and (min-width: 64em) {
  .provider-detail-hero__top {
    background: url("/assets/images/static/provider-detail-hero-shapes.png") no-repeat left bottom/50%, linear-gradient(267.41deg, #007AC2 -80.47%, #312F7F 50.11%);
  }
  .provider-detail-hero__top .two-col {
    min-height: 8.75rem;
  }
  .provider-detail-hero__top .two-col .col-main {
    align-self: flex-end;
  }
}
@media screen and (max-width: 63.99875em) {
  .provider-detail-hero__top {
    margin-top: 3.75rem;
  }
}

.provider-detail-hero__bottom .col-side {
  height: 0;
}
@media screen and (min-width: 64em) {
  .provider-detail-hero__bottom .col-side {
    height: 12.5rem;
  }
}
.provider-detail-hero__bottom .inline-cta {
  margin: 1.875rem 0;
}

.provider-detail-hero__name {
  font-size: 2.5625rem;
  line-height: 2.875rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 8.75rem !important;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 64em) {
  .provider-detail-hero__name {
    font-size: 3.125rem;
    line-height: 3.5625rem;
    font-weight: 700;
    position: static;
    margin-top: 0 !important;
    text-align: left;
  }
}

.provider-detail-hero__profile {
  overflow: hidden;
  max-width: 22.5rem !important;
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  top: 7.5rem;
}
@media screen and (min-width: 64em) {
  .provider-detail-hero__profile {
    box-shadow: none;
    max-width: 100%;
    position: relative;
    top: -11.25rem;
    margin: auto;
  }
}
.provider-detail-hero__profile img {
  display: inline-block;
  border-radius: 0.75rem;
  max-width: 22.5rem;
  width: 100%;
}
.provider-detail-hero__profile .profile-distance {
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 600;
  border-radius: 0 0.75rem 0 0;
  bottom: 0;
  left: 0;
  padding: 0.9375rem 1.25rem;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 63.99875em) {
  .provider-detail-hero__profile {
    max-width: 16.875rem !important;
  }
  .provider-detail-hero__profile::after {
    position: absolute;
    border-radius: 1.25rem;
    content: "";
    background: url("/assets/images/static/profile-image-shadow.png") center 140px/cover no-repeat;
    display: block;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
}

.provider-detail-hero__details {
  padding: 2.5rem 0;
}
.provider-detail-hero__details .details-title,
.provider-detail-hero__details .details-specialty {
  margin-bottom: 1.25rem;
  text-align: left;
}
.provider-detail-hero__details .details-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .provider-detail-hero__details .details-title {
    text-align: left;
    font-size: 1.625rem;
    line-height: 1.8125rem;
    font-weight: 700;
  }
}
.provider-detail-hero__details .details-specialty {
  font-size: 1rem;
  line-height: 1.8125rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .provider-detail-hero__details .details-specialty {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
    font-weight: 400;
    text-align: left;
  }
}
.provider-detail-hero__details .details-meta {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .provider-detail-hero__details .details-meta {
    flex-direction: row;
  }
}
.provider-detail-hero__details .details-meta .details-meta__block {
  margin-bottom: 1.875rem;
}
.provider-detail-hero__details .details-meta .details-meta__block:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.provider-detail-hero__details .details-meta .details-meta__block:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .provider-detail-hero__details .details-meta .details-meta__block {
    margin-bottom: 0;
    display: block;
    margin-right: 2.5rem;
  }
  .provider-detail-hero__details .details-meta .details-meta__block:last-of-type {
    margin-bottom: 1.25rem;
  }
}
.provider-detail-hero__details .details-meta .provider__member-badge {
  width: 11.375rem;
}
.provider-detail-hero__details .details-meta .details-meta__info-item {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 600;
  border-radius: 0.75rem;
  color: #000;
  margin-bottom: 0.625rem;
  margin: 0 auto 0.625rem auto;
  padding: 0.375rem 1.25rem;
  text-align: center;
  max-width: 13.125rem;
}
@media screen and (min-width: 64em) {
  .provider-detail-hero__details .details-meta .details-meta__info-item {
    max-width: 100%;
    margin: 0 0 0.625rem 0;
  }
}
.provider-detail-hero__details .rating__summary {
  margin-bottom: 1.25rem;
}
.provider-detail-hero__details .details-badge {
  background-color: #2AACE3;
  border-radius: 0 100em 100em 0;
  color: #fff;
  padding: 0.125rem 0 0.5rem 0.875rem;
}
.provider-detail-hero__details .details-badge > span {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 500;
}
.provider-detail-hero__details .details-badge .details-badge__logo {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  align-items: center;
  display: flex;
  max-width: 70%;
}
.provider-detail-hero__details .details-badge .details-badge__logo img {
  margin-right: 0.3125rem;
  width: 0.9375rem;
}
.provider-detail-hero__details .details-badge .details-badge__logo span {
  display: inline-block;
}

.provider-ratings .pagination {
  margin-bottom: 0;
}

.provider-ratings__content {
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  display: grid;
  margin-top: 1.875rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 48em) {
  .provider-ratings__content {
    grid-template-columns: 1fr 1fr;
  }
}

.provider-ratings__list {
  border-radius: 0.625rem;
  padding: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 48em) {
  .provider-ratings__list {
    margin-bottom: 0;
  }
}
.provider-ratings__list .list-item {
  margin-bottom: 1.875rem;
}
.provider-ratings__list .list-item.overall {
  margin-bottom: 3.125rem;
}
.provider-ratings__list .list-item.overall .rating__summary {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .provider-ratings__list .list-item.overall .rating__summary {
    display: block;
  }
}
.provider-ratings__list .list-item.overall .rating__count {
  color: #000;
}
.provider-ratings__list .list-item.overall .rating__count .count {
  text-decoration: underline;
}
[data-whatinput=initial] .provider-ratings__list .list-item.overall:hover .rating__count .count, [data-whatinput=initial] .provider-ratings__list .list-item.overall:focus .rating__count .count, [data-whatintent=mouse] .provider-ratings__list .list-item.overall:hover .rating__count .count, [data-whatintent=keyboard] .provider-ratings__list .list-item.overall:focus .rating__count .count {
  text-decoration: none;
}

.provider-ratings__comments .comments-title {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.provider-ratings__comments .comments-item {
  border-bottom: 1px solid #d9dce0;
  margin-bottom: 1.25rem;
  padding-bottom: 1.875rem;
}
.provider-ratings__comments .rating__summary {
  margin: 0.25rem 0 0.625rem;
}

.provider-ratings__comments--additional:not(.is-hidden) {
  margin-top: 2.5rem;
}

.providers-search-results .provider__item {
  margin: 1.875rem 0;
}
.providers-search-results .provider__image-wrapper {
  flex-shrink: 0;
  margin-bottom: 1.25rem;
  position: relative;
  width: 15.8125rem;
}
.providers-search-results .provider__image {
  border-radius: 0.75rem;
  width: 100%;
}
.providers-search-results .provider__member-badge {
  max-width: 11.375rem;
}
.providers-search-results .provider__distance {
  bottom: 0;
  left: 0;
  position: absolute;
}
.providers-search-results .provider__title {
  margin-bottom: 0.9375rem;
}
.providers-search-results .provider__specialties,
.providers-search-results .rating__summary {
  display: block;
  margin: 0.9375rem 0;
}
.providers-search-results .provider__location,
.providers-search-results .provider__sub-container,
.providers-search-results .provider__info {
  width: 100%;
}
.providers-search-results .rating__summary {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.providers-search-results .rating__stars-container {
  margin: 0;
}
.providers-search-results .location__name,
.providers-search-results .provider__view-more,
.providers-search-results .location__phone,
.providers-search-results .location__directions {
  display: inline-block;
  margin: 0.5rem 0;
  width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .providers-search-results .location__name,
  .providers-search-results .provider__view-more,
  .providers-search-results .location__phone,
  .providers-search-results .location__directions {
    margin: 0.375rem 0;
  }
}
@media screen and (min-width: 48em) {
  .providers-search-results .provider__item {
    align-items: flex-start;
    display: flex;
    gap: 1.875rem;
    margin: 2.5rem 0;
  }
  .providers-search-results .provider__sub-container {
    display: flex;
    flex-wrap: wrap;
  }
  .providers-search-results .provider__location {
    display: flex;
    gap: 1.5rem;
  }
  .providers-search-results .col-left {
    flex-basis: 65%;
  }
  .providers-search-results .col-right {
    flex-basis: 35%;
  }
}
@media screen and (min-width: 80em) {
  .providers-search-results .provider__item {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .providers-search-results .provider__item {
    margin: 1.875rem auto;
    max-width: 21.875rem;
  }
  .providers-search-results .provider__location-toggle {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-top: 0.875rem;
  }
  .providers-search-results .provider__location-toggle .icon--plus-thin,
  .providers-search-results .provider__location-toggle .icon--minus-thin {
    height: 0.625rem;
    width: 0.625rem;
  }
  .providers-search-results .provider__location-toggle .icon--minus-thin {
    display: none;
  }
  .providers-search-results .provider__location-toggle.is-expanded .icon--minus-thin {
    display: block;
  }
  .providers-search-results .provider__location-toggle.is-expanded .icon--plus-thin {
    display: none;
  }
  .providers-search-results .provider__location {
    height: 0;
    margin-top: 0.75rem;
    overflow: hidden;
    padding-left: 0.75rem;
    position: relative;
    transition: height 0.4s;
  }
}

/* YAPL
name: (COMP-XX) Quote - Migrated
partial: quote-migrated
context: quote-migrated
notes: |
  - Based on [COMP-35 Quote With CTA] (https://berndtgroup.atlassian.net/browse/BAY-731)
*/
.twitter-widget {
  margin: 9.375rem 0 3.125rem;
}
@media screen and (max-width: 79.99875em) {
  .twitter-widget {
    margin: 7.5rem 0 3.125rem;
  }
}
.twitter-widget .tw-img {
  display: none;
  visibility: hidden;
}
.twitter-widget .tw-img + .quote-with-cta__cta {
  margin-top: 3.125rem;
}
.twitter-widget .quotes .inner-quote {
  font-weight: 700;
  font-size: 2.625rem;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.015625rem;
  text-align: right;
  padding: 0 5.625rem;
  position: relative;
  display: block;
}
.twitter-widget .quotes .inner-quote::before {
  content: "";
  background: url("/assets/images/static/quotes-blue.svg") left center no-repeat;
  display: inline-block;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  width: 6.0625rem;
  height: 5.0625rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 79.99875em) {
  .twitter-widget .quotes .inner-quote::before {
    width: 3.75rem;
    height: 3.125rem;
  }
}
.twitter-widget .quotes .inner-quote::after {
  content: "";
  background: url("/assets/images/static/quotes-blue.svg");
  display: inline-block;
  background-size: cover;
  width: 4.5rem;
  height: 3.75rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 79.99875em) {
  .twitter-widget .quotes .inner-quote::after {
    width: 2.75rem;
    height: 2.3125rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .twitter-widget .quotes .inner-quote {
    padding: 0;
  }
  .twitter-widget .quotes .inner-quote::before {
    top: -3.125rem;
  }
  .twitter-widget .quotes .inner-quote::after {
    bottom: -2.5rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .twitter-widget .quotes .inner-quote {
    font-size: 2.0625rem;
  }
}
.twitter-widget .twitter-link__wrapper {
  display: flex;
  justify-content: flex-end;
  background: url("/assets/images/static/green-gradient-accent.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 63.99875em) {
  .twitter-widget .twitter-link__wrapper {
    background-position: left center;
  }
}
@media only screen and (max-width: 540px) {
  .twitter-widget .twitter-link__wrapper {
    background-position: -4.375rem center;
  }
}
@media only screen and (max-width: 450px) {
  .twitter-widget .twitter-link__wrapper {
    background-position: -10rem center;
  }
}
@media only screen and (max-width: 375px) {
  .twitter-widget .twitter-link__wrapper {
    background-position: -11.25rem center;
  }
}
.twitter-widget .twitter-link {
  background-image: none;
}

/* YAPL
name: (COMP-35) Quote With CTA
partial: quote-with-cta
context: quote-with-cta.mybaystate
notes: |
  - [COMP-35 Quote With CTA] (https://berndtgroup.atlassian.net/browse/BAY-731)
*/
.quote-with-cta {
  margin: 8.125rem auto 5rem;
}
@media screen and (min-width: 64em) {
  .quote-with-cta {
    margin: 5rem auto;
  }
}
@media screen and (max-width: 89.99875em) {
  .content-block > .quote-with-cta {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 47.99875em) {
  .content-block > .quote-with-cta {
    max-width: calc(100% - 60px);
  }
}

.quote-with-cta__content .content-text {
  font-weight: 700;
  font-size: 2.625rem;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.015625rem;
  text-align: right;
  padding: 0 5.625rem;
  position: relative;
}
.quote-with-cta__content .content-text::before {
  content: "";
  background: url("/assets/images/static/quotes-blue.svg") left center no-repeat;
  display: inline-block;
  background-size: cover;
  position: absolute;
  width: 6.0625rem;
  height: 5.0625rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 79.99875em) {
  .quote-with-cta__content .content-text::before {
    width: 3.75rem;
    height: 3.125rem;
  }
}
.quote-with-cta__content .content-text::after {
  content: "";
  background: url("/assets/images/static/quotes-blue.svg");
  display: inline-block;
  background-size: cover;
  width: 4.5rem;
  height: 3.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 79.99875em) {
  .quote-with-cta__content .content-text::after {
    width: 2.75rem;
    height: 2.3125rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .quote-with-cta__content .content-text {
    padding: 0;
  }
  .quote-with-cta__content .content-text::before {
    top: -3.125rem;
  }
  .quote-with-cta__content .content-text::after {
    bottom: -2.5rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .quote-with-cta__content .content-text {
    font-size: 2.0625rem;
  }
}

.quote-with-cta__name {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: right;
  font-weight: 700;
  margin: 5rem 0 1.25rem 0;
}
@media screen and (min-width: 64em) {
  .quote-with-cta__name {
    margin: 1.25rem 0;
  }
}

.quote-with-cta__cta {
  display: flex;
  justify-content: flex-end;
  background: url("/assets/images/static/green-gradient-accent.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 63.99875em) {
  .quote-with-cta__cta {
    background-position: left center;
  }
}
@media only screen and (max-width: 540px) {
  .quote-with-cta__cta {
    background-position: -4.375rem center;
  }
}
@media only screen and (max-width: 450px) {
  .quote-with-cta__cta {
    background-position: -10rem center;
  }
}
@media only screen and (max-width: 375px) {
  .quote-with-cta__cta {
    background-position: -11.25rem center;
  }
}

/* YAPL
name: (COMP-30) Related Content Strip
partial: related-content
context: related-content.services
notes: |
  - [COMP-30 Related Content Strip] (https://berndtgroup.atlassian.net/browse/BAY-746)
*/
.related-content {
  margin: 5rem 0;
}
.related-content .slick-list {
  padding-bottom: 0.125rem;
}
@media screen and (min-width: 34.375em) {
  .related-content .slick-list {
    padding-right: 5vw;
    width: calc(100% + 16px);
  }
}
@media screen and (min-width: 64em) {
  .related-content .slick-list {
    padding-right: 10vw;
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 90em) {
  .related-content .slick-list {
    padding-right: max(160px, 0.5 * (100vw - 1440px) + 16px);
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 1500px) {
  .related-content .slick-list {
    width: calc(100% + max(160px, 0.5 * (100vw - 1440px) + 16px));
  }
}
.related-content .slick-track {
  display: flex;
}
.related-content .slick-track::before, .related-content .slick-track::after {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .related-content .slick-track {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .related-content .slick-track {
    gap: 2rem;
  }
}
.related-content .slick-prev,
.related-content .slick-next {
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 62.4375rem;
  height: 5.375rem;
  transition: 0.4s;
  transition-property: opacity, visibility;
  width: 5.375rem;
  z-index: 2;
}
.related-content .slick-prev[aria-disabled=true],
.related-content .slick-next[aria-disabled=true] {
  opacity: 0;
  visibility: hidden;
}
.related-content .slick-prev::before, .related-content .slick-prev::after,
.related-content .slick-next::before,
.related-content .slick-next::after {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.related-content .slick-prev::before,
.related-content .slick-next::before {
  border-radius: 999px;
  height: 4rem;
  opacity: 1;
  width: 4rem;
  z-index: 1;
}
.related-content .slick-prev::after,
.related-content .slick-next::after {
  background-image: url("/assets/images/icons/arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  z-index: 2;
}
@media screen and (min-width: 90em) {
  .related-content .slick-prev,
  .related-content .slick-next {
    height: 7.25rem;
    width: 7.25rem;
  }
  .related-content .slick-prev::before,
  .related-content .slick-next::before {
    height: 5.875rem;
    width: 5.875rem;
  }
  .related-content .slick-prev::after,
  .related-content .slick-next::after {
    background-size: 2.375rem;
    height: 2.375rem;
    width: 2.375rem;
  }
}
.related-content .slick-prev {
  left: 0;
  transform: translateX(-25px) translateY(-50%);
}
.related-content .slick-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.related-content .slick-next {
  right: 0;
  transform: translateX(25px) translateY(-50%);
}
@media screen and (min-width: 1550px) {
  .related-content .slick-prev {
    transform: translateX(-50%) translateY(-50%);
  }
  .related-content .slick-next {
    transform: translateX(50%) translateY(-50%);
  }
}
.related-content .slick-slide {
  height: inherit;
  transition: opacity 0.4s;
}
.related-content .slick-slide > div,
.related-content .slick-slide .item,
.related-content .slick-slide .item__link {
  height: 100%;
}
.related-content .slick-slide:not(.slick-active):not(.slick-current) {
  opacity: 0.2;
}
.related-content .slick-dots {
  bottom: -2.8125rem;
}
.related-content .slick-dots li {
  height: unset;
  width: unset;
}
.related-content .slick-dots li button {
  height: 2rem;
  padding: 0;
  position: relative;
  width: 2rem;
}
.related-content .slick-dots li button::before {
  border-radius: 0.1875rem;
  content: "";
  height: 0.1875rem;
  opacity: 1;
  padding: 0;
  top: calc(50% - 2px);
  transition: background 0.4s;
  width: 2rem;
}
.related-content .item__image {
  opacity: 1;
  transition: opacity 0.4s;
}

.related-content-grid {
  padding: 4.125rem 2.5rem 0;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .related-content-grid {
    padding: 3.125rem 0 0 0;
  }
}

.related-content-grid__title,
.related-content-grid__cta,
.related-content-grid__list {
  padding: 0 5.625rem 0 4.125rem;
}
@media screen and (max-width: 63.99875em) {
  .related-content-grid__title,
  .related-content-grid__cta,
  .related-content-grid__list {
    padding: 0 1.375rem 0 0;
  }
}

.related-content-grid__featured {
  padding-bottom: 3.75rem;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .related-content-grid__featured {
    padding-bottom: 2.5rem;
  }
}
.related-content-grid__featured .item__image {
  margin: 3.125rem 0 3.75rem;
}
@media screen and (max-width: 63.99875em) {
  .related-content-grid__featured .item__image {
    margin-bottom: 10rem;
  }
}
.related-content-grid__featured .item__link {
  display: block;
  max-width: 45.375rem;
  padding: 1.3125rem 1.75rem 0 4.125rem;
}
@media screen and (max-width: 63.99875em) {
  .related-content-grid__featured .item__link {
    padding: 0.875rem 0 0 0.625rem;
  }
}
.related-content-grid__featured .item__image ~ .item__link {
  bottom: 2.5625rem;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 63.99875em) {
  .related-content-grid__featured .item__image ~ .item__link {
    max-width: 20.75rem;
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 64em) {
  .related-content-grid__featured .item__link:first-child {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .related-content-grid__featured .item__link:first-child {
    padding: 0;
  }
}

@media screen and (min-width: 64em) {
  .related-faculty .related-providers__items {
    gap: 5rem;
    justify-content: center;
  }
  .related-faculty .related-providers__item {
    flex: 0 0 calc(33% - 50px);
  }
}
.related-faculty:not(.is-expanded) .related-providers__items {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .related-faculty .related-providers__item {
    margin: 0 auto;
    max-width: 25rem;
  }
}
@media screen and (min-width: 64em) {
  .col-main > .related-faculty .related-providers__items {
    gap: 1.875rem;
  }
  .col-main > .related-faculty .related-providers__item {
    flex: 0 0 calc(50% - 15px);
  }
}

/* YAPL
name: (COMP-49) Related Locations
partial: related-locations
context: related-locations.test
notes: |
  - [COMP-49 Related Locations] (https://berndtgroup.atlassian.net/browse/BAY-655)
*/
.related-locations__items .slick-track {
  min-width: 100%;
}

.related-locations__item {
  align-items: flex-start;
  display: inline-flex !important;
  flex-direction: column;
  gap: 1.625rem;
}
.related-locations__item .location__name:is(a) {
  max-width: calc(100% - 25px);
}
.related-locations__item .location__name:is(a) .icon--arrow-right {
  margin-left: -1.125rem;
  position: relative;
  top: 0.375rem;
  transform: translateX(26px);
}
[data-whatinput=initial] .related-locations__item .location__name:is(a):hover .icon--arrow-right, [data-whatinput=initial] .related-locations__item .location__name:is(a):focus .icon--arrow-right, [data-whatintent=mouse] .related-locations__item .location__name:is(a):hover .icon--arrow-right, [data-whatintent=keyboard] .related-locations__item .location__name:is(a):focus .icon--arrow-right {
  transform: translateX(36px);
}
.related-locations__item .location__distance {
  margin-top: -1.625rem;
}

.related-locations__cta-container {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-top: 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .related-locations__cta-container {
    justify-content: start;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .related-locations__cta {
    width: 100%;
  }
}

/* YAPL
name: (COMP-48) Related Providers
partial: related-providers
context: related-providers.test
notes: |
  - [COMP-48 Related Providers] (https://berndtgroup.atlassian.net/browse/BAY-654)
*/
.related-providers {
  margin: 5rem 0;
}

.related-providers__cta {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .related-providers__cta {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 63.99875em) {
  .related-providers__cta {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .col-main .related-providers__cta {
    margin-top: 5rem;
  }
}

.related-providers__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.875rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 89.99875em) {
  .related-providers__items {
    gap: 1.875rem !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .related-providers__items {
    justify-content: space-around;
  }
}
@media screen and (min-width: 80em) {
  .related-providers__items .related-providers__item {
    width: calc(25% - 23px);
  }
  .col-main .related-providers__items .related-providers__item {
    width: calc(33.33% - 20px);
  }
}
.related-providers__items .related-providers__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 79.99875em) {
  .related-providers__items .related-providers__item {
    max-width: 28.125rem;
    width: 45%;
  }
}
@media screen and (max-width: 63.99875em) {
  .related-providers__items .related-providers__item {
    display: inline-flex !important;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 79.99875em) {
  .col-main .related-providers__items .related-providers__item {
    display: inline-flex !important;
    height: 100%;
  }
}
.related-providers__items .provider__image-wrapper {
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
  position: relative;
  color: unset;
}
.related-providers__items .provider__image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.related-providers__items .provider__distance {
  bottom: 0;
  left: 0;
  position: absolute;
}
.related-providers__items .provider__info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.75rem;
  padding: 1.875rem 1.5rem 2.8125rem;
}
.related-providers__items .provider__title:is(a) {
  max-width: calc(100% - 25px);
  width: 100%;
}
.related-providers__items .provider__title:is(a) .icon--arrow-right {
  margin-left: -1.125rem;
  position: relative;
  top: 0.375rem;
  transform: translateX(26px);
}
[data-whatinput=initial] .related-providers__items .provider__title:is(a):hover .icon--arrow-right, [data-whatinput=initial] .related-providers__items .provider__title:is(a):focus .icon--arrow-right, [data-whatintent=mouse] .related-providers__items .provider__title:is(a):hover .icon--arrow-right, [data-whatintent=keyboard] .related-providers__items .provider__title:is(a):focus .icon--arrow-right {
  transform: translateX(36px);
}
.related-providers__items .provider__description.rtf {
  margin: 0;
}
.related-providers__items .provider__description.rtf * {
  line-height: 1.4;
}
.related-providers__items .provider__description.rtf ul li::before {
  margin-top: 0;
  top: 0.625rem;
}
.related-providers__items .provider__member-badge {
  max-width: 11.375rem;
}

.star-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.rating__stars-container {
  display: block;
  flex-shrink: 0;
  height: 1.25rem;
  margin-bottom: 0.5rem;
  position: relative;
  width: 7.75rem;
}

.rating__count,
.rating__text {
  width: 100%;
}

.rating__stars-bg,
.rating__stars-fg {
  background-repeat: no-repeat;
  background-size: 7.75rem 1.125rem;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.rating__stars-bg {
  background-image: url("/assets/images/static/stars-bg.svg");
}

.rating__stars-fg {
  background-image: url("/assets/images/static/stars-fg.svg");
  left: 0;
  position: absolute;
  top: 0;
}

.related-leadership .related-providers__items {
  margin-top: 3.125rem;
}

@media screen and (max-width: 79.99875em) {
  .content-block > .related-providers .related-providers__items .related-providers__item {
    width: calc(33% - 23px);
  }
}
@media screen and (max-width: 63.99875em) {
  .content-block > .related-providers .related-providers__items .related-providers__item {
    width: calc(48% - 23px);
  }
}
@media screen and (max-width: 47.99875em) {
  .content-block > .related-providers .related-providers__items .related-providers__item {
    width: 100%;
  }
}

/* YAPL
name: (COMP-18) Promo with Link Button
partial: rich-promo
context: rich-promo.mybaystate
notes: |
  - [COMP-18 Promo with Link Button] (https://berndtgroup.atlassian.net/browse/BAY-508)
*/
.rich-promo {
  margin: 3.125rem 0 0;
}

.rich-promo__title {
  margin-top: 1rem;
}

@media screen and (min-width: 64em) {
  .rich-promo__wrapper {
    align-items: flex-start;
    display: flex;
    gap: 3.75rem;
    justify-content: center;
  }
}
@media screen and (min-width: 64em) and (min-width: 80em) {
  .rich-promo__wrapper {
    gap: 6.25rem;
  }
}

.rich-promo__ctas {
  display: flex;
  margin-top: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .rich-promo__ctas {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
  }
  .rich-promo__ctas .cta {
    max-width: 100%;
    width: 18.125rem;
  }
}
@media screen and (min-width: 64em) {
  .rich-promo__ctas {
    gap: 1.5rem;
  }
}

.section-nav {
  z-index: 7;
}
@media screen and (min-width: 64em) {
  .section-nav {
    padding-bottom: 3.125rem;
    padding-right: 5rem;
    padding-top: 2.875rem;
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .section-nav {
    padding-right: 6.875rem;
  }
}
@media screen and (min-width: 64em) {
  .two-col--sidebar-right .section-nav {
    padding-left: 5rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 90em) {
  .two-col--sidebar-right .section-nav {
    padding-left: 6.875rem;
    padding-right: 0;
  }
}
.section-nav.is-collapsed .section-nav__inner {
  max-height: 0;
  overflow: hidden;
}
.section-nav.sticky.is-stuck {
  z-index: 7;
}
.section-nav .section-nav__subsection {
  margin: 0;
}

.section-nav__sticky-container {
  position: relative;
}

.section-nav__inner {
  max-height: 70vh;
  overflow: hidden;
  transition: max-height 0.8s;
}

.section-nav__items {
  max-height: calc(65vh - 100px);
}
@media screen and (min-width: 64em) {
  .section-nav__items {
    overflow-y: auto;
  }
}

.section-nav__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.section-nav__item .icon {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  left: -0.75rem;
  position: relative;
  width: 0.75rem;
}
.section-nav__item .icon--plus {
  display: none;
}
.section-nav__item.is-collapsed > .section-nav__expand .icon--minus {
  display: none;
}
.section-nav__item.is-collapsed > .section-nav__expand .icon--plus {
  display: block;
}
.section-nav__item.has-subitems > .section-nav__link {
  max-width: calc(100% - 36px);
}

.section-nav__link {
  max-width: calc(100% - 8px);
}

.section-nav__expand {
  align-items: center;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}

.section-nav__subsection {
  max-height: 0;
  overflow: hidden;
  transition: 0.8s;
  transition-property: max-height, visibility;
  width: 100%;
}
.is-collapsed > .section-nav__subsection {
  visibility: hidden;
}

.section-nav__item--l1 {
  padding: 1.125rem;
}
@media screen and (max-width: 63.99875em) {
  .section-nav__item--l1 {
    position: relative;
    padding-right: 3.125rem;
  }
}
.section-nav__item--l1 .section-nav__expand {
  content: "";
  display: block;
  background-color: transparent !important;
  background-image: url("/assets/images/icons/chevron-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.125rem;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  transition: transform 0.4s;
  width: 3.125rem;
}
@media screen and (max-width: 63.99875em) {
  .section-nav__item--l1 .section-nav__expand {
    background-size: 12px auto;
    border-radius: 50%;
  }
}
@media screen and (min-width: 64em) {
  .section-nav__item--l1 {
    padding: 2.5rem;
  }
}

.section-nav__l2-link {
  padding: 1rem;
  padding-left: 2.8125rem;
}

.section-nav__l3-link {
  padding: 1rem;
  padding-left: 4.0625rem;
}

.section-nav__l4-link {
  padding: 1rem;
  padding-left: 5.3125rem;
}

.l1-label {
  flex-shrink: 0;
  font-weight: 600;
  width: 100%;
}

@media screen and (max-width: 63.99875em) {
  .section-nav--mobile {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    top: 6.875rem;
    width: 100%;
  }
}
@media screen and (max-width: 63.99875em) and (min-width: 40em) {
  .section-nav--mobile {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 63.99875em) and (min-width: 64em) {
  .section-nav--mobile {
    max-width: 90rem;
  }
}
@media screen and (max-width: 63.99875em) and (min-width: 80em) {
  .section-nav--mobile {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 63.99875em) and (max-width: 79.99875em) {
  .section-nav--mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .section-nav--mobile + .hero {
    padding-top: 14.375rem;
  }
  .section-nav--mobile + .hero--standard-image,
  .section-nav--mobile + .hero--standard-no-image {
    padding-top: 13.125rem;
  }
  .section-nav--mobile:not(.is-expanded-mobile) .section-nav__item--l1 + .section-nav__items {
    max-height: 0;
    overflow: hidden;
    transition: 0.8s;
    transition-property: max-height, visibility;
    visibility: hidden;
  }
  .section-nav--mobile.is-expanded-mobile .section-nav__item--l1 + .section-nav__items {
    animation: overflow-transition 0.8s backwards;
    overflow: auto;
    transition: 0.8s;
    transition-property: max-height;
    visibility: visible;
  }
  .section-nav--mobile.is-expanded-mobile .section-nav__item--l1 .section-nav__expand {
    transform: rotate(-90deg);
  }
}
@keyframes overflow-transition {
  from, to {
    overflow: hidden;
  }
}
@media screen and (min-width: 64em) {
  .section-nav--mobile {
    display: none;
  }
  .section-nav--mobile + .hero {
    padding-top: 12.5rem;
  }
}
.services-search-results {
  margin-bottom: 3.75rem;
}
.services-search-results label {
  cursor: pointer;
}

@media screen and (max-width: 63.99875em) {
  .search__two-col {
    margin-bottom: 5rem;
  }
  .search__two-col .col-side {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 39.375rem;
    position: relative;
  }
}
@media screen and (min-width: 64em) {
  .search__two-col {
    margin-bottom: 7.5rem;
  }
  .search__two-col .col-side {
    flex: 1 0 18.75rem;
    padding-right: 2.5rem;
  }
  .search__two-col .col-main {
    flex: 0 1 100%;
    padding-left: 2.5rem;
  }
}

.search__status {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 63.99875em) {
  .search__status {
    margin-bottom: 1.125rem;
  }
}

.search__result-item {
  margin: 2.5rem 0;
}
.search__result-item .item__title {
  margin-bottom: 1.25rem;
  max-width: calc(100% - 25px);
}
.search__result-item .item__image-wrapper {
  border-radius: 0.75rem;
  overflow: hidden;
}
.search__result-item .item__image-wrapper img {
  width: 100%;
}
.search__result-item .icon--arrow-right {
  width: 1.0625rem;
}
@media screen and (max-width: 63.99875em) {
  .search__result-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 35rem;
  }
}

.search__result-item:not(.search__result-item--curated) .icon--arrow-right {
  margin-left: -1.125rem;
  position: relative;
  top: 0.125rem;
  transform: translateX(26px);
}
[data-whatinput=initial] .search__result-item:not(.search__result-item--curated) .item__link:hover .icon--arrow-right, [data-whatinput=initial] .search__result-item:not(.search__result-item--curated) .item__link:focus .icon--arrow-right, [data-whatintent=mouse] .search__result-item:not(.search__result-item--curated) .item__link:hover .icon--arrow-right, [data-whatintent=keyboard] .search__result-item:not(.search__result-item--curated) .item__link:focus .icon--arrow-right {
  transform: translateX(36px);
}

.search__result-item--curated,
.search__result-item--image {
  border-radius: 0.75rem;
  position: relative;
}
.search__result-item--curated .item__link,
.search__result-item--image .item__link {
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .search__result-item--curated .item__link,
  .search__result-item--image .item__link {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .search__result-item--curated .item__link,
  .search__result-item--image .item__link {
    align-items: center;
    gap: 2.5rem;
  }
}
[data-whatinput=initial] .search__result-item--curated .item__link:hover .icon--arrow-right, [data-whatinput=initial] .search__result-item--curated .item__link:focus .icon--arrow-right, [data-whatintent=mouse] .search__result-item--curated .item__link:hover .icon--arrow-right, [data-whatintent=keyboard] .search__result-item--curated .item__link:focus .icon--arrow-right,
[data-whatinput=initial] .search__result-item--image .item__link:hover .icon--arrow-right,
[data-whatinput=initial] .search__result-item--image .item__link:focus .icon--arrow-right,
[data-whatintent=mouse] .search__result-item--image .item__link:hover .icon--arrow-right,
[data-whatintent=keyboard] .search__result-item--image .item__link:focus .icon--arrow-right {
  transform: translateX(10px);
}
.search__result-item--curated .item__image-wrapper,
.search__result-item--image .item__image-wrapper {
  width: auto;
}
@media screen and (min-width: 64em) {
  .search__result-item--curated .item__image-wrapper,
  .search__result-item--image .item__image-wrapper {
    flex-shrink: 0;
    max-width: 19.375rem;
    width: 38%;
  }
}
.static-search-results .search__result-item--curated:not(.search__result-item--image):not(.search__result-item--curated) .item__link,
.static-search-results .search__result-item--image:not(.search__result-item--image):not(.search__result-item--curated) .item__link {
  display: block;
}

.search__result-item--curated {
  margin: 1.875rem 0;
}
@media screen and (max-width: 63.99875em) {
  .search__result-item--curated .item__link {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .search__result-item--curated .item__link {
    padding: 1.875rem 2.5rem 3.125rem;
  }
}
.search__result-item--curated .icon--arrow-right {
  bottom: 1.875rem;
  position: absolute;
  right: 1.875rem;
}

.search__active-filter-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 63.99875em) {
  .static-search-results .search__status,
  .providers-search-results .search__status {
    text-align: center;
  }
}
@media screen and (max-width: 63.99875em) {
  .static-search-results .search__display-filters,
  .providers-search-results .search__display-filters {
    margin-top: 1.25rem;
  }
}
.static-search-results .search__display-filters .filters-link,
.providers-search-results .search__display-filters .filters-link {
  display: none;
}
.static-search-results .search__display-filters.accordion-active .search__active-filter-list,
.providers-search-results .search__display-filters.accordion-active .search__active-filter-list {
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 6px 5px -5px rgba(128, 128, 128, 0.7);
}
.static-search-results .search__display-filters.accordion-active .search__active-filter-list.js-accordion-window,
.providers-search-results .search__display-filters.accordion-active .search__active-filter-list.js-accordion-window {
  overflow: hidden !important;
}
.static-search-results .search__display-filters.accordion-active .search__active-filter-list.js-accordion-window-height,
.providers-search-results .search__display-filters.accordion-active .search__active-filter-list.js-accordion-window-height {
  max-height: 4.375rem;
  height: 4.375rem !important;
}
.static-search-results .search__display-filters.accordion-active .search__active-filter-list::after,
.providers-search-results .search__display-filters.accordion-active .search__active-filter-list::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.875rem;
  width: 100%;
}
.static-search-results .search__display-filters.accordion-active .search__active-filter-list li:last-of-type,
.providers-search-results .search__display-filters.accordion-active .search__active-filter-list li:last-of-type {
  margin-bottom: 1.875rem;
}
.static-search-results .search__display-filters.accordion-active .filters-link,
.providers-search-results .search__display-filters.accordion-active .filters-link {
  display: block;
  text-align: right;
  margin-top: 0.625rem;
}
.static-search-results .search__display-filters.accordion-active .filters-link a,
.providers-search-results .search__display-filters.accordion-active .filters-link a {
  font-weight: 500;
}

@media screen and (min-width: 64em) {
  .static-search-results--events .search__result-item,
  .static-search-results--events .item__link {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex: auto;
  }
}
@media screen and (min-width: 64em) {
  .static-search-results--events .search__result-item:not(.search__result-item--curated) {
    margin: 3.125rem 0;
  }
}
.static-search-results--events .item__content {
  width: 100%;
}
.static-search-results--events .item__info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  margin-top: 0.75rem;
}
.static-search-results--events .item__date {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 4rem;
  justify-content: center;
  text-align: center;
  width: 4rem;
}
@media screen and (min-width: 64em) {
  .static-search-results--events .search__result-item:not(.search__result-item--curated) .item__date {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .static-search-results--events .search__result-item:not(.search__result-item--curated) .item__date {
    margin-bottom: 0.75rem;
  }
}
.static-search-results--events .item__date-wrapper {
  width: auto;
}
@media screen and (min-width: 64em) {
  .static-search-results--events .item__date-wrapper {
    flex-shrink: 0;
    max-width: 19.375rem;
    width: 38%;
  }
}
.static-search-results--events .item__date-wrapper .item__image-wrapper {
  width: 100%;
}

/* YAPL
name: (COMP-27) Sidebar Cta
partial: rich-promo
context: rich-promo.mybaystate
notes: |
  - [COMP-27 Sidebar Cta] (https://berndtgroup.atlassian.net/browse/BAY-743)
*/
.sidebar-cta {
  padding: 1.875rem;
}
@media screen and (min-width: 64em) {
  .two-col--sidebar-right .sidebar-cta {
    margin-left: 5rem;
  }
  .two-col--sidebar-right .sidebar-cta:first-child {
    margin-top: 5.3125rem;
  }
}

.sidebar-cta__text {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .sidebar-cta__text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 700;
    text-align: left;
  }
}

.sidebar-cta__cta {
  width: 100%;
}
.sidebar-cta__cta .cta {
  width: 100%;
}

.content-block > .standard-cta {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .content-block > .standard-cta {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .content-block > .standard-cta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .content-block > .standard-cta {
    max-width: 90rem;
  }
}

/* YAPL
name: Tab Stepper with Title
partial: tabbed-content
context: tabbed-content.default
notes: |
  - [COMP-51: Tab Stepper with Title](https://berndtgroup.atlassian.net/browse/BAY-747)
*/
/* YAPL
name: Tab Stepper with Title - Four Items
partial: tabbed-content
context: tabbed-content.four-items
notes: |
  - [COMP-51: Tab Stepper with Title](https://berndtgroup.atlassian.net/browse/BAY-747)
*/
/* YAPL
name: Tab Stepper with Title - Five Items
partial: tabbed-content
context: tabbed-content.five-items
notes: |
  - [COMP-51: Tab Stepper with Title](https://berndtgroup.atlassian.net/browse/BAY-747)
*/
.tabbed-content {
  display: block;
  margin: 3.75rem 0;
}
@media screen and (min-width: 64em) {
  .tabbed-content {
    margin: 5.625rem 0;
  }
}
.tabbed-content .tabs::before, .tabbed-content .tabs::after {
  display: none;
}

.tabbed-content__title {
  margin-bottom: 2rem;
}

.tabbed-content__content {
  padding: 4.5625rem 3.125rem;
}

.tabbed-content__item {
  padding: 0;
}

.tabbed-content__item-content-wrap .rtf {
  margin: 0 !important;
}

@media screen and (max-width: 63.99875em) {
  .tabbed-content--accordion .tabbed-content__title {
    text-align: center;
  }
}
.tabbed-content--accordion .tabbed-content__content {
  padding: 0;
}
.tabbed-content--accordion .tabbed-content__toggle {
  display: none;
}
.tabbed-content--accordion .tabbed-content__item {
  border: none;
}
.tabbed-content--accordion .tabbed-content__item.is-active .tabbed-content__item-title svg {
  transform: rotate(-90deg);
}
.tabbed-content--accordion .tabbed-content__item:not(.accordion-item):not(.is-active) .tabbed-content__item-content {
  display: none;
}
.tabbed-content--accordion .tabbed-content__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.125rem !important;
}
@media screen and (min-width: 64em) {
  .tabbed-content--accordion .tabbed-content__item-title {
    font-size: 1.1875rem;
    line-height: 1.5rem;
  }
}
.tabbed-content--accordion .tabbed-content__item-title::before {
  display: none;
}
.tabbed-content--accordion .tabbed-content__item-content {
  padding: 0;
}
.tabbed-content--accordion .tabbed-content__item-content-wrap {
  overflow: hidden;
  padding: 1.25rem 1.125rem;
}

.tabbed-content--tabs .tabbed-content__toggle {
  display: flex;
  margin-bottom: 0;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.tabbed-content--tabs .tabbed-content__toggle li {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  margin: 0;
  height: 100%;
}
.tabbed-content--tabs .tabbed-content__toggle a {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  height: 100%;
  justify-content: center;
  min-height: 4.5rem;
  padding: 0.3125rem 0.5rem;
  text-align: center;
}
.tabbed-content--tabs .tabbed-content__item:not(.tabs-panel):not(.accordion-item):not(.is-active) {
  display: none;
}
.tabbed-content--tabs .tabbed-content__item-title {
  display: none;
}

.table {
  text-align: left;
}
.table table {
  display: block;
  min-width: 100%;
}
.table table,
.table thead,
.table tbody,
.table td,
.table th {
  border: none;
  border-collapse: collapse;
}
.table th {
  padding: 0.875rem;
  padding-left: 2.125rem;
}
.table td {
  padding: 0.75rem;
  padding-left: 2.125rem;
}
@media screen and (max-width: 79.99875em) {
  .table td {
    white-space: wrap;
  }
}
.table th,
.table td {
  border: none;
  border-collapse: collapse;
}

@media screen and (max-width: 79.99875em) {
  .table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
  }
  table {
    overflow-x: auto;
    display: block;
  }
}
/* YAPL
name: (COMP-46) Taxonomy Grid with Title
partial: taxonomy-grid
context: taxonomy-grid.default
notes: |
  - [COMP-46 Taxonomy Grid with Title] (https://berndtgroup.atlassian.net/browse/BAY-1155)
*/
.taxonomy-grid {
  margin-bottom: 3.125rem;
}

.content-block > .taxonomy-grid .taxonomy-grid__title {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .content-block > .taxonomy-grid .taxonomy-grid__title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .content-block > .taxonomy-grid .taxonomy-grid__title {
    max-width: 90rem;
  }
}
@media screen and (min-width: 80em) {
  .content-block > .taxonomy-grid .taxonomy-grid__title {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .content-block > .taxonomy-grid .taxonomy-grid__title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.content-block > .taxonomy-grid .taxonomy-grid__list {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .content-block > .taxonomy-grid .taxonomy-grid__list {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .content-block > .taxonomy-grid .taxonomy-grid__list {
    max-width: 90rem;
  }
}
@media screen and (min-width: 80em) {
  .content-block > .taxonomy-grid .taxonomy-grid__list {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .content-block > .taxonomy-grid .taxonomy-grid__list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.taxonomy-grid__title {
  max-width: 40.625rem;
  margin: 0 auto 1.875rem;
  text-align: center;
}

.taxonomy-grid__list {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 1.25rem 0;
}
@media screen and (min-width: 48em) {
  .taxonomy-grid__list {
    gap: 1.25rem;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .taxonomy-grid__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.taxonomy-grid__list .list-item {
  display: flex;
  align-items: center;
}
.taxonomy-grid__list .list-item .list-item__link {
  padding: 1.25rem 2.1875rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .taxonomy-grid__list .list-item .list-item__link {
    padding: 0.9375rem 2.1875rem 0.9375rem 1.75rem;
  }
}

.taxonomy-grid__sub .button {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .taxonomy-grid__sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .taxonomy-grid__sub .button {
    width: auto;
    white-space: nowrap;
  }
}

.taxonomy-grid__sub-background {
  display: none;
  width: 100%;
  height: 0.0625rem;
  background: url("/assets/images/static/green-gradient-accent-long.svg") no-repeat -3.125rem center/105%;
}
@media screen and (min-width: 48em) {
  .taxonomy-grid__sub-background {
    display: block;
  }
}

/* YAPL
name: (COMP-13) Vertical CTA Set with Background Image
partial: teaser-list
context: teaser-list.vertical-bg
notes: |
  - [COMP-13 Vertical CTA Set with Image] (https://berndtgroup.atlassian.net/browse/BAY-500)
*/
/* YAPL
name: (COMP-14) Link Set with Description and Image
partial: teaser-list
context: teaser-list.vertical-no-bg
notes: |
  - [COMP-14 Link Set with Description and Image] (https://berndtgroup.atlassian.net/browse/BAY-501)
*/
/* YAPL
name: (COMP-15) Link Set with Background Image and Description
partial: teaser-list
context: teaser-list.horizontal-bg
notes: |
  - [COMP-14 Link Set with Description and Image] (https://berndtgroup.atlassian.net/browse/BAY-502)
*/
.teaser-list {
  margin: 5rem 0;
}

.teaser-list__bg-image-wrapper {
  display: none;
}
@media screen and (min-width: 64em) {
  .teaser-list__bg-image-wrapper {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
.two-col .col-main .teaser-list__bg-image-wrapper {
  height: 100%;
  top: 10rem;
}

.teaser-list__bg-image {
  display: block;
  width: 100%;
}

.teaser-list--vertical-bg {
  margin: 6.25rem 0 3.125rem;
  overflow: hidden;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .teaser-list--vertical-bg {
    margin: 5.625rem 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .teaser-list--vertical-bg .teaser-list__bg-image {
    top: 0;
  }
}
.teaser-list--vertical-bg .teaser-list__bg-image-wrapper {
  display: none;
}
@media screen and (min-width: 64em) {
  .teaser-list--vertical-bg .teaser-list__bg-image-wrapper {
    display: block;
    height: calc(100% - 275px);
    top: 7.5rem;
  }
}

.teaser-list--vertical-no-bg {
  margin: 5rem 0;
}
.teaser-list--vertical-no-bg .teaser-list__wrapper {
  position: relative;
}
@media screen and (min-width: 64em) {
  .teaser-list--vertical-no-bg .teaser-list__wrapper {
    padding: 3.125rem 6.25rem 0 !important;
  }
  .teaser-list--vertical-no-bg .teaser-list__image {
    position: absolute;
  }
}

.two-col .col-main .teaser-list--vertical-bg .teaser-list__bg-image-wrapper {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .two-col .col-main .teaser-list--vertical-bg .teaser-list__items-wrapper {
    width: 100%;
  }
}
.two-col .col-main .teaser-list--vertical-bg .teaser-list__title {
  margin: 0 auto;
  margin-bottom: 1.625rem;
}
.two-col .col-main .teaser-list--vertical-bg .teaser-list__items {
  align-items: center;
}
.two-col .col-main .teaser-list--vertical-bg .teaser-list__items li {
  width: 100%;
}
.two-col .col-main .teaser-list--vertical-bg .teaser-list__items li .item {
  max-width: 100%;
}

/* YAPL
name: Two Column Link List
partial: two-col-link-list
context: two-col-link-list.default
notes: |
  - [COMP-23: Two Column Link List >] (https://berndtgroup.atlassian.net/browse/BAY-729)
*/
/* YAPL
name: Two Column Link List + Image
partial: two-col-link-list
context: two-col-link-list.default-image
notes: |
  - [COMP-23: Two Column Link List >] (https://berndtgroup.atlassian.net/browse/BAY-729)
*/
.two-col-link-list {
  margin: 5rem 0;
  width: 100%;
}
.two-col-link-list .item-body {
  padding: 1.25rem 0;
}
@media print, screen and (min-width: 64em) {
  .two-col-link-list .item-body {
    padding-bottom: 0;
  }
}
.two-col-link-list .item-body__title {
  margin-bottom: 0.625rem;
  font-size: 1.5625rem;
  line-height: 2.125rem;
  font-weight: 600;
}
.two-col-link-list .item-body__cta {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-style: italic;
}
.two-col-link-list .item-body__cta span, .two-col-link-list .item-body__cta a {
  display: inline-block;
  padding-left: 1.25rem;
  color: #757575;
}

.content-block > .two-col-link-list .two-col-link-list__title {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .content-block > .two-col-link-list .two-col-link-list__title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .content-block > .two-col-link-list .two-col-link-list__title {
    max-width: 90rem;
  }
}
@media screen and (min-width: 80em) {
  .content-block > .two-col-link-list .two-col-link-list__title {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .content-block > .two-col-link-list .two-col-link-list__title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.content-block > .two-col-link-list .two-col-link-list__container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .content-block > .two-col-link-list .two-col-link-list__container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .content-block > .two-col-link-list .two-col-link-list__container {
    max-width: 90rem;
  }
}
@media screen and (min-width: 80em) {
  .content-block > .two-col-link-list .two-col-link-list__container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .content-block > .two-col-link-list .two-col-link-list__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.two-col-link-list__item .item-image {
  border-radius: 0.75rem;
}

.two-col-link-list__container {
  display: flex;
  gap: 1.6875rem;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .two-col-link-list__container {
    flex-direction: column;
  }
}

.two-col-link-list__title {
  margin: 0 0 0.75rem;
}
@media screen and (max-width: 63.99875em) {
  .two-col-link-list__title {
    margin: 0 0 0.9375rem;
  }
}

.two-col-link-list--list {
  padding: 2.3125rem 2.6875rem 1.875rem;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .two-col-link-list--list {
    padding: 1.6875rem 1.875rem;
  }
}

.two-col-link-list__links {
  padding: 0.625rem 0;
}
@media screen and (min-width: 64em) {
  .two-col-link-list__links {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0.9375rem 0;
  }
}

.two-col-link-list__link {
  padding: 0.9375rem 0;
}
@media screen and (max-width: 63.99875em) {
  .two-col-link-list__link {
    padding: 0.625rem 0;
  }
  .two-col-link-list__link a {
    gap: 2rem;
  }
}

.two-col-link-list--simple .two-col-link-list__container {
  gap: 3.125rem;
}
@media screen and (max-width: 63.99875em) {
  .two-col-link-list--simple .two-col-link-list__container {
    gap: 0;
  }
}
.two-col-link-list--simple .two-col-link-list--list {
  padding: 0;
}
@media screen and (max-width: 63.99875em) {
  .two-col-link-list--simple .two-col-link-list--list:last-of-type .two-col-link-list__link:first-of-type {
    border-top: 1px solid #54a446 !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .two-col-link-list--simple .two-col-link-list--list .two-col-link-list__link {
    max-width: 100%;
  }
}
.two-col-link-list--simple .two-col-link-list__links {
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 63.99875em) {
  .two-col-link-list--simple .two-col-link-list__links {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.two-col-link-list--simple .two-col-link-list__link {
  flex: 1 1 26.3125rem;
  max-width: 26.3125rem;
  display: flex;
  align-items: center;
}
.two-col-link-list--simple .two-col-link-list__link a {
  width: 100%;
}

html:not(.no-js) .two-col-link-list[data-expand]:not(.lazyloaded) .two-col-link-list {
  opacity: 0;
  transform: translateY(20px);
}

/* YAPL
name: (COMP-26) Two Column CTA
partial: two-column-cta
context: two-column-cta.mybaystate
notes: |
  - [COMP-26 Two Column CTA] (https://berndtgroup.atlassian.net/browse/BAY-742)
*/
.two-column-cta {
  display: flex;
  flex-direction: column;
  margin: 5rem 0;
  position: relative;
}
@media screen and (min-width: 64em) {
  .two-column-cta {
    align-items: flex-end;
    flex-direction: row;
    position: relative;
    margin: 5rem 0 6.5rem;
  }
}

.two-column-cta__title {
  font-size: 1.6875rem;
  line-height: 2.125rem;
  font-weight: 700;
  border-radius: 0.75rem;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .two-column-cta__title {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 700;
    bottom: -1.5rem;
    box-shadow: 0 0 10px 30px #fff;
    max-width: 22.5rem;
    padding: 3.75rem 1.875rem;
    width: 40%;
  }
}
@media screen and (max-width: 63.99875em) {
  .two-column-cta__title {
    left: -3.75rem;
    padding: 1.875rem;
    padding-left: 6.25rem;
    width: calc(80% + 100px);
  }
}

.two-column-cta__content {
  padding: 1.875rem 1.25rem 3.125rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .two-column-cta__content {
    padding: 3.125rem 3.125rem 3.125rem 4.375rem;
  }
}
.two-column-cta__content .content-text,
.two-column-cta__content .content-cta {
  position: relative;
  z-index: 2;
}
.two-column-cta__content .content-text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .two-column-cta__content .content-text {
    font-size: 1.25rem;
    line-height: 2.125rem;
    font-weight: 400;
  }
}
.two-column-cta__content .content-cta {
  margin-bottom: 1.25rem;
}
.two-column-cta__content .content-cta:last-child {
  margin-bottom: 0;
}
.two-column-cta__content::after {
  border-radius: 0.75rem;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .two-column-cta__content::after {
    left: -8.75rem;
    width: calc(100% + 8.75rem);
  }
}

/* YAPL
name: Video with Transcript
partial: video
context: video.default
notes: |
  - [COMP-38: Video] (https://berndtgroup.atlassian.net/browse/BAY-734)
*/
.media-video {
  display: flex;
  flex-direction: column;
  margin: 5rem auto;
  max-width: 71.25rem;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 89.99875em) {
  .content-block > .media-video {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 47.99875em) {
  .content-block > .media-video {
    max-width: calc(100% - 60px);
  }
}

.media-video__title {
  margin-bottom: 1.9375rem;
}

.media-video__inner {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .media-video__inner {
    order: 1;
    margin: 0;
  }
}

.media-video__video {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}

.media-video__placeholder {
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.4s;
  width: 100%;
  z-index: 1;
}

.media-video__embed:not([data-video-id]) .media-video__embed-wrap > div {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.media-video__embed[data-video-id] .media-video__played-youtube-video {
  margin-top: 0;
}

.yt-wrap .media-video__embed-wrap {
  position: relative;
}
.yt-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.media-video__play {
  display: flex;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 0.4s;
  width: 100%;
  z-index: 2;
}

.media-video__transcript {
  background: none;
  width: 100%;
}
.media-video__transcript .accordion-item {
  background: none;
  padding: 0 !important;
}
.media-video__transcript .icon {
  height: 0.625rem;
  width: 0.625rem;
}
.media-video__transcript .accordion-title {
  padding: 1.875rem 0 0;
}
.media-video__transcript .accordion-title[aria-expanded=false] .accordion-title-toggle__hide {
  display: none;
}
.media-video__transcript .accordion-title[aria-expanded=false] .icon--minus {
  display: none;
}
.media-video__transcript .accordion-title[aria-expanded=true] .accordion-title-toggle__show {
  display: none;
}
.media-video__transcript .accordion-title[aria-expanded=true] .icon--plus {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .media-video__transcript .accordion-title {
    padding: 0.9375rem 0 0;
  }
}
.media-video__transcript .accordion-title-inner {
  justify-content: flex-end;
  padding-bottom: 0;
}
.media-video__transcript .accordion-content {
  padding-top: 1.875rem !important;
}
.media-video__transcript .accordion-content .rtf {
  max-height: 16.25rem;
  overflow-y: auto;
  transition: max-height 0.4s;
}
@media screen and (max-width: 63.99875em) {
  .media-video__transcript .accordion-content .rtf {
    padding-right: 1.25rem;
  }
}

.media-video--cta {
  padding: 3.75rem 4.25rem;
}
@media screen and (max-width: 63.99875em) {
  .media-video--cta {
    padding: 1.25rem 0 1.8125rem;
  }
}
.media-video--cta .media-video__title {
  order: 2;
}
@media screen and (max-width: 63.99875em) {
  .media-video--cta .media-video__title {
    padding: 0 1.875rem;
  }
}
.media-video--cta .media-video__caption {
  order: 3;
}
.media-video--cta .media-video__caption .rtf {
  margin: 0;
}
@media screen and (max-width: 63.99875em) {
  .media-video--cta .media-video__caption {
    padding: 0 1.875rem;
  }
}
.media-video--cta .media-video__video {
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 63.99875em) {
  .media-video--cta .media-video__transcript {
    padding: 0 1.875rem;
  }
}
.media-video--cta .media-video__cta {
  order: 4;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 63.99875em) {
  .media-video--cta .media-video__cta {
    margin-top: 1.1875rem;
    padding: 0 1.875rem;
  }
}

/* YAPL
name: (COMP-40) Video Playlist
partial: video-playlist
context: video-playlist.default
notes: |
  - [COMP-40: Video Playlist](https://berndtgroup.atlassian.net/browse/BAY-736)
*/
@media screen and (max-width: 89.99875em) {
  .content-block > .media-video-playlist {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 47.99875em) {
  .content-block > .media-video-playlist {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 47.99875em) {
  .media-video-playlist .media-video-playlist__title {
    margin: 0 auto 1.4375rem;
    padding: 0;
  }
}
@media screen and (max-width: 34.37375em) {
  .media-video-playlist .media-video-playlist__title {
    margin: 0 auto 1.4375rem;
    max-width: 18.625rem;
    text-align: center;
  }
}
.media-video-playlist .video-playlist__inner {
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 47.99875em) {
  .media-video-playlist .video-playlist__inner {
    flex-direction: column;
  }
}
.media-video-playlist .video-playlist__inner .video-playlist--lg {
  border-radius: 0.75rem;
  padding: 3.125rem 4rem 3.125rem 1.5rem;
  width: 70%;
}
.two-col .media-video-playlist .video-playlist__inner .video-playlist--lg {
  max-width: 39.25rem;
}
@media screen and (max-width: 47.99875em) {
  .media-video-playlist .video-playlist__inner .video-playlist--lg {
    padding: 3.125rem 1.25rem 6.125rem;
    width: 100%;
  }
}
.media-video-playlist .video-playlist__inner .video-playlist--lg .tabs-content .media-video__title {
  order: 2;
}
.media-video-playlist .video-playlist__inner .video-playlist--lg .tabs-content .media-video-playlist__tab__0 {
  padding: 0;
}
.media-video-playlist .video-playlist__inner .video-playlist__navigation {
  position: absolute;
  right: 0;
  width: 33%;
}
@media screen and (max-width: 47.99875em) {
  .media-video-playlist .video-playlist__inner .video-playlist__navigation {
    margin: -3rem auto;
    position: relative;
    width: 100%;
  }
}
.two-col .media-video-playlist .video-playlist__inner .video-playlist__navigation {
  max-width: 19.5rem;
  width: 36%;
}
@media screen and (max-width: 47.99875em) {
  .two-col .media-video-playlist .video-playlist__inner .video-playlist__navigation {
    max-width: 21.625rem;
  }
}
.media-video-playlist .tabs-panel {
  padding: 0 !important;
}
.media-video-playlist #media-video-playlist__tabs {
  padding: 1.375rem 0 1.375rem 1.25rem;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video {
  margin: 1.125rem 0;
  width: 100%;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a {
  align-items: center;
  display: flex;
  padding: 0;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__image {
  flex: 0 0 100%;
  max-width: 8.625rem;
}
@media only screen and (max-width: 975px) {
  .media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__image {
    width: 9.375rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__image {
    width: 11.25rem;
  }
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__meta {
  margin: 0 0 0 1.25rem;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__meta .video-playlist__video__timestamp {
  align-items: center;
  display: flex;
  margin-top: 0.625rem;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__meta .video-playlist__video__timestamp svg {
  fill: #fff;
  height: 0.875rem;
  margin-right: 0.1875rem;
  width: 0.875rem;
}
.media-video-playlist .media-video__title {
  color: #fff;
  margin: 1.625rem 0 1.0625rem;
}
.media-video-playlist .media-video__caption {
  margin: 0 0 2.0625rem;
}
.media-video-playlist .media-video__transcript {
  padding: 0 !important;
}
@media screen and (max-width: 47.99875em) {
  .media-video-playlist .media-video__transcript {
    margin: 0;
  }
}
.media-video-playlist .media-video__transcript .accordion-item {
  border: 0;
}
.media-video-playlist .media-video__transcript .accordion-title {
  align-items: center;
  border: 0;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0.75rem;
  position: relative;
}
.media-video-playlist .media-video__transcript .accordion-title::before {
  display: none;
}
.media-video-playlist .media-video__transcript .accordion-title::after {
  content: "+";
  margin-left: 0.6875rem;
  position: relative;
}
.media-video-playlist .media-video__transcript .accordion-title-inner {
  color: white;
}
.media-video-playlist .media-video__transcript .icon-container svg {
  fill: white;
}
.media-video-playlist .media-video__transcript .accordion-content .rtf {
  color: white;
}
.media-video-playlist .video-playlist__navigation {
  position: relative;
}
.media-video-playlist .video-playlist__navigation-inner {
  border-radius: 0.75rem;
  max-height: 28.25rem;
  overflow: auto;
}
.media-video-playlist .video-playlist__cta {
  font-size: 1.125rem;
  position: absolute;
  text-transform: uppercase;
  top: -4.375rem;
}
@media screen and (max-width: 47.99875em) {
  .media-video-playlist .video-playlist__cta {
    top: -3rem;
  }
}
.media-video-playlist .video-playlist__cta .cta-link {
  color: #fff;
}
.media-video-playlist .video-playlist__cta .cta-link .icon {
  fill: #fff;
  height: 0.875rem;
  left: 0.375rem;
  position: relative;
  top: 0.375rem;
  width: 0.875rem;
}

.media-video--playlist-feature {
  margin-bottom: 0;
}
.media-video--playlist-feature .media-video__title {
  margin: 1.875rem 0 1.0625rem;
  padding: 0 1.5rem;
}
.media-video--playlist-feature .media-video__meta-wrapper {
  padding: 0 1.5rem;
}
.media-video--playlist-feature .media-video__caption {
  padding: 0 1.5rem;
}
.media-video--playlist-feature .media-video__caption .rtf {
  margin: 0;
}