@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: "Poppins", "Open Sans", 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 #8c97a2;
  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: #b2b9c1;
}

::placeholder {
  color: #b2b9c1;
}

[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%28140, 151, 162%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 #8c97a2;
  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: "Poppins", "Open Sans", 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: #8c97a2;
}

.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: #8c97a2;
  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(0, 0, 0, 0.5);
  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;
}

/* 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;
}

.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,
.media-video__transcript .accordion-content .rtf ::-webkit-scrollbar,
.section-nav__subsection ::-webkit-scrollbar,
.section-nav__items ::-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,
.media-video__transcript .accordion-content .rtf ::-webkit-scrollbar-track,
.section-nav__subsection ::-webkit-scrollbar-track,
.section-nav__items ::-webkit-scrollbar-track {
  background: rgba(140, 151, 162, 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,
.media-video__transcript .accordion-content .rtf ::-webkit-scrollbar-thumb,
.section-nav__subsection ::-webkit-scrollbar-thumb,
.section-nav__items ::-webkit-scrollbar-thumb {
  background: #8c97a2;
  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);
}

@font-face {
  font-family: "Neutraface";
  font-weight: 300;
  src: url("/assets/fonts/Neutra2Text-Light.otf");
}
@font-face {
  font-family: "Neutraface";
  font-weight: 500;
  src: url("/assets/fonts/Neutra2Text-Demi.otf");
}
@font-face {
  font-family: "Neutraface";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/Neutra2Text-DemiItalic.otf");
}
@font-face {
  font-family: "Neutraface";
  font-weight: 700;
  src: url("/assets/fonts/Neutra2Text-Bold.otf");
}
@font-face {
  font-family: "Neutraface Book";
  font-weight: 400;
  src: url("/assets/fonts/Neutra2Text-Book.otf");
}
@font-face {
  font-family: "Neutraface Book";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/Neutra2Text-BookItalic.otf");
}
/* poppins-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/fonts/poppins-v21-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-100italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/fonts/poppins-v21-latin-100italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/poppins-v21-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/fonts/poppins-v21-latin-200italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/poppins-v21-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/poppins-v21-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/poppins-v21-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/poppins-v21-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/poppins-v21-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/poppins-v21-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/poppins-v21-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/poppins-v21-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/poppins-v21-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/poppins-v21-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/poppins-v21-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/fonts/poppins-v21-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin_symbols */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/fonts/open-sans-v40-latin_symbols-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
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;
}

:root {
  interpolate-size: allow-keywords;
}

html,
body {
  color: #303133;
  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;
}

.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 {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
}
.skip-links a {
  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;
  }
}

body[data-theme=foundations].u-no-hero .main {
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  body[data-theme=foundations].u-no-hero .main {
    margin-top: 6.25rem;
  }
}

body[data-theme=foundations].u-no-hero #scPageExtendersForm ~ .main {
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  body[data-theme=foundations].u-no-hero #scPageExtendersForm ~ .main {
    margin-top: 6.25rem !important;
  }
}

.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: 90em) {
  .pagination,
  .u-content {
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 89.99875em) {
  .pagination,
  .u-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .pagination,
  .u-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.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: 80em) {
  .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;
  }
}
.rtf.u-content {
  margin-left: auto;
  margin-right: auto;
}
.col-main > .rtf:first-child {
  margin-top: 0;
}

.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 only screen and (max-width: 1024px) {
  .col-side {
    min-height: 25rem;
  }
}
.col-side img[alt~=Logo][style] {
  max-width: 100%;
  height: auto !important;
}
@media screen and (min-width: 64em) {
  .col-side p:has(> img[alt~=Logo]) {
    padding-right: 3.125rem;
  }
}

.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: 64em) {
  .col-main:only-child {
    margin-left: 36%;
  }
}

.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;
    min-height: 1rem;
  }
}

.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;
  }
  .col-main > .rtf:first-child {
    margin-top: 2.5rem;
  }
  .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;
  min-width: 1em;
  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] {
  transition: 0.3s ease 0.1s;
  opacity: 0;
}
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;
  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;
}

.custom-select2 .select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 0;
  overflow: hidden;
}
.custom-select2 .select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.custom-select2 .select2-results__options[aria-multiselectable=true] .select2-results__option {
  padding-left: 2.5rem;
  position: relative;
}

@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,
.profile-hero .profile__contacts li .profile__contacts-cta .icon-link,
.profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link,
.standard-hero .hero__cta-item:first-child .hero__cta,
.quote__link:first-child,
.double-purpose-ad__ctas .cta:first-child .icon-link {
  transition: 0.4s;
  transition-property: color, background, border;
}

.button,
.icon-link,
.profile-hero .profile__contacts li .profile__contacts-cta .icon-link,
.profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link,
.standard-hero .hero__cta-item:first-child .hero__cta,
.quote__link:first-child,
.double-purpose-ad__ctas .cta:first-child .icon-link,
.standard-hero .hero__cta-item:not(:first-child) .hero__cta,
.services-list__results .service-item .item__title,
.quote__link:not(:first-child),
.featured-services__list-item .item__title,
.alpha-filter__clear-button,
.rounded-button {
  align-items: center;
  display: inline-flex;
}
.button svg,
.icon-link svg,
.profile-hero .profile__contacts li .profile__contacts-cta .icon-link svg,
.profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link svg,
.standard-hero .hero__cta-item:first-child .hero__cta svg,
.quote__link:first-child svg,
.double-purpose-ad__ctas .cta:first-child .icon-link svg,
.standard-hero .hero__cta-item:not(:first-child) .hero__cta svg,
.services-list__results .service-item .item__title svg,
.quote__link:not(:first-child) svg,
.featured-services__list-item .item__title svg,
.alpha-filter__clear-button svg,
.rounded-button svg {
  height: 0.625rem;
  margin-left: 0.25rem;
  transform: translateX(0);
  width: 0.625rem;
}
@media screen and (min-width: 64em) {
  .button svg,
  .icon-link svg,
  .profile-hero .profile__contacts li .profile__contacts-cta .icon-link svg,
  .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link svg,
  .standard-hero .hero__cta-item:first-child .hero__cta svg,
  .quote__link:first-child svg,
  .double-purpose-ad__ctas .cta:first-child .icon-link svg,
  .standard-hero .hero__cta-item:not(:first-child) .hero__cta svg,
  .services-list__results .service-item .item__title svg,
  .quote__link:not(:first-child) svg,
  .featured-services__list-item .item__title svg,
  .alpha-filter__clear-button svg,
  .rounded-button svg {
    height: 0.75rem;
    margin-left: 0.375rem;
    width: 0.75rem;
  }
}

[data-whatinput=initial] .icon-link:hover:not([disabled]) svg, [data-whatinput=initial] .icon-link:focus:not([disabled]) svg, [data-whatintent=mouse] .icon-link:hover:not([disabled]) svg, [data-whatintent=keyboard] .icon-link:focus:not([disabled]) svg,
[data-whatinput=initial] .standard-hero .hero__cta-item:not(:first-child) .hero__cta:hover:not([disabled]) svg,
.standard-hero .hero__cta-item:not(:first-child) [data-whatinput=initial] .hero__cta:hover:not([disabled]) svg,
[data-whatinput=initial] .services-list__results .service-item .item__title:hover:not([disabled]) svg,
.services-list__results .service-item [data-whatinput=initial] .item__title:hover:not([disabled]) svg,
[data-whatinput=initial] .quote__link:hover:not([disabled]):not(:first-child) svg,
[data-whatinput=initial] .featured-services__list-item .item__title:hover:not([disabled]) svg,
.featured-services__list-item [data-whatinput=initial] .item__title:hover:not([disabled]) svg,
[data-whatinput=initial] .alpha-filter__clear-button:hover:not([disabled]) svg,
[data-whatinput=initial] .standard-hero .hero__cta-item:not(:first-child) .hero__cta:focus:not([disabled]) svg,
.standard-hero .hero__cta-item:not(:first-child) [data-whatinput=initial] .hero__cta:focus:not([disabled]) svg,
[data-whatinput=initial] .services-list__results .service-item .item__title:focus:not([disabled]) svg,
.services-list__results .service-item [data-whatinput=initial] .item__title:focus:not([disabled]) svg,
[data-whatinput=initial] .quote__link:focus:not([disabled]):not(:first-child) svg,
[data-whatinput=initial] .featured-services__list-item .item__title:focus:not([disabled]) svg,
.featured-services__list-item [data-whatinput=initial] .item__title:focus:not([disabled]) svg,
[data-whatinput=initial] .alpha-filter__clear-button:focus:not([disabled]) svg,
[data-whatintent=mouse] .standard-hero .hero__cta-item:not(:first-child) .hero__cta:hover:not([disabled]) svg,
.standard-hero .hero__cta-item:not(:first-child) [data-whatintent=mouse] .hero__cta:hover:not([disabled]) svg,
[data-whatintent=mouse] .services-list__results .service-item .item__title:hover:not([disabled]) svg,
.services-list__results .service-item [data-whatintent=mouse] .item__title:hover:not([disabled]) svg,
[data-whatintent=mouse] .quote__link:hover:not([disabled]):not(:first-child) svg,
[data-whatintent=mouse] .featured-services__list-item .item__title:hover:not([disabled]) svg,
.featured-services__list-item [data-whatintent=mouse] .item__title:hover:not([disabled]) svg,
[data-whatintent=mouse] .alpha-filter__clear-button:hover:not([disabled]) svg,
[data-whatintent=keyboard] .standard-hero .hero__cta-item:not(:first-child) .hero__cta:focus:not([disabled]) svg,
.standard-hero .hero__cta-item:not(:first-child) [data-whatintent=keyboard] .hero__cta:focus:not([disabled]) svg,
[data-whatintent=keyboard] .services-list__results .service-item .item__title:focus:not([disabled]) svg,
.services-list__results .service-item [data-whatintent=keyboard] .item__title:focus:not([disabled]) svg,
[data-whatintent=keyboard] .quote__link:focus:not([disabled]):not(:first-child) svg,
[data-whatintent=keyboard] .featured-services__list-item .item__title:focus:not([disabled]) svg,
.featured-services__list-item [data-whatintent=keyboard] .item__title:focus:not([disabled]) svg,
[data-whatintent=keyboard] .alpha-filter__clear-button:focus:not([disabled]) svg,
[data-whatinput=initial] .button:hover:not([disabled]) svg,
[data-whatinput=initial] .button:focus:not([disabled]) svg,
[data-whatintent=mouse] .button:hover:not([disabled]) svg,
[data-whatintent=keyboard] .button:focus:not([disabled]) svg,
[data-whatinput=initial] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:hover:not([disabled]) svg,
.profile-hero .profile__contacts li .profile__contacts-cta [data-whatinput=initial] .icon-link:hover:not([disabled]) svg,
[data-whatinput=initial] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:hover:not([disabled]) svg,
.profile-hero .col-side .profile__contacts .profile__contacts-cta [data-whatinput=initial] .icon-link:hover:not([disabled]) svg,
[data-whatinput=initial] .standard-hero .hero__cta-item:first-child .hero__cta:hover:not([disabled]) svg,
.standard-hero .hero__cta-item:first-child [data-whatinput=initial] .hero__cta:hover:not([disabled]) svg,
[data-whatinput=initial] .quote__link:hover:not([disabled]):first-child svg,
[data-whatinput=initial] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:focus:not([disabled]) svg,
.profile-hero .profile__contacts li .profile__contacts-cta [data-whatinput=initial] .icon-link:focus:not([disabled]) svg,
[data-whatinput=initial] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:focus:not([disabled]) svg,
.profile-hero .col-side .profile__contacts .profile__contacts-cta [data-whatinput=initial] .icon-link:focus:not([disabled]) svg,
[data-whatinput=initial] .standard-hero .hero__cta-item:first-child .hero__cta:focus:not([disabled]) svg,
.standard-hero .hero__cta-item:first-child [data-whatinput=initial] .hero__cta:focus:not([disabled]) svg,
[data-whatinput=initial] .quote__link:focus:not([disabled]):first-child svg,
[data-whatintent=mouse] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:hover:not([disabled]) svg,
.profile-hero .profile__contacts li .profile__contacts-cta [data-whatintent=mouse] .icon-link:hover:not([disabled]) svg,
[data-whatintent=mouse] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:hover:not([disabled]) svg,
.profile-hero .col-side .profile__contacts .profile__contacts-cta [data-whatintent=mouse] .icon-link:hover:not([disabled]) svg,
[data-whatintent=mouse] .standard-hero .hero__cta-item:first-child .hero__cta:hover:not([disabled]) svg,
.standard-hero .hero__cta-item:first-child [data-whatintent=mouse] .hero__cta:hover:not([disabled]) svg,
[data-whatintent=mouse] .quote__link:hover:not([disabled]):first-child svg,
[data-whatintent=keyboard] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:focus:not([disabled]) svg,
.profile-hero .profile__contacts li .profile__contacts-cta [data-whatintent=keyboard] .icon-link:focus:not([disabled]) svg,
[data-whatintent=keyboard] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:focus:not([disabled]) svg,
.profile-hero .col-side .profile__contacts .profile__contacts-cta [data-whatintent=keyboard] .icon-link:focus:not([disabled]) svg,
[data-whatintent=keyboard] .standard-hero .hero__cta-item:first-child .hero__cta:focus:not([disabled]) svg,
.standard-hero .hero__cta-item:first-child [data-whatintent=keyboard] .hero__cta:focus:not([disabled]) svg,
[data-whatintent=keyboard] .quote__link:focus:not([disabled]):first-child svg,
[data-whatinput=initial] .button--primary:hover:not([disabled]) svg,
[data-whatinput=initial] .button--primary:focus:not([disabled]) svg,
[data-whatintent=mouse] .button--primary:hover:not([disabled]) svg,
[data-whatintent=keyboard] .button--primary:focus:not([disabled]) svg {
  transform: translateX(4px);
}
@media screen and (min-width: 64em) {
  [data-whatinput=initial] .icon-link:hover:not([disabled]) svg, [data-whatinput=initial] .icon-link:focus:not([disabled]) svg, [data-whatintent=mouse] .icon-link:hover:not([disabled]) svg, [data-whatintent=keyboard] .icon-link:focus:not([disabled]) svg,
  [data-whatinput=initial] .standard-hero .hero__cta-item:not(:first-child) .hero__cta:hover:not([disabled]) svg,
  .standard-hero .hero__cta-item:not(:first-child) [data-whatinput=initial] .hero__cta:hover:not([disabled]) svg,
  [data-whatinput=initial] .services-list__results .service-item .item__title:hover:not([disabled]) svg,
  .services-list__results .service-item [data-whatinput=initial] .item__title:hover:not([disabled]) svg,
  [data-whatinput=initial] .quote__link:hover:not([disabled]):not(:first-child) svg,
  [data-whatinput=initial] .featured-services__list-item .item__title:hover:not([disabled]) svg,
  .featured-services__list-item [data-whatinput=initial] .item__title:hover:not([disabled]) svg,
  [data-whatinput=initial] .alpha-filter__clear-button:hover:not([disabled]) svg,
  [data-whatinput=initial] .standard-hero .hero__cta-item:not(:first-child) .hero__cta:focus:not([disabled]) svg,
  .standard-hero .hero__cta-item:not(:first-child) [data-whatinput=initial] .hero__cta:focus:not([disabled]) svg,
  [data-whatinput=initial] .services-list__results .service-item .item__title:focus:not([disabled]) svg,
  .services-list__results .service-item [data-whatinput=initial] .item__title:focus:not([disabled]) svg,
  [data-whatinput=initial] .quote__link:focus:not([disabled]):not(:first-child) svg,
  [data-whatinput=initial] .featured-services__list-item .item__title:focus:not([disabled]) svg,
  .featured-services__list-item [data-whatinput=initial] .item__title:focus:not([disabled]) svg,
  [data-whatinput=initial] .alpha-filter__clear-button:focus:not([disabled]) svg,
  [data-whatintent=mouse] .standard-hero .hero__cta-item:not(:first-child) .hero__cta:hover:not([disabled]) svg,
  .standard-hero .hero__cta-item:not(:first-child) [data-whatintent=mouse] .hero__cta:hover:not([disabled]) svg,
  [data-whatintent=mouse] .services-list__results .service-item .item__title:hover:not([disabled]) svg,
  .services-list__results .service-item [data-whatintent=mouse] .item__title:hover:not([disabled]) svg,
  [data-whatintent=mouse] .quote__link:hover:not([disabled]):not(:first-child) svg,
  [data-whatintent=mouse] .featured-services__list-item .item__title:hover:not([disabled]) svg,
  .featured-services__list-item [data-whatintent=mouse] .item__title:hover:not([disabled]) svg,
  [data-whatintent=mouse] .alpha-filter__clear-button:hover:not([disabled]) svg,
  [data-whatintent=keyboard] .standard-hero .hero__cta-item:not(:first-child) .hero__cta:focus:not([disabled]) svg,
  .standard-hero .hero__cta-item:not(:first-child) [data-whatintent=keyboard] .hero__cta:focus:not([disabled]) svg,
  [data-whatintent=keyboard] .services-list__results .service-item .item__title:focus:not([disabled]) svg,
  .services-list__results .service-item [data-whatintent=keyboard] .item__title:focus:not([disabled]) svg,
  [data-whatintent=keyboard] .quote__link:focus:not([disabled]):not(:first-child) svg,
  [data-whatintent=keyboard] .featured-services__list-item .item__title:focus:not([disabled]) svg,
  .featured-services__list-item [data-whatintent=keyboard] .item__title:focus:not([disabled]) svg,
  [data-whatintent=keyboard] .alpha-filter__clear-button:focus:not([disabled]) svg,
  [data-whatinput=initial] .button:hover:not([disabled]) svg,
  [data-whatinput=initial] .button:focus:not([disabled]) svg,
  [data-whatintent=mouse] .button:hover:not([disabled]) svg,
  [data-whatintent=keyboard] .button:focus:not([disabled]) svg,
  [data-whatinput=initial] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:hover:not([disabled]) svg,
  .profile-hero .profile__contacts li .profile__contacts-cta [data-whatinput=initial] .icon-link:hover:not([disabled]) svg,
  [data-whatinput=initial] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:hover:not([disabled]) svg,
  .profile-hero .col-side .profile__contacts .profile__contacts-cta [data-whatinput=initial] .icon-link:hover:not([disabled]) svg,
  [data-whatinput=initial] .standard-hero .hero__cta-item:first-child .hero__cta:hover:not([disabled]) svg,
  .standard-hero .hero__cta-item:first-child [data-whatinput=initial] .hero__cta:hover:not([disabled]) svg,
  [data-whatinput=initial] .quote__link:hover:not([disabled]):first-child svg,
  [data-whatinput=initial] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:focus:not([disabled]) svg,
  .profile-hero .profile__contacts li .profile__contacts-cta [data-whatinput=initial] .icon-link:focus:not([disabled]) svg,
  [data-whatinput=initial] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:focus:not([disabled]) svg,
  .profile-hero .col-side .profile__contacts .profile__contacts-cta [data-whatinput=initial] .icon-link:focus:not([disabled]) svg,
  [data-whatinput=initial] .standard-hero .hero__cta-item:first-child .hero__cta:focus:not([disabled]) svg,
  .standard-hero .hero__cta-item:first-child [data-whatinput=initial] .hero__cta:focus:not([disabled]) svg,
  [data-whatinput=initial] .quote__link:focus:not([disabled]):first-child svg,
  [data-whatintent=mouse] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:hover:not([disabled]) svg,
  .profile-hero .profile__contacts li .profile__contacts-cta [data-whatintent=mouse] .icon-link:hover:not([disabled]) svg,
  [data-whatintent=mouse] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:hover:not([disabled]) svg,
  .profile-hero .col-side .profile__contacts .profile__contacts-cta [data-whatintent=mouse] .icon-link:hover:not([disabled]) svg,
  [data-whatintent=mouse] .standard-hero .hero__cta-item:first-child .hero__cta:hover:not([disabled]) svg,
  .standard-hero .hero__cta-item:first-child [data-whatintent=mouse] .hero__cta:hover:not([disabled]) svg,
  [data-whatintent=mouse] .quote__link:hover:not([disabled]):first-child svg,
  [data-whatintent=keyboard] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:focus:not([disabled]) svg,
  .profile-hero .profile__contacts li .profile__contacts-cta [data-whatintent=keyboard] .icon-link:focus:not([disabled]) svg,
  [data-whatintent=keyboard] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:focus:not([disabled]) svg,
  .profile-hero .col-side .profile__contacts .profile__contacts-cta [data-whatintent=keyboard] .icon-link:focus:not([disabled]) svg,
  [data-whatintent=keyboard] .standard-hero .hero__cta-item:first-child .hero__cta:focus:not([disabled]) svg,
  .standard-hero .hero__cta-item:first-child [data-whatintent=keyboard] .hero__cta:focus:not([disabled]) svg,
  [data-whatintent=keyboard] .quote__link:focus:not([disabled]):first-child svg,
  [data-whatinput=initial] .button--primary:hover:not([disabled]) svg,
  [data-whatinput=initial] .button--primary:focus:not([disabled]) svg,
  [data-whatintent=mouse] .button--primary:hover:not([disabled]) svg,
  [data-whatintent=keyboard] .button--primary:focus:not([disabled]) svg {
    transform: translateX(6px);
  }
}

.rounded-button--primary {
  color: #000;
}
.rounded-button--primary[disabled] {
  background-color: ​ #575353;
  color: ​ #a3a3a3;
  cursor: not-allowed;
}
.rounded-button--primary[disabled] svg {
  fill: #a3a3a3;
}
[data-whatinput=initial] .rounded-button--primary:hover:not([disabled]), [data-whatinput=initial] .rounded-button--primary:focus:not([disabled]), [data-whatintent=mouse] .rounded-button--primary:hover:not([disabled]), [data-whatintent=keyboard] .rounded-button--primary:focus:not([disabled]) {
  background-color: ​ #11c511;
  color: #000;
}

.button--secondary,
.profile-hero .profile__contacts li .profile__contacts-cta .icon-link,
.profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link {
  background-color: #fff;
  border: 2px solid ​ #00dd00;
}

.rounded-button--secondary {
  background-color: transparent;
  border: 2px solid ​ #0dce0d;
}
[data-whatinput=initial] .rounded-button--secondary:hover, [data-whatinput=initial] .rounded-button--secondary:focus, [data-whatintent=mouse] .rounded-button--secondary:hover, [data-whatintent=keyboard] .rounded-button--secondary:focus {
  background-color: ​ #0fce0f;
  border-color: #0fce0f;
}

.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: Accordion
partial: accordion
context: accordion.default
notes: |
  - [TBGLIB-3: Accordion] (https://berndtgroup.atlassian.net/browse/TBGACC-190)
*/
.accordion {
  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 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .accordion {
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 89.99875em) {
  .accordion {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .accordion {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.col-main .accordion {
  padding: 0;
}
.content-block > .accordion {
  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 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .content-block > .accordion {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.accordion .accordion-item:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  margin-bottom: 1rem;
}
.accordion .accordion-item:last-child > .accordion-content:last-child {
  border: none;
}
.accordion .accordion-title::before {
  display: none;
}
[data-whatinput=initial] .accordion .accordion-title:hover, [data-whatinput=initial] .accordion .accordion-title:focus, [data-whatintent=mouse] .accordion .accordion-title:hover, [data-whatintent=keyboard] .accordion .accordion-title:focus {
  background: none;
}
.accordion .accordion-title:focus {
  background: none;
}
.accordion .accordion-content {
  background: none;
}

.accordion__component-title {
  margin-bottom: 1.875rem;
}

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

.accordion-title {
  padding: 1.25rem 0;
  width: 100%;
}
.accordion-title .icon {
  height: 0.875rem;
  margin-left: auto;
  transform: rotate(90deg);
}
.is-active .accordion-title .icon {
  transform: rotate(270deg);
}

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

/* YAPL
name: Alert Banner - Primary
partial: alert-banner
context: alert-banner.primary
notes: |
  - [TBGLIB-20 Alert Banner] (https://berndtgroup.atlassian.net/browse/TBGACC-208)
*/
/* YAPL
name: Alert Banner - Secondary
partial: alert-banner
context: alert-banner.secondary
notes: |
  - [TBGLIB-20 Alert Banner] (https://berndtgroup.atlassian.net/browse/TBGACC-208)
*/
.alert-container {
  max-height: 37.5rem;
  padding: 0.75rem 0;
}
.alert-container.animate {
  transition: 0.8s;
  transition-property: max-height, padding;
}
.is-stuck:not(.is-anchored) .alert-container, .alert-container.alert-container--closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.alert-banner {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 0.75rem;
  overflow: hidden;
  padding: 1.125rem 2.5rem;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .alert-banner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .alert-banner {
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 89.99875em) {
  .alert-banner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .alert-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 79.99875em) {
  .alert-banner {
    max-width: calc(100% - 30px);
    padding: 0.875rem;
  }
}
.alert-banner:first-child, .alert-banner--closed + .alert-banner {
  margin-top: 0;
}
.alert-banner .close-button {
  align-items: center;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .alert-banner .close-button {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .alert-banner .close-button {
    margin-left: auto;
  }
}
.alert-banner .close-button svg {
  height: 0.625rem;
  width: 0.625rem;
}
@media screen and (min-width: 64em) {
  .alert-banner .close-button svg {
    top: 0.125rem;
    height: 0.75rem;
    width: 0.75rem;
  }
}

.alert-banner__inner {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .alert-banner__inner {
    display: flex;
  }
}

.alert-banner--closed {
  margin: 0;
  max-height: 0;
  padding: 0;
}

.alert-banner__title {
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 79.99875em) {
  .alert-banner__title {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 47.99875em) {
  .alert-banner p,
  .alert-banner .alert-banner__cta {
    padding-left: 1.75rem;
    width: 100%;
  }
}
/* YAPL
name: Alpha Filter
partial: alpha-filter
context: alpha-filter.links
*/
.alpha-filter {
  margin-top: 1.75rem;
}

.alpha-filter__items {
  display: flex;
}

.alpha-filter__items {
  flex-wrap: wrap;
  gap: 1.25rem;
}

.alpha-filter__item {
  height: 3rem;
  width: 3rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
  align-items: center;
  background-color: #f5f4f2;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
}
.alpha-filter__item[disabled] {
  color: #000;
  cursor: not-allowed;
  opacity: 0.5;
}

.alpha-filter__clear-button {
  align-items: center;
  color: #000;
  display: inline-flex;
  flex-shrink: 0;
}
@media screen and (max-width: 34.37375em) {
  .alpha-filter__clear-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.alpha-filter__clear-button svg {
  fill: #000;
  height: 0.75rem;
  width: 0.75rem;
}
.alpha-filter__clear-button:is(a) {
  color: #000;
  margin-top: 1.25rem;
}
[data-whatinput=initial] .alpha-filter__clear-button:is(a):hover, [data-whatinput=initial] .alpha-filter__clear-button:is(a):focus, [data-whatintent=mouse] .alpha-filter__clear-button:is(a):hover, [data-whatintent=keyboard] .alpha-filter__clear-button:is(a):focus {
  color: #000;
}

/* YAPL
name: Basic Navigation
partial: basic-nav
context: basic-nav.default
*/
.basic-nav {
  margin-top: 3.125rem;
}
@media screen and (min-width: 80em) {
  .basic-nav {
    margin-top: 0;
  }
}
.col-side > .basic-nav {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .col-side > .basic-nav {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 64em) {
  .col-main > .basic-nav {
    display: none;
    visibility: hidden;
  }
}

.col-side:has(.basic-nav) {
  min-height: auto;
}

.basic-nav__title {
  padding: 1.25rem 1.875rem;
  display: flex;
  justify-content: space-between;
}

.basic-nav__inner {
  margin-left: 0.625rem;
  margin-right: 2.8125rem;
}
@media screen and (min-width: 80em) {
  .basic-nav__inner {
    max-width: 22.5rem;
    margin-left: 2.1875rem;
    margin-right: 10%;
  }
}
.col-main .basic-nav__inner {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 63.99875em) {
  .basic-nav:has(.basic-nav__expand.is-collapsed) .basic-nav__links {
    height: 0;
    padding-bottom: 0;
    padding-top: 0;
    visibility: hidden;
  }
}

.basic-nav__links {
  height: auto;
  overflow: hidden;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .basic-nav__links {
    transition: height 0.3s, padding 0.3s;
  }
}
.basic-nav__expand {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 63.99875em) {
  .basic-nav__expand {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    visibility: visible;
    width: auto;
  }
  .basic-nav__expand .icon {
    flex-grow: 0;
    flex-shrink: 0;
    height: 0.625rem;
    width: 0.625rem;
    fill: #fff;
  }
  .basic-nav__expand .icon--plus {
    display: none;
    visibility: hidden;
  }
  .basic-nav__expand.is-collapsed .icon--minus {
    display: none;
    visibility: hidden;
  }
  .basic-nav__expand.is-collapsed .icon--plus {
    display: block;
    visibility: visible;
  }
}

/* YAPL
name: Blog Categories
partial: blog-categories
context: blog-categories.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-1127
*/
.blog-categories {
  margin: 3.125rem 0;
}
.blog-categories .u-content {
  display: block;
}
@media screen and (min-width: 64em) {
  .blog-categories .u-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 1.5rem;
    grid-template-rows: 1fr;
    grid-template-areas: "one two";
  }
}
.blog-categories .u-content .blog-categories__list {
  margin-bottom: 3.125rem;
}

.blog-categories__list {
  display: grid;
  grid-area: one;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 2.5rem;
  grid-template-areas: ". . " ". . " ". . ";
}
@media screen and (min-width: 48em) {
  .blog-categories__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2.5rem;
    grid-template-areas: ". . . ." ". . . .";
  }
}
.blog-categories__list .list-item {
  text-align: center;
}
.blog-categories__list .list-item img {
  width: 4.875rem;
  margin-bottom: 0.625rem;
  transition: all 0.1s ease-in-out;
}
.blog-categories__list .list-item .list-item__link {
  display: block;
}
.blog-categories__list .list-item .list-item__title {
  color: #000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
[data-whatinput=initial] .blog-categories__list .list-item:hover img, [data-whatinput=initial] .blog-categories__list .list-item:focus img, [data-whatintent=mouse] .blog-categories__list .list-item:hover img, [data-whatintent=keyboard] .blog-categories__list .list-item:focus img {
  transform: scale(1.05);
}

.blog-categories__list__tags {
  max-width: 56.25rem;
}
.blog-categories__list__tags .news-tags {
  margin-left: 0;
  padding: 0 2rem;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 79.99875em) {
  .blog-categories__list__tags .news-tags {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.blog-categories__list__tags .news-tags .featured-links .link {
  background: #f1f0f0;
  border: 2px solid #f1f0f0;
  color: #5c5c5c;
}
.blog-categories__list__tags .news-tags .featured-links .link:hover {
  color: #5c5c5c;
}
.blog-categories__list__tags .news-tags .featured-links li {
  transition: all 0.3s linear 0s;
}
.blog-categories__list__tags .news-tags .featured-links li:nth-child(-n+5) {
  opacity: 0.5;
}
.blog-categories__list__tags .news-tags .featured-links li:nth-child(-n+5) .link {
  background: linear-gradient(180deg, rgb(241, 240, 240) 50%, rgb(252, 252, 252) 52%);
}
.blog-categories__list__tags .news-tags .featured-links li:nth-child(n+6) {
  display: none;
}
.blog-categories__list__tags .news-tags .featured-links li.tags-active {
  opacity: 1;
}
.blog-categories__list__tags .news-tags .featured-links li.tags-active .link {
  background: #f1f0f0;
  border: 2px solid #f1f0f0;
}
@media screen and (max-width: 79.99875em) {
  .blog-categories__list__tags .news-tags .featured-links {
    justify-content: center;
  }
}
.blog-categories__list__tags .news-tags .btn-tags {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #5c5c5c;
  margin: 0 auto;
  margin-top: 2rem;
  transition: all 0.3s linear 0s;
}
.blog-categories__list__tags .news-tags .btn-tags::after {
  position: absolute;
  content: url("/assets/images/icons/chevron-right.svg");
  right: -2rem;
  top: 30%;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}
.blog-categories__list__tags .news-tags .view-less-btn {
  display: none;
}
.blog-categories__list__tags .news-tags .btn-expanded {
  display: inline-block;
}
.blog-categories__list__tags .news-tags .btn-expanded::after {
  right: -1rem;
  transform: rotate(-90deg);
}

.blog-categories__search {
  grid-area: two;
}

.blog-categories__search .search-title {
  font-size: 1.125rem;
  font-weight: 600;
}
.blog-categories__search .search {
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  padding: 1rem;
  position: relative;
  z-index: 2;
  border: 0.0625rem solid #CDCBC8;
}
.blog-categories__search .search .search__input {
  font-size: 1.375rem;
}
.blog-categories__search .search button {
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  width: 2.5rem;
}
.blog-categories__search .search button svg {
  margin-left: 0;
}

/* YAPL
name: Blog Featured Articles
partial: blog-featured-articles
context: blog-featured-articles.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-1126
*/
.blog-featured-articles {
  margin-bottom: 3.125rem;
}
.blog-title + .blog-featured-articles {
  margin-top: -5rem;
}

@media screen and (min-width: 64em) {
  .blog-featured-articles__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 30px;
    grid-auto-flow: row;
    grid-template-areas: "main-article main-article main-article main-article main-article second-article second-article" "main-article main-article main-article main-article main-article third-article third-article";
  }
  .blog-featured-articles__item:nth-of-type(1) {
    grid-area: main-article;
  }
  .blog-featured-articles__item:nth-of-type(2) {
    grid-area: second-article;
  }
  .blog-featured-articles__item:nth-of-type(3) {
    grid-area: third-article;
  }
}
.blog-featured-articles__item .item__text {
  padding: 1.125rem;
  position: relative;
}
.blog-featured-articles__item .item__teaser,
.blog-featured-articles__item .item__cta {
  position: relative;
  z-index: 1;
}

/* YAPL
name: Blog Latest Articles
partial: blog-latest-articles
context: blog-latest-articles.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-1128
*/
.blog-latest-articles__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 47.99875em) {
  .blog-latest-articles__content {
    align-items: center;
    flex-direction: column;
  }
}

.blog-latest-articles__title {
  font-family: "Neutraface", sans-serif;
  font-size: 3.875rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}

.blog-latest-articles__featured {
  max-width: 60%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 47.99875em) {
  .blog-latest-articles__featured {
    margin-bottom: 2.5rem;
  }
}
.blog-latest-articles__featured .featured-item .item__text {
  padding: 1.125rem;
  position: relative;
}
.blog-latest-articles__featured .featured-item .item__teaser,
.blog-latest-articles__featured .featured-item .item__cta {
  position: relative;
  z-index: 1;
}

.blog-latest-articles__list {
  border-radius: 0 0 6.25rem;
  margin-top: 3.125rem;
  max-width: 37%;
  padding: 3.125rem 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .blog-latest-articles__list {
    display: contents;
  }
}
.blog-latest-articles__list .list-item {
  display: flex;
  margin-bottom: 1.25rem;
}
.blog-latest-articles__list .list-item .list-item__image {
  max-width: 50%;
  width: 100%;
}
.blog-latest-articles__list .list-item .list-item__image a {
  display: inline-block;
}
.blog-latest-articles__list .list-item .list-item__content {
  max-width: 50%;
  width: 100%;
  padding: 0.625rem 1.25rem;
}
.blog-latest-articles__list .list-item .list-item__content .content-text {
  font-size: 1.0625rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 990px) {
  .blog-latest-articles__list .list-item .list-item__content .content-text {
    font-size: 0.9375rem;
  }
}
.blog-latest-articles__list .list-item .list-item__content .content-cta {
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .blog-latest-articles__list .list-item .list-item__content .content-cta {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .blog-latest-articles__list .blog-latest-articles__cta {
    font-size: 0.875rem;
    padding: 0.9375rem 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 835px) {
  .blog-latest-articles__list .blog-latest-articles__cta {
    position: relative;
    left: -4.375rem;
  }
}
.blog-latest-articles__list::before {
  background-color: #f5f4f2;
  content: "";
  height: 100%;
  left: -200px;
  position: absolute;
  top: 0;
  width: 200px;
}

/* YAPL
name: Published Date
partial: blog-published-date
context: blog-published-date.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-1119
*/
.blog-published-date {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 5.625rem;
}
.blog-published-date::before {
  position: absolute;
  content: "";
  height: 0.1875rem;
  width: 5rem;
  left: 0;
  top: 0.5625rem;
}

body[data-theme=foundations] .blog-published-date {
  padding-left: 0;
}

/* YAPL
name: Blog Related Articles
partial: blog-related-articles
context: blog-related-articles.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-1123
*/
@media screen and (min-width: 64em) {
  .blog-related-articles {
    margin-bottom: 6.25rem;
  }
}

.blog-related-articles__title {
  font-size: 2.125rem;
  text-transform: capitalize;
  margin-bottom: 1.875rem;
}

.blog-related-articles__list {
  display: grid;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .blog-related-articles__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.blog-related-articles__list .list-item {
  margin-bottom: 1.875rem;
}
.blog-related-articles__list .list-item .item__text {
  padding: 1.125rem;
  position: relative;
}
.blog-related-articles__list .list-item .item__teaser,
.blog-related-articles__list .list-item .item__cta {
  position: relative;
  z-index: 1;
}
.blog-related-articles__list .list-item .item__teaser {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 64em) {
  .blog-related-articles__list .list-item {
    margin-bottom: 0;
  }
}

/* YAPL
name: Blog Share
partial: blog-share
context: blog-share.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-1120
*/
.blog-share .blog-share__list {
  align-items: center;
  display: flex;
}
.blog-share .list-item {
  align-items: center;
  display: flex;
  margin-right: 1.25rem;
}
.blog-share .list-item__icon {
  margin-right: 0.3125rem;
}
.blog-share .list-item__icon svg {
  width: 1.25rem;
}
.blog-share .list-item__title {
  font-size: 0.9375rem;
  text-transform: capitalize;
}

/* YAPL
name: Blog Tags
partial: blog-tags
context: blog-tags.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-1122
*/
.blog-tags {
  border-radius: 6.25rem 0 6.25rem 0;
  margin-bottom: 3.125rem;
  padding: 2.8125rem;
}
@media screen and (min-width: 64em) {
  .blog-tags {
    padding: 3.125rem 4.375rem;
  }
}
.blog-tags .tags-list,
.blog-tags .categories-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-tags .list-item {
  border-radius: 100em;
  display: block;
  margin: 0.3125rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
}

.blog-tags__title {
  font-size: 2.125rem;
  text-transform: uppercase;
}

.blog-tags__list {
  align-items: center;
  display: flex;
  margin: 1.25rem 0;
}
.blog-tags__list .list-item {
  padding: 0.625rem 1.25rem;
}

/* YAPL
name: Blog Title
partial: blog-title
context: blog-title.default
notes: |
  -
*/
.blog-title {
  padding: 2.5rem 0 5.625rem;
  text-align: center;
}
.blog-title .u-content {
  align-items: flex-start;
  display: flex;
}
.blog-title .u-content--inline {
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 34.375em) {
  .blog-title {
    padding: 3.125rem 0 7.5rem;
  }
}
@media screen and (min-width: 80em) {
  .blog-title {
    padding: 6.25rem 0 7.8125rem;
  }
}

.blog-title__line {
  background-color: #fff;
  height: 0.125rem;
  position: relative;
  top: 1.25rem;
  width: 100%;
}

.blog-title__line--inline {
  height: 2.5rem;
  width: 0.125rem;
  background-color: #BBA5C5;
}
@media screen and (max-width: 34.37375em) {
  .blog-title__line--inline {
    display: none;
  }
}

.blog-title__content .content-title {
  font-family: "Neutraface", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 1.25rem;
  min-width: 17.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 47.99875em) {
  .blog-title__content .content-title {
    margin: 0;
  }
}
.blog-title__content .content-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: italic;
}

.blog-title__content--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33.125rem;
}
@media screen and (max-width: 34.37375em) {
  .blog-title__content--inline {
    width: 18.75rem;
    display: block;
  }
}
.blog-title__content--inline .content-title {
  font-family: "Neutraface", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
  min-width: 16.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 47.99875em) {
  .blog-title__content--inline .content-title {
    margin: 0;
  }
}
@media screen and (max-width: 34.37375em) {
  .blog-title__content--inline .content-title {
    font-size: 1.875rem;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.blog-title__content--inline .content-text {
  min-width: 16.25rem;
  font-family: "Neutraface", sans-serif;
  font-size: 1.875rem;
  font-style: italic;
}
@media screen and (max-width: 34.37375em) {
  .blog-title__content--inline .content-text {
    font-size: 1rem;
    min-width: -moz-max-content;
    min-width: max-content;
    display: block;
  }
}

.blog-title--news {
  margin-top: 6.25rem;
  padding: 3.125rem 0;
  display: flex;
  justify-content: center;
}
.blog-title--news .u-content {
  justify-content: center;
}
.blog-title--news .u-content .blog-title__line {
  display: none;
}
.blog-title--news .u-content .blog-title__content {
  display: flex;
  align-items: center;
}
.blog-title--news .u-content .blog-title__content .content-title {
  position: relative;
}
.blog-title--news .u-content .blog-title__content .content-title::after {
  position: absolute;
  top: -0.5rem;
  right: -0.3125rem;
  display: inline-block;
  content: "";
  width: 0.0625rem;
  height: 3.75rem;
  background-color: white;
}

.breadcrumbs {
  bottom: -6.25rem;
  height: 3.125rem;
  padding: 0;
  position: absolute;
  transform: translateY(0);
  transition: transform 0.4s;
  width: calc(100% - 40px);
  z-index: 1;
}
@media screen and (min-width: 80em) {
  .breadcrumbs {
    width: calc(100% - 30px);
  }
}
.breadcrumbs ul {
  display: flex;
  margin: 0 -0.8125rem;
  padding: 0.75rem 0;
  white-space: nowrap;
  overflow: hidden;
}

/* YAPL
name: Care Types
partial: care-types
notes: |
  - COMP-32 Care Types
*/
.care-types {
  display: flex;
  padding: 3.125rem 0;
  flex-direction: column;
  padding: 3.125rem;
}
.care-types .care-types__title {
  text-align: center;
  margin-bottom: 3.125rem;
}
.care-types .care-types__title .title, .care-types .care-types__title .title-teaser {
  max-width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .care-types {
    flex-direction: row;
  }
  .care-types .care-types__title {
    text-align: center;
    margin-bottom: 3.125rem;
  }
  .care-types .care-types__title .title, .care-types .care-types__title .title-teaser {
    max-width: 80%;
    margin: 0;
    text-align: left;
  }
}
@media screen and (max-width: 47.99875em) {
  .care-types .care-types__title .title, .care-types .care-types__title .title-teaser {
    max-width: 90%;
  }
}
@media screen and (max-width: 63.99875em) {
  .care-types .care-types__title .title, .care-types .care-types__title .title-teaser {
    max-width: 90%;
  }
}

.care-types__title {
  flex: 0 0 36%;
  width: auto;
}
.care-types__title .title {
  text-transform: uppercase;
}
.care-types__title .title,
.care-types__title .title-teaser {
  max-width: 80%;
}

.care-types__list {
  flex: 0 0 64%;
  width: auto;
}
.care-types__list .list {
  display: grid;
  grid-gap: 1.875rem 1.25rem;
}
@media screen and (min-width: 34.375em) {
  .care-types__list .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 48em) {
  .care-types__list .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.care-types__list .list__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1.25rem;
  border-top: 0.5rem solid black;
}
@media screen and (min-width: 64em) {
  .care-types__list .list__item {
    padding: 1.25rem;
  }
}
.care-types__list .list__item .item-title {
  display: grid;
  grid-template-columns: 0.3fr 1.5fr;
  align-items: center;
}
.care-types__list .list__item .item-title__icon {
  align-items: center;
  background-color: #000;
  border-radius: 100%;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  width: 3.125rem;
}
.care-types__list .list__item .item-title__icon svg {
  width: 1.75rem;
  height: 1.75rem;
  flex-grow: 0;
  fill: #fff;
  filter: brightness(0) invert(1);
}
.care-types__list .list__item .item-title__text {
  text-transform: uppercase;
  font-family: "Neutraface", sans-serif;
  font-weight: 700;
  margin-left: 0.625rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .care-types__list .list__item .item-title__text {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.care-types__list .list__item .item-teaser {
  margin: 1.25rem 0;
}
@media screen and (min-width: 64em) {
  .care-types__list .list__item .item-teaser {
    max-width: 80%;
  }
}

.care-types__title--campaign {
  text-align: center;
  margin-bottom: 3.125rem;
  text-transform: uppercase;
}
.care-types__title--campaign .title, .care-types__title--campaign .title-teaser {
  margin: 0;
}

.care-types--campaign {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.25rem;
}

.care-types__list--campaign {
  width: 90%;
  margin: 0 auto;
}
.care-types__list--campaign .list--campaign {
  display: flex;
  justify-content: space-around;
}
.care-types__list--campaign .list--campaign .rtf {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.care-types__list--campaign .list__item--campaign {
  display: flex;
  width: 25rem;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1.25rem;
  padding-bottom: 0;
  border-top: 0.5rem solid black;
}
.care-types__list--campaign .list__item--campaign .item-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.care-types__list--campaign .list__item--campaign .item-title__icon {
  align-items: center;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  width: 3.125rem;
}
.care-types__list--campaign .list__item--campaign .item-title__icon svg {
  width: 2.625rem;
  height: 3.125rem;
  flex-grow: 0;
}
.care-types__list--campaign .list__item--campaign .item-title__text {
  text-transform: uppercase;
  font-family: "Neutraface", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin-left: 0.625rem;
}
.care-types__list--campaign .list__item--campaign .item-teaser {
  margin: 0.625rem auto 1.25rem auto;
  font-size: 1.0625rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .care-types__list--campaign .list__item--campaign .item-teaser {
    max-width: 80%;
  }
}

.clinical-trials-filters {
  margin-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .clinical-trials-filters {
    margin-bottom: 2.25rem;
    margin-right: 1.5rem;
    margin-top: 5.75rem;
    max-width: 25rem;
  }
}
.clinical-trials-filters .field-set:not(:last-child) {
  margin-bottom: 1.5rem;
}
.clinical-trials-filters .field__title {
  margin-bottom: 0.75rem;
}
.clinical-trials-filters .custom-checkbox .custom-control-label {
  padding: 0;
}
.clinical-trials-filters .custom-checkbox:not(:last-child) .custom-control-label {
  padding-bottom: 0.625rem;
}
.clinical-trials-filters .custom-checkbox input:checked ~ .custom-control-label::after {
  left: 0.3125rem;
}

/* YAPL
name: CTA Grid - 3 Items
partial: cta-grid
context: cta-grid.default
*/
/* YAPL
name: CTA Grid - 4 Items
partial: cta-grid
context: cta-grid.4-items
*/
/* YAPL
name: CTA Grid - 5 Items
partial: cta-grid
context: cta-grid.5-items
*/
/* YAPL
name: CTA Grid - 6 Items
partial: cta-grid
context: cta-grid.6-items
*/
.cta-grid__inner {
  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) {
  .cta-grid__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .cta-grid__inner {
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 89.99875em) {
  .cta-grid__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .cta-grid__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cta-grid__items .item__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
@media screen and (max-width: 47.99875em) {
  .cta-grid__items .item__link {
    max-width: 20rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .cta-grid__items .item__link {
    margin: 0.625rem auto;
    padding: 1.375rem 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .cta-grid__items .item__link {
    padding: 1.75rem 2rem;
  }
}
.cta-grid__items .item__link .icon-container {
  margin-top: auto;
}

@media screen and (min-width: 48em) {
  .cta-grid__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.875rem -0.625rem;
  }
  .cta-grid__items .item {
    flex: 1 1 calc(33.3% - 20px);
    margin: 0.625rem;
  }
  .cta-grid[data-item-count="4"] .item {
    flex: 0 1 calc(50% - 20px);
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .cta-grid__items {
    margin: 1.875rem auto;
  }
}
@media screen and (min-width: 64em) {
  .cta-grid__items .item {
    flex: 1 1 calc(33.3% - 20px);
    margin: 0.625rem;
  }
  .cta-grid[data-item-count="4"] .item {
    flex: 0 1 calc(50% - 20px);
  }
}
/* YAPL
name: CTA Tiles
partial: service-tiles
context: service-tiles.default
notes: |
  - COMP-9 CTA Tiles
*/
@media screen and (min-width: 64em) {
  .service-tiles__content {
    display: flex;
    justify-content: space-between;
  }
  .service-tiles__text {
    flex-shrink: 1;
    width: 100%;
    max-width: 20.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .service-tiles__text {
    flex: 0 0 36%;
    margin-right: auto;
    width: 36%;
  }
}
@media screen and (min-width: 64em) {
  .service-tiles__items {
    width: 100%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .service-tiles__items {
    flex: 0 0 64%;
    margin-left: auto;
    width: 64%;
  }
}
.service-tiles__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 80em) {
  .service-tiles__items {
    padding-left: 3.125rem;
  }
}

.service-tiles__item {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .service-tiles__item {
    flex: 0 1 calc(50% - 10px);
  }
  .service-tiles__item:nth-child(odd) {
    margin-right: 0.3125rem;
  }
  .service-tiles__item:nth-child(even) {
    margin-left: 0.3125rem;
  }
  .service-tiles__item:nth-child(n+3) {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 64em) {
  .service-tiles__item {
    flex: 0 1 calc(50% - 2px);
  }
  .service-tiles__item:nth-child(odd) {
    margin-right: 0.125rem;
  }
  .service-tiles__item:nth-child(even) {
    margin-left: 0.125rem;
  }
}
.service-tiles__item .tile__link {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
.service-tiles__item .icon-container {
  margin-top: auto;
}

.service-tiles__featured {
  margin-top: 1.875rem;
}
.service-tiles__featured .rtf {
  margin: 1.5rem 0;
}

.service-tiles__featured-items {
  margin-left: 0;
  margin-top: 2.5rem;
}
.service-tiles__featured-items .item {
  padding: 1.75rem 1.875rem;
}

.double-purpose-ad {
  color: #fff;
  min-height: 250vh;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .double-purpose-ad {
    text-align: center;
  }
}
.double-purpose-ad.is-view-1 .show-for-view-1 {
  opacity: 1;
  transition-delay: 1s;
  visibility: visible;
}
.double-purpose-ad.is-view-2 .show-for-view-2 {
  opacity: 1;
  transition-delay: 0.8s;
  visibility: visible;
}
.double-purpose-ad .show-for-view-1,
.double-purpose-ad .show-for-view-2 {
  opacity: 0;
  transition: 0.8s;
  transition-property: opacity, visibility, transform;
  visibility: hidden;
}
.double-purpose-ad .cta {
  display: block;
  margin: 0.625rem 0.625rem 0 0.625rem;
}
.double-purpose-ad .app-link {
  display: inline-block;
  width: 100%;
}
.double-purpose-ad .app-link img {
  display: block;
  height: 4.125rem;
  max-width: 16.25rem;
}
@media screen and (max-width: 63.99875em) {
  .double-purpose-ad .app-link {
    display: block;
  }
  .double-purpose-ad .app-link img {
    height: auto;
    width: 9.6875rem;
  }
}

.double-purpose-ad__content {
  height: 100vh;
  padding: 5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .double-purpose-ad__content {
    padding: 11.25rem 1.25rem;
  }
}

.double-purpose-ad__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.625rem;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .double-purpose-ad__ctas {
    justify-content: center;
  }
}

.double-purpose-ad__cta-label {
  flex: 0 0 100%;
  margin: 0 0.625rem;
}

.double-purpose-ad__background-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.double-purpose-ad__background-container::after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 63.99875em) {
  .double-purpose-ad__background-container::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.double-purpose-ad__background-image {
  position: absolute;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .double-purpose-ad__background-image {
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 34.37375em) {
  .double-purpose-ad__background-image {
    -o-object-position: right;
       object-position: right;
  }
}

.double-purpose-ad__dynamic-content,
.double-purpose-ad__side {
  position: relative;
}
.double-purpose-ad__dynamic-content .show-for-view-2,
.double-purpose-ad__side .show-for-view-2 {
  left: 0;
  position: absolute;
  top: 0;
}

.double-purpose-ad__side svg {
  fill: none;
  height: 70vh;
  max-height: 43.125rem;
  stroke: #fff;
  stroke-width: 3;
}
.double-purpose-ad__side .logo {
  max-width: 15.625rem;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s;
  transition-delay: 0.8s;
  width: 60%;
}
.double-purpose-ad__side .show-for-view-1 .logo {
  left: 50%;
  top: 1.875rem;
  transform: translateX(-170px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .double-purpose-ad__side .show-for-view-1 .logo {
    left: 62%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1900px) {
  .double-purpose-ad__side .show-for-view-1 .logo {
    transform: translateX(-120px);
  }
}
@media only screen and (min-width: 1024px) {
  .double-purpose-ad__side .show-for-view-1 .logo {
    transform: translateX(-160px);
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1900px) {
  .double-purpose-ad__side .show-for-view-1 .logo {
    transform: translateX(-120px);
  }
}
.is-view-1 .double-purpose-ad__side .show-for-view-1 .logo {
  opacity: 1;
  transition-delay: 1.3s;
}
.double-purpose-ad__side .show-for-view-2 .logo {
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.is-view-2 .double-purpose-ad__side .show-for-view-2 .logo {
  opacity: 1;
  transition-delay: 1.3s;
}
@media only screen and (min-width: 768px) and (max-width: 954px) {
  .double-purpose-ad__side .show-for-view-2 svg {
    max-height: 37.5rem;
    height: 60vh;
  }
}

@media screen and (min-width: 48em) {
  .double-purpose-ad__main {
    margin-right: 1.25rem;
    max-width: 31.25rem;
    position: relative;
    top: 0;
  }
}
@media screen and (min-width: 64em) {
  .double-purpose-ad .u-content {
    display: flex;
  }
  .double-purpose-ad__main {
    margin-right: 1.875rem;
    max-width: 34.375rem;
    position: relative;
    top: -5.625rem;
  }
  .double-purpose-ad__side {
    margin-left: auto;
    margin-right: auto;
    padding-right: 2.1875rem;
  }
  .double-purpose-ad__side use {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 3;
  }
}
@media screen and (min-width: 90em) {
  .double-purpose-ad__main {
    margin-right: 12.5rem;
  }
}
/* YAPL
name: Embed Cta
partial: embed-cta
context: embed-cta.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-1131
*/
.embed-cta {
  margin: 3.125rem 0;
}

.embed-cta__content {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.embed-cta__content .content__icon {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.embed-cta__content .content__icon img {
  width: 6.25rem;
  margin-right: 1.875rem;
}
.embed-cta__content .content .content__title {
  text-transform: uppercase;
  font-size: 3.5625rem;
  line-height: 1.2em;
}
.embed-cta__content .content .content__text {
  margin: 1.25rem 0 1.875rem;
  font-size: 1.0625rem;
  font-weight: 300;
}
.embed-cta__content .content .content__embed .embed-title {
  text-transform: capitalize;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}
.embed-cta__content .content .content__embed .embed {
  margin-bottom: 1.25rem;
}
.embed-cta__content .content .content__embed .embed iframe {
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .embed-cta__content {
    display: block;
  }
  .embed-cta__content .content__icon {
    display: block;
    text-align: center;
    margin-bottom: 1.25rem;
  }
  .embed-cta__content .content__icon img {
    margin: 0;
  }
  .embed-cta__content .content__title {
    text-align: center;
  }
}

.featured-awards {
  margin: 3.75rem 0;
}
@media screen and (min-width: 64em) {
  .featured-awards {
    margin: 5.625rem 0 6.875rem;
  }
}
.featured-awards .two-col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .featured-awards .two-col {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .featured-awards .featured-awards__text {
    max-width: calc(50% - 30px);
  }
}
.featured-awards .featured-awards__items {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .featured-awards .featured-awards__items {
    flex-direction: row;
    flex-shrink: 0;
    margin-left: 1.875rem;
  }
}
.featured-awards .featured-award {
  margin: 0.875rem;
}

/* YAPL
name: Featured Locations Grid - Static
partial: featured-locations
context: featured-locations.pl-static
notes: |
  - [COMP-11 Featured Locations Grid](https://berndtgroup.atlassian.net/browse/BHSECO-123)
*/
/* YAPL
name: Featured Locations Grid - Static, One location
partial: featured-locations
context: featured-locations.pl-static-one
notes: |
  - [COMP-11 Featured Locations Grid](https://berndtgroup.atlassian.net/browse/BHSECO-123)
*/
.featured-locations {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .featured-locations {
    margin-bottom: 6.25rem;
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 64em) {
  .featured-locations__item-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .featured-locations__item {
    flex: 0 0 calc(50% - 10px);
  }
  .featured-locations__item:nth-child(odd) {
    margin-right: 0.625rem;
  }
  .featured-locations__item:nth-child(even) {
    margin-left: 0.625rem;
  }
}
.featured-locations__item {
  position: relative;
}
.featured-locations__item .item__image-container,
.featured-locations__item .item__info {
  flex: 0 0 50%;
}
.featured-locations__item .item__image-container {
  height: 100%;
  position: relative;
}
.featured-locations__item .item__image-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.featured-locations__cta-container {
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 64em) {
  .featured-locations__cta-container {
    margin-top: 3.125rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .featured-locations__item-wrap {
    margin: 0 auto;
    max-width: 48.75rem;
  }
  .featured-locations__item-wrap .slick-list {
    padding-left: 5px;
    padding-right: 12%;
  }
  .featured-locations__item-wrap .slick-list:has(.slick-slide:only-child) {
    padding-right: 5px;
  }
  .featured-locations__item-wrap .slick-slide {
    margin-right: 1.25rem;
  }
  .featured-locations__item-wrap .slick-slide:only-child {
    margin: 0 auto;
  }
  .featured-locations__item-wrap .slick-slide .featured-locations__item .item__image-container img {
    height: 19.8125rem;
  }
}
/* YAPL
name: Featured Services
partial: featured-services
notes: |
  - COMP-35 Featured Services
*/
.featured-services {
  margin: 2.5rem auto 3.75rem;
}

.featured-services__list {
  display: grid;
  grid-gap: 1.25rem;
  margin: 2.1875rem 0 3.125rem;
}
@media screen and (min-width: 64em) {
  .featured-services__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 80em) {
  .featured-services__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.featured-services__list-item {
  background-color: #f5f4f2;
  padding: 1.5625rem;
}
.featured-services__list-item .item__title {
  color: #2c2d30;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  width: 100%;
}
.featured-services__list-item .item__title::before {
  content: "";
  display: block;
  height: 0.3125rem;
  margin-bottom: 0.9375rem;
  width: 100%;
}

/* YAPL
name: Featured Topic - Solid Color Background
partial: featured-topic
context: featured-topic.solid-background
notes: |
  - COMP-9 Featured Topic
*/
/* YAPL
name: Featured Topic - Image Background
partial: featured-topic
context: featured-topic.image-background
notes: |
  - COMP-9 Featured Topic
*/
/* YAPL
name: Featured Topic - No Background
partial: featured-topic
context: featured-topic.no-background
notes: |
  - COMP-9 Featured Topic
*/
/* YAPL
name: Featured Topic - No Background, Right
partial: featured-topic
context: featured-topic.no-background-right
notes: |
  - COMP-9 Featured Topic
*/
.featured-topic__content, .featured-topic__content--campaign {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 90em) {
  .featured-topic__content, .featured-topic__content--campaign {
    justify-content: flex-end;
    max-width: 103.875rem;
    margin-right: 0;
  }
}

.featured-topic__content--campaign {
  padding-left: 5rem;
}
@media screen and (max-width: 63.99875em) {
  .featured-topic__content--campaign {
    padding-left: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .featured-topic__content, .featured-topic__content--campaign {
    flex-wrap: nowrap;
  }
  .featured-topic__text {
    flex: 0 0 45%;
    margin-right: 1.25rem;
    max-width: 32.5rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 80em) {
  .featured-topic__text {
    margin-right: 3.75rem;
  }
}
@media screen and (min-width: 64em) {
  .featured-topic__image-container {
    flex: 0 0 55%;
    height: auto;
    background-size: cover;
    background-position: center;
  }
  .featured-topic--text-right .featured-topic__content, .featured-topic--text-right .featured-topic__content--campaign {
    justify-content: flex-end;
  }
  .featured-topic--text-right .featured-topic__image-container {
    display: flex;
    justify-content: flex-end;
  }
  .featured-topic--text-right .featured-topic__text {
    margin-left: 4.375rem;
    margin-right: 0;
    order: 1;
  }
}
@media screen and (min-width: 64em) and (min-width: 1400px) {
  .featured-topic--text-right .featured-topic__text {
    margin-right: 6.25rem;
  }
}
@media screen and (min-width: 64em) {
  .featured-topic--text-left .image-container__content {
    background-repeat: no-repeat;
    position: absolute;
    top: -2.5rem;
    width: 100%;
    height: 34rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 89.99875em) {
  .featured-topic--text-left .image-container__content {
    height: 26rem;
  }
}
.featured-topic--background-solid {
  padding: 3.125rem 0;
}
@media screen and (min-width: 64em) {
  .featured-topic--background-solid {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .featured-topic--background-solid .featured-topic__image-container {
    margin-bottom: 1.5rem;
    order: -1;
  }
}

.featured-topic--background-image {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .featured-topic--background-image {
    padding: 7.5rem 0;
  }
}
.featured-topic--background-image .featured-topic__image {
  height: 130%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25 !important;
  position: absolute;
  top: -10%;
  width: 100%;
}
.featured-topic--background-image .featured-topic__text {
  max-width: 31.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .featured-topic--background-image .featured-topic__text {
    flex: 0 0 55%;
  }
}
.featured-topic--background-image .featured-topic__ctas {
  margin-top: 0.9375rem;
}

@media screen and (max-width: 63.99875em) {
  .featured-topic--background-image .featured-topic__text,
  .featured-topic--background-solid .featured-topic__text {
    text-align: center;
  }
  .featured-topic--background-image .featured-topic__ctas,
  .featured-topic--background-solid .featured-topic__ctas {
    justify-content: center;
  }
}

@media screen and (max-width: 63.99875em) {
  .featured-topic--background-solid .featured-topic__text {
    order: 2;
    margin-top: 2rem;
  }
}

.featured-topic--background-none {
  background-color: #f5f4f2;
  margin-bottom: 9.375rem;
  padding-top: 2.375rem;
}
.featured-topic--background-none .featured-topic__image {
  margin-bottom: -6.25rem;
}
@media screen and (min-width: 90em) {
  .featured-topic--background-none {
    margin-bottom: 11.875rem;
    padding-top: 8.125rem;
  }
  .featured-topic--background-none .featured-topic__image {
    margin-bottom: -6.25rem;
    margin-right: -0.9375rem;
    max-width: 102%;
    width: 135%;
  }
}
@media screen and (max-width: 79.99875em) {
  .featured-topic--background-none .featured-topic__image {
    left: 1.25rem;
    margin-bottom: -4rem;
    margin-top: 2rem;
    position: relative;
  }
}

.featured-topic__cta.icon-link {
  height: 100%;
}

/* YAPL
name: Footer
partial: footer
context: footer
wrapperClasses: footer
notes: |
  - COMP-4 Footer
*/
.footer__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .footer__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1130px) {
  .footer__content {
    padding: 0 3.125rem;
  }
}

.footer__logo {
  margin-bottom: 1.875rem;
  max-width: 19.5rem;
}

@media screen and (min-width: 64em) {
  .footer__contact {
    flex: 1 0 30%;
    padding-right: 3.125rem;
  }
}

.footer__contact-link {
  display: flex;
  margin-top: 1.25rem;
}
.footer__contact-link svg {
  height: 1.25rem;
  margin-right: 0.375rem;
  margin-top: 0.375rem;
  width: 1.25rem;
}
.footer__contact-link .icon {
  width: 15px;
  height: 15px;
}

.footer__app-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4375rem;
}

.footer__app-label {
  display: block;
  margin: 2.5rem 0 1.25rem;
  width: 100%;
}

.footer__app-link {
  flex: 0 0 calc(50% - 14px);
  margin: 0 0.4375rem;
  max-width: 15.625rem;
}

.footer__navigation {
  margin-top: 1.875rem;
}
@media screen and (min-width: 64em) {
  .footer__navigation {
    display: flex;
    flex: 1 0 70%;
    margin-top: 0.75rem;
  }
  .footer__navigation .footer__navigation-list {
    flex: 1 0 33.3%;
    padding-left: 0.75rem;
  }
}
.footer__navigation .list__link {
  display: inline-block;
}
@media screen and (max-width: 63.99875em) {
  .footer__navigation .footer__navigation-list {
    margin: 1.875rem auto 0;
    max-width: 25rem;
  }
}
.footer__navigation .footer__navigation-list[aria-label=Locations] .list__item:last-child a {
  position: relative;
}
.footer__navigation .footer__navigation-list[aria-label=Locations] .list__item:last-child a::after {
  position: absolute;
  content: url(/assets/images/icons/chevron-right.svg);
  top: 0;
  right: -1rem;
  filter: brightness(0) invert(1);
  width: 0.625rem;
  height: 0.625rem;
}
.footer__navigation .footer__navigation-list:last-child {
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 63.99875em) {
  .footer__navigation .footer__navigation-list:last-child {
    -moz-columns: 1;
         columns: 1;
    text-align: center;
  }
}
.footer__navigation .footer__navigation-list:last-child .list__title {
  -moz-column-span: all;
       column-span: all;
}

@media screen and (max-width: 63.99875em) {
  .footer__navigation-list:not(:last-child) {
    text-align: center;
  }
}

.footer__utility,
.footer__compliance {
  width: 100%;
}

.footer__utility {
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .footer__utility {
    flex-wrap: wrap;
  }
}

.footer__social-links {
  padding-right: 0.9375rem;
}
.footer__social-links .footer__social-item {
  position: relative;
}
.footer__social-links .footer__social-item .footer__social-link {
  width: 22px;
}
.footer__social-links .footer__social-item .footer__social-link svg {
  height: 18px;
  position: absolute;
  transition: transform 0.3s;
  width: 18px;
}
[data-whatinput=initial] .footer__social-links .footer__social-item .footer__social-link:hover svg, [data-whatinput=initial] .footer__social-links .footer__social-item .footer__social-link:focus svg, [data-whatintent=mouse] .footer__social-links .footer__social-item .footer__social-link:hover svg, [data-whatintent=keyboard] .footer__social-links .footer__social-item .footer__social-link:focus svg {
  transform: scale(1.3);
}

.footer__utility-links,
.footer__compliance-links,
.footer__social-links {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 63.99875em) {
  .footer__utility-links,
  .footer__compliance-links {
    flex: 0 0 100%;
    flex-direction: column;
  }
}

.footer__compliance-link img {
  flex-shrink: 0;
  margin-left: 1.25rem;
  width: 4.25rem;
}

@media screen and (min-width: 64em) {
  .footer__compliance-item--copyright {
    margin-left: auto;
  }
  .footer__compliance-item--copyright:last-child {
    padding: 0 1.25rem;
  }
}
.header-mobile__primary {
  display: flex;
  height: 3.5625rem;
  justify-content: space-between;
  padding: 0.875rem;
  position: relative;
  z-index: 2;
}

.header-mobile__secondary {
  position: relative;
  transform: translateY(0);
  transition: 0.4s;
  transition-delay: 0s, 0.4s;
  transition-property: transform, visibility;
  visibility: visible;
  z-index: 1;
}
.is-stuck .header-mobile__secondary {
  transform: translateY(-100%);
  visibility: hidden;
}
.header-mobile__secondary .utility__location {
  padding: 0.375rem 0.75rem 0.5rem;
}

.header-mobile__logo-link {
  display: block;
  flex: 0 0 100%;
  flex-shrink: 0;
  margin-right: 1.25rem;
  max-width: 11.125rem;
}

.header-mobile__logo {
  display: block;
}

.header-mobile__search-toggle {
  margin-left: auto;
  margin-right: 0.75rem;
}

.header-mobile .icon {
  height: 1.125rem;
  width: 1.125rem;
}

/* YAPL
name: Foundation Board List
partial: foundations-board
context: foundations-board.default
*/
/* YAPL
name: Foundation Board List - One Column
partial: foundations-board
context: foundations-board.one-col
*/
.foundations-board__list-item .foundations-board__list-item-info {
  font-family: "Poppins", sans-serif;
}
.foundations-board__list-item .foundations-board__list-item-info .doctor__name {
  color: #303133;
}

.foundations-board__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 4.375rem;
  width: 100%;
}
.alpha-filter-container + .foundations-board__list {
  margin-top: 4.375rem;
}

.foundations-board__list-item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  position: relative;
  min-height: 18.75rem;
  margin-bottom: 3.125rem;
  width: 100%;
}
.foundations-board__list-item::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 1.25rem;
  top: -1.25rem;
  background-image: url("/assets/images/static/leaf-bg-gray.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20.375rem;
  width: 20.6875rem;
  z-index: -1;
}
@media screen and (min-width: 64em) {
  .foundations-board__list-item {
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    padding-top: 1.25rem;
  }
  .foundations-board__list-item:only-child:after {
    left: calc(50% - 12rem);
  }
}
.foundations-board__list-item .foundations-board__list-item-image {
  max-width: 11.625rem;
  max-height: 16.25rem;
  width: 100%;
  height: 100%;
}
.foundations-board__list-item .foundations-board__list-item-image a {
  height: 100%;
}
.foundations-board__list-item .foundations-board__list-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.foundations-board__list-item .foundations-board__list-item-info {
  align-self: baseline;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0 1.25rem;
}
.foundations-board__list-item .foundations-board__list-item-info .doctor__name {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  font-weight: 600;
  color: #303133;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 34.37375em) {
  .foundations-board__list-item .foundations-board__list-item-info .doctor__name {
    font-size: 1rem;
    line-height: 1.6875rem;
    font-weight: 600;
    margin-bottom: 0.3125rem;
  }
}
.foundations-board__list-item .foundations-board__list-item-info .doctor__name svg {
  fill: #E76828;
  height: 0.9375rem;
}
.foundations-board__list-item .foundations-board__list-item-info p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 34.37375em) {
  .foundations-board__list-item .foundations-board__list-item-info p {
    font-size: 0.75rem;
  }
}
.foundations-board__list-item .foundations-board__list-item-info p svg {
  height: 0.9375rem;
  margin-right: 0.625rem;
}
.foundations-board__list-item .foundations-board__list-item-info p svg.icon--map-pin {
  margin-top: 0.3125rem;
}
.foundations-board__list-item .foundations-board__list-item-info p:has(.icon--map-pin) {
  align-items: flex-start;
}
.foundations-board__list-item .foundations-board__list-item-info .foundations-board__list-item-contacts {
  margin-top: 1.25rem;
}
.foundations-board__list-item .foundations-board__list-item-info .foundations-board__list-item-contacts p {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 34.37375em) {
  .foundations-board__list-item .foundations-board__list-item-info .foundations-board__list-item-contacts p {
    margin-bottom: 0.3125rem;
  }
}
.foundations-board__list-item .foundations-board__list-item-info .foundations-board__list-item-contacts a {
  display: flex;
  align-items: center;
  color: #303133;
}
@media screen and (min-width: 64em) {
  .foundations-board__list-item {
    flex: 50%;
  }
}

.foundations-board__list--one-col {
  flex-direction: column;
}
.foundations-board__list--one-col .foundations-board__list-item {
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 34.375em) {
  .foundations-board__list--one-col .foundations-board__list-item {
    flex-direction: row;
  }
}
.foundations-board__list--one-col .foundations-board__list-item-info {
  margin-left: 0;
}
@media screen and (min-width: 34.375em) {
  .foundations-board__list--one-col .foundations-board__list-item-image {
    width: 25%;
  }
  .foundations-board__list--one-col .foundations-board__list-item-info {
    width: 75%;
  }
}

@media screen and (prefers-reduced-motion: no-preference) {
  html:not(.no-js) .foundations-board__list-item[data-in-view]:after {
    opacity: 0;
    transform: translate(-100px, 100px);
    transition-delay: 0.5s;
    transition-duration: 0.8s;
    transition-property: opacity, visibility, transform;
    visibility: hidden;
    will-change: opacity, transform;
  }
  html:not(.no-js) .foundations-board__list-item[data-in-view] .foundations-board__list-item-info {
    opacity: 0;
    transform: translateY(35px);
    transition: none;
    will-change: transform;
  }
  html:not(.no-js) .foundations-board__list-item[data-in-view].is-in-view:after {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
  }
  html:not(.no-js) .foundations-board__list-item[data-in-view].is-in-view .foundations-board__list-item-info {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 0.75s;
    transition-property: transform, opacity, background, color;
  }
}
.header.sticky {
  z-index: 999;
}

.header-desktop {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .header-desktop {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .header-desktop {
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 89.99875em) {
  .header-desktop {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .header-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.header-desktop .primary-nav-container {
  height: 6.5625rem;
  position: relative;
  z-index: 3;
  transition: all 0.25s ease-in-out;
}
.header-desktop .primary-nav-container,
.header-desktop .utility-nav-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-desktop .utility-nav-container {
  height: 3.125rem;
  padding: 0;
  position: absolute;
  transform: translateY(0);
  transition: 0.4s;
  transition-property: transform, visibility;
  width: calc(100% - 40px);
  z-index: 2;
}
@media screen and (min-width: 80em) {
  .header-desktop .utility-nav-container {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 89.99875em) {
  .header-desktop .utility-nav-container {
    width: calc(100% - 80px);
  }
}
.header-desktop .primary-nav-left img {
  transition: all 0.25s ease-in-out;
}
.header-desktop .primary-nav-right .main-nav__link {
  transition: all 0.25s ease-in-out;
}
.header-desktop .primary-nav-left,
.header-desktop .utility-nav-left {
  flex-shrink: 1;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .header-desktop .primary-nav-left,
  .header-desktop .utility-nav-left {
    flex: 0 0 36%;
    margin-right: auto;
    width: 36%;
  }
}
.header-desktop .primary-nav-right,
.header-desktop .utility-nav-right {
  width: 100%;
  padding-left: 2.5rem;
}
@media screen and (min-width: 64em) {
  .header-desktop .primary-nav-right,
  .header-desktop .utility-nav-right {
    flex: 0 0 64%;
    margin-left: auto;
    width: 64%;
  }
}
.header-desktop .main-nav,
.header-desktop .main-nav__items,
.header-desktop .utility-nav__items,
.header-desktop .primary-nav-left,
.header-desktop .primary-nav-right,
.header-desktop .utility-nav-left,
.header-desktop .utility-nav-right,
.header-desktop .utility__location,
.header-desktop .utility__location-inner {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header-desktop .main-nav,
.header-desktop .utility-nav,
.header-desktop .main-nav__items {
  width: 100%;
}
.header-desktop .main-nav__item,
.header-desktop .utility-nav__item {
  padding: 0;
}
.header-desktop .main-nav__item:not(:first-child),
.header-desktop .utility-nav__item:not(:first-child) {
  margin-left: 0.5rem;
}
.header-desktop .primary-nav__search-toggle {
  margin-left: 1.25rem;
}
.header-desktop .primary-nav__search-toggle svg {
  height: 1.375rem;
  width: 1.375rem;
}
.header-desktop .main-nav__link,
.header-desktop .utility-nav__link,
.header-desktop .dropdown.menu > li > a {
  padding: 0.375rem 0.625rem 0.125rem;
}
.header-desktop .primary-nav__logo-link {
  display: block;
  max-width: 20.375rem;
  width: 100%;
}
.header-desktop .utility__location svg {
  height: 1.375rem;
  margin-right: 0.375rem;
  width: 1.375rem;
}
.is-stuck .header-desktop .primary-nav-container {
  height: 4.5rem;
}
.is-stuck .header-desktop .primary-nav-container .primary-nav-left .primary-nav__logo-link img {
  max-width: 210px;
  width: 100%;
}
.is-stuck .header-desktop .primary-nav-container .main-nav__link {
  font-size: 0.875rem;
}
.is-stuck .header-desktop .utility-nav-container {
  transform: translateY(-50px);
  visibility: hidden;
}
.is-stuck .header-desktop .preferred-location {
  opacity: 0;
  visibility: hidden;
}
.header-desktop .main-nav__flyout {
  border: none;
  margin: 0;
  width: 100%;
}
.header-desktop .flyout__content {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.5rem;
}
.header-desktop .flyout__link-items {
  flex: 1 1 25%;
  margin: 0 0.5rem;
}
.header-desktop .header-search__flyout {
  left: 0;
  position: absolute;
  top: 100%;
}
.header-desktop .menu,
.header-desktop .is-dropdown-submenu-parent {
  position: static;
}
.header-desktop.header-desktop--compact {
  border: 4px dashed tomato;
}

.campaign-header {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .campaign-header {
    margin-bottom: 6.25rem;
  }
}

.campaign-header__logo {
  display: block;
  position: absolute;
  top: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .campaign-header__logo {
    margin: 1.5625rem 0;
    position: static;
  }
}
.campaign-header__logo img {
  max-width: 21.875rem;
  width: 100%;
}

.header-mobile__primary {
  display: flex;
  height: 3.5625rem;
  justify-content: space-between;
  padding: 0.875rem;
  position: relative;
  z-index: 2;
}

.header-mobile__secondary {
  position: relative;
  transform: translateY(0);
  transition: 0.4s;
  transition-delay: 0s, 0.4s;
  transition-property: transform, visibility;
  visibility: visible;
  z-index: 1;
}
.is-stuck .header-mobile__secondary {
  transform: translateY(-100%);
  visibility: hidden;
}
.header-mobile__secondary .utility__location {
  padding: 0.375rem 0.75rem 0.5rem;
}

.header-mobile__logo-link {
  display: block;
  flex: 0 0 100%;
  flex-shrink: 0;
  margin-right: 1.25rem;
  max-width: 8.125rem;
}

.header-mobile__logo {
  display: block;
}

.header-mobile__search-toggle {
  margin-left: auto;
  margin-right: 0.75rem;
}

.header-mobile .icon {
  height: 1.125rem;
  width: 1.125rem;
}

/* YAPL
name: HRA CTA - One
partial: health-risk-assessment
context: health-risk-assessment.one
notes: |
  - [COMP-39: HRA CTA](https://berndtgroup.atlassian.net/browse/BHSECO-605)
*/
/* YAPL
name: HRA CTA - Two
partial: health-risk-assessment
context: health-risk-assessment.two
notes: |
  - [COMP-39: HRA CTA](https://berndtgroup.atlassian.net/browse/BHSECO-605)
*/
/* YAPL
name: HRA CTA - Three
partial: health-risk-assessment
context: health-risk-assessment.three
notes: |
  - [COMP-39: HRA CTA](https://berndtgroup.atlassian.net/browse/BHSECO-605)
*/
.health-risk-assessment {
  padding: 3.125rem 0;
}
@media screen and (min-width: 64em) {
  .health-risk-assessment {
    padding: 4.0625rem 0 3.4375rem;
  }
}

.health-risk-assessment__header {
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 2.8125rem;
}
.health-risk-assessment__header .header__icon {
  margin-right: 1.375rem;
  width: 3.125rem;
}
@media screen and (min-width: 64em) {
  .health-risk-assessment__header .header__icon {
    margin-right: 2.1875rem;
    width: 4.375rem;
  }
}
.health-risk-assessment__header .header__text {
  max-width: calc(100% - 100px);
}

@media screen and (min-width: 64em) {
  .health-risk-assessment__selections {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .health-risk-assessment__selections.health-risk-assessment__selections--2 .health-risk-assessment__item {
    max-width: 33.75rem;
    width: calc(50% - 32px);
  }
  .health-risk-assessment__selections.health-risk-assessment__selections--3 .health-risk-assessment__item {
    width: calc(33.3% - 32px);
  }
}

@media screen and (max-width: 63.99875em) {
  .health-risk-assessment__item {
    margin-bottom: 1.375rem;
  }
}
.health-risk-assessment__item .item__text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
@media screen and (min-width: 64em) {
  .health-risk-assessment__item:not(:first-child) {
    margin-left: 1rem;
  }
  .health-risk-assessment__item:not(:last-child) {
    margin-right: 1rem;
  }
}

.health-risk-assessment__item--single {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 63.99875em) {
  .health-risk-assessment__item--single .item__text {
    margin-bottom: 1.375rem;
  }
}
@media screen and (min-width: 64em) {
  .health-risk-assessment__item--single .item__text {
    margin-right: 3.75rem;
    max-width: 33.75rem;
  }
}

.health-risk-assessment__menus,
.health-risk-assessment__menu {
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .health-risk-assessment__menus,
  .health-risk-assessment__menu {
    align-items: center;
    flex-direction: column;
  }
}

.health-risk-assessment__menus {
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .health-risk-assessment__menus {
    margin-top: 2.8125rem;
  }
}

@media screen and (min-width: 64em) {
  .health-risk-assessment__menu {
    height: 4.25rem;
  }
}
.health-risk-assessment__menu .menu__select {
  height: 4.25rem;
  margin-bottom: 1.125rem;
  margin-right: 0;
}
@media screen and (min-width: 64em) {
  .health-risk-assessment__menu .menu__select {
    margin-bottom: 0;
    margin-right: 1.125rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .health-risk-assessment__item--single,
  .health-risk-assessment__selections,
  .health-risk-assessment__menu {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 64em) {
  .hero-text-links {
    margin-bottom: 2.5rem;
  }
}
.hero-text-links .hero__inner {
  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) {
  .hero-text-links .hero__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .hero-text-links .hero__inner {
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 89.99875em) {
  .hero-text-links .hero__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .hero-text-links .hero__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.hero-text-links .hero__image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 63.99875em) {
  .hero-text-links .hero__image {
    background-position-y: center;
  }
}
.hero-text-links .links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-text-links .links-list__item {
  align-items: center;
  display: flex;
  flex: 1 1 12.5rem;
}
.hero-text-links .links-list__item:nth-child(2n-1) {
  margin-right: 1.875rem;
}
.hero-text-links .links-list__item .icon {
  margin-right: 0.75rem;
}
@media screen and (min-width: 64em) {
  .hero-text-links .links-list__item {
    flex: 1 1 10rem;
  }
}
.hero-text-links .links-list__link {
  display: inline-block;
  padding: 0.3125rem 0;
}
.hero-text-links .hero__content {
  max-width: 37.5rem;
}
@media screen and (max-width: 63.99875em) {
  .hero-text-links .hero__image {
    height: 37.5rem;
    transform: translateX(-40px);
    width: 107vw;
  }
}
@media screen and (max-width: 63.99875em) and (max-width: 47.99875em) {
  .hero-text-links .hero__image {
    height: 28.125rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .hero-text-links .hero__content {
    margin: 0 auto;
    margin-top: -3.75rem;
    padding: 1.5rem;
    position: relative;
  }
}
@media screen and (min-width: 64em) {
  .hero-text-links .hero__inner {
    display: flex;
    min-height: 45rem;
    padding-bottom: 3.75rem;
    position: relative;
  }
  .hero-text-links .hero__content {
    margin-top: auto;
    padding: 1.875rem;
    padding-left: 3.125rem;
    width: 80%;
  }
  .hero-text-links .hero__image {
    bottom: 0;
    height: 100%;
    left: 36.5%;
    position: absolute;
    width: 64vw;
    z-index: -1;
  }
  .hero-text-links .hero__side-image-container {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 63.5%;
    width: 38vw;
    z-index: -1;
  }
  .hero-text-links .hero__side-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% center;
       object-position: 20% center;
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .hero-text-links .hero__image {
    left: calc(36% + 4px);
    width: 64vw;
  }
  .hero-text-links .hero__side-image-container {
    right: calc(64% - 4px);
    width: 43vw;
  }
}

/* YAPL
name: Homepage Hero
partial: homepage-hero
context: homepage-hero.default
notes: |
  - COMP-8 Homepage Hero
*/
.homepage-hero__content {
  padding-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .homepage-hero__content {
    display: flex;
    min-height: 39.375rem;
    padding-bottom: 1.25rem;
    padding-top: 10.625rem;
    position: relative;
  }
}

.homepage-hero__search {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  padding: 1rem;
  position: relative;
  transition-delay: 0.75s;
  z-index: 2;
}

.homepage-hero__title,
.homepage-hero__search {
  opacity: 0;
  transform: translateY(35px);
  transition: none;
  will-change: transform;
}
.homepage-hero__title.is-in-view,
.homepage-hero__search.is-in-view {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.75s;
  transition-property: transform, opacity, background, color;
}

.homepage-hero__title {
  transition-delay: 0.25s;
}

.homepage-hero__input {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0 1.25rem;
  width: 90%;
}
.homepage-hero__input:focus {
  background: none;
  border: none;
  box-shadow: none;
}

@media screen and (min-width: 64em) {
  .homepage-hero__text {
    flex-shrink: 1;
    width: 100%;
    flex-grow: 0;
    max-width: 36%;
    overflow: visible;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .homepage-hero__text {
    flex: 0 0 36%;
    margin-right: auto;
    width: 36%;
  }
}
@media screen and (min-width: 64em) {
  .homepage-hero__background-container {
    bottom: 0;
    height: 100%;
    left: 36.5%;
    position: absolute;
    width: 64vw;
    z-index: -1;
  }
}
@media screen and (min-width: 64em) and (min-width: 90em) {
  .homepage-hero__background-container {
    width: 63vw;
  }
}
@media screen and (min-width: 64em) and (max-width: 89.99875em) {
  .homepage-hero__background-container {
    left: 37% !important;
  }
}
@media screen and (min-width: 64em) {
  .homepage-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 10%;
       object-position: center 10%;
    width: 100%;
  }
  .homepage-hero__search {
    max-width: 51.25rem;
    padding: 1.625rem 1.875rem;
    width: 100vw;
  }
  .homepage-hero__submit,
  .homepage-hero__input {
    height: 4.8125rem;
  }
}
@media screen and (min-width: 80em) {
  .homepage-hero__background-container {
    left: calc(36% + 4px);
  }
}
@media screen and (max-width: 63.99875em) {
  .homepage-hero__image {
    left: -2.5rem;
    margin-bottom: -8.75rem;
    margin-top: 1.5rem;
    max-height: 25rem;
    max-width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 10%;
       object-position: center 10%;
    position: relative;
    width: 100vw;
  }
}
@media only screen and (max-width: 400px) {
  .homepage-hero__image {
    left: 0;
  }
}
/* YAPL
name: Icon Link Grid
partial: icon-link-grid
context: icon-link-grid.default
*/
/* YAPL
name: Icon Link Grid - Without Links
partial: icon-link-grid
context: icon-link-grid.no-links
*/
/* YAPL
name: Icon Link Grid - With Descriptions
partial: icon-link-grid
context: icon-link-grid.descriptions
*/
.icon-link-grid {
  margin-bottom: 1.875rem;
  padding: 2.5rem 0 1.25rem;
}
@media screen and (min-width: 64em) {
  .icon-link-grid {
    margin-bottom: 5rem;
    padding: 3.125rem 0 1.25rem;
  }
}

.icon-link-grid__inner {
  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) {
  .icon-link-grid__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .icon-link-grid__inner {
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 89.99875em) {
  .icon-link-grid__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .icon-link-grid__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .icon-link-grid__items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -0.625rem;
  }
  .icon-link-grid__items .item {
    flex: 1 1 calc(25% - 10px);
    margin: 0.75rem;
    min-height: 100%;
  }
}
@media screen and (max-width: 63.99875em) {
  .icon-link-grid__items .item {
    margin: 0.625rem auto;
    max-width: 17.5rem;
  }
}
.nav-sticky-container {
  position: relative;
  height: 100%;
}

.in-page-anchors {
  position: sticky;
  top: 5.25rem;
}
.in-page-anchors .provider-contact-cta {
  margin-top: 2.8125rem;
  opacity: 1;
}
.in-page-anchors.is-anchored.is-at-top .provider-contact-cta {
  opacity: 0;
  visibility: hidden;
}
.in-page-anchors.is-stuck .provider-contact-cta {
  transition: opacity, visibility;
  transition-duration: 0.8s;
}

.in-page-anchors__inner {
  max-width: 22.5rem;
}
@media screen and (max-width: 79.99875em) {
  .in-page-anchors__inner {
    margin-left: 0.625rem;
    margin-right: 2.8125rem;
  }
}
@media screen and (min-width: 80em) {
  .in-page-anchors__inner {
    margin-left: 2.1875rem;
  }
}

.media-image figcaption {
  border-bottom: 1px solid lightgray;
  padding: 1rem 0;
}
.media-image figcaption,
.media-image p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: sans-serif;
  font-style: unset;
}

.image-with-caption--feature,
.image-with-caption--default {
  margin: 2.5rem auto;
  position: relative;
}
.image-with-caption--feature figcaption,
.image-with-caption--default figcaption {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  bottom: 0;
  color: white;
  left: 0;
  padding: 4.375rem 3.125rem 1.875rem;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 63.99875em) {
  .image-with-caption--feature figcaption,
  .image-with-caption--default figcaption {
    bottom: -2.375rem;
    padding: 1.875rem 1.25rem 0.625rem;
    line-height: 0.875rem;
  }
}

/* YAPL
name: List Image Cta
partial: list-image-cta
context: list-image-cta.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-1132
*/
.list-image-cta {
  margin: 5.625rem 0 13.75rem 0;
}
.list-image-cta .u-content {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .list-image-cta .u-content {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.list-image-cta .u-content .list-image-cta__content {
  background-color: white;
  border-radius: 0 6.25rem 0 0;
  left: 12.5rem;
  padding: 3.75rem 6.25rem;
  position: absolute;
  top: 5.625rem;
  z-index: 1;
}
@media screen and (max-width: 79.99875em) {
  .list-image-cta .u-content .list-image-cta__content {
    left: -3.75rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .list-image-cta .u-content .list-image-cta__content {
    position: relative;
    width: 90%;
    left: 0;
    top: -2.5rem;
    border-radius: 0;
    padding: 2.5rem;
    margin: auto;
  }
}
@media screen and (max-width: 34.37375em) {
  .list-image-cta .u-content .list-image-cta__content {
    padding: 0.625rem;
    top: -1.25rem;
  }
}
.list-image-cta .u-content .list-image-cta__content .content__title {
  font-size: 2.75rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 34.37375em) {
  .list-image-cta .u-content .list-image-cta__content .content__title {
    font-size: 1.625rem;
  }
}
.list-image-cta .u-content .list-image-cta__content .content__sub-title {
  font-size: 1.0625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 34.37375em) {
  .list-image-cta .u-content .list-image-cta__content .content__sub-title {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 34.37375em) {
  .list-image-cta .u-content .list-image-cta__content .content__list-title {
    font-size: 0.75rem;
  }
}
.list-image-cta .u-content .list-image-cta__content .content__list .list-title {
  font-size: 1.6875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.list-image-cta .u-content .list-image-cta__content .content__list .list-item {
  font-size: 1rem;
  font-style: italic;
  margin: 1.875rem 0;
  padding-left: 2.5rem;
  position: relative;
}
.list-image-cta .u-content .list-image-cta__content .content__list .list-item .list-item__text {
  padding-top: 3px;
}
@media screen and (max-width: 34.37375em) {
  .list-image-cta .u-content .list-image-cta__content .content__list .list-item .list-item__text {
    font-size: 0.75rem;
  }
}
.list-image-cta .u-content .list-image-cta__content .content__list .list-item::before {
  background-image: url("/assets/images/icons/check-oval.svg");
  content: "";
  height: 1.875rem;
  left: 0;
  position: absolute;
  width: 1.875rem;
}
@media screen and (max-width: 34.37375em) {
  .list-image-cta .u-content .list-image-cta__content .content__list .list-item::before {
    height: 1.625rem;
    width: 1.625rem;
  }
}
.list-image-cta .u-content .list-image-cta__content .content__ctas .ctas__title {
  font-size: 1.0625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 34.37375em) {
  .list-image-cta .u-content .list-image-cta__content .content__ctas .ctas__title {
    font-size: 0.75rem;
  }
}
.list-image-cta .u-content .list-image-cta__content .content__ctas .ctas {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 63.99875em) {
  .list-image-cta .u-content .list-image-cta__content .content__ctas .ctas {
    width: 25rem;
  }
}
@media screen and (max-width: 34.37375em) {
  .list-image-cta .u-content .list-image-cta__content .content__ctas .ctas {
    width: 15.625rem;
  }
}
.list-image-cta .u-content .list-image-cta__content .content__ctas img {
  max-width: 12rem;
  max-height: 4.5rem;
}
.list-image-cta .u-content .list-image-cta__image {
  position: relative;
  right: -4.375rem;
}
@media screen and (max-width: 63.99875em) {
  .list-image-cta .u-content .list-image-cta__image {
    right: 0;
  }
  .list-image-cta .u-content .list-image-cta__image img {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .locations-filters {
    margin-bottom: 3.125rem;
  }
}
.locations-filters .field-set--text {
  position: relative;
}

@media screen and (min-width: 64em) {
  .locations-filters--sidebar {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 80em) {
  .locations-filters--sidebar {
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .locations-filters--sidebar .button--secondary {
    background: none;
    display: flex;
    margin: 1.5rem auto 0;
    width: 14.0625rem;
  }
  .locations-filters--sidebar .filters__mobile-collapse {
    height: 0;
    overflow: hidden;
    transition: height 0.8s;
  }
}

.locations-search {
  margin-bottom: 5.625rem;
}
.locations-search .tabs-content {
  border: none;
}
.locations-search .tabs-panel {
  padding: 0;
}

.locations-search__topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.locations-search__nav {
  display: flex;
}
.locations-search__nav .tabs-title {
  float: none;
}
.locations-search__nav .tabs-link {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.locations-list__items .list__item {
  margin: 1.875rem 0;
}
@media screen and (min-width: 34.375em) {
  .locations-list__items .list__item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 80em) {
  .locations-list__items .list__item {
    flex-wrap: nowrap;
  }
}
.locations-list__items .left-col {
  position: relative;
}
@media screen and (min-width: 34.375em) {
  .locations-list__items .left-col {
    max-width: 19.125rem;
  }
}
.locations-list__items .left-col,
.locations-list__items .center-col,
.locations-list__items .right-col {
  flex-basis: 100%;
}
@media screen and (min-width: 34.375em) {
  .locations-list__items .left-col,
  .locations-list__items .center-col,
  .locations-list__items .right-col {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 80em) {
  .locations-list__items .left-col,
  .locations-list__items .center-col,
  .locations-list__items .right-col {
    flex-basis: 33%;
  }
}
.locations-list__items .center-col {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 1.25rem;
  padding-left: 1.625rem;
}
@media screen and (min-width: 34.375em) {
  .locations-list__items .right-col {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 80em) {
  .locations-list__items .right-col {
    flex-basis: 33%;
  }
}
.locations-list__items .item__type {
  left: 0;
  position: absolute;
  top: 0;
}
.locations-list__items .item__title {
  display: block;
}
.locations-list__items .item__address,
.locations-list__items .item__phone {
  display: block;
  margin: 0.75rem 0;
  padding-left: 1.5625rem;
  position: relative;
}
.locations-list__items .item__address svg,
.locations-list__items .item__phone svg {
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1.125rem;
}
.locations-list__items .check-in__text {
  display: block;
  margin: 1.125rem 0;
}
.locations-list__items .check-in__text strong {
  font-weight: 600;
}

.locations-search__view-more {
  margin: 1.875rem 0;
}

.news-hero .col--left {
  flex-shrink: 1;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .news-hero .col--left {
    flex: 0 0 36%;
    margin-right: auto;
    width: 36%;
  }
}
@media screen and (min-width: 64em) {
  .news-hero .col--left {
    padding-right: 1.875rem;
  }
}
.news-hero .col--right {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .news-hero .col--right {
    flex: 0 0 64%;
    margin-left: auto;
    width: 64%;
  }
}
.news-hero .form__input {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
}
.news-hero .form__input:focus {
  background: none;
  border: none;
  box-shadow: none;
}
.news-hero .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.875rem;
  max-width: 43.75rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .news-hero .links {
    padding-left: 2.5rem;
  }
}
.news-hero .links li {
  flex: 1 1 calc(50% - 8px);
  padding: 0.5rem 0;
}
.news-hero .links li:nth-child(odd) {
  margin-right: 0.5rem;
}
.news-hero .links a {
  align-items: center;
  display: flex;
}
.news-hero .featured-links {
  display: flex;
  flex-wrap: wrap;
}

.news-hero-sidebar {
  margin: 0 auto;
  max-width: 41.25rem;
  padding: 2.6875rem 2.375rem 1.875rem;
}

.news-hero-sidebar--primary {
  margin-bottom: 1.875rem;
}
.news-hero-sidebar--primary .rtf {
  margin: 0;
}

@media screen and (max-width: 63.99875em) {
  .news-hero-sidebar--secondary {
    margin-bottom: 1.875rem;
  }
}

.media-contact {
  margin-top: 1.875rem;
}

.media-contact__item {
  display: flex;
}
.media-contact__item .icon {
  margin-right: 0.375rem;
  width: 0.9375rem;
}

.news-hero-upper__filter .filter-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
.news-hero-upper__filter .select2-container--default .select2-selection--single {
  padding: 25px 25px 25px 5px;
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 0;
}
.news-hero-upper__filter .select2-selection__rendered {
  position: relative;
  top: -0.875rem;
  text-transform: uppercase;
  color: white !important;
  padding-left: 0.3125rem;
}
.news-hero-upper__filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 5px;
}
.news-hero-upper__filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}
.news-hero-upper__filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
}

.news-list {
  margin: 3.125rem 0;
}

.news-tags {
  margin: 0 auto;
  max-width: 41.25rem;
  padding: 2.6875rem 2.375rem 1.875rem;
}

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

.media-contact {
  margin-top: 1.875rem;
}

.media-contact__item {
  display: flex;
}
.media-contact__item .icon {
  margin-right: 0.375rem;
  width: 0.9375rem;
}

.featured-links {
  display: flex;
  flex-wrap: wrap;
}

/* YAPL
name: Online Check In
partial: online-check-in
context: online-check-in.default
notes: |
  - COMP-61 Online Check In
*/
.online-check-in {
  position: absolute;
  left: 19.75rem;
  bottom: -2.75rem;
}
.online-check-in.check-in-service-image {
  left: 50.125rem;
  bottom: -3.5rem;
}
.online-check-in.check-in-service-image .button {
  padding: 2.75rem 2.5rem;
}
.online-check-in .button {
  margin-left: 0;
  padding: 2rem 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.online-check-in .button svg {
  fill: #000;
}

@media screen and (min-width: 90em) {
  .online-check-in {
    left: 26rem;
    bottom: -2.75rem;
  }
  .online-check-in.check-in-service-image {
    left: 56.3125rem;
    bottom: -3.5rem;
  }
  .online-check-in.check-in-service-image .button {
    padding: 2.75rem 2.5rem;
  }
  .online-check-in .button {
    margin-left: 0;
    padding: 2rem 2.5rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .online-check-in {
    left: 19.75rem;
    bottom: 2.5rem;
  }
  .online-check-in .button {
    margin-left: 0;
    padding: 2.1875rem 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .online-check-in {
    left: 19.75rem;
    bottom: 2.5rem;
  }
  .online-check-in.check-in-service-image {
    position: relative;
    display: block;
    left: 0;
    bottom: 0;
  }
  .online-check-in .button {
    margin-left: 0;
    padding: 2rem 2.5rem;
  }
}
@media screen and (max-width: 34.37375em) {
  .online-check-in {
    position: relative;
    display: block;
    left: 0;
    bottom: 0;
  }
  .online-check-in .button {
    padding: 2rem 2.875rem;
  }
}
@media screen and (min-width: 64em) {
  .service-hero--1 + .two-col .col-main .online-check-in, .service-hero--1 + .online-check-in {
    margin-top: -10.25rem;
    position: relative;
  }
}
.overall-rating {
  margin: 3.125rem auto 1.875rem;
}
.overall-rating .star-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.overall-rating .rating__stars-container {
  flex-shrink: 0;
  height: 2.1875rem;
  margin: 0 0.625rem 1rem -0.3125rem;
  width: 12.1875rem;
}
.overall-rating .rating__count {
  width: 100%;
}
.overall-rating .rating__stars-bg,
.overall-rating .rating__stars-fg {
  background-size: 12.1875rem 2.1875rem;
}

.overall-rating__content {
  margin: 0 auto;
  max-width: 63.375rem;
  padding: 1.25rem;
}
@media screen and (min-width: 48em) {
  .overall-rating__content {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .overall-rating__content {
    padding: 1.5625rem 3.4375rem 2.1875rem;
  }
}

.overall-rating__cta .cta__title {
  margin-bottom: 0.625rem;
}

.page-title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .page-title {
    margin-top: 2.125rem;
  }
}
.page-title .page-title__description {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
}

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

.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:hover, [data-whatinput=initial] .pagination__arrow:focus, [data-whatintent=mouse] .pagination__arrow:hover, [data-whatintent=keyboard] .pagination__arrow: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;
}

/* YAPL
name: Reviews
partial: patient-ratings
context: patient-ratings.default
notes: |
  - COMP-78 Reviews
*/
.patient-ratings:not(.u-content) {
  margin: 3.125rem 0;
}

.patient-ratings__title {
  margin-bottom: 0.625rem;
  text-transform: capitalize;
}

.patient-ratings__text {
  margin-bottom: 1.25rem;
}

.patient-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) {
  .patient-ratings__content {
    grid-template-columns: 1fr 1fr;
  }
}

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

.patient-ratings__comments .comments-title {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.patient-ratings__comments .comments-item {
  border-bottom: 1px solid #d9dce0;
  margin-bottom: 1.25rem;
  padding-bottom: 1.875rem;
}
.patient-ratings__comments .comments-item:last-of-type {
  border: none;
  padding-bottom: 0;
}
.patient-ratings__comments .comments-item .item-date {
  font-size: 1.375rem;
}
.patient-ratings__comments .comments-item .item-text {
  font-size: 1.0625rem;
}
.patient-ratings__comments .rating__summary {
  margin: 0.25rem 0 0.625rem;
}

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

/* YAPL
name: Patient Story
partial: patient-story
notes: |
  - COMP-43 Patient Story
*/
.patient-story {
  padding-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.patient-story .u-content {
  display: flex;
  flex-flow: column-reverse;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .patient-story .u-content {
    flex-flow: row;
    text-align: left;
  }
}

.patient-story__video {
  z-index: 1;
  max-width: 90%;
}
@media screen and (min-width: 64em) {
  .patient-story__video .media-video {
    margin-left: 0;
    max-width: 90%;
  }
}
@media screen and (min-width: 64em) {
  .patient-story__video {
    flex: 0 0 64%;
    width: auto;
    max-width: 60.625rem;
  }
}
@media only screen and (max-width: 1426px) {
  .patient-story__video {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 79.99875em) {
  .patient-story__video {
    max-width: auto;
    min-width: 80%;
  }
}

.patient-story__title {
  display: block;
  margin-top: 3.75rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.patient-story__title .title {
  font-weight: 600;
  text-transform: uppercase;
}
.patient-story__title .title-teaser {
  margin: 1.25rem 0;
}
@media screen and (max-width: 34.37375em) {
  .patient-story__title {
    margin: 1.25rem auto;
    max-width: 31.25rem;
  }
  .patient-story__title::before {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .patient-story__title {
    flex: 0 0 36%;
    width: auto;
    max-width: 27.5rem;
  }
  .patient-story__title::before {
    display: block;
  }
}

/* YAPL
name: Practice Locations
partial: practice-locations
context: practice-locations.default
notes: |
  - COMP-72 Practice Locations
*/
.practice-locations {
  font-family: "Neutraface", sans-serif;
  margin: 2.5rem 0;
}

.practice-locations__title {
  font-size: 2.625rem;
  margin-bottom: 1.25rem;
}

.practice-locations__map {
  margin-bottom: 1.875rem;
  min-height: 26.25rem;
}
@media screen and (min-width: 64em) {
  .practice-locations__map {
    min-height: 23.75rem;
  }
}
@media screen and (min-width: 80em) {
  .practice-locations__map {
    min-height: 36.25rem;
  }
}

.practice-locations__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 48em) {
  .practice-locations__list {
    grid-template-columns: 1fr 1fr;
  }
}
.practice-locations__list .list-item {
  display: flex;
  margin-bottom: 3.125rem;
}
.practice-locations__list .list-item__letter {
  font-size: 1.5rem;
  flex: 0 0 6%;
  font-weight: 400;
}
.practice-locations__list .list-item__content {
  flex: 0 0 94%;
  display: flex;
  flex-direction: column;
  padding: 0.3125rem 0 0 0.3125rem;
}
.practice-locations__list .list-item__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1875rem;
}
@media screen and (min-width: 48em) {
  .practice-locations__list .list-item__title {
    max-width: 70%;
  }
}
.practice-locations__list .list-item__address {
  margin: 0.625rem 0;
}
@media screen and (min-width: 48em) {
  .practice-locations__list .list-item__address {
    max-width: 60%;
  }
}
.practice-locations__list .list-item__phone {
  margin: 0.3125rem 0;
}
.practice-locations__list .list-item__phone:last-of-type {
  color: black;
}
.practice-locations__list .list-item__address,
.practice-locations__list .list-item__phone {
  font-family: "Poppins", sans-serif;
}

.utility__location .utility__location-toggle,
.utility__location .utility__location-label {
  position: relative;
  z-index: 3;
}
.utility__location .preferred-location {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .utility__location .preferred-location {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .utility__location .preferred-location .preferred-location__input {
    font-size: 1.25rem;
    position: relative;
    top: 0.25rem;
  }
  .utility__location .preferred-location .preferred-location__input-wrap .button > span {
    display: none;
  }
}
@media screen and (max-width: 63.99875em) {
  .utility__location .preferred-location:not(.is-open) {
    display: none;
  }
}
.utility__location .preferred-location.is-open {
  display: flex;
  flex-direction: column;
}
.utility__location .preferred-location__close {
  position: absolute;
  right: 1.875rem;
  top: -1.6875rem;
}
.utility__location .preferred-location__close svg {
  height: 0.875rem;
  margin: 0;
  width: 0.875rem;
}
.utility__location .preferred-location__close .icon {
  fill: #fff;
}
@media screen and (min-width: 64em) {
  .utility__location {
    width: 100%;
  }
  .utility__location .preferred-location {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
  }
  .utility__location .preferred-location__close {
    top: -1.9375rem;
  }
}
.utility__location.is-open {
  max-width: none;
  width: 100%;
}
.is-anchored .utility__location.is-open + .utility-navigation {
  display: none;
}

.locations-status-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1rem 0;
  position: relative;
}
.locations-status-container .preferred-location {
  align-items: center;
  background-color: #f0f1f3;
  display: flex;
  overflow: hidden;
  padding: 0;
  width: 100%;
  z-index: 2;
}
.locations-status-container .preferred-location:not(.is-open) {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.locations-status-container .preferred-location.is-open {
  margin-top: 1rem;
  max-height: 9.375rem;
  opacity: 1;
  padding: 0.5rem 1.5rem 1.125rem 2.25rem;
  transition: 0.4s;
  transition-property: max-height, opacity, margin, visibility, padding-top, padding-bottom;
  visibility: visible;
}
@media screen and (max-width: 63.99875em) {
  .locations-status-container .preferred-location.is-open {
    max-height: 25rem;
    padding: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .locations-status-container .preferred-location__description {
    flex-basis: 17.5rem;
    margin-right: 1.875rem;
  }
}
.locations-status-container .preferred-location__close {
  align-self: flex-start;
  margin-left: auto;
  position: relative;
  right: 1.25rem;
  top: 1.25rem;
}
.locations-status-container .preferred-location__close .icon {
  height: 1rem;
  width: 1rem;
}
.locations-status-container .preferred-location__current {
  margin-bottom: 0.5rem;
}
.locations-status-container .icon svg {
  color: #000;
  height: 1.3125rem;
  margin: 0;
  stroke-width: 1px;
  width: 1.125rem;
}
.locations-status-container .preferred-location-button {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  align-items: center;
  align-self: flex-start;
  background-color: #f0f1f3;
  border-radius: 6.25rem;
  display: inline-flex;
  margin-right: 3.75rem;
  padding: 0.5rem;
  padding-right: 1rem;
}
.locations-status-container .preferred-location-button svg {
  border-radius: 50%;
  color: #fff;
  height: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.25rem;
  stroke-width: 0.125rem;
  width: 1.5rem;
}
.locations-status-container .preferred-location__input-wrap,
.locations-status-container .preferred-location__current {
  margin-bottom: 0;
}
@media screen and (max-width: 63.99875em) {
  .locations-status-container .preferred-location-button {
    margin: 0.75rem;
  }
  .locations-status-container .preferred-location {
    flex-direction: column;
    position: relative;
  }
  .locations-status-container .preferred-location__description {
    margin: 0;
  }
  .locations-status-container .preferred-location__input-wrap {
    margin: 1.25rem 0;
    width: 100%;
  }
  .locations-status-container .preferred-location__close {
    margin: 0;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
  }
}

.preferred-location:not(.is-open) {
  opacity: 0;
  visibility: hidden;
}
.preferred-location.is-open {
  opacity: 1;
  transition: 1s;
  transition-property: max-height, opacity, margin, visibility;
  visibility: visible;
}

.current-location-button {
  min-height: 2.375rem;
}

.preferred-location__input-wrap {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-right: 1.875rem;
}
.preferred-location__input-wrap .button {
  padding-left: 1.125rem;
}
.preferred-location__input-wrap .button svg {
  height: 0.875rem;
  margin-left: 0.3125rem;
  margin-right: 0;
  width: 0.875rem;
}

.input__label {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}

.preferred-location__input {
  height: 2.75rem;
  margin-bottom: 0;
  margin-right: 1.125rem;
}

.preferred-location__current {
  align-items: center;
  display: inline-flex;
}
.preferred-location__current svg {
  height: 1.4375rem;
  margin-right: 0.75rem;
  width: 1.4375rem;
}

/* YAPL
name: Provider Details Hero
partial: provider-details-hero
context: provider-details-hero.default
notes: |
  - COMP-68 Provider Details Hero
*/
.provider-details-hero .u-content {
  display: flex;
  padding: 3.125rem 3.125rem 5rem 3.125rem;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .provider-details-hero .u-content {
    flex-direction: row;
    padding-top: 9.375rem;
  }
}

.provider-details-hero__photo {
  flex: 0 0 36%;
}
.provider-details-hero__photo .photo-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: static;
}
@media screen and (min-width: 64em) {
  .provider-details-hero__photo .photo-container {
    display: block;
    position: absolute;
    max-width: 22.5rem;
    width: 100%;
  }
}
.provider-details-hero__photo .photo {
  overflow: hidden;
  max-width: 28.75rem;
}
@media screen and (min-width: 64em) {
  .provider-details-hero__photo .photo {
    max-width: 18.75rem;
  }
}
@media screen and (min-width: 80em) {
  .provider-details-hero__photo .photo {
    max-width: 22.5rem;
  }
}
.provider-details-hero__photo .photo img {
  width: 100%;
  max-width: 22.5rem;
}

.provider-contact-cta {
  background-color: white;
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
  padding: 1.875rem 1.25rem;
  text-align: center;
  width: 22.5rem;
}
@media screen and (min-width: 64em) {
  .provider-contact-cta {
    max-width: 22.5rem;
    width: 100%;
  }
}
.provider-contact-cta .provider-contact-cta__phone {
  color: black;
  font-size: 1.3125rem;
}
.provider-contact-cta .button {
  margin: 0 auto;
  margin-top: 0.625rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.provider-details-hero__info {
  flex: 0 0 64%;
  padding-top: 1.875rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .provider-details-hero__info .info-quote::before {
    content: "";
    height: 0.3125rem;
    position: absolute;
    right: 0;
    top: -1.25rem;
    width: 2.6875rem;
  }
}
.provider-details-hero__info .info-quote__content {
  margin-bottom: 3.125rem;
  text-align: right;
  font-size: 1.25rem;
}
@media screen and (min-width: 64em) {
  .provider-details-hero__info .info-quote__content {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 80em) {
  .provider-details-hero__info .info-quote__content {
    font-size: 1.5rem;
  }
}
.provider-details-hero__info .info-quote__content::before {
  content: '"';
}
.provider-details-hero__info .info-quote__content::after {
  content: '"';
}
.provider-details-hero__info .info-name h1 {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1em;
}
@media screen and (min-width: 64em) {
  .provider-details-hero__info .info-name h1 {
    font-size: 2.8125rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 80em) {
  .provider-details-hero__info .info-name h1 {
    font-size: 3.375rem;
    line-height: 1.1em;
  }
}
.provider-details-hero__info .info-specialty {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.provider-details-hero__info .info-gender {
  font-size: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
}
.provider-details-hero__info .info-gender .gender {
  font-weight: 500;
  text-transform: capitalize;
}

@media screen and (min-width: 90em) {
  .provider-details-hero__bottom.provider-details-hero__bottom--norating {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 90em) {
  .provider-details-hero__bottom.provider-details-hero__bottom--norating .u-content {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .provider-details-hero__bottom {
    margin-bottom: 7.5rem !important;
  }
}
.provider-details-hero__bottom .u-content {
  display: flex;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 89.99875em) {
  .provider-details-hero__bottom .u-content {
    grid-gap: 3.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .provider-details-hero__bottom .u-content {
    grid-gap: 0;
  }
}
@media screen and (max-width: 34.37375em) {
  .provider-details-hero__bottom .u-content {
    display: block;
    padding: 1.875rem;
  }
}
.provider-details-hero__bottom .bottom-left {
  flex: 0 0 36%;
}
.provider-details-hero__bottom .bottom-right {
  flex: 0 0 64%;
}
.provider-details-hero__bottom .info-details .info-details__top {
  align-items: center;
  display: flex;
  margin-bottom: 1.25rem;
}
.provider-details-hero__bottom .info-details .info-details__top .info-details__top-item {
  padding: 0.625rem 0;
}
.provider-details-hero__bottom .info-details .info-details__top .info-details__sep {
  height: 4.5rem;
  margin: 0 1.25rem;
  width: 0.0625rem;
}
.provider-details-hero__bottom .info-details .rating__summary {
  display: flex;
  flex-direction: column;
}
.provider-details-hero__bottom .info-details .rating__summary .rating__stars {
  margin-bottom: 0.3125rem;
}
.provider-details-hero__bottom .info-details .info-details__bottom .info-details__misc {
  font-size: 1rem;
  text-transform: capitalize;
  margin-bottom: 0.625rem;
}
.provider-details-hero__bottom .info-details .info-details__bottom .info-details__misc .info-details--virtual-visits {
  color: #000;
}
.provider-details-hero__bottom .info-details .info-details__bottom .info-details__misc .underline {
  background-image: linear-gradient(#000, #000);
  background-position: 0% 99%;
  background-repeat: no-repeat;
  background-size: 0% 0.0625rem;
  transition: background-size 0.3s;
  background-size: 100% 0.0625rem;
  color: #000;
}
[data-whatinput=initial] .provider-details-hero__bottom .info-details .info-details__bottom .info-details__misc .underline:hover, [data-whatinput=initial] .provider-details-hero__bottom .info-details .info-details__bottom .info-details__misc .underline:focus, [data-whatintent=mouse] .provider-details-hero__bottom .info-details .info-details__bottom .info-details__misc .underline:hover, [data-whatintent=keyboard] .provider-details-hero__bottom .info-details .info-details__bottom .info-details__misc .underline:focus {
  background-size: 0% 0.0625rem;
}

.bolder-stroke {
  stroke: #000;
  stroke-width: 20;
}

/* YAPL
name: Provider Research
partial: provider-detail-research
context: provider-detail-research.default
notes: |
  - COMP-79 Provider Research
*/
/* YAPL
name: Clinical Focus
partial: provider-profile-section
context: provider-profile-section.default
notes: |
  - COMP-71 Clinical Focus
*/
.provider-profile-section {
  margin: 0 0 3.125rem;
}
@media screen and (max-width: 34.37375em) {
  .provider-profile-section.provider-profile-section__appointment {
    display: block;
  }
}
.provider-profile-section.provider-profile-section__appointment .provider-profile-section__title {
  grid-area: header;
  background-color: #71378a;
  color: white;
  padding: 0.625rem 2.5rem;
}
@media screen and (max-width: 34.37375em) {
  .provider-profile-section.provider-profile-section__appointment .provider-profile-section__title {
    padding: 0.625rem 1.25rem;
  }
}
.provider-profile-section.provider-profile-section__appointment .provider-profile-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1.875rem 2.5rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 34.37375em) {
  .provider-profile-section.provider-profile-section__appointment .provider-profile-section__inner {
    display: block;
    padding: 1.25rem;
  }
}
.provider-profile-section.provider-profile-section__appointment .provider-profile-section__inner .appointment-info__left {
  border-right: 0.0625rem solid #8e8e8e;
  padding-right: 0.625rem;
}
@media screen and (max-width: 34.37375em) {
  .provider-profile-section.provider-profile-section__appointment .provider-profile-section__inner .appointment-info__left {
    border-right: none;
    padding-right: 0;
    margin-bottom: 1.25rem;
  }
}
.provider-profile-section.provider-profile-section__appointment .provider-profile-section__inner .rtf p:first-child {
  margin-bottom: 0;
}
.provider-profile-section.provider-profile-section__appointment .provider-profile-section__inner .rtf p:last-child {
  margin-bottom: 1.25rem;
}
.provider-profile-section.provider-profile-section__appointment #epic-scheduling-frame,
.provider-profile-section.provider-profile-section__appointment #scheduleContainer,
.provider-profile-section.provider-profile-section__appointment #epicContainerEmbededVisitQA {
  grid-area: epic;
  padding: 0.625rem 0.375rem;
}
.provider-profile-section.provider-profile-section__appointment .appointment-container {
  padding-left: 1.875rem;
}
@media screen and (max-width: 34.37375em) {
  .provider-profile-section.provider-profile-section__appointment .appointment-container {
    padding-left: 0;
  }
}
.provider-profile-section.provider-profile-section__appointment .rtf.centered {
  text-align: center;
  margin-top: 0.3125rem;
  position: relative;
}
.provider-profile-section .rtf {
  margin: 0;
}

@media screen and (min-width: 64em) {
  .provider-search-bar {
    margin-bottom: 2.5rem;
    margin-top: 6.25rem;
  }
}
.provider-search-bar .form__background {
  padding: 5rem 0 6.25rem;
}
.provider-search-bar .form__input-wrap {
  align-items: center;
  background-color: #fff;
  display: flex;
  padding: 1rem;
  position: relative;
  z-index: 10;
}
.provider-search-bar .form__input-wrap--keyword {
  flex-basis: 37.5rem;
}
.provider-search-bar .form__input-wrap--location {
  flex-basis: 26.5625rem;
}
.provider-search-bar .form__input {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
}
.provider-search-bar .form__input:focus {
  background: none;
  border: none;
  box-shadow: none;
}
.provider-search-bar .form__upper {
  position: relative;
}
.provider-search-bar .subtitle {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .provider-search-bar .subtitle {
    max-width: calc(100% - 240px);
  }
}
@media screen and (min-width: 64em) {
  .provider-search-bar .form__totals {
    position: absolute;
    right: 0;
    top: -2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .provider-search-bar .form__inner {
    align-items: center;
    display: flex;
    max-width: none;
  }
}
.provider-search-bar .form__link {
  bottom: -2.5rem;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 64em) {
  .provider-search-bar .form__link {
    bottom: -2.8125rem;
  }
}
.provider-search-bar .preferred-location__current {
  margin: 0;
}

.providers-search-results {
  margin-bottom: 3.75rem;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .providers-search-results {
    margin-top: 5.625rem;
  }
}
.providers-search-results .providers-search__clear {
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}
.providers-search-results .providers-search__clear .icon {
  height: 1rem;
  margin-right: 0.625rem;
  width: 1rem;
}
@media screen and (min-width: 64em) {
  .providers-search-results .providers-search__clear {
    margin-left: auto;
    position: absolute;
    right: 0;
    top: -3.75rem;
  }
}
.providers-search-results .provider-search__item {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 79.99875em) {
  .providers-search-results .provider-search__item {
    flex-wrap: wrap;
  }
}
.providers-search-results .button {
  margin-top: 0.75rem;
}
.providers-search-results .doctor__location {
  background-color: #fff;
  margin-top: 1.5rem;
  padding: 1.5rem 1.875rem 1.875rem;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 79.99875em) {
  .providers-search-results .doctor__location {
    display: flex;
  }
  .providers-search-results .doctor__location .doctor__location-left {
    margin-right: 1.625rem;
  }
}
@media screen and (min-width: 80em) {
  .providers-search-results .doctor__location {
    position: absolute;
    right: 2rem;
    top: 5.375rem;
    width: 16.875rem;
  }
  .providers-search-results .doctor__location .doctor__location-right {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .providers-search-results .doctor__info {
    width: calc(75% - 25px);
  }
}
@media screen and (min-width: 80em) {
  .providers-search-results .doctor__info,
  .providers-search-results .doctor__info-lower {
    width: 100%;
  }
  .providers-search-results .doctor__specialty,
  .providers-search-results .doctor__info-lower {
    max-width: calc(100% - 270px);
  }
}

.providers-filters {
  margin-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .providers-filters {
    margin-bottom: 2.25rem;
    margin-right: 1.5rem;
    margin-top: 5.75rem;
    max-width: 25rem;
  }
}
.providers-filters .field-set:not(:last-child) {
  margin-bottom: 1.5rem;
}
.providers-filters .field__title {
  margin-bottom: 0.75rem;
}
.providers-filters .custom-checkbox .custom-control-label {
  padding: 0;
}
.providers-filters .custom-checkbox:not(:last-child) .custom-control-label {
  padding-bottom: 0.625rem;
}
.providers-filters .custom-checkbox input:checked ~ .custom-control-label::after {
  left: 0.3125rem;
}

.providers-search__suggestions {
  display: inline-flex;
  grid-gap: 0.625rem;
}
@media screen and (max-width: 34.37375em) {
  .providers-search__suggestions {
    display: block;
  }
}
.providers-search__suggestions:not(.is-hidden) {
  margin-bottom: 1.25rem;
}
.providers-search__suggestions .suggestions__label {
  flex-shrink: 0;
  font-weight: 700;
}
.providers-search__suggestions .suggestions__list {
  display: flex;
  flex-wrap: wrap;
}
.providers-search__suggestions .suggestions__link {
  display: inline-block;
  margin-left: 0.375rem;
  text-transform: capitalize;
}

.provider-video {
  margin-bottom: 3.125rem;
}

.provider-video__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: purple;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1.25rem;
}

.provider-video__title + .provider-video__embed > div > iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.provider-video__embed-link {
  position: relative;
}
.provider-video__embed-link svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transform: scale(3.5);
  width: 220px !important;
}

/* YAPL
name: Quote
partial: quote
context: quote.default
notes: |
  - [TBGLIB-13: Quote] (https://berndtgroup.atlassian.net/browse/TBGACC-200)
*/
.quote {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 3.4375rem 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .quote {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .quote {
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 89.99875em) {
  .quote {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .quote {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 90em) {
  .quote {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}
.quote blockquote {
  border: none;
  margin: 0 auto 1.875rem;
  max-width: 61.25rem;
}
@media screen and (max-width: 63.99875em) {
  .quote blockquote {
    padding: 0 1.25rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .quote__ctas {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .quote__ctas {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: 0 -1.25rem;
  }
}

@media screen and (min-width: 34.375em) {
  .quote__link {
    margin: 0 1.25rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .quote__link:first-child {
    margin-bottom: 1.25rem;
  }
}
/* YAPL
name: Quote Cta
partial: quote-cta
context: quote-cta.default
notes: |
  - https://berndtgroup.atlassian.net/browse/BHSECO-250
*/
.quote-cta .u-content {
  padding: 3.125rem 0 5rem;
  background-image: url("/assets/images/static/leaf-bg-tan-top-left.png");
  background-position: top left;
  background-size: 35%;
  background-repeat: no-repeat;
}

.quote-cta__line {
  width: 4rem;
  height: 0.5rem;
  margin: 0 auto 1.875rem;
}

.quote-cta__text {
  font-size: 2.25rem;
  line-height: 4.5625rem;
  text-align: center;
  max-width: 56.25rem;
  margin: 0 auto 3.125rem;
}
.quote-cta__text::before, .quote-cta__text::after {
  content: '"';
}

.quote-cta__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-cta__content .icon-link {
  color: black;
}

/* YAPL
name: Related Content List
partial: related-content-list
context: related-content-list.default
notes: |
  - COMP-13 Related Content List
*/
.related-content-list {
  margin: 3.125rem 0;
}
@media screen and (min-width: 64em) {
  .related-content-list {
    margin: 6.25rem 0;
  }
}

.related-content-list__title, .related-content-list__title--campaign {
  margin-bottom: 0.75rem;
  font-size: 2.75rem;
}

.related-content-list__title--campaign {
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .related-content-list__title--campaign {
    width: rem-call(500);
  }
}

.related-content-list__cta-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.related-content-list__cta {
  margin-top: 1.5rem;
}

@media screen and (min-width: 64em) {
  .related-content-list__content {
    display: flex;
  }
  .related-content-list__content .related-content-list__info {
    flex: 0 0 45%;
    margin-right: 1.25rem;
    max-width: 29.6875rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 80em) {
  .related-content-list__content .related-content-list__info {
    margin-right: 2.8125rem;
  }
}
@media screen and (min-width: 64em) {
  .related-content-list__content .related-content-list__items {
    display: flex;
    flex: 1 1 55%;
    flex-wrap: wrap;
    margin: -0.9375rem;
  }
  .related-content-list__content .related-content-list__item {
    flex: 0 0 calc(50% - 30px);
    margin: 0.9375rem 0.9375rem;
  }
}
.related-content-list__item .item__text {
  padding: 1.125rem;
  position: relative;
}
.related-content-list__item .item__teaser,
.related-content-list__item .item__cta {
  position: relative;
  z-index: 1;
}
.related-content-list__item .item__teaser {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}

.related-content-list--listing .related-content-list__content {
  max-width: 67.5rem;
}
@media screen and (min-width: 64em) {
  .related-content-list--listing .related-content-list__item {
    flex: 0 0 calc(33.33% - 30px);
  }
}
.related-content-list--listing .related-content-list__item--featured {
  flex: 0 1 100%;
}

.related-doctors {
  margin: 3.75rem 0;
}
@media screen and (min-width: 64em) {
  .related-doctors {
    margin: 6.875rem 0 4.375rem;
  }
}

.related-doctors__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.related-doctors__item {
  margin-bottom: 1.75rem;
  max-width: 42.8125rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .related-doctors__item {
    width: calc(50% - 14px);
  }
  .related-doctors__item:nth-child(2n-1) {
    margin-right: 0.875rem;
  }
  .related-doctors__item:nth-child(2n) {
    margin-left: 0.875rem;
  }
}

.provider-item {
  display: flex;
  padding: 1.5rem;
}
@media screen and (min-width: 64em) {
  .provider-item {
    padding: 1.875rem;
  }
}
.provider-item .doctor__image-wrapper {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 25%;
}
@media screen and (max-width: 34.37375em) {
  .provider-item .doctor__image-wrapper {
    display: none;
  }
}
.provider-item .doctor__name-wrapper {
  display: block;
  width: 100%;
}
.provider-item .doctor__info-lower {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.provider-item .doctor__info {
  margin-left: 1.5625rem;
}
@media screen and (min-width: 90em) {
  .provider-item .doctor__info {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .provider-item .doctor__info {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 34.37375em) {
  .provider-item .doctor__info {
    margin-left: 0.9375rem;
    width: 68%;
  }
  .provider-item .doctor__info .doctor__specialty {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.related-doctors__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

/* YAPL
name: Related Events
partial: related-events
notes: |
  - COMP-45 Related Events
*/
.related-events {
  background-position: center 20%;
  background-size: cover;
  overflow: hidden;
  padding: 3.125rem 0;
}
@media screen and (min-width: 64em) {
  .related-events .u-content {
    display: flex;
  }
}

.related-events__title {
  flex: 0 0 36%;
  width: auto;
  text-align: center;
}
.related-events__title .title {
  font-size: 4rem;
  line-height: 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .related-events__title .title {
    font-size: 5.125rem;
  }
}
@media screen and (min-width: 64em) {
  .related-events__title {
    text-align: left;
  }
  .related-events__title .content__cta-link {
    margin-bottom: 0;
  }
}
.related-events__title .title {
  font-size: 2.625rem;
}
.related-events__title .content__cta-link {
  margin-bottom: 1.25rem;
}
.related-events__title .menu__select {
  max-width: 26.5625rem;
  margin-bottom: 0.9375rem;
  margin-right: 1.25rem;
  background-color: #ffffff;
}
@media screen and (max-width: 63.99875em) {
  .related-events__title .menu__select {
    margin: 0.9375rem auto;
    max-width: 20.625rem;
  }
}
.related-events__title .menu__select select {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  border: none;
}
.related-events__title .menu__select .select2-container--default {
  padding: 1rem 0.75rem;
  border: none;
  width: 100% !important;
}
@media screen and (min-width: 64em) {
  .related-events__title .menu__select .select2-container--default {
    max-width: 26.5625rem !important;
  }
}
.related-events__title .custom-select-dropdown .select2-results__options {
  text-transform: none;
}

.related-events__list {
  flex: 0 0 64%;
  width: auto;
}
.related-events__list .list-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  margin: 1.25rem 0;
  padding: 1.25rem;
  padding-left: 0;
}
.related-events__list .list-item__date {
  color: #fff;
  font-size: 1.4375rem;
  line-height: 1.3em;
  margin: 1.25rem;
  max-width: 5.25rem;
  min-width: 5.25rem;
  padding: 1.5625rem 0.625rem;
  text-align: center;
  text-transform: capitalize;
}
.related-events__list .info-title {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 63.99875em) {
  .related-events__list .info-title {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.related-events__list .info-details {
  align-items: center;
  display: flex;
  margin: 0.75rem 0;
}
@media screen and (max-width: 47.99875em) {
  .related-events__list .info-details {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 47.99875em) {
  .related-events__list .details-time, .related-events__list .details-location {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .related-events__list .details-time, .related-events__list .details-location {
    margin-right: 1.875rem;
  }
}
.related-events__list .content__cta-link {
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}

.col-side .related-news {
  max-width: 20rem;
}

@media screen and (min-width: 64em) {
  .clinical-trial-hero.is-showing-location ~ .two-col .col-main {
    margin-top: -7.5rem;
  }
}
.clinical-trial-hero + .two-col .rtf:first-of-type h2:first-of-type {
  text-transform: uppercase;
}

.form__container {
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .form__container {
    flex-direction: column;
  }
}
.form__container .form__interaction {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  display: flex;
  font-family: "Poppins", sans-serif;
  height: -moz-max-content;
  height: max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
@media screen and (max-width: 63.99875em) {
  .form__container .form__interaction {
    justify-content: end;
    margin: 0 4% 1.25rem 0;
  }
}
.form__container .form__interaction .form__interaction-item {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  color: #fff;
}
.form__container .form__interaction .form__interaction-item:not(:last-child) {
  margin-right: 1.5625rem;
}
@media screen and (max-width: 34.37375em) {
  .form__container .form__interaction .form__interaction-text {
    display: none;
  }
}
.form__container .form__interaction svg {
  fill: #fff;
  margin-right: 0.625rem;
}
.form__container .form__select svg {
  fill: #fff;
}
.form__container .form__select .tags {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-weight: 500;
  display: flex;
  text-transform: uppercase;
}
.form__container .form__select .tags :not(:last-child) {
  display: flex;
}
.form__container .form__select .tags :not(:last-child)::after {
  background-color: #fff;
  content: "";
  height: 1.25rem;
  margin: 0.0625rem 0.625rem 0 0.625rem;
  opacity: 0.5;
  width: 0.125rem;
}
.form__container .form__select .title {
  font-size: 3.375rem;
  line-height: 3.8125rem;
  font-weight: 500;
  font-family: "Neutraface", sans-serif;
  margin-bottom: 2.5rem;
  margin-top: 0.9375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 63.99875em) {
  .form__container .form__select .title {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}

.clinical-members .clinical-members__container {
  display: none;
  max-width: 25rem;
}
@media screen and (min-width: 64em) {
  .clinical-members .clinical-members__container {
    margin-bottom: 4.375rem;
    margin-top: -12.75rem;
    padding-right: 2.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .clinical-members .clinical-members__container {
    padding-right: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .clinical-members .clinical-members__container {
    margin: 0 auto 2.5rem;
  }
}
.clinical-members .clinical-members__container.is-active {
  display: block;
}
.clinical-members .clinical-members__container .clinical-members__title {
  font-size: 1.625rem;
  line-height: 2rem;
  align-items: flex-start;
  color: #fff;
  display: flex;
  margin-bottom: 1.875rem;
  text-transform: capitalize;
}
.clinical-members .clinical-members__container .clinical-members__title::before {
  content: "";
  height: 4.6875rem;
  margin-right: 1.875rem;
  width: 0.5rem;
}
.clinical-members .clinical-members__container .clinical-members__item {
  align-items: center;
  background-color: #fff;
  display: flex;
  margin-top: 0.5rem;
  padding: 0.625rem;
}
.clinical-members .clinical-members__container .clinical-members__item .clinical-members__image {
  max-width: 3rem;
}
.clinical-members .clinical-members__container .clinical-members__item .clinical-members__image img {
  width: 100%;
}
.clinical-members .clinical-members__container .clinical-members__item .clinical-members__info {
  margin-left: 1.875rem;
  padding: 0.625rem 0;
}
.clinical-members .clinical-members__container .clinical-members__item .clinical-members__info .clinical-members__name {
  font-size: 1rem;
  line-height: 0.875rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 34.37375em) {
  .clinical-members .clinical-members__container .clinical-members__item .clinical-members__info .clinical-members__name {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.clinical-members .clinical-members__container .clinical-members__item .clinical-members__info .clinical-members__position {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
  margin-top: 0.375rem;
}
@media screen and (max-width: 34.37375em) {
  .clinical-members .clinical-members__container .clinical-members__item .clinical-members__info .clinical-members__position {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 34.37375em) {
  .clinical-members .clinical-members__container .clinical-members__item .clinical-members__info {
    margin-left: 0.625rem;
    max-width: 10rem;
  }
}
.clinical-members .clinical-members__container .clinical-members__item .clinical-members__icon {
  align-items: center;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  margin-left: auto;
  margin-right: 0.9375rem;
  min-width: 3.125rem;
  color: #000;
}
.clinical-members .clinical-members__container .clinical-members__item .clinical-members__icon:hover {
  transform: scale(1.2);
  transition: 0.3s;
}
.clinical-members .clinical-members__container .clinical-members__item .clinical-members__icon .icon {
  width: 1.25rem;
}
@media screen and (max-width: 34.37375em) {
  .clinical-members .clinical-members__container .clinical-members__item .clinical-members__icon {
    margin-right: 0.375rem;
  }
}

.visible {
  display: block;
}

.search-results-filter {
  padding-top: 1.875rem;
}
@media screen and (min-width: 64em) {
  .search-results-filter {
    padding: 3.125rem 3.125rem 0 0;
  }
}

.search-results-filter__inner .inner__header {
  padding: 1.875rem;
}
.search-results-filter__inner .inner__content {
  padding: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .search-results-filter__inner .inner__content {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .search-results-filter__inner .inner__content .content-title {
    padding-left: 0.625rem;
  }
}
.search-results-filter__inner .inner__content .search-results-filter__links li {
  align-items: center;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 63.99875em) {
  .search-results-filter__inner .inner__content .search-results-filter__links li .filter-link {
    font-size: 0.875rem;
  }
}
.search-results-filter__inner .header-expand {
  display: none;
}
.search-results-filter__inner .header-expand svg {
  fill: #fff;
}
.search-results-filter__inner .header-expand svg:nth-of-type(1) {
  display: block;
}
.search-results-filter__inner .header-expand svg:nth-of-type(2) {
  display: none;
}
.search-results-filter__inner .header-expand.is-active svg:nth-of-type(1) {
  display: none;
}
.search-results-filter__inner .header-expand.is-active svg:nth-of-type(2) {
  display: block;
}
@media screen and (max-width: 63.99875em) {
  .search-results-filter__inner .header-expand {
    display: block;
  }
}

.search-results {
  margin: 5.75rem 0 3.125rem;
}
@media screen and (max-width: 63.99875em) {
  .search-results {
    margin-top: 0;
  }
}

@media screen and (min-width: 48em) {
  .search-results__inner .rtf.no-results {
    padding: 0 1.875rem;
  }
}

.search-results__inner-title {
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .search-results__inner-title {
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .search-results__inner-title {
    display: none;
  }
}
.search-results__inner-title .inner-title__term::before, .search-results__inner-title .inner-title__term::after {
  content: '"';
}

.search-results__inner-more {
  align-items: center;
  display: flex;
  justify-content: center;
}

.search-results__list .list-item {
  margin: 1.875rem 0;
  padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 34.37375em) {
  .search-results__list .list-item {
    padding: 1.25rem 0.5rem;
  }
}
.search-results__list .list-item.list-item--with-image .list-item__content {
  display: grid;
}
.search-results__list .list-item.list-item--with-image .list-item__content .content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .search-results__list .list-item.list-item--with-image .list-item__content .content {
    margin-top: 0;
  }
}
.search-results__list .list-item.list-item--with-image .list-item__content .content__image img {
  width: 100%;
}
@media screen and (max-width: 34.37375em) {
  .search-results__list .list-item.list-item--with-image .list-item__content .content__image img {
    width: 85%;
  }
}
@media screen and (min-width: 48em) {
  .search-results__list .list-item.list-item--with-image .list-item__content {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: 1fr 2fr;
  }
}
.search-results__list .list-item__type {
  border-top: 4px solid transparent;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-transform: uppercase;
}
.search-results__list .content__title {
  text-transform: capitalize;
}
.search-results__list .content__url {
  display: block;
  margin: 0.625rem 0;
}
@media screen and (max-width: 34.37375em) {
  .search-results__list .content__teaser {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 310px) {
  .search-results__list .content__teaser {
    font-size: 0.6875rem;
  }
}
.search-results__list .content__meta {
  margin: 1.25rem 0;
}

.section-nav {
  padding-right: 3.125rem;
  position: absolute;
  z-index: 7;
  opacity: 0;
}
@media screen and (min-width: 90em) {
  .section-nav {
    padding-right: 5rem;
  }
}
.section-nav.is-collapsed .section-nav__inner {
  max-height: 0;
  overflow: hidden;
}
.section-nav.sticky.is-anchored {
  overflow: hidden;
}
.section-nav.sticky.is-stuck {
  z-index: 7;
}
.section-nav.is-loaded {
  opacity: 1;
}

.section-nav__toggle {
  left: 0;
  position: fixed;
  top: 35vh;
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.section-nav__toggle.is-showing {
  transform: translateX(0);
  z-index: 1000;
}
.section-nav__toggle .icon {
  flex-grow: 0;
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}

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

.section-nav__items {
  max-height: calc(60vh - 100px);
  overflow-y: auto;
}
.section-nav__items.board-section-nav {
  max-height: calc(40vh - 100px);
}

.section-nav__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.75rem 0;
}
.section-nav__item:last-child {
  padding-bottom: 0;
}
.section-nav__item:first-child {
  padding-top: 1.25rem;
}
.section-nav__item .icon {
  flex-grow: 0;
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}
.section-nav__item .icon--plus {
  display: none;
}
.section-nav__item.is-collapsed > .section-nav__subsection {
  max-height: 0;
}
.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__link {
  width: calc(100% - 40px);
}

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

.section-nav__subsection {
  min-height: 0.0625rem;
  overflow: hidden;
  transition: max-height 0.8s;
  width: 100%;
}

.section-nav__item--l1 {
  padding: 1.25rem 1.875rem;
}

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

.section-nav__item--l2 {
  padding: 1rem 1.875rem;
}
.section-nav__item--l2:last-child {
  padding-bottom: 2.5rem;
}

@media only screen and (max-width: 1024px) {
  .section-nav.sticky.is-stuck {
    max-width: 100% !important;
    width: 100%;
    padding-right: 0 !important;
    left: 0;
  }
  .section-nav__toggle.is-showing {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .js-section-nav[data-sticky] {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    max-width: 100% !important;
    padding: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
  }
  .js-section-nav[data-sticky].is-loaded {
    opacity: 1;
    pointer-events: unset;
    touch-action: none;
  }
  .section-nav__toggle {
    top: unset;
    bottom: 0;
  }
}
/* YAPL
name: Service Hero - No Image
partial: service-hero
context: service-hero.service-no-image
notes: |
  - COMP-37/COMP-58 Service Hero
*/
/* YAPL
name: Service Hero - With Image
partial: service-hero
context: service-hero.service-with-image
notes: |
  - COMP-37/COMP-58 Service Hero
*/
/* YAPL
name: Location Hero - No Image
partial: service-hero
context: service-hero.location-no-image
notes: |
  - COMP-37/COMP-58 Service Hero
*/
/* YAPL
name: Location Hero - With Image
partial: service-hero
context: service-hero.location-with-image
notes: |
  - COMP-37/COMP-58 Service Hero
*/
.service-hero {
  position: relative;
}
.service-hero:not(.service-hero--1):not(.service-hero--2):not(.service-hero--3) {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 64em) {
  .service-hero:not(.service-hero--1):not(.service-hero--2):not(.service-hero--3) {
    margin-bottom: 9.375rem;
  }
}
@media screen and (min-width: 64em) {
  .service-hero {
    margin-bottom: 9.375rem;
  }
}
.service-hero .u-content {
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .service-hero .u-content {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .service-hero .u-content.with-image {
    display: flex;
    min-height: 31.25rem;
  }
  .service-hero .u-content.with-image .service-hero__image {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 63.5%;
    width: 38vw;
  }
  .service-hero .u-content.with-image .service-hero__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 20% center;
       object-position: 20% center;
    width: 100%;
  }
  .service-hero .u-content.with-image .service-hero__content {
    flex: 0 0 64%;
    margin-left: auto;
    padding-left: 3.125rem;
    width: auto;
  }
}
@media screen and (min-width: 80em) {
  .service-hero .u-content.with-image .service-hero__image {
    right: calc(64% - 4px);
    width: 43vw;
  }
}

.service-hero__content {
  padding: 3.75rem 0 3.125rem;
}
@media screen and (min-width: 64em) {
  .service-hero__content {
    padding: 10.625rem 0 6.25rem;
  }
}
@media screen and (min-width: 90em) {
  .service-hero__content {
    margin-left: 6%;
  }
}
.service-hero__content .content-title {
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 34.37375em) {
  .service-hero__content .content-title {
    font-size: 2.71875rem;
  }
}
.service-hero__content .content-teaser {
  font-size: 1.4375rem;
  font-style: italic;
  text-transform: capitalize;
}

.service-hero__content-info {
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 34.37375em) {
  .service-hero__content-info {
    display: block;
  }
}
.service-hero__content-info .info__location-item {
  flex: 1 1 33.33%;
  margin: 1.875rem 0;
  max-width: 22.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.service-hero__content-info .info__location-item .icon {
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.service-hero__content-info .info__location-item .item-title {
  text-transform: uppercase;
}
.service-hero__content-info .info__location-item .item-text {
  font-size: 1rem;
}
.service-hero__content-info .info__location-item .item-text a {
  color: #fff;
}
.service-hero__content-info .info__location-item:not(:last-of-type) {
  margin-right: 2.5rem;
}
.service-hero__content-info .info__location {
  position: relative;
}
.service-hero__content-info .info__location .icon {
  left: -1.5rem;
}
.service-hero__content-info .info__location:not(:first-child) {
  margin-top: 1.25rem;
}

.service-hero__bottom {
  flex-grow: 0;
}
@media screen and (min-width: 64em) {
  .service-hero__bottom {
    max-width: 70%;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 90em) {
  .service-hero__bottom {
    margin-left: 7%;
  }
}

.bottom-cta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 34.37375em) {
  .bottom-cta-list {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.bottom-cta-list .list__item {
  display: inline-block;
  flex: 0 0 48%;
  min-width: 15rem;
}
.bottom-cta-list .item__link {
  display: inline-flex;
  padding: 0.75rem 0;
}
@media screen and (min-width: 64em) {
  .bottom-cta-list {
    padding: 1.25rem 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  .service-hero--3 .bottom-cta-list .list__item,
  .service-hero--6 .bottom-cta-list .list__item {
    flex: 1 1 33%;
  }
  .service-hero--4 .bottom-cta-list .list__item {
    flex: 1 1 24%;
  }
}
@media screen and (min-width: 64em) {
  .services-search-bar {
    margin-top: 6.25rem;
  }
}
.services-search-bar .form__background {
  padding: 3.75rem 0;
}
.services-search-bar .form__inner {
  margin: 0 auto;
  max-width: 62.5rem;
}
.services-search-bar .form__input-wrap {
  align-items: center;
  background-color: #fff;
  display: flex;
  padding: 1rem;
  position: relative;
  z-index: 2;
}
.services-search-bar .icon--search {
  margin-right: 1.25rem;
}
@media screen and (max-width: 34.37375em) {
  .services-search-bar .icon--search {
    margin-right: 0.4375rem;
    width: 1rem;
  }
}
.services-search-bar .form__input {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
}
.services-search-bar .form__input:focus {
  background: none;
  border: none;
  box-shadow: none;
}
.services-search-bar .alpha-filter {
  margin-top: 1.75rem;
}
.services-search-bar .alpha-filter__inner,
.services-search-bar .alpha-filter__items {
  display: flex;
}
.services-search-bar .alpha-filter__items {
  flex-wrap: wrap;
  width: calc(100% - 100px);
}
.services-search-bar .alpha-filter__item {
  height: 3rem;
  width: 3rem;
}
.services-search-bar .alpha-filter__clear-button {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
}
@media screen and (max-width: 34.37375em) {
  .services-search-bar .alpha-filter__inner {
    display: block;
  }
  .services-search-bar .alpha-filter__items {
    width: 100%;
  }
}

.services-search__type-filter {
  margin: 2.5rem auto 1.875rem;
}
.services-search__type-filter fieldset {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .services-search__type-filter fieldset {
    flex-direction: column;
  }
}
@media screen and (min-width: 64em) {
  .services-search__type-filter fieldset {
    flex-wrap: nowrap;
    padding-right: 1.875rem;
  }
}

.services-search-results {
  margin-bottom: 5rem;
}

.services-list__results {
  display: grid;
  grid-gap: 1.25rem;
  margin: 1.25rem 0 3.125rem;
}
@media screen and (min-width: 64em) {
  .services-list__results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 80em) {
  .services-list__results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.services-list__results .service-item {
  background-color: #f5f4f2;
  padding: 1.5625rem;
}
.services-list__results .service-item::before {
  content: "";
  display: block;
  height: 0.3125rem;
  margin-bottom: 0.25rem;
  width: 100%;
}
.services-list__results .service-item .item__title {
  color: #2c2d30;
  font-size: 1.125rem;
  margin: 0.625rem 0;
  text-transform: capitalize;
  width: 100%;
}

.services-search__status {
  margin-top: 2.125rem;
}

.services-search__cta-wrapper {
  display: flex;
  justify-content: center;
}

.services-search__no-results .rtf {
  margin-top: 0;
}

.icon--stethoscope use {
  stroke: #000;
}

.site-search-bar {
  /* Safari 11+  leaving here for test purposes, currently not helping with Safari 18 BHRET-538*/
}
@media screen and (min-width: 64em) {
  .site-search-bar {
    margin-top: 6.25rem;
  }
}
.site-search-bar .form__background {
  padding: 3.75rem 0;
}
.site-search-bar .form__inner {
  margin: 0 auto;
  max-width: 62.5rem;
}
.site-search-bar .form__inner .inner__title {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
.site-search-bar .form__input-wrap {
  align-items: center;
  background-color: #fff;
  display: flex;
  padding: 1rem;
  position: relative;
  z-index: 2;
}
.site-search-bar .form__input-wrap.form__input-wrap--with-title {
  margin-top: 1.25rem;
}
.site-search-bar .icon--search {
  margin-right: 1.25rem;
}
.site-search-bar .form__input {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  height: 3.25rem;
}
.site-search-bar .form__input:focus {
  background: none;
  border: none;
  box-shadow: none;
}
.site-search-bar .alpha-filter {
  margin-top: 1.75rem;
}
.site-search-bar .alpha-filter__inner,
.site-search-bar .alpha-filter__items {
  display: flex;
}
.site-search-bar .alpha-filter__items {
  flex-wrap: wrap;
  width: calc(100% - 100px);
}
.site-search-bar .alpha-filter__item {
  height: 3rem;
  width: 3rem;
}
.site-search-bar .alpha-filter__clear-button {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
}

/* YAPL
name: Standard Hero
partial: standard-hero
context: standard-hero.default
notes: |
  - [COMP-17 Standard Hero](https://berndtgroup.atlassian.net/browse/BHSECO-241)
*/
.standard-hero .hero__ctas {
  opacity: 0;
  transform: translateY(35px);
  transition: none;
  will-change: transform;
}
.standard-hero .hero__ctas.is-in-view {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.75s;
  transition-property: transform, opacity, background, color;
}
@media screen and (max-width: 63.99875em) {
  .standard-hero .hero__content {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 1.875rem;
    position: relative;
  }
}
@media screen and (max-width: 63.99875em) and (min-width: 40em) {
  .standard-hero .hero__content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 63.99875em) and (min-width: 90em) {
  .standard-hero .hero__content {
    max-width: 88.75rem;
  }
}
@media screen and (max-width: 63.99875em) and (max-width: 89.99875em) {
  .standard-hero .hero__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 63.99875em) and (max-width: 63.99875em) {
  .standard-hero .hero__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .standard-hero .hero__ctas {
    margin: 1.5rem 0;
  }
}
@media screen and (min-width: 64em) {
  .standard-hero .hero__inner {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 35.9375rem;
    padding-top: 10rem;
    position: relative;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .standard-hero .hero__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 90em) {
  .standard-hero .hero__inner {
    max-width: 88.75rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 89.99875em) {
  .standard-hero .hero__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 63.99875em) {
  .standard-hero .hero__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .standard-hero .hero__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0;
    height: 100%;
    left: 36.5%;
    position: absolute;
    width: 64vw;
    z-index: -1;
  }
  .standard-hero .hero__content {
    flex-grow: 0;
    max-width: 36%;
    overflow: visible;
    padding-right: 1.25rem;
    position: relative;
  }
}
@media screen and (min-width: 80em) {
  .standard-hero .hero__image {
    left: calc(36% + 4px);
    width: 64vw;
  }
}

@media screen and (max-width: 63.99875em) {
  .profile-hero {
    display: flex;
    justify-content: space-around;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 34.37375em) {
  .profile-hero {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 64em) {
  .profile-hero {
    padding-top: 9rem;
  }
}
.profile-hero .two-col {
  position: relative;
}
@media screen and (min-width: 64em) {
  .profile-hero .col-side {
    position: absolute;
    padding-right: 1.5rem;
  }
}
.profile-hero .col-side .two-col {
  position: relative;
}
.profile-hero .col-side .profile__image {
  position: relative;
}
.profile-hero .col-side .profile__image::after {
  background-image: url(/assets/images/static/leaf-bg-beige.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 37.5rem;
  left: 2.5rem;
  position: absolute;
  top: -2.5rem;
  width: 37.5rem;
  z-index: -1;
}
.profile-hero .col-side .profile__image img {
  max-width: 22.5rem;
  width: 100%;
}
.profile-hero .col-side .profile__contacts {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-top: 7.5rem;
  padding: 1.875rem 3.75rem;
}
@media screen and (max-width: 63.99875em) {
  .profile-hero .col-side .profile__contacts {
    padding: 0.9375rem 1.875rem;
  }
}
@media screen and (max-width: 34.37375em) {
  .profile-hero .col-side .profile__contacts {
    margin: 1.875rem 0;
  }
}
.profile-hero .col-side .profile__contacts p, .profile-hero .col-side .profile__contacts a {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: 400;
  align-items: center;
  display: flex;
  padding-bottom: 1.25rem;
  color: #000;
}
@media screen and (max-width: 63.99875em) {
  .profile-hero .col-side .profile__contacts p, .profile-hero .col-side .profile__contacts a {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.profile-hero .col-side .profile__contacts p svg, .profile-hero .col-side .profile__contacts a svg {
  height: 1.25rem;
  margin-right: 0.625rem;
}
.profile-hero .col-side .profile__contacts a:hover {
  text-decoration: underline;
}
.profile-hero .col-side .profile__contacts .profile__contacts-cta {
  background-color: #dcdc7b;
  justify-content: center;
  font-weight: 500;
}
[data-whatinput=initial] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:hover, [data-whatinput=initial] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:focus, [data-whatintent=mouse] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:hover, [data-whatintent=keyboard] .profile-hero .col-side .profile__contacts .profile__contacts-cta .icon-link:focus {
  color: #000;
}
.profile-hero .col-side .profile__contacts .profile__contacts-cta svg {
  fill: #000;
  height: 0.9375rem;
}
.profile-hero .col-side .profile__contacts .profile__contacts-cta:hover {
  text-decoration: none;
}
.profile-hero .col-side .profile__contacts,
.profile-hero .col-side .profile__image {
  max-width: 22.5rem;
}
@media screen and (max-width: 63.99875em) {
  .profile-hero .col-side .profile__contacts,
  .profile-hero .col-side .profile__image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .profile-hero .col-side .profile__contacts,
  .profile-hero .col-side .profile__image {
    width: calc(100% - 30px);
  }
}
.profile-hero .col-side .profile__contacts-cta {
  display: inline-flex;
  align-items: center;
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}
.profile-hero .profile__image {
  position: relative;
}
.profile-hero .profile__image::after {
  background-image: url(/assets/images/static/leaf-bg-beige.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 37.5rem;
  left: 2.5rem;
  position: absolute;
  top: -2.5rem;
  width: 37.5rem;
  z-index: -1;
}
.profile-hero .profile__image img {
  max-width: 22.5rem;
  width: 100%;
}
.profile-hero .profile__contacts {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-top: 7.5rem;
  padding: 1.875rem 3.75rem;
}
@media screen and (max-width: 63.99875em) {
  .profile-hero .profile__contacts {
    padding: 0.9375rem 1.875rem;
  }
}
@media screen and (max-width: 34.37375em) {
  .profile-hero .profile__contacts {
    margin: 1.875rem 0;
  }
}
.profile-hero .profile__contacts p {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: 400;
  align-items: center;
  display: flex;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 63.99875em) {
  .profile-hero .profile__contacts p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.profile-hero .profile__contacts p svg {
  height: 1.25rem;
  margin-right: 0.625rem;
}
.profile-hero .profile__contacts li {
  text-align: center;
}
.profile-hero .profile__contacts li .profile__contacts-cta {
  background-color: #dcdc7b;
}
[data-whatinput=initial] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:hover, [data-whatinput=initial] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:focus, [data-whatintent=mouse] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:hover, [data-whatintent=keyboard] .profile-hero .profile__contacts li .profile__contacts-cta .icon-link:focus {
  color: #000;
}
.profile-hero .profile__contacts li .profile__contacts-cta svg {
  fill: #000;
  height: 0.9375rem;
}
.profile-hero .profile__contacts,
.profile-hero .profile__image {
  max-width: 22.5rem;
}
@media screen and (max-width: 63.99875em) {
  .profile-hero .profile__contacts,
  .profile-hero .profile__image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 64em) {
  .profile-hero .profile__contacts,
  .profile-hero .profile__image {
    width: calc(100% - 30px);
  }
}
.profile-hero .profile__contacts-cta {
  display: inline-flex;
  align-items: center;
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html:not(.no-js) .profile__image[data-in-view]::after {
    opacity: 0;
    transform: translate(-100px, 100px);
    transition-delay: 0.5s;
    transition-duration: 0.8s;
    transition-property: opacity, visibility, transform;
    visibility: hidden;
    will-change: opacity, transform;
  }
  html:not(.no-js) .profile__image[data-in-view].is-in-view::after {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
  }
}
.table__wrapper {
  overflow-x: auto;
}

.table table {
  display: block;
  min-width: 100%;
}

.table {
  text-align: left;
}
.table th {
  padding: 1.5rem 1.875rem;
}
.table td {
  padding: 1.125rem 1.875rem;
}
.table th,
.table td {
  min-width: 12.5rem;
}
@media screen and (max-width: 79.99875em) {
  .table .table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* YAPL
name: Video with Transcript (Wistia lazyloaded)
partial: video
context: video.default-wistia
notes: |
  - [TBGLIB-29: Video] (https://berndtgroup.atlassian.net/browse/TBGACC-218)
*/
.media-video {
  margin-bottom: 2.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 71.25rem;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .media-video {
    margin-bottom: 3.75rem;
    margin-top: 2.5rem;
  }
}

.media-video__inner {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: auto;
}

.media-video__video {
  position: relative;
}

.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__embed-wrap .wistia_embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.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;
}
.media-video__transcript .accordion-title-toggle {
  margin-right: 0.375rem;
}
.media-video__transcript .icon {
  height: 0.625rem;
  width: 0.625rem;
}
.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-video__transcript .accordion-title-inner {
  justify-content: flex-end;
  padding-bottom: 0;
}
.media-video__transcript .accordion-content .rtf {
  max-height: 16.25rem;
  overflow-y: auto;
  transition: max-height 0.4s;
  padding-right: 1.875rem;
}
@media screen and (max-width: 63.99875em) {
  .media-video__transcript .accordion-content .rtf {
    padding-right: 1.25rem;
  }
}

/* YAPL
notes: |
  - [TBGLIB-31: Video Playlist] (https://berndtgroup.atlassian.net/browse/TBGACC-220)
*/
.media-video-playlist .u-content .video-playlist__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1.25rem;
  grid-template-areas: "one one one two two";
}
@media screen and (max-width: 47.99875em) {
  .media-video-playlist .u-content .video-playlist__inner {
    display: flex;
    flex-direction: column;
  }
}
.media-video-playlist .u-content .video-playlist__inner .video-playlist--lg {
  grid-area: one;
}
.media-video-playlist .u-content .video-playlist__inner .video-playlist--lg .tabs-content .media-video-playlist__tab__0 {
  padding: 0;
}
.media-video-playlist .u-content .video-playlist__inner .video-playlist__navigation {
  grid-area: two;
}
.media-video-playlist .tabs-panel {
  padding: 0 !important;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video {
  width: 100%;
  margin-bottom: 1.25rem;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video > a[aria-selected=true] {
  background: red;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__image {
  max-width: 100%;
  width: 13.75rem;
}
@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 {
  padding: 0.625rem;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__meta .video-playlist__video__timestamp {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  color: white;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__meta .video-playlist__video__timestamp svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: white;
  margin-right: 0.1875rem;
}
.media-video-playlist #media-video-playlist__tabs .video-playlist__video a .video-playlist__video__meta .video-playlist__video__title {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: white;
}
[data-whatinput=initial] .media-video-playlist #media-video-playlist__tabs .video-playlist__video a:hover, [data-whatinput=initial] .media-video-playlist #media-video-playlist__tabs .video-playlist__video a:focus, [data-whatintent=mouse] .media-video-playlist #media-video-playlist__tabs .video-playlist__video a:hover, [data-whatintent=keyboard] .media-video-playlist #media-video-playlist__tabs .video-playlist__video a:focus {
  background: transparent;
  padding-left: 1.25rem;
  border-left: 0.25rem solid white;
}
.media-video-playlist .media-video__title {
  color: white;
  font-size: 1.75rem;
  margin: 1.25rem 0 0.625rem;
}
.media-video-playlist .media-video__caption {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  color: white;
  line-height: 1.5em;
}
.media-video-playlist .media-video__transcript {
  padding: 0 !important;
}
.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 {
  max-height: 35.9375rem;
  overflow: auto;
}
.media-video-playlist .video-playlist__cta {
  position: absolute;
  font-size: 1.125rem;
  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: white;
}
.media-video-playlist .video-playlist__cta .cta-link .icon {
  width: 0.875rem;
  height: 0.875rem;
  fill: white;
  position: relative;
  top: 0.375rem;
  left: 0.375rem;
}
.clinical-trials-filters {
  margin-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .clinical-trials-filters {
    margin-bottom: 2.25rem;
    margin-right: 1.5rem;
    margin-top: 5.75rem;
    max-width: 25rem;
  }
}
.clinical-trials-filters .field-set:not(:last-child) {
  margin-bottom: 1.5rem;
}
.clinical-trials-filters .field__title {
  margin-bottom: 0.75rem;
}
.clinical-trials-filters .custom-checkbox .custom-control-label {
  padding: 0;
}
.clinical-trials-filters .custom-checkbox:not(:last-child) .custom-control-label {
  padding-bottom: 0.625rem;
}
.clinical-trials-filters .custom-checkbox input:checked ~ .custom-control-label::after {
  left: 0.3125rem;
}

.news-tags {
  margin: 0 auto;
  max-width: 41.25rem;
  padding: 2.6875rem 2.375rem 1.875rem;
}

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

.media-contact {
  margin-top: 1.875rem;
}

.media-contact__item {
  display: flex;
}
.media-contact__item .icon {
  margin-right: 0.375rem;
  width: 0.9375rem;
}

.featured-links {
  display: flex;
  flex-wrap: wrap;
}

.podcast-link-wrap {
  text-align: center;
}

a.podcast-link {
  height: 2.75rem;
  line-height: 2.75rem;
  background: #353535;
  padding: 0 1.5rem;
  margin: 0.5rem 0 0.5rem 0.25rem;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  /*@include transition();*/
}

a.podcast-link:hover {
  background: #E66928;
  color: #fff;
  padding: 0 1.5rem;
  text-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}

a.podcast-link:active {
  transform: scale(0.95);
}

a.podcast-link:visited {
  color: #fff;
}

/* YAPL
name: Flexible Carousel - Timeline
partial: flexible-carousel
context: flexible-carousel.default
notes: |
  - [COMP-116: Flexible Carousel - Timeline](https://berndtgroup.atlassian.net/browse/BHRET-293)
*/
/* YAPL
name: Flexible Carousel - Two Items
partial: flexible-carousel
context: flexible-carousel.two-items
notes: |
  - [COMP-116: Flexible Carousel - Timeline](https://berndtgroup.atlassian.net/browse/BHRET-293)
*/
.flexible-carousel-section {
  background: linear-gradient(180deg, #713789 70%, #fff 0);
  margin: 6.25rem 0;
  padding: 3.9375rem 0 1.625rem 7.875rem;
}
@media screen and (max-width: 47.99875em) {
  .flexible-carousel-section {
    padding: 1.6875rem 0;
    margin: 2.5rem 0;
  }
}

.heading-container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 47.99875em) {
  .heading-container {
    flex-direction: column-reverse;
  }
}
.heading-container .flexible-carousel__title {
  font-family: "Neutraface", sans-serif;
  font-size: 3.875rem;
  line-height: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 70%;
}
@media screen and (max-width: 47.99875em) {
  .heading-container .flexible-carousel__title {
    font-size: 2.125rem;
    line-height: 2.3125rem;
    font-weight: 700;
    margin-top: 1.4375rem;
    max-width: 100%;
  }
}
.heading-container a {
  max-width: 12.625rem;
}
.heading-container a img {
  width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .heading-container a {
    max-width: 8.3125rem;
  }
}

.flexible-carousel__controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.flexible-carousel__controls label {
  font-size: 1.1875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 47.99875em) {
  .flexible-carousel__controls label {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}
.flexible-carousel__controls .select-options-container select {
  font-size: 1.5625rem;
  line-height: 1.5rem;
  font-weight: 500;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
  height: auto;
  padding: 1.125rem 4.25rem 1.125rem 1.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 47.99875em) {
  .flexible-carousel__controls .select-options-container select {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 500;
  }
}
[data-whatinput=initial] .flexible-carousel__controls .select-options-container select:hover, [data-whatinput=initial] .flexible-carousel__controls .select-options-container select:focus, [data-whatintent=mouse] .flexible-carousel__controls .select-options-container select:hover, [data-whatintent=keyboard] .flexible-carousel__controls .select-options-container select:focus {
  border-color: #fff;
}
.flexible-carousel__controls .select-options-container select option {
  color: #000;
}
.flexible-carousel__controls .select2-selection__rendered {
  color: #fff !important;
  font-size: 1.5625rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding-right: 4rem !important;
}
.flexible-carousel__controls .custom-select2 .select2-container--default {
  border-width: 0.1875rem;
}
@media screen and (max-width: 63.99875em) {
  .flexible-carousel__controls .custom-select2 .select2-container--default {
    width: auto !important;
    max-width: calc(100vw - 2rem);
  }
  .flexible-carousel__controls .custom-select2 .select2-container--default .select2-selection__rendered {
    padding-right: 2.5rem !important;
  }
}
.flexible-carousel__controls .custom-select2 .select2-container--default::after {
  background-image: url("/assets/images/icons/select-arrow-down.svg");
  transform: translateY(-50%);
}
.flexible-carousel__controls .slider-buttons__container {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 47.99875em) {
  .flexible-carousel__controls .slider-buttons__container.slider-buttons__container--desktop {
    display: none;
  }
}
.flexible-carousel__controls .slider-buttons__container .icon {
  width: 1.75rem;
  height: 3.5rem;
}
.flexible-carousel__controls .slider-buttons__container svg {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}
.flexible-carousel__controls .slider-buttons__container .slider__previous {
  margin-right: 5rem;
}
.flexible-carousel__controls .slider-buttons__container .slider__previous svg {
  transform: rotate(180deg);
}

.flexible-carousel__items .flexible-carousel__item {
  height: inherit !important;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  margin: 0 0.75rem 1.125rem;
}
.flexible-carousel__items .flexible-carousel__container {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.flexible-carousel__items .slick-track {
  display: flex !important;
}
.flexible-carousel__items .slick-list {
  margin: 0 -0.75rem;
}
.flexible-carousel__items .sick-dots {
  display: none;
}
.flexible-carousel__items .info-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  padding: 1.5rem 1.375rem;
}
.flexible-carousel__items .info-container p,
.flexible-carousel__items .info-container a {
  color: #303133;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.flexible-carousel__items .info-container .flexible-carousel_item--title {
  font-size: 1.3125rem;
  line-height: 2.875rem;
  font-weight: 600;
  color: #64073E;
}
.flexible-carousel__items .info-container .flexible-carousel_item--description {
  margin-bottom: 1.4375rem;
}
.flexible-carousel__items .info-container .flexible-carousel_item--url {
  font-size: 1.0625rem;
  line-height: 2.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
.flexible-carousel__items .info-container .flexible-carousel_item--url svg {
  fill: #c85014;
  height: 0.6875rem;
  vertical-align: baseline;
}

.slider-buttons__container--mobile {
  display: none;
}
.slider-buttons__container--mobile .slick-arrow {
  position: absolute;
  top: 0.625rem;
}
.slider-buttons__container--mobile .icon {
  width: 1.75rem;
  height: 3.5rem;
}
.slider-buttons__container--mobile svg {
  fill: none;
  stroke: #000;
  stroke-width: 3;
}
.slider-buttons__container--mobile .slider__previous {
  left: 0;
}
.slider-buttons__container--mobile .slider__previous svg {
  transform: rotate(180deg);
}
.slider-buttons__container--mobile .slider__next {
  right: 0;
}
@media screen and (max-width: 47.99875em) {
  .slider-buttons__container--mobile {
    display: flex;
    position: relative;
  }
}

.flexible-carousel__pagination {
  margin: 1.875rem 1.875rem 1.875rem 8rem;
}
@media screen and (max-width: 47.99875em) {
  .flexible-carousel__pagination {
    display: flex;
    justify-content: center;
    margin: 1.875rem;
  }
}
.flexible-carousel__pagination::after {
  content: "";
  display: inline-block;
  height: 0.8rem;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 1.1875rem;
  border-top: 0.0625rem solid #9D9D9D;
}
@media screen and (max-width: 47.99875em) {
  .flexible-carousel__pagination::after {
    display: none;
  }
}
.flexible-carousel__pagination span {
  border-radius: 3.125rem;
  background: rgba(217, 217, 217, 0.5);
  padding: 0.1875rem 0.75rem;
}

.physician-openings-section {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
}
.physician-openings-section > :first-child {
  order: 2;
}
.physician-openings-section .Bootstrap-Embed-Qualified .form-group,
.physician-openings-section .Bootstrap-Embed-Qualified label,
.physician-openings-section .Bootstrap-Embed-Qualified select {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
}
.physician-openings-section .Bootstrap-Embed-Qualified .form-group {
  flex: 1;
  margin-bottom: 2.5rem !important;
  max-width: 50% !important;
  width: 50% !important;
}
.physician-openings-section .Bootstrap-Embed-Qualified .form-group::after {
  background-image: url("/assets/images/icons/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.875rem;
  position: absolute;
  width: 0.875rem;
  z-index: 4;
  right: 2.25rem;
  transform: rotate(90deg);
  bottom: 1.5rem;
}
.physician-openings-section .Bootstrap-Embed-Qualified .form-group label {
  font-weight: 600;
  color: #64073e;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.physician-openings-section .Bootstrap-Embed-Qualified .form-group select {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding-left: 1.25rem;
  border: 0.1875rem solid #c4c423;
  border-radius: 0.1875rem;
  max-width: 26.875rem;
  height: 4.1875rem;
  color: #000;
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 1.875rem;
}
[data-whatinput=initial] .physician-openings-section .Bootstrap-Embed-Qualified .form-group select:hover, [data-whatinput=initial] .physician-openings-section .Bootstrap-Embed-Qualified .form-group select:focus, [data-whatintent=mouse] .physician-openings-section .Bootstrap-Embed-Qualified .form-group select:hover, [data-whatintent=keyboard] .physician-openings-section .Bootstrap-Embed-Qualified .form-group select:focus {
  border-color: #71378a;
  transition: 0.4s;
}
.physician-openings-section #pm_embedded_content .pm_jobLink {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
  color: #000;
  display: block;
  text-transform: none;
}
.physician-openings-section #pm_embedded_content .table {
  margin-bottom: 1.25rem;
}
.physician-openings-section #pm_embedded_content .table tbody tr {
  background-color: transparent !important;
}
.physician-openings-section #pm_embedded_content .table td {
  border-bottom: 0.1875rem solid #0087A7;
  white-space: normal;
}

/* YAPL
name: Third Party - Salesforce Form
partial: salesforce-form
*/
.form-sl-section {
  font-family: "Poppins", sans-serif !important;
  margin: 2.5rem 0;
  font-size: 1.1875rem;
  line-height: 3rem;
  font-weight: 600;
  color: #64073E !important;
  text-transform: uppercase;
}
.form-sl-section h2 {
  font-size: 2.125rem;
  line-height: 3rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #303133;
}
.form-sl-section form {
  margin: 2.5rem 0;
}
.form-sl-section label {
  font-size: 1.1875rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #64073E !important;
  text-transform: uppercase;
}
.form-sl-section input[type=checkbox] {
  width: 0.875rem;
  height: 0.875rem;
  margin: 1.875rem 0.4375rem;
  border: 0.0625rem solid #c4c423;
  background-color: #fff;
}
.form-sl-section input[type=checkbox]:checked {
  border-color: #d8d8d8 !important;
  background-color: #fff !important;
  background-image: url(/assets/images/icons/checkbox-checked.svg) !important;
}
.form-sl-section input[type=text],
.form-sl-section input[type=email],
.form-sl-section input[type=tel],
.form-sl-section input,
.form-sl-section textarea {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding-left: 1.25rem;
  border: 0.1875rem solid #c4c423;
  border-radius: 0.1875rem;
  padding: 0.4375rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  max-width: 26.875rem;
  height: 3.375rem;
  color: #000;
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 1.875rem;
  height: 2.375rem;
}
.form-sl-section input[type=text]::-moz-placeholder, .form-sl-section input[type=email]::-moz-placeholder, .form-sl-section input[type=tel]::-moz-placeholder, .form-sl-section input::-moz-placeholder, .form-sl-section textarea::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  color: #303133;
}
.form-sl-section input[type=text]::placeholder,
.form-sl-section input[type=email]::placeholder,
.form-sl-section input[type=tel]::placeholder,
.form-sl-section input::placeholder,
.form-sl-section textarea::placeholder {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  color: #303133;
}
.form-sl-section input[type=text]::-moz-placeholder,
.form-sl-section input[type=email]::-moz-placeholder,
.form-sl-section input[type=tel]::-moz-placeholder,
.form-sl-section input::-moz-placeholder,
.form-sl-section textarea::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
  color: #303133;
}
[data-whatinput=initial] .form-sl-section input[type=text]:hover, [data-whatinput=initial] .form-sl-section input[type=text]:focus, [data-whatintent=mouse] .form-sl-section input[type=text]:hover, [data-whatintent=keyboard] .form-sl-section input[type=text]:focus,
[data-whatinput=initial] .form-sl-section input[type=email]:hover,
[data-whatinput=initial] .form-sl-section input[type=email]:focus,
[data-whatintent=mouse] .form-sl-section input[type=email]:hover,
[data-whatintent=keyboard] .form-sl-section input[type=email]:focus,
[data-whatinput=initial] .form-sl-section input[type=tel]:hover,
[data-whatinput=initial] .form-sl-section input[type=tel]:focus,
[data-whatintent=mouse] .form-sl-section input[type=tel]:hover,
[data-whatintent=keyboard] .form-sl-section input[type=tel]:focus,
[data-whatinput=initial] .form-sl-section input:hover,
[data-whatinput=initial] .form-sl-section input:focus,
[data-whatintent=mouse] .form-sl-section input:hover,
[data-whatintent=keyboard] .form-sl-section input:focus,
[data-whatinput=initial] .form-sl-section textarea:hover,
[data-whatinput=initial] .form-sl-section textarea:focus,
[data-whatintent=mouse] .form-sl-section textarea:hover,
[data-whatintent=keyboard] .form-sl-section textarea:focus {
  border-color: #71378a;
  transition: 0.4s;
}
.form-sl-section textarea {
  max-width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.form-sl-section textarea:focus {
  border: 0.1875rem solid #71378a;
  transition: 0.4s;
}
.form-sl-section select {
  display: block;
  position: relative;
  margin-top: 0.375rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding-left: 1.25rem;
  border: 0.1875rem solid #c4c423;
  border-radius: 0.1875rem;
  max-width: 26.875rem;
  height: 2.875rem;
  color: #000;
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 1.875rem;
}
[data-whatinput=initial] .form-sl-section select:hover, [data-whatinput=initial] .form-sl-section select:focus, [data-whatintent=mouse] .form-sl-section select:hover, [data-whatintent=keyboard] .form-sl-section select:focus {
  border-color: #71378a;
  transition: 0.4s;
}
.form-sl-section input[type=submit] {
  position: relative;
  font-size: 1.1875rem;
  background-color: #DCDC7B !important;
  border: 0px solid transparent;
  padding: 1.25rem 0.9375rem;
  height: 4.8125rem;
  width: 8.75rem;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.form-sl-section input[type=submit]::after {
  background-image: url("/assets/images/icons/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.875rem;
  position: absolute;
  width: 0.875rem;
  z-index: 2;
  left: 6.625rem;
  bottom: 3.8125rem;
}
@media screen and (max-width: 699px) {
  .form-sl-section input[type=submit]::after {
    left: 58%;
  }
}
@media screen and (max-width: 34.37375em) {
  .form-sl-section input[type=submit]::after {
    left: 67%;
  }
}