@charset "UTF-8";
@font-face {
  font-family: "fontAwesome";
  src: url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-brands-400.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "fontAwesome";
  src: url("../fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "fontAwesome";
  src: url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fontawesome/webfonts/fa-solid-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../fonts/HelveticaNeueLTStd-MdCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-MdCn.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-MdCn.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 145px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  color: transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
}

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

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  color: #000;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.6em;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.424em;
  }
}

img {
  max-width: 100%;
}

.button,
input[type=submit],
input[type=reset],
input[type=button],
.button--primary {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 1.25em;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  color: #fff;
  background-color: #b40f6a;
}
.button:hover, .button:active, .button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
.button--primary:hover,
.button--primary:active,
.button--primary:focus {
  text-decoration: none;
}
.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button--primary:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.button:hover, .button:active, .button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
.button--primary:hover,
.button--primary:active,
.button--primary:focus {
  color: #fff;
  background-color: #5f83a8;
}

.button--secondary {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 1.25em;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  color: #007f6e;
  background-color: #fff;
}
.button--secondary:hover, .button--secondary:active, .button--secondary:focus {
  text-decoration: none;
}
.button--secondary:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.button--secondary:hover, .button--secondary:active, .button--secondary:focus {
  color: #5f83a8;
  background-color: #f8f8f8;
}

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

[data-whatintent=keyboard] *:focus {
  outline: 2px dashed red;
  outline-offset: 2px;
}

[data-whatintent=keyboard] .form-radio:focus + label:before,
[data-whatintent=keyboard] .form-checkbox:focus + label:before {
  outline: 2px dashed red;
  outline-offset: 2px;
}

a {
  color: #b40f6a;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, text-decoration 0.15s ease-out;
  transition: color 0.15s ease-out, text-decoration 0.15s ease-out, -webkit-text-decoration 0.15s ease-out;
}
a:hover, a:focus, a:active {
  color: #b40f6a;
  text-decoration: underline;
}

.skip-link {
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  padding: 0.25rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  display: block;
}

h1 {
  font-size: 3.5em;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 2.2em;
    line-height: 1.2;
  }
}

h2 {
  font-size: 2.25em;
  line-height: 1.2;
  margin-bottom: 0.4em;
  color: #590f4a;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 2em;
    line-height: 1.2;
  }
}

h3 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 0.9em;
  color: #590f4a;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 1.4em;
    line-height: 1.3;
  }
}

h4,
h5,
h6 {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 0.9em;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  h4,
  h5,
  h6 {
    font-size: 1.2em;
    line-height: 1.5;
  }
}

p {
  font-size: 1em;
  line-height: 1.75;
  margin: 0;
  margin-bottom: 1.1em;
}
p + blockquote,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.25em;
}
p img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 3em;
}
p a {
  text-decoration: underline;
  text-decoration: none;
  cursor: pointer;
}
p a:link {
  color: #b40f6a;
  text-decoration: underline;
}
p a:hover, p a:visited {
  color: #b40f6a;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: oblique;
}

i {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul li {
  padding-top: 0;
}

ol {
  list-style: none;
  counter-reset: li;
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0;
}
ol li {
  counter-increment: li;
  padding-left: 3.5rem !important;
  line-height: 1.75;
}
ol li + li {
  margin-top: 0.3rem;
}
ol li::before {
  content: counter(li) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  display: inline-block;
  width: 1.3em;
  margin-right: 0.5rem;
  text-align: right;
}

li {
  position: relative;
  margin-left: 0;
}

big {
  font-size: 1.2em;
}

dl dt {
  font-weight: 700;
}

abbr {
  text-transform: uppercase;
}

.form-item,
.form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.form-item + .form-item,
.form-item + .form-actions,
.form-actions + .form-item,
.form-actions + .form-actions {
  margin-top: 2rem;
}

fieldset.form-item {
  margin-top: 2rem;
}
fieldset.form-item:first-child {
  margin-top: 0;
}
fieldset.form-item .fieldset-wrapper {
  padding: 1em;
  padding-bottom: 2em;
}
fieldset.form-item .fieldset-wrapper .fieldset-wrapper {
  padding: 0;
  padding-bottom: 0;
  padding-left: 1.6em;
}

.container-inline div,
.container-inline .container-inline label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-checkbox {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
  color: transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
  margin-right: 7px;
}
.form-checkbox + label {
  position: relative;
  display: inline-block;
  line-height: 1.3333;
  padding-top: 0.175em;
  cursor: pointer;
}
.form-checkbox + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -26px;
  border-radius: 0;
  border: 1px solid #007f6e;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.form-checkbox + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: -25px;
  top: 3px;
  border-radius: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-checkbox:checked + label:after {
  background-color: #007f6e;
  background-image: url("../img/icons/check.svg");
}
.form-checkbox[disabled] + label {
  cursor: inherit;
}
.form-checkbox[disabled] + label:before {
  /* border: 1px solid $color--disabled-text;
  background-color: $color--disabled-background; */
}
.form-checkbox[disabled] + label:after {
  /* background-color: $color--disabled-background; */
}
.form-checkbox[disabled]:checked + label:after {
  /* background-color: $color--disabled-background !important; */
  background-image: url("../img/icons/check.svg") !important;
}

.decor--background-dark .form-checkbox:checked + label:after {
  background-color: #fff;
  background-image: url("../img/icons/check--gray-dark.svg");
}

form label,
label.option,
.dataTables_filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3333;
  text-transform: uppercase;
  margin-right: 4px;
}

.form-radio {
  opacity: 0;
  margin-right: 7px;
}
.form-radio + label {
  position: relative;
  display: inline-block;
  line-height: 1.3333;
  padding-top: 0.175em;
  cursor: pointer;
}
.form-radio + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -26px;
  border-radius: 100%;
  border: 1px solid #007f6e;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.form-radio + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: -23px;
  top: 5px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.form-radio:checked + label:after {
  background-color: #007f6e;
}
.form-radio[disabled] + label {
  cursor: inherit;
}
.form-radio[disabled] + label:before {
  /* border: 1px solid $color--disabled-text;
  background-color: $color--disabled-background; */
}
.form-radio[disabled]:checked + label:after {
  background-color: #aaabac !important;
}

.form-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
  height: 2em;
  padding: 0.25em 1.5em 0.25em 0.5em;
  max-width: 100%;
  margin: 0;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/icons/caret-down--black.svg");
  background-repeat: no-repeat;
  background-position: right 0.5em top 50%;
  background-size: 0.75em;
}
.form-select::-ms-expand {
  display: none;
}
.form-select:hover, .form-select:focus {
  color: #007f6e;
  border-color: #000;
  background-image: url("../img/icons/caret-down--orange.svg");
}
.form-select:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.form-select:focus, .form-select:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.form-select:active {
  background-image: url("../img/icons/caret-up--orange.svg");
}
.form-select option {
  font-weight: 400;
}
.form-select[disabled] {
  /* color: $color--disabled-text !important;
  border-color: $color--disabled-text !important;
  background-color: $color--disabled-background !important; */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: url("../img/icons/caret-down--gray.svg") !important;
}

.form-text,
.form-email,
input[type=search],
input[type=password] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.6rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0.2em 0.5em;
  max-width: 100%;
  margin: 0;
  color: #000;
  border: 3px solid #aaabac;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .form-text,
  .form-email,
  input[type=search],
  input[type=password] {
    font-size: 1.4rem;
  }
}
.form-text:hover,
.form-email:hover,
input[type=search]:hover,
input[type=password]:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.form-text:focus, .form-text:active,
.form-email:focus,
.form-email:active,
input[type=search]:focus,
input[type=search]:active,
input[type=password]:focus,
input[type=password]:active {
  border-color: #000;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-text[disabled],
.form-email[disabled],
input[type=search][disabled],
input[type=password][disabled] {
  /* color: $color--disabled-text !important;
  border-color: $color--disabled-text !important;
  background-color: $color--disabled-background !important; */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.l-constrain,
.p-constrain {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
@media screen and (max-width: 800px) {
  .l-constrain,
  .p-constrain {
    padding: 0 2em;
  }
}

body:not(.path-frontpage) .l-page {
  padding-top: var(--header-height);
  padding-top: var(--header-height);
  /*background: $color--gray-white2 url(/themes/hrs_sessions/img/colored-jacks-top.svg) center top no-repeat;*/
  background-size: contain;
}
body:not(.path-frontpage) .l-content {
  position: relative;
  padding-bottom: 18vw;
}
body:not(.path-frontpage) .l-content::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 25rem;
  width: 100.25%;
  background-image: url(/themes/hrs_sessions/img/HRS2027RadiatingLines.svg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: repeat-x;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  body:not(.path-frontpage) .l-page {
    background-position: center -17em;
  }
  body:not(.path-frontpage) .l-content {
    background-position: center 109%;
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 800px) {
  body:not(.path-frontpage) .l-page {
    background-position: -15em -17em;
  }
  body:not(.path-frontpage) .l-content {
    background-position: left 109%;
    padding-bottom: 35vw;
  }
}
@media screen and (max-width: 650px) {
  body:not(.path-frontpage) .l-content {
    background-position: left 109%;
    padding-bottom: 50vw;
  }
}
body:not(.path-frontpage) .l-content__inner {
  margin-top: 4.27em;
}

body.path-search .l-content {
  padding-bottom: 14.25em;
}

.sitegpt-toggle-button {
  background-color: white !important;
}

.sitegpt-toggle-button[aria-label="Close Chat"] {
  background-color: black !important;
}

.l-footer {
  padding: 1.8rem 0;
  font-size: 1.4rem;
  color: #fff;
  background-color: #3e0a35;
}
.l-footer a {
  color: #fff;
}
.l-footer .l-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.l-footer .menu-item {
  padding-top: 0;
}
.l-footer .menu-item + li {
  margin-left: 1rem;
}
@media screen and (max-width: 800px) {
  .l-footer .l-constrain,
  .l-footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-footer .l-footer__inner {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 2rem;
  }
  .l-footer .site-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  .l-footer .menu-item + li {
    margin-top: 2rem;
    margin-left: 0;
  }
}

.l-subfooter {
  background-color: #fa7d19;
  color: #fff;
}
.l-subfooter .l-subfooter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5rem;
}
.l-subfooter .menu--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
  width: 100%;
}
.l-subfooter .menu--social h2 {
  margin-bottom: 3rem;
  color: #fff;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.l-subfooter .menu--social .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-subfooter .menu--social .menu li {
  margin: 0 2rem;
}
.l-subfooter .menu-item {
  padding-top: 0;
}
.l-subfooter a {
  position: relative;
  color: #fff;
  display: none;
}
.l-subfooter a.social-icon {
  font-size: 2.4rem;
  display: block;
}
.l-subfooter a.social-blue {
  background-image: url(/themes/hrs_sessions/img/icons/bluesky.svg);
  background-size: contain;
  height: 24px;
  width: 24px;
  margin-top: 4px;
}
.l-subfooter #block-footeraddress,
.l-subfooter #block-footercontactnumbers {
  margin: 0 1rem;
}
.l-subfooter #block-footeraddress a,
.l-subfooter #block-footercontactnumbers a {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .l-subfooter .l-subfooter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .l-subfooter .menu--social,
  .l-subfooter #block-footeraddress,
  .l-subfooter #block-footercontactnumbers {
    width: 100%;
  }
  .l-subfooter #block-footercontactnumbers {
    margin-top: 2rem;
  }
}

.user-logged-in .l-header {
  top: 39px;
}

.toolbar-tray-open.toolbar-vertical .l-header {
  top: 39px;
}
.toolbar-tray-open .l-header {
  top: 79px;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fa7d19;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  z-index: 2;
}
.l-header.scrolling {
  background-color: #fa7d19;
}
.l-header .l-constrain {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.l-header a {
  color: #fff;
  font-weight: bold;
}
@media print {
  .l-header {
    display: none;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.l-header__branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__branding .l-header__inner {
  margin-top: auto;
}

.l-header__search {
  overflow: hidden;
  z-index: 1;
}

.l-header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-header-utility__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.searchTrigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 2;
}
.searchTrigger .circle {
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
}
.searchTrigger .grip {
  position: absolute;
  top: 1.4rem;
  right: 0.7rem;
  width: 0.2rem;
  height: 0.8rem;
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  background-color: #fff;
  -webkit-transition: top 0.15s linear, right 0.15s linear, width 0.15s linear, height 0.15s linear, -webkit-transform 0.15s linear;
  transition: top 0.15s linear, right 0.15s linear, width 0.15s linear, height 0.15s linear, -webkit-transform 0.15s linear;
  transition: top 0.15s linear, right 0.15s linear, width 0.15s linear, height 0.15s linear, transform 0.15s linear;
  transition: top 0.15s linear, right 0.15s linear, width 0.15s linear, height 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
}
.searchTrigger .bar {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  width: 0.3rem;
  height: 1.8rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
}
.searchTrigger.active .circle {
  -webkit-transform: translate3d(-1.5rem, -1.5rem, 0);
  transform: translate3d(-1.5rem, -1.5rem, 0);
  opacity: 0;
}
.searchTrigger.active .grip {
  top: 0.5rem;
  right: 1.1rem;
  width: 0.3rem;
  height: 1.8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.searchTrigger.active .bar {
  opacity: 1;
}

ul.menu {
  margin-left: 0;
}

@media screen and (min-width: 801px) {
  .l-header-navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 801px) {
  .menu--main-navigation-extra-button {
    display: inline-block;
  }
  .menu--main-navigation-extra-button .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu--main-navigation-extra-button ul li a {
    padding: 0.65em;
    background-color: #590f4a;
    color: #FFF;
    font-weight: normal;
    margin-right: 1rem;
    text-decoration: none;
    white-space: pre;
  }
  .menu--main-navigation-extra-button ul li a.is-active {
    color: #fff;
  }
  .menu--main-navigation-extra-button ul li a:hover {
    background-color: #b40f6a;
    color: #fff;
  }
  .menu--main-navigation-extra-button ul li:last-child a {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .menu--main-navigation-extra-button {
    padding: 1em 0;
  }
  .menu--main-navigation-extra-button ul li {
    padding: 0 2em;
  }
  .menu--main-navigation-extra-button ul li a {
    padding: 1em 0;
    font-size: 1.2em;
    color: #fff;
  }
  .menu--main-navigation-extra-button ul li a.is-active {
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .menu--main-navigation-extra-button ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu--main-navigation-extra-button ul li {
    margin: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .l-header.is-open {
    background-color: rgba(177, 15, 100, 0.99);
  }
  .l-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-header__branding {
    width: 16rem;
    padding-bottom: 0.5rem;
  }
  .searchTrigger {
    display: none;
  }
  .l-header__mobile-triggers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.2rem;
    margin-bottom: auto;
  }
  .l-header__mobile-triggers .searchTrigger {
    display: block;
    margin-right: 3rem;
    font-size: 2rem;
    line-height: 1;
  }
  .menuTrigger {
    position: relative;
    margin-top: 0.6rem;
    width: 1.8rem;
    height: 1.5rem;
  }
  .menuTrigger .bar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: 0.3rem;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.15s linear, top 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, top 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, top 0.15s linear, transform 0.15s linear;
    transition: opacity 0.15s linear, top 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  .menuTrigger .bar.two, .menuTrigger .bar.three {
    top: 0.6rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .menuTrigger .bar.four {
    top: 1.2rem;
  }
  .menuTrigger.active .bar.one {
    top: -1rem;
    opacity: 0;
  }
  .menuTrigger.active .bar.two {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menuTrigger.active .bar.three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menuTrigger.active .bar.four {
    top: 2.6rem;
    opacity: 0;
  }
  .l-header__search {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.15s linear;
    transition: max-height 0.15s linear;
  }
  .l-header__search.active {
    max-height: 5rem;
  }
  .l-header__search .block-search {
    margin-bottom: 1rem;
  }
  .l-header__menus {
    margin-left: -2em;
    width: calc(100% + 4em);
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
  }
  .l-header__menus.active {
    max-height: calc(100vh - 67px);
    overflow-y: auto;
  }
  .l-header__main-menu,
  .l-header__utility-menu {
    width: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .l-header {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 801px) {
  .l-header__mobile-triggers {
    display: none;
  }
  .l-header__branding {
    width: 28rem;
    padding-bottom: 1.7rem;
  }
  .l-header__menus {
    width: calc(100% - 14rem);
  }
}
@media screen and (min-width: 801px) and (max-width: 850px) {
  .l-header__branding {
    width: 15%;
  }
  .l-header__menus {
    width: 85%;
  }
}
@media screen and (min-width: 801px) {
  .l-header__main-menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1rem;
  }
  .l-header__utility-menu {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .l-header__utility-menu .navigation {
    margin-right: 0;
    -webkit-transition: margin-right 0.15s linear;
    transition: margin-right 0.15s linear;
  }
  .l-header__utility-menu.active .navigation {
    margin-right: 31rem;
  }
  .searchTrigger {
    margin-left: 3.12em;
    margin-top: 0.2rem;
  }
  .l-header__search {
    position: absolute;
    top: -0.45rem;
    right: 3.4rem;
    width: 33rem;
    max-width: 0;
    -webkit-transition: max-width 0.15s linear;
    transition: max-width 0.15s linear;
  }
  .l-header__search.active {
    max-width: 33rem;
  }
}
.menu--main {
  display: inline-block;
}

ul.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.main-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 0;
}
ul.main-menu li a {
  position: relative;
}

@media screen and (max-width: 800px) {
  .menu--main {
    width: 100%;
  }
  ul.main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.main-menu .menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 2em;
  }
  ul.main-menu .menu-item.subactive .submenuTrigger .fas {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  ul.main-menu li a {
    padding: 1em 0;
    font-size: 1.2em;
  }
  ul.main-menu .menu__submenu {
    display: none;
    position: relative;
    margin-left: -2em;
    width: calc(100% + 4em);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.25);
  }
  ul.main-menu .menu__submenu .fas {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  ul.main-menu .menu__submenu a {
    margin-left: 1rem;
  }
  .submenuTrigger {
    position: absolute !important;
    top: 1.1em;
    right: 1.5em;
    padding: 0 !important;
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    background-color: transparent;
    text-align: center;
  }
}
@media screen and (min-width: 801px) {
  .submenuTrigger {
    display: none;
  }
  ul.main-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ul.main-menu li a {
    padding: 0.65em;
    font-size: 1em;
    margin-right: 1.2em;
  }
  ul.main-menu li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 1em;
    right: 1em;
    height: 1px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
  }
  ul.main-menu li a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
  ul.main-menu li a {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 801px) {
  ul.main-menu li:hover > a::after {
    background-color: white;
  }
  ul.main-menu li.menu-item--expanded > a::after,
  ul.main-menu li .menu__submenu li > a::after {
    background-color: rgba(0, 97, 151, 0);
  }
  ul.main-menu li.menu-item--expanded:hover > a::after,
  ul.main-menu li .menu__submenu li:hover > a::after {
    background-color: #006197;
  }
  ul.main-menu .menu__submenu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    pointer-events: none;
  }
  ul.main-menu .menu__submenu.two-columns {
    display: block !important;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    gap: 0;
  }
  ul.main-menu .menu__submenu.two-columns::before {
    left: 180px;
  }
  ul.main-menu .menu__submenu.two-columns::after {
    content: none;
  }
  ul.main-menu .menu__submenu.three-columns {
    display: block !important;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    gap: 0;
  }
  ul.main-menu .menu__submenu.three-columns::before {
    left: 180px;
  }
  ul.main-menu .menu__submenu.three-columns::after {
    left: 360px;
  }
  ul.main-menu .menu__submenu.three-columns li {
    width: 180px;
  }
  ul.main-menu .menu__submenu.three-columns::before, ul.main-menu .menu__submenu.three-columns::after, ul.main-menu .menu__submenu.two-columns::before, ul.main-menu .menu__submenu.two-columns::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #006197;
  }
  ul.main-menu .menu__submenu li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    width: 180px;
  }
  ul.main-menu .menu__submenu a {
    margin-right: 0;
    width: 100%;
    color: #006197;
    font-weight: 300;
    font-size: 0.9em;
  }
  ul.main-menu .menu-item--expanded {
    list-style: none;
  }
  ul.main-menu .menu-item--expanded > a {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.15s linear, color 0.15s linear;
    transition: background-color 0.15s linear, color 0.15s linear;
  }
  ul.main-menu .menu-item--expanded:hover > .menu__submenu {
    opacity: 1;
    background-color: white;
    pointer-events: auto;
  }
  ul.main-menu .menu-item--expanded:hover > a {
    background-color: white;
    color: #006197;
  }
}
.l-header__utility-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__utility-menu .menu a.is-active {
  color: #fff;
}

@media screen and (max-width: 800px) {
  .l-header__utility-menu {
    padding: 0 2em;
  }
  .l-header__utility-menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-header__utility-menu a {
    padding: 1em 0;
    font-size: 1.2em;
  }
  .l-header__utility-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}
@media screen and (min-width: 801px) {
  .l-header__utility-menu a {
    font-size: 0.9em;
  }
  .l-header__utility-menu .menu-item + .menu-item {
    margin-left: 2rem;
  }
}
.breadcrumb {
  margin-bottom: 1.87em;
}
.breadcrumb ul {
  text-align: center;
}
.breadcrumb li {
  text-transform: uppercase;
  color: #b10f64;
  font-size: 1.4rem;
  font-weight: 700;
}
.breadcrumb li + li {
  padding-left: 1.1rem;
}
.breadcrumb li + li::before {
  content: ">";
  width: auto;
  height: auto;
  line-height: 1.2;
  color: #b10f64;
}
.breadcrumb a {
  color: #590f4a;
}

.path-search .l-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  background-image: none;
}
@media screen and (max-width: 800px) {
  .path-search .l-content {
    padding: 0 2em;
  }
}
.path-search .basic-page__hero {
  margin-top: 4.27em;
}
.path-search form + .item-list {
  margin-top: 4.27em;
}
.path-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.path-search .search-form #edit-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.path-search .search-form #edit-basic .form-item {
  margin: 0;
  margin-right: 1em;
}
.path-search .search-form .form-submit {
  padding-top: 0;
  padding-bottom: 0;
  height: 4rem;
}
.path-search .search-form .search-advanced {
  position: relative;
  margin: 0;
  padding-top: 2em;
  width: 100%;
  border: 0;
}
.path-search .search-form .search-advanced > summary {
  display: inline-block;
}
.path-search .search-form .search-advanced > .details-wrapper {
  padding: 0;
}
.path-search .search-form .search-advanced .action {
  margin: 2em 0;
}
.path-search .search-form .search-help-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  margin-top: 1em;
  margin-left: 1em;
}
@media screen and (max-width: 600px) {
  .path-search .search-form #edit-basic {
    width: 100%;
  }
  .path-search .search-form #edit-basic .form-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .path-search .search-form #edit-basic .form-item input {
    width: 100%;
  }
  .path-search .search-form .search-help-link {
    position: absolute;
    top: 7.9rem;
    right: 1rem;
    margin-top: 0;
    margin-left: 0;
    z-index: 1;
  }
}
.path-search h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: #000;
}

.path-user .l-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  background-image: none;
}
@media screen and (max-width: 800px) {
  .path-user .l-content {
    padding: 0 2em;
  }
}

ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0.25rem;
  width: 100%;
  background-color: #F2F2F2;
}
@media (max-width: 650px) {
  ul.tabs {
    display: none;
  }
}
@media print {
  ul.tabs {
    display: none;
  }
}
ul.tabs li {
  margin: 0;
}
ul.tabs li:first-child a {
  border-bottom-left-radius: 3px;
  border-left: 0;
  border-top-left-radius: 3px;
}
ul.tabs li:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
ul.tabs li:before {
  display: none;
}
ul.tabs a {
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-size: 0.8em;
  line-height: 1.2;
  background-color: #007f6e;
  border-color: rgb(0, 152.5, 132.0866141732);
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 0;
  color: #fff;
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
}
ul.tabs a:visited {
  background-color: #007f6e;
  border-color: rgb(0, 167.8, 145.3385826772);
  color: #fff;
}
ul.tabs a:active, ul.tabs a:focus, ul.tabs a:hover {
  background-color: #007f6e;
  border-color: #007f6e;
  color: #fff;
}
ul.tabs a.is-active {
  background-color: #aaabac;
  border-color: #aaabac;
  color: #000;
  cursor: default;
}
ul.tabs a.is-active:hover {
  color: #000;
  text-decoration: none;
}

.toolbar-vertical #toolbar-bar {
  position: fixed;
}

.block--branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block--branding .block--branding__logo img {
  width: 150px;
}

#block-exposedformsearchpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#block-exposedformsearchpage .form-item {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
#block-exposedformsearchpage .form-item input {
  padding-right: 3rem;
  width: 100%;
  height: 4rem;
  background-color: #002a59;
  border: 0;
  color: #fff;
}
#block-exposedformsearchpage .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  cursor: pointer;
  z-index: 2;
}
#block-exposedformsearchpage .form-actions input {
  padding: 0;
  width: 4rem;
  height: 4rem;
  text-indent: -99999px;
  background-color: #f5f5f6 !important;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#block-exposedformsearchpage .form-actions input:hover {
  -webkit-transform: none;
  transform: none;
  background-color: #f5f5f6 !important;
}
#block-exposedformsearchpage .form-actions::after {
  content: "\f002";
  display: inline-block;
  font-family: "fontAwesome";
  font-size: 2rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 1.2rem;
  right: 1.3rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #block-exposedformsearchpage .form-actions::after {
    top: 1rem;
    right: 1.1rem;
    font-size: 2rem;
    font-weight: 700;
  }
}

.view-search .views-row h2 {
  margin-bottom: 1rem;
}
.view-search .views-row .node__content .node__links li {
  padding: 0;
}

.simple-popup-blocks-global .spb-popup-main-wrapper {
  padding: 0.75em 4rem 0.75em;
  background-color: rgb(250, 250, 250);
  color: #000;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  border-color: #b10f64;
  top: 30%;
}
@media screen and (max-width: 500px) {
  .simple-popup-blocks-global .spb-popup-main-wrapper {
    max-width: 80%;
  }
}
.simple-popup-blocks-global .spb-popup-main-wrapper a,
.simple-popup-blocks-global .spb-popup-main-wrapper p a {
  color: #b10f64;
  font-weight: bold;
  text-decoration: none;
}
.simple-popup-blocks-global .spb-popup-main-wrapper a:hover,
.simple-popup-blocks-global .spb-popup-main-wrapper p a:hover {
  text-decoration: underline;
}

body .message-banner {
  top: 120px;
}
@media screen and (max-width: 800px) {
  body .message-banner {
    top: 105px;
  }
}
@media screen and (max-width: 800px) {
  body .l-page .l-content {
    padding-top: 40px;
  }
}

body.toolbar-fixed .message-banner {
  top: 191px;
}

.message-banner {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 2;
}
.message-banner .message-banner__content {
  position: relative;
}
.message-banner .message-banner__close-button {
  position: absolute;
  top: 2px;
  right: 50px;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .message-banner .message-banner__close-button {
    padding: 0.5em 2em;
  }
}
@media screen and (max-width: 800px) {
  .message-banner .message-banner__close-button {
    top: 1em;
  }
}
.message-banner .message-banner__close-button button {
  background: none;
}
.message-banner .message-banner__close-button button:hover {
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .message-banner {
    padding: 0px !important;
  }
  .message-banner .message-banner__close-button {
    right: 22px;
    width: 20%;
  }
}

#message-banner.champagne {
  background-color: #faf0ca;
}

.message-banner__text {
  color: #fff;
  width: 90%;
}
@media screen and (max-width: 800px) {
  .message-banner__text {
    width: 85%;
  }
}

#message-banner.champagne .message-banner__text {
  color: #000;
}

#message-banner .message-banner__content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
@media screen and (max-width: 800px) {
  #message-banner .message-banner__content {
    padding: 1em;
  }
}
#message-banner .message-banner__content p {
  margin: 0;
}

.page-title {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.2;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 800px) {
  .page-title {
    font-size: 2rem;
  }
}

.path-frontpage {
  background: #FAFAFA;
  background-size: contain;
}
.path-frontpage .l-page {
  /*background: transparent url(/themes/hrs_sessions/img/colored-jacks-top.svg) center top no-repeat;*/
  background-size: contain;
}
.path-frontpage .l-content {
  position: relative;
}
@media screen and (max-width: 800px) {
  .path-frontpage .l-content {
    padding-bottom: 15rem;
  }
}
.path-frontpage .l-content::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 30rem;
  width: 100.25%;
  background-image: url(/themes/hrs_sessions/img/HRS2027RadiatingLines.svg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: repeat-x;
  z-index: 1;
}

.field--name-field-countdown .flipdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.field--name-field-countdown .flipdown .rotor-group-heading:before {
  color: #b10f64 !important;
}
.field--name-field-countdown .flipdown .rotor-top,
.field--name-field-countdown .flipdown .rotor-bottom,
.field--name-field-countdown .flipdown .rotor-leaf-rear,
.field--name-field-countdown .flipdown .rotor-leaf-front,
.field--name-field-countdown .flipdown .rotor-group:before,
.field--name-field-countdown .flipdown .rotor-group:after {
  background-color: #b10f64 !important;
}
.field--name-field-countdown .flipdown .rotor:after {
  border-top: solid 1px #FFF;
}

/* Hero field */
.homepage__hero {
  padding-top: 3.75em;
  margin-bottom: -2em;
}
.homepage__hero .l-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage__hero h1 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 0.9em;
  color: #590f4a;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 520px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .homepage__hero h1 {
    font-size: 1.4em;
    line-height: 1.3;
  }
}
.homepage__hero .top {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.homepage__hero .top .homepage__cta,
.homepage__hero .top .homepage__headline_title {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
.homepage__hero .bottom {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.homepage__hero .bottom .homepage__video,
.homepage__hero .bottom .homepage__headline {
  max-width: 800px;
  margin: 0 auto;
}
.homepage__hero .bottom .field--name-field-see-more {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.4;
  color: #376492;
  font-weight: bold;
  margin: 20px;
  text-decoration: underline;
}
.homepage__hero .bottom .see-more {
  color: transparent;
  text-align: center;
  background-image: url(../img/scroll-icon.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
.homepage__hero .homepage__headline_title {
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.homepage__hero .homepage__headline_title h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .homepage__hero .homepage__video iframe {
    max-height: 250px;
  }
}

.homepage__logo {
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .homepage__logo {
    max-width: 32rem;
    width: 80%;
    margin: 0 auto;
  }
}
.homepage__logo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.homepage__headline {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.homepage__headline p {
  font-size: 1.37em;
}
.homepage__headline p:last-child {
  margin-bottom: 0;
}

.homepage__cta .field--name-field-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage__cta .field--name-field-ctas a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 1.25em;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  color: #fff;
  background-color: #b40f6a;
  margin: 0 1em;
  font-size: 1em;
}
.homepage__cta .field--name-field-ctas a:hover, .homepage__cta .field--name-field-ctas a:active, .homepage__cta .field--name-field-ctas a:focus {
  text-decoration: none;
}
.homepage__cta .field--name-field-ctas a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.homepage__cta .field--name-field-ctas a:hover, .homepage__cta .field--name-field-ctas a:active, .homepage__cta .field--name-field-ctas a:focus {
  color: #fff;
  background-color: #5f83a8;
}
.homepage__cta .field--name-field-ctas a:hover {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .homepage__cta .field--name-field-ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.12em;
  }
  .homepage__cta .field--name-field-ctas a {
    margin: 1em 0;
  }
}

.homepage__hero--text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage__hero--left {
  width: 35%;
}
.homepage__hero--left .field--name-field-headline + .field--name-field-ctas {
  margin-top: 20px;
}
.homepage__hero--left .field--name-field-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.homepage__hero--left .field--name-field-ctas a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 1.25em;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  color: #fff;
  background-color: #D16720;
  background-color: #b10f64;
  -ms-flex-direction: row;
  flex-direction: row;
}
.homepage__hero--left .field--name-field-ctas a:hover, .homepage__hero--left .field--name-field-ctas a:active, .homepage__hero--left .field--name-field-ctas a:focus {
  text-decoration: none;
}
.homepage__hero--left .field--name-field-ctas a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.homepage__hero--left .field--name-field-ctas a:hover, .homepage__hero--left .field--name-field-ctas a:active, .homepage__hero--left .field--name-field-ctas a:focus {
  color: #fff;
  background-color: #f5f5f6;
}
.homepage__hero--left .field--name-field-ctas a:hover, .homepage__hero--left .field--name-field-ctas a:focus, .homepage__hero--left .field--name-field-ctas a:active {
  background-color: #5a0f4b;
}
.homepage__hero--left .field--name-field-ctas a svg {
  margin-left: 10px;
}
.homepage__hero--left .field--name-field-ctas a svg.ext path {
  stroke: #fff;
}

.homepage__hero--right {
  width: 60%;
}
.homepage__hero--right .field--name-field-hero-video-description *:last-child {
  margin-bottom: 0;
}
.homepage__hero--right .paragraph {
  margin-top: 0;
}
.homepage__hero--right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .homepage__hero--text-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .homepage__hero--left,
  .homepage__hero--right {
    width: 100%;
  }
}
.node--home-page {
  padding-top: var(--header-height);
}
.node--home-page.hasBackground {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.node--home-page .field--name-field-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  margin-top: 8rem;
  padding-top: 7rem;
  margin-bottom: 3.5rem;
  /*&::before {
  	top: -27.2rem;
  	height: 57.4rem;
  	width: 100.25%;
  	background-image: url(../img/decor-top-blue.svg);
  	background-position: center top;
  	background-size: auto 57.4rem;
  }*/
}
.node--home-page .field--name-field-content::before, .node--home-page .field--name-field-content::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  background-repeat: repeat-x;
}
.node--home-page .field--name-field-content .field__item {
  position: relative;
  z-index: 1;
}
.node--home-page .field--name-field-content .field__item:first-child .paragraph {
  margin-top: 0;
}
.node--home-page .field--name-field-content .paragraph--wysiwyg {
  margin-top: -8rem;
  -webkit-transform: translateY(15.3rem);
  transform: translateY(15.3rem);
}
@media screen and (max-width: 900px) {
  .node--home-page .field--name-field-content {
    margin-bottom: 24.5rem;
  }
}
@media screen and (max-width: 800px) {
  .node--home-page .field--name-field-content {
    margin-top: 18.2rem;
  }
  .node--home-page .field--name-field-content::before {
    top: -18.2rem;
    height: 430px;
    background-size: auto 430px;
    background-position: -17rem top;
  }
  .node--home-page .field--name-field-content .field__item:first-child .paragraph {
    margin-top: -15rem;
  }
}
.node--home-page .field--name-field-middle-content {
  position: relative;
  z-index: 1;
  background-color: #590f4a;
  padding-bottom: 4em;
}
.node--home-page .p-aligned-image__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.node--home-page .p-aligned-image__inner.rightImage {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.node--home-page .field--name-field-bottom-content {
  position: relative;
  padding-bottom: 4.37em;
  margin-top: 8rem;
}
.node--home-page .field--name-field-bottom-content .field__item {
  position: relative;
}

.page-node-type-page .field--name-field-content .paragraph:first-child {
  margin-top: 3.5em;
}

.basic-page__hero-inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.basic-page__hero h1 {
  text-align: center;
  color: #590f4a;
}

.basic-page__headline {
  font-size: 1.25em;
  text-align: center;
}

.styleGuide {
  padding-top: var(--header-height);
}

.paragraph {
  margin-top: 3.25em;
}

.paragraph--wysiwyg + .paragraph--accordion-container {
  margin-top: 3.25em;
}

.paragraph--featured-image + .paragraph--wysiwyg,
.paragraph--accordion-container + .paragraph--wysiwyg {
  margin-top: 5em;
}

.table--color-dark-gray thead {
  background-color: #2a2b2c;
  color: #fff;
}

.table--color-dark-red thead {
  background-color: #da3b32;
  color: #fff;
}

.table--color-blue thead {
  background-color: #3056a6;
  color: #fff;
}

.table--color-dark-blue thead {
  background-color: #2d56a6;
  color: #fff;
}

.table--color-green thead {
  background-color: #43a697;
}

.table--color-dark-rose thead {
  background-color: #a72e66;
  color: #fff;
}

thead th p {
  margin: 0;
}

.paragraph--accordion {
  margin-top: 0;
}
.paragraph--accordion a {
  text-decoration: none;
}
.paragraph--accordion a:hover {
  text-decoration: underline;
}

.field--name-field-accordions .paragraph:last-child .p-accordion__inner {
  border-bottom: 3px solid #aaabac;
}

.p-accordion__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-accordion__inner.open .p-accordion__toggle {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.p-accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 5rem;
  padding-left: 1em;
  min-height: 5.3rem;
  border-top: 3px solid #aaabac;
}
.p-accordion__title h3 {
  font-size: 1.25em;
  margin-bottom: 0;
  padding-top: 1.3rem;
  padding-bottom: 0.75rem;
  color: #590f4a;
}
.p-accordion__title:active, .p-accordion__title:focus, .p-accordion__title:hover {
  text-decoration: none;
}

.p-accordion__toggle {
  color: #b40f6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.p-accordion__content {
  padding: 1em;
  border-top: 3px solid #aaabac;
}
.p-accordion__content ul {
  margin-bottom: 1.5em;
}
.p-accordion__content ul li {
  padding-left: 3.5rem;
  line-height: 1.75;
}
.p-accordion__content ul li + li {
  margin-top: 0.3rem;
}
.p-accordion__content ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9rem;
  left: 1.1rem;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
}

.p-aligned-image__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-aligned-image__inner.renderedImage .p-aligned-image__image {
  position: relative;
  width: 37rem;
  z-index: 1;
}
.p-aligned-image__inner.renderedImage .p-aligned-image__image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.p-aligned-image__inner.renderedImage .p-aligned-image__text {
  position: relative;
  margin-top: 5em;
  width: 50%;
}
.p-aligned-image__inner.renderedImage .p-aligned-image__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  padding-top: 50%;
  right: 56%;
  width: 100%;
  height: 0;
  background-position: center bottom;
  background-size: 125%;
  background-repeat: no-repeat;
  opacity: 0.75;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .p-aligned-image__inner.renderedImage .p-aligned-image__image {
    width: 40%;
  }
  .p-aligned-image__inner.renderedImage .p-aligned-image__text {
    width: 60%;
  }
  .p-aligned-image__inner.renderedImage .p-aligned-image__text::after {
    top: 55%;
  }
}
.p-aligned-image__inner.rightImage .p-aligned-image__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-aligned-image__inner.rightImage .p-aligned-image__text::after {
  right: auto;
  left: 56%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 700px) {
  .p-aligned-image__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-aligned-image__inner.renderedImage .p-aligned-image__image {
    width: 100%;
  }
  .p-aligned-image__inner.renderedImage .p-aligned-image__text {
    margin-top: 0;
    width: 100%;
  }
  .p-aligned-image__inner.rightImage .p-aligned-image__image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.p-aligned-image__inner.noImage {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.p-aligned-image__text {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.p-aligned-image__text__inner {
  position: relative;
  padding: 3.12em 3.75em;
  background-color: #F2F2F2;
  z-index: 1;
}
.p-aligned-image__text__inner p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .p-aligned-image__text__inner {
    padding: 2.5em;
  }
}

.p-aligned-image__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-aligned-image__link {
  margin: 0.5rem;
}

.p-aligned-image__link a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 1.25em;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  background-color: #590f4a;
  color: #fff;
  margin-top: 1.5em;
}
.p-aligned-image__link a:hover, .p-aligned-image__link a:active, .p-aligned-image__link a:focus {
  text-decoration: none;
}
.p-aligned-image__link a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.p-aligned-image__link a:hover, .p-aligned-image__link a:active, .p-aligned-image__link a:focus {
  background-color: #b40f6a;
}

.p-announcement__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 3.12em 4.27em;
  background-color: #f5f5f6;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 800px) {
  .p-announcement__inner {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.p-announcement__title {
  font-size: 3.5em;
  line-height: 1.2;
  margin-bottom: 0.4em;
  color: #590f4a;
}
@media screen and (max-width: 800px) {
  .p-announcement__title {
    font-size: 2.2em;
    line-height: 1;
  }
}

.p-announcement__description p {
  margin-bottom: 1.5em;
  font-size: 1.25em;
}

.p-announcement__link a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 1.25em;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  background-color: #590f4a;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.p-announcement__link a:hover, .p-announcement__link a:active, .p-announcement__link a:focus {
  text-decoration: none;
}
.p-announcement__link a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.p-announcement__link a:hover, .p-announcement__link a:active, .p-announcement__link a:focus {
  color: #FFFFFF;
  background-color: #590f4a;
}

@media screen and (max-width: 800px) {
  .paragraph--datatable .l-constrain {
    padding: 0 1em;
  }
}
.datatable-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .datatable-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .datatable-header p {
    margin-top: 20px;
    padding-left: 0;
  }
}
.datatable-header h2 {
  margin: 0;
  width: 100%;
  max-width: 350px;
}
.datatable-header p {
  width: 100%;
  max-width: 550px;
  margin-bottom: 0;
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  .datatable-header p {
    padding-left: 0;
  }
}

.dataTables_filter {
  margin-bottom: 20px;
}
.dataTables_filter input[type=search] {
  display: block;
  padding: 15px 20px;
  width: 100%;
  border-radius: 0;
  border: 3px solid #000;
  background: #fff;
  font-size: 0.83em;
  font-weight: 400;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tablefield.dataTable {
  width: 100% !important;
  font-size: 1em;
  background-color: #fff;
  border: 3px solid #aaabac;
  border-spacing: 0;
}
.tablefield.dataTable a.button {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 100%;
  font-size: 1.4rem;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.tablefield.dataTable a + a {
  margin-left: 5px;
}
.tablefield.dataTable button {
  width: 32px;
  height: 32px;
  display: block;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  margin-left: auto;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background-color: #43a697;
  color: #fff;
  border: 0;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.tablefield.dataTable button.appendedButton {
  display: none;
}
.tablefield.dataTable thead {
  background-color: #b10f64;
  color: #fff;
}
.tablefield.dataTable tr {
  width: 100%;
}
.tablefield.dataTable th {
  padding: 15px;
  font-weight: 600;
  text-align: left;
  /* &:last-child {
  	display: none;
  } */
}
.tablefield.dataTable th:first-child {
  padding-left: 45px;
}
.tablefield.dataTable th:nth-last-child(2) {
  padding-right: 45px;
}
.tablefield.dataTable td {
  padding: 15px;
}
.tablefield.dataTable td:first-child {
  padding-left: 45px;
}
.tablefield.dataTable td:nth-last-child(2) {
  padding-right: 45px;
}
@media screen and (max-width: 1000px) {
  .tablefield.dataTable th:first-child,
  .tablefield.dataTable td:first-child {
    padding-left: 30px;
  }
  .tablefield.dataTable th:nth-last-child(2),
  .tablefield.dataTable td:nth-last-child(2) {
    padding-right: 30px;
  }
}
.tablefield.dataTable tbody tr {
  /* &[role="row"] td:last-child {
  	display: none;
  } */
}
.tablefield.dataTable tbody tr.odd {
  background-color: #fff;
}
.tablefield.dataTable tbody tr.even {
  background-color: rgba(122, 122, 122, 0.07);
}
.tablefield.dataTable.hasHiddenCell tr[role=row] th:last-child,
.tablefield.dataTable.hasHiddenCell tr[role=row] td:last-child, .tablefield.dataTable.noOriginalButton tr[role=row] th:last-child,
.tablefield.dataTable.noOriginalButton tr[role=row] td:last-child {
  display: none;
}
.tablefield.dataTable.noOriginalButton tr[role=row] th:nth-last-child(2),
.tablefield.dataTable.noOriginalButton tr[role=row] td:nth-last-child(2) {
  display: none;
}
.tablefield.dataTable .columnContentClone {
  display: none;
  margin-bottom: 1em;
}
.tablefield.dataTable .columnContentClone:last-child {
  margin-bottom: 0;
}
.tablefield.dataTable .columnContentClone strong {
  margin-right: 0.75rem;
}
.tablefield.dataTable.table-large-view .columnContentClone.one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tablefield.dataTable.table-large-view .appendedButton.one {
  display: block !important;
}
.tablefield.dataTable.table-large-view.large.hasHiddenCell th:nth-last-child(3),
.tablefield.dataTable.table-large-view.large.hasHiddenCell tr[role=row] td:nth-last-child(3), .tablefield.dataTable.table-large-view.large.noOriginalButton th:nth-last-child(3),
.tablefield.dataTable.table-large-view.large.noOriginalButton tr[role=row] td:nth-last-child(3) {
  display: none;
}
.tablefield.dataTable.table-large-view.large.noOriginalButton th:nth-last-child(2),
.tablefield.dataTable.table-large-view.large.noOriginalButton tr[role=row] td:nth-last-child(2) {
  display: table-cell;
}
.tablefield.dataTable.table-medium-view.large .columnContentClone.one,
.tablefield.dataTable.table-medium-view.large .columnContentClone.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tablefield.dataTable.table-medium-view.large .appendedButton.one,
.tablefield.dataTable.table-medium-view.large .appendedButton.two {
  display: block !important;
}
.tablefield.dataTable.table-medium-view.large.hasHiddenCell th:nth-last-child(3),
.tablefield.dataTable.table-medium-view.large.hasHiddenCell tr[role=row] td:nth-last-child(3),
.tablefield.dataTable.table-medium-view.large.hasHiddenCell th:nth-last-child(4),
.tablefield.dataTable.table-medium-view.large.hasHiddenCell tr[role=row] td:nth-last-child(4), .tablefield.dataTable.table-medium-view.large.noOriginalButton th:nth-last-child(3),
.tablefield.dataTable.table-medium-view.large.noOriginalButton tr[role=row] td:nth-last-child(3),
.tablefield.dataTable.table-medium-view.large.noOriginalButton th:nth-last-child(4),
.tablefield.dataTable.table-medium-view.large.noOriginalButton tr[role=row] td:nth-last-child(4) {
  display: none;
}
.tablefield.dataTable.table-medium-view.large.noOriginalButton th:nth-last-child(2),
.tablefield.dataTable.table-medium-view.large.noOriginalButton tr[role=row] td:nth-last-child(2) {
  display: table-cell;
}
.tablefield.dataTable.table-small-view.large .columnContentClone.one,
.tablefield.dataTable.table-small-view.large .columnContentClone.two,
.tablefield.dataTable.table-small-view.large .columnContentClone.three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tablefield.dataTable.table-small-view.large .appendedButton.one,
.tablefield.dataTable.table-small-view.large .appendedButton.two,
.tablefield.dataTable.table-small-view.large .appendedButton.three {
  display: block !important;
}
.tablefield.dataTable.table-small-view.large.hasHiddenCell th:nth-last-child(3),
.tablefield.dataTable.table-small-view.large.hasHiddenCell tr[role=row] td:nth-last-child(3),
.tablefield.dataTable.table-small-view.large.hasHiddenCell th:nth-last-child(4),
.tablefield.dataTable.table-small-view.large.hasHiddenCell tr[role=row] td:nth-last-child(4),
.tablefield.dataTable.table-small-view.large.hasHiddenCell th:nth-last-child(5),
.tablefield.dataTable.table-small-view.large.hasHiddenCell tr[role=row] td:nth-last-child(5), .tablefield.dataTable.table-small-view.large.noOriginalButton th:nth-last-child(3),
.tablefield.dataTable.table-small-view.large.noOriginalButton tr[role=row] td:nth-last-child(3),
.tablefield.dataTable.table-small-view.large.noOriginalButton th:nth-last-child(4),
.tablefield.dataTable.table-small-view.large.noOriginalButton tr[role=row] td:nth-last-child(4),
.tablefield.dataTable.table-small-view.large.noOriginalButton th:nth-last-child(5),
.tablefield.dataTable.table-small-view.large.noOriginalButton tr[role=row] td:nth-last-child(5) {
  display: none;
}
.tablefield.dataTable.table-small-view.large.noOriginalButton th:nth-last-child(2),
.tablefield.dataTable.table-small-view.large.noOriginalButton tr[role=row] td:nth-last-child(2) {
  display: table-cell;
}

.hiddenCell > td {
  padding-right: 45px !important;
}
.hiddenCell table {
  width: 100%;
  border-top: 1px solid rgba(122, 122, 122, 0.2);
}
.hiddenCell table td {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 550px) {
  .tablefield.dataTable th,
  .tablefield.dataTable td {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tablefield.dataTable th:first-child,
  .tablefield.dataTable td:first-child {
    padding-left: 10px;
  }
  .tablefield.dataTable th:nth-last-child(2),
  .tablefield.dataTable td:nth-last-child(2) {
    padding-right: 10px;
  }
  .hiddenCell > td {
    padding-right: 20px !important;
  }
}
.dataTables_filter input[type=search] {
  height: 53px;
  font-size: 1.15em;
}

.paragraph--media-embed-video {
  justify-items: center;
}

@media screen and (max-width: 650px) {
  .paragraph--media-embed-video-responsive-gri .l-constrain {
    padding: 0 4px;
  }
}

.p-two-column-grid .l-constrain,
.p-three-column-grid .l-constrain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-two-column-grid .l-constrain .field--name-field-left-column-video,
.p-two-column-grid .l-constrain .field--name-field-center-column-video,
.p-two-column-grid .l-constrain .field--name-field-right-column-video,
.p-three-column-grid .l-constrain .field--name-field-left-column-video,
.p-three-column-grid .l-constrain .field--name-field-center-column-video,
.p-three-column-grid .l-constrain .field--name-field-right-column-video {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .p-two-column-grid .l-constrain,
  .p-three-column-grid .l-constrain {
    display: block;
  }
  .p-two-column-grid .l-constrain .field--name-field-left-column-video,
  .p-two-column-grid .l-constrain .field--name-field-center-column-video,
  .p-two-column-grid .l-constrain .field--name-field-right-column-video,
  .p-three-column-grid .l-constrain .field--name-field-left-column-video,
  .p-three-column-grid .l-constrain .field--name-field-center-column-video,
  .p-three-column-grid .l-constrain .field--name-field-right-column-video {
    display: inline-block;
    max-width: 95%;
    width: 95%;
  }
}
@media screen and (max-width: 800px) {
  .p-two-column-grid .l-constrain .paragraph--media-embed-video .l-constrain,
  .p-three-column-grid .l-constrain .paragraph--media-embed-video .l-constrain {
    display: block;
    position: relative;
    width: 100%;
  }
}

.p-feature-block__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.p-feature-block__inner.bg-texture, .p-feature-block__inner.bg-white {
  padding: 2.12em 2.24em;
  max-width: 94.5rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 800px) {
  .p-feature-block__inner.bg-texture, .p-feature-block__inner.bg-white {
    padding: 3.12em;
  }
}
.p-feature-block__inner.bg-white {
  background-color: #fff;
}
.p-feature-block__inner.bg-texture {
  background: #FAFAFA url(/themes/hrs_sessions/img/HeartRhythm2025-RadiatingColorLines.png) center top no-repeat;
  background-size: cover;
}

.paragraph--feature-row {
  position: relative;
  margin-top: 1.5em !important;
}
.paragraph--feature-row .left,
.paragraph--feature-row .right {
  display: inline-block;
}
.paragraph--feature-row .left {
  width: 35%;
  vertical-align: top;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .paragraph--feature-row .left {
    width: 100%;
  }
}
.paragraph--feature-row .left img {
  height: auto;
  width: 100%;
}
.paragraph--feature-row .right {
  width: 64%;
  padding: 10px;
}
.paragraph--feature-row .right .field--name-field-header {
  font-weight: bold;
}
.paragraph--feature-row .right .field--name-field-feature-description {
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  .paragraph--feature-row .right {
    width: 100%;
  }
}

.p-feature-block__narrow {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 60rem;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .p-feature-block__narrow {
    text-align: center;
  }
}

.paragraph--featured-image {
  position: relative;
}
.paragraph--featured-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 16.65%;
  right: 0;
  bottom: 16.65%;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(/themes/hrs_sessions/img/HRS2027RadiatingLines.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-featured-image__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.p-featured-image__inner img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.carousel {
  margin-bottom: 2rem;
}
.carousel .l-carousel-container {
  position: relative;
  padding: 0 50px 50px;
}
.carousel .carousel__items {
  margin: 0;
}
.carousel .slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}
.carousel .slick-initialized .slick-slide > div {
  height: inherit;
}
.carousel .slick-initialized .slick-slide img {
  -o-object-fit: contain;
  object-fit: contain;
}
.carousel .carousel-controls__pagination .carousel-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.carousel .carousel-controls__pagination .carousel-pagination .pagination-control {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  border-radius: 100%;
  border: 3px solid #396291;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 1rem;
  outline: none;
  padding: 0;
  -webkit-transition: background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: background-color 0.15s ease-out, transform 0.15s ease-out;
  transition: background-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.carousel .carousel-controls__pagination .carousel-pagination .pagination-control:hover, .carousel .carousel-controls__pagination .carousel-pagination .pagination-control:active, .carousel .carousel-controls__pagination .carousel-pagination .pagination-control:focus {
  text-decoration: none;
}
.carousel .carousel-controls__pagination .carousel-pagination .pagination-control:hover, .carousel .carousel-controls__pagination .carousel-pagination .pagination-control:active {
  background-color: #396291;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.carousel .carousel-controls__pagination .carousel-pagination .slick-active .pagination-control {
  background-color: #396291 !important;
}
.carousel .carousel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.carousel-item {
  margin: 0;
}
.carousel-item .carousel-item__image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.carousel-item .carousel-item__caption {
  background: #efefef;
  font-size: 16px;
  padding: clamp(12px, 1.5vw, 24px);
}
.carousel-item .l-carousel-item__caption-text {
  margin: 0 auto;
  max-width: 1024px;
}

.page-node-type-page .field--name-field-content .paragraph.carousel:first-child {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-google-ads__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.p-reminder-block__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .p-reminder-block__inner {
    padding: 3.12em 0;
  }
}
.p-reminder-block__inner.bg-texture, .p-reminder-block__inner.bg-white {
  padding: 0em 2.24em 2.12em 2.24em;
  max-width: 94.5rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.p-reminder-block__inner.bg-white {
  background-color: #fff;
}
.p-reminder-block__inner.bg-texture {
  background: transparent url(/themes/hrs_sessions/img/colored-jacks-sides-2024.svg) center top no-repeat;
  background-size: contain;
}

.field--name-field-reminder-row {
  position: relative;
  margin-top: 1.5em !important;
}
.field--name-field-reminder-row .left,
.field--name-field-reminder-row .right {
  display: inline-block;
}
.field--name-field-reminder-row .left {
  width: 30%;
  padding: 10px 40px;
}
@media screen and (max-width: 800px) {
  .field--name-field-reminder-row .left {
    width: 100%;
    padding: 10px 0;
  }
}
.field--name-field-reminder-row .left .date-container {
  background: #fff;
  border: solid 2px #cecece;
  padding: 40px 10px;
}
.field--name-field-reminder-row .left .date-container .reminder-date {
  text-align: center;
  font-size: 2.5rem;
}
.field--name-field-reminder-row .left .date-container .reminder-date.number {
  font-weight: bold;
}
.field--name-field-reminder-row .right {
  width: 69%;
  padding: 10px;
}
.field--name-field-reminder-row .right .field--name-field-reminder-teaser {
  padding-top: 10px;
}
.field--name-field-reminder-row .right .field--name-field-link-single,
.field--name-field-reminder-row .right .calendar-link {
  padding-top: 20px;
  display: inline-block;
}
.field--name-field-reminder-row .right .field--name-field-title {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .field--name-field-reminder-row .right {
    width: 100%;
  }
  .field--name-field-reminder-row .right .field--name-field-title,
  .field--name-field-reminder-row .right .field--name-field-reminder-teaser,
  .field--name-field-reminder-row .right .field--name-field-link-single {
    padding: 5px 40px;
    text-align: center;
  }
  .field--name-field-reminder-row .right .field--name-field-link-single,
  .field--name-field-reminder-row .right .calendar-container {
    display: block;
    text-align: center;
  }
  .field--name-field-reminder-row .right .details {
    text-align: center;
    width: 100%;
  }
}
.field--name-field-reminder-row .calendar-container {
  display: inline;
  margin-left: 20px;
}
.field--name-field-reminder-row .calendar-container .details {
  display: none;
  position: absolute;
}
.field--name-field-reminder-row .calendar-container .details a {
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .field--name-field-reminder-row .left {
    width: 100%;
  }
  .field--name-field-reminder-row .right {
    width: 100%;
  }
  .field--name-field-reminder-row .right .calendar-container {
    margin-left: 0;
  }
  .field--name-field-reminder-row .right .calendar-container a {
    padding-top: 5px;
  }
}

.p-reminder-block__narrow {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 60rem;
  text-align: center;
}
.p-reminder-block__narrow .left {
  width: 40%;
}
.p-reminder-block__narrow .right {
  width: 59%;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .p-reminder-block__narrow .left {
    width: 100%;
  }
  .p-reminder-block__narrow .right {
    width: 100%;
  }
}

.p-statistics__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 94.5rem;
}

.p-statistics__single-statistic {
  position: relative;
  padding-top: 25.5%;
  margin: 0 1.5%;
  width: 22%;
  height: 0;
}

.p-statistics__single-statistic__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0, 0 25%);
  background: #F2F2F2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#DEDEDE));
  background: linear-gradient(to bottom, #F2F2F2 0%, #DEDEDE 100%);
  font-family: "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", Arial, "Segoe UI", sans-serif;
  line-height: 0.9;
}
.p-statistics__single-statistic__inner .number-combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 5.5em;
  color: #b10f64;
}
.p-statistics__single-statistic__inner .description {
  font-size: 1.5em;
  padding-left: 8%;
  padding-right: 5%;
}
@media screen and (max-width: 900px) {
  .p-statistics__single-statistic__inner .number-combo {
    font-size: 4.5em;
  }
}

@media screen and (max-width: 800px) {
  .p-statistics__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-statistics__single-statistic {
    margin: 0;
    margin-bottom: 1em;
    padding-top: 60%;
    width: 55%;
  }
  .p-statistics__single-statistic:nth-child(odd) {
    margin-left: auto;
  }
  .p-statistics__single-statistic:nth-child(even) {
    margin-right: auto;
  }
  .p-statistics__single-statistic + .p-statistics__single-statistic {
    margin-top: -8em;
  }
  .p-statistics__single-statistic__inner .number-combo {
    font-size: 5.5em;
  }
}
@media screen and (max-width: 650px) {
  .p-statistics__single-statistic + .p-statistics__single-statistic {
    margin-top: -5em;
  }
  .description {
    font-size: 1.125em;
  }
}
.p-video__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.p-video__link a {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Arial, "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, "Open Sans", "Source Sans Pro", "Droid Serif", "Segoe UI", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0.8em 1em;
  font-size: 1.25em;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  background-color: #590f4a;
  color: #fff;
}
.p-video__link a:hover, .p-video__link a:active, .p-video__link a:focus {
  text-decoration: none;
}
.p-video__link a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.p-video__link a:hover, .p-video__link a:active, .p-video__link a:focus {
  background-color: #b40f6a;
}

.p-video__caption {
  margin-top: 1rem;
}

.p-video__link {
  margin-top: 2rem;
}

.media--type-remote-video iframe {
  border: none !important;
}

@media screen and (max-width: 650px) {
  .paragraph--media-embed-video .field--name-field-media-oembed-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }
  .paragraph--media-embed-video .field--name-field-media-oembed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.p-wysiwyg__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.p-wysiwyg__inner.bg-texture, .p-wysiwyg__inner.bg-white {
  padding: 3.12em 6.24em;
  max-width: 94.5rem;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 800px) {
  .p-wysiwyg__inner.bg-texture, .p-wysiwyg__inner.bg-white {
    padding: 3.12em;
  }
}
.p-wysiwyg__inner.bg-white {
  background-color: #fff;
}
.p-wysiwyg__inner.bg-texture {
  background: #FAFAFA url(/themes/hrs_sessions/img/HeartRhythm2025-RadiatingColorLines.png) center top no-repeat;
  background-size: cover;
}
.p-wysiwyg__inner ul {
  margin-bottom: 1.5em;
}
.p-wysiwyg__inner ul li {
  padding-left: 3.5rem;
  line-height: 1.75;
}
.p-wysiwyg__inner ul li + li {
  margin-top: 0.3rem;
}
.p-wysiwyg__inner ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9rem;
  left: 1.1rem;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 100%;
}
.p-wysiwyg__inner p:last-child {
  margin-bottom: 0;
}

.p-wysiwyg__narrow {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 60rem;
  text-align: center;
}

table {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
}
table th,
table td {
  padding: 10px;
}

#table-cards {
  display: none;
}

.table-card-table {
  display: none;
}

@media (max-width: 768px) {
  table {
    display: none;
  }
  .table-card-table {
    display: block;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 1rem;
  }
  .table-card-table th,
  .table-card-table td {
    border: 1px solid #ccc; /* inner cell borders */
    padding: 10px;
    width: 100vw;
  }
  #table-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 10px 0;
  }
  .table-card h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .table-card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .table-card-table th {
    cursor: pointer;
    position: relative;
  }
  .table-card-table tbody {
    display: none;
  }
  .table-card-table.is-open tbody {
    display: table-row-group;
  }
  .table-card-table th::after {
    content: "▾";
    position: absolute;
    right: 10px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .table-card-table.is-open th::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/*# sourceMappingURL=sourcemaps/main.css.map */
