@charset "UTF-8";
p,
input,
select,
textarea,
option,
span {
  font-size: inherit;
}

p,
li,
input,
select,
textarea,
option {
  font-size: inherit;
  line-height: 1.5;
}

picture {
  display: block;
}

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

dl {
  margin-bottom: 0;
}

b,
strong {
  font-weight: normal;
}

html {
  font-size: 50%;
}

.jse-subtheme--ir {
  color: var(--jse-subtheme--ir--body-color);
  font-family: var(--jse-subtheme--ir--font--regular);
  font-size: 1.75rem;
  line-height: 4.3rem;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--jse-subtheme--ir--link-color);
}

a:hover, a:focus {
  color: var(--jse-subtheme--ir--color--primary);
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--jse-subtheme--ir--heading-color);
  line-height: 1.25;
  font-family: var(--jse-subtheme--ir--font--semi-bold);
  margin-bottom: 3.2rem;
}

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-family: var(--jse-subtheme--ir--font--bold);
}

h1,
.h1 {
  font-size: 5.7rem;
  font-family: var(--jse-subtheme--ir--font--bold);
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 2.9rem;
}

h4,
.h4 {
  font-size: 2.5rem;
}

h5,
.h5 {
  font-size: 2.3rem;
}

h6,
.h6 {
  font-size: 2.2rem;
}

/* this class should be used when WYSIWYG fields are present
// to create consistant vertical rhythm
*/
.text-formatted > * + * {
  margin-top: 3.2rem;
}

.text-formatted > * + h1,
.text-formatted > * + h2,
.text-formatted > * + h3,
.text-formatted > * + h4,
.text-formatted > * + h5,
.text-formatted > * + h6 {
  margin-top: 5.5rem;
  margin-bottom: 2rem;
}

.text-formatted > p + p {
  margin-top: 2.2rem;
}

.small-text {
  font-size: 1.8rem;
  line-height: 3rem;
}

blockquote {
  display: flex;
  flex-wrap: wrap;
}

blockquote > p {
  flex: 0 0 100%;
  font-size: 2.5rem;
}

@media (min-width: 1200px) {
  blockquote > p {
    flex: 0 0 65%;
  }
}

blockquote > img {
  flex: 0 0 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-layout-grid-char: 200px;
}

@media (min-width: 1200px) {
  blockquote > img {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media screen and (min-width: 992px) {
  .jse-subtheme--ir .navbar-main {
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .jse-subtheme--ir .region-navigation-collapsible {
    display: flex;
    flex: 1;
  }
}

.jse-subtheme--ir .main-header .mobile-menu__search {
  opacity: 0;
}

.jse-subtheme--ir .main-header .menu__item,
.jse-subtheme--ir .main-header .menu__item a,
.jse-subtheme--ir .main-header .menu__item--dropdown .menu--main-navigation--2 {
  text-transform: none;
}

@media only screen and (max-width: 991px) {
  .jse-subtheme--ir .main-header .main-header__container {
    padding-left: 0;
    padding-right: 0;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-2:first-child {
    display: none;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .block--menu-wrapper .menu__item--level-2:first-child {
    display: initial;
  }
}

@media (min-width: 992px) {
  .jse-subtheme--ir .main-header.headroom--unpinned {
    transform: translateY(-100%);
  }
}

@media screen and (min-width: 992px) {
  .jse-subtheme--ir .main-header .logo {
    float: none;
  }
  .jse-subtheme--ir .main-header .block-jse-main-menu-block {
    position: relative;
    float: none;
    display: flex;
    align-items: center;
    flex: 1;
  }
  .jse-subtheme--ir .main-header .block-views-exposed-filter-blockglobal-search-global-search {
    display: none;
  }
  .jse-subtheme--ir .main-header .navbar-main__search {
    line-height: 1;
    font-size: 0;
    padding-right: 1.6rem;
    margin-left: auto;
    opacity: 0;
    transition: opacity 2s ease-in;
    display: flex;
    height: 100%;
    align-items: center;
  }
  html.js .jse-subtheme--ir .main-header .navbar-main__search {
    opacity: 1;
  }
  .jse-subtheme--ir .main-header .navbar-main__search.js-active .block-views-exposed-filter-blockglobal-search-global-search {
    display: block;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .navbar-main__search-button {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    background-color: transparent;
    border: none;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .navbar-main__search-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--jse-subtheme--ir--color--grey--dark);
    -webkit-mask-image: url(../assets/icons/magnifying-glass.svg);
            mask-image: url(../assets/icons/magnifying-glass.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .navbar-main__search-button:hover:before {
    background-color: var(--jse-subtheme--ir--color--primary);
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 1;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search {
    display: flex;
    width: 100%;
    max-width: none;
    align-items: center;
    background-color: #e8e8e8;
    padding-right: 1.6rem;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search label {
    margin: 0;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search .form-item-search {
    position: relative;
    flex: 1;
    margin-right: 1.5rem;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search .form-item-search:after {
    content: "×";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search .close-btn {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    color: white;
    font-family: monospace;
    font-size: 2.5rem;
    border-radius: 5rem;
    background: #ccc;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.5rem;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search .close-btn:hover, .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search .close-btn:focus {
    cursor: pointer;
    background-color: var(--jse-subtheme--ir--color--primary);
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search .form-text {
    width: 100%;
    height: 100%;
    font-size: 2.4rem;
    padding: 2.8rem 2rem 2.8rem 5rem;
    background-color: #e8e8e8;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search .form-text:focus {
    border-bottom-width: 3px;
    padding-bottom: 2.4rem;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search .form-submit {
    margin: 0;
    padding: 0;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 1;
    font-size: 0;
    background-color: transparent;
  }
  .jse-subtheme--ir .main-header .navbar-main__search .block-views-exposed-filter-blockglobal-search-global-search #views-exposed-form-global-search-global-search .form-submit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--jse-subtheme--ir--color--primary);
    -webkit-mask-image: url(../assets/icons/magnifying-glass.svg);
            mask-image: url(../assets/icons/magnifying-glass.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 {
    display: flex;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1 > a,
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1.active > a {
    padding: 3.6rem 0 3.6rem;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover > a,
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1.active > a,
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1.active:hover > a {
    font-weight: normal;
    text-shadow: 0 0 0.02px black;
    padding: 3.6rem 0 3.6rem;
    border-bottom: 2px solid #94d600;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 50%;
    top: 9.4rem;
    padding-top: 2rem;
    gap: 0 1.5rem;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2:before, .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2:after {
    width: 9999px;
    height: 100%;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2:before {
    left: -50%;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2:after {
    right: -9999px;
    display: none;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-2 {
    min-width: 0;
    width: auto;
    padding: 0;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-2:first-child {
    flex: 0 0 100%;
    border-bottom: 2px solid #94d600;
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-2:first-child > a {
    border-bottom: none;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-2:not(:first-child) {
    flex: 1 0 45%;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-2:not(:first-child) > a {
    font-size: 1.6rem;
    border: none;
    color: #8c8c8c;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-2.active > a {
    color: #94d600;
  }
}

.jse-subtheme--ir [id^="block-subsidiarymenublock"] {
  display: none;
}

@media screen and (min-width: 992px) {
  .jse-subtheme--ir [id^="block-subsidiarymenublock"] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: none;
    position: static;
    right: auto;
    bottom: auto;
    top: auto;
    margin: 0 0 0 1.5rem;
    height: auto;
  }
  .jse-subtheme--ir [id^="block-subsidiarymenublock"] .btn {
    font-size: 1.6rem;
  }
}

.adminimal-admin-toolbar #block-jseir2022-account-menu {
  top: 16vh;
}

#block-jseir2022-account-menu {
  position: fixed;
  top: 64px;
  right: 0;
  background: var(--jse-subtheme--ir--color--white);
  opacity: 0;
  overflow: auto;
  transform: translateY(110vh);
  transition: opacity .22s linear, transform .22s linear;
}

@media only screen and (max-width: 767px) {
  #block-jseir2022-account-menu {
    width: 100%;
    padding-bottom: 64px;
    background: var(--jse-subtheme--ir--color--green-light);
  }
  #block-jseir2022-account-menu li {
    background: var(--jse-subtheme--ir--color--green-light);
  }
}

@media (min-width: 992px) {
  #block-jseir2022-account-menu {
    position: absolute;
    top: 10rem;
    padding: 2rem 3rem;
  }
}

#block-jseir2022-account-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

#block-jseir2022-account-menu .menu--account {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

@media only screen and (min-width: 991px) {
  #block-jseir2022-account-menu .menu--account .menu__item--level-1 > ul[data-region="navigation_collapsible"] {
    padding: 0;
  }
  #block-jseir2022-account-menu .menu--account .menu__item--level-1 > ul[data-region="navigation_collapsible"] .menu__item--level-2 {
    padding: 0.8rem 1.5rem;
  }
}

#block-jseir2022-account-menu .menu--account .menu__item--level-2 {
  position: relative;
  min-width: 30rem;
  margin-bottom: 0.1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 991px) {
  #block-jseir2022-account-menu .menu--account .menu__item--level-2 ul[data-region="navigation_collapsible"] {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0.7rem 1.5rem;
  }
  #block-jseir2022-account-menu .menu--account .menu__item--level-2 ul[data-region="navigation_collapsible"] .menu__item--level-3 {
    padding: 0.8rem;
  }
  #block-jseir2022-account-menu .menu--account .menu__item--level-2.menu__item--expanded {
    display: flex;
    align-content: center;
  }
  #block-jseir2022-account-menu .menu--account .menu__item--level-2.menu__item--expanded .menu__item--dropdown {
    display: inline-block !important;
    transform: rotate(-90deg);
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 600px) {
  #block-jseir2022-mainmenublock .navbar-main__search {
    display: none;
  }
}

@media (min-width: 1200px) {
  .group-menu-item {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .jse-subtheme--ir .main-header .menu--main-navigation--level-2 span:not([class]) {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 3.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    border-bottom: 0.1rem solid #dbdbdb;
    display: block;
    background-color: var(--jse-subtheme--ir--color--white--offwhite);
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-2 .menu__item--level-3 > a {
    padding-left: 5rem;
  }
}

@media (min-width: 992px) {
  .jse-subtheme--ir .main-header .menu--main-navigation--level-2 span:not([class]) {
    display: block;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--jse-subtheme--ir--color--green);
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-2 .block--menu-wrapper {
    display: flex;
    width: 100%;
    gap: 0 1.5rem;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .jse-subtheme--ir .main-header .menu--main-navigation--level-2 .menu__item--level-3 > a {
    border: 0;
  }
}

@media (min-width: 992px) {
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2 .menu--main-navigation--level-2 {
    position: relative;
    flex: 1;
    top: auto;
    left: auto;
    padding: 0;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2 .menu--main-navigation--level-2:before, .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2 .menu--main-navigation--level-2:after {
    display: none;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2 .menu--main-navigation--level-2 .menu__item--level-2:first-child {
    flex: auto;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .jse-subtheme--ir .main-header .menu--main-navigation--level-1 .menu__item--level-1:hover .menu--main-navigation--level-2 .menu--main-navigation--level-2 .menu__item--level-3 a:hover {
    border: 0;
  }
}

.jse-subtheme--ir .container {
  max-width: 175rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.main-header {
  position: fixed;
  box-shadow: 0 0.5rem 0.51rem rgba(0, 0, 0, 0.05);
}

.subsidiaries-section {
  position: relative;
  top: 16px;
}

.subsidiaries-section > a {
  color: var(--jse-subtheme--ir--color--primary);
  white-space: nowrap;
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  text-align: right;
  display: block;
}

.subsidiaries-section > a:before {
  content: '';
  background: url("../images/optimised/JSE-Globe-Icon.svg") no-repeat;
  background-size: 15px 15px;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

.subsidiaries-section > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 10px;
  color: var(--jse-subtheme--ir--color--primary);
}

.subsidiaries-section > a:hover {
  text-decoration: underline;
}

#block-subsidiariesmenu {
  max-width: 155px;
  margin: auto 0 auto auto;
  display: none;
}

@media (min-width: 992px) {
  #block-subsidiariesmenu {
    display: block;
  }
}

.mobile-menu__subsidiaries-menu {
  display: none;
}

@media (min-width: 992px) {
  .mobile-menu__subsidiaries-menu {
    display: none;
  }
}

.mobile-menu__subsidiaries-menu.is-active {
  display: block;
}

@media (min-width: 992px) {
  .mobile-menu__subsidiaries-menu.is-active {
    display: none;
  }
}

[id^="block-subsidiarymenublock"] {
  display: none;
}

@media (min-width: 992px) {
  [id^="block-subsidiarymenublock"] {
    display: block;
    max-width: 155px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: -22px;
    margin: auto;
    height: 31px;
  }
}

.subsidiaries-menu .btn,
.mobile-menu__subsidiaries-menu .btn {
  background: var(--jse-subtheme--ir--color--green);
  padding: 8px 22px;
  text-transform: unset;
  font-size: 1.75rem;
  line-height: 1;
}

.subsidiaries-menu .btn:hover i,
.mobile-menu__subsidiaries-menu .btn:hover i {
  width: 30%;
}

.subsidiaries-menu .btn:hover i:first-child,
.mobile-menu__subsidiaries-menu .btn:hover i:first-child {
  width: 70%;
}

.subsidiaries-menu .btn:hover i:last-child,
.mobile-menu__subsidiaries-menu .btn:hover i:last-child {
  width: 100%;
}

.subsidiaries-menu.is-open i,
.mobile-menu__subsidiaries-menu.is-open i {
  transform: rotateZ(45deg);
}

.subsidiaries-menu.is-open i:first-child, .subsidiaries-menu.is-open i:last-child,
.mobile-menu__subsidiaries-menu.is-open i:first-child,
.mobile-menu__subsidiaries-menu.is-open i:last-child {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(-45deg);
}

.subsidiaries-menu.is-open:hover i,
.mobile-menu__subsidiaries-menu.is-open:hover i {
  transform: rotateZ(0deg);
}

.subsidiaries-menu__icon,
.mobile-menu__subsidiaries-menu__icon {
  width: 22px;
  height: 14px;
  position: relative;
  display: inline-block;
}

.subsidiaries-menu__icon i,
.mobile-menu__subsidiaries-menu__icon i {
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--jse-subtheme--ir--color--white);
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
  transition: transform .22s linear, width .22s linear;
}

.subsidiaries-menu__icon i:first-child,
.mobile-menu__subsidiaries-menu__icon i:first-child {
  bottom: auto;
  top: 0;
}

.subsidiaries-menu__icon i:last-child,
.mobile-menu__subsidiaries-menu__icon i:last-child {
  top: auto;
  bottom: 0;
}

.jse-subtheme--ir .breadcrumb > li + li:before {
  color: #ccc;
}

.jse-subtheme--ir #page-heading #breadcrumb,
.jse-subtheme--ir #page-heading .page-header {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  display: flex;
  gap: 0 1rem;
}

.jse-subtheme--ir #page-heading {
  min-height: 38.4rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--jse-subtheme--ir--color--grey--darkest);
  padding-top: 9.7rem;
  padding-bottom: 9.7rem;
  text-align: left;
  -webkit-animation: none;
          animation: none;
  transform: none;
}

.jse-subtheme--ir #page-heading #breadcrumb {
  gap: 0;
}

.jse-subtheme--ir #page-heading #breadcrumb + #page-title {
  padding-top: 0;
}

.jse-subtheme--ir #page-heading #page-title {
  padding-top: 12.4rem;
}

.jse-subtheme--ir #page-heading .breadcrumb {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.jse-subtheme--ir #page-heading .breadcrumb > li {
  color: #a8a8a8;
}

.jse-subtheme--ir #page-heading .breadcrumb > li a:link,
.jse-subtheme--ir #page-heading .breadcrumb > li a:visited {
  color: var(--jse-subtheme--ir--color--white);
}

.jse-subtheme--ir #page-heading .page-header {
  line-height: 1.2;
  color: var(--jse-subtheme--ir--color--white);
}

.jse-subtheme--ir #page-heading .region-page-title {
  max-width: none;
}

.jse-subtheme--ir .main-container {
  -webkit-animation: none;
          animation: none;
  transform: none;
  opacity: 1;
}

.jse-subtheme--ir .region-content > article {
  margin-top: 5.5rem;
  margin-bottom: 8rem;
}

.jse-subtheme--ir .header-filler {
  height: 8rem;
  background-color: white;
}

@media (min-width: 1200px) {
  .jse-subtheme--ir .header-filler {
    height: 10.3rem;
  }
}

footer.footer .footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0 4rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

@media (min-width: 480px) {
  footer.footer .footer__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  footer.footer .footer__wrapper {
    gap: 0;
  }
}

footer.footer .footer__first,
footer.footer .footer__second {
  padding-bottom: 7.5rem;
}

footer.footer .footer__first {
  flex: 1 0 55%;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  footer.footer .footer__first {
    justify-content: flex-start;
  }
}

@media (min-width: 1470px) {
  footer.footer .footer__first {
    flex: 1 0 50%;
  }
}

footer.footer .footer__first .region-footer-first {
  display: flex;
  flex-direction: row;
}

footer.footer .footer__first .region-footer-first .logo {
  display: none;
}

@media (min-width: 1200px) {
  footer.footer .footer__first .region-footer-first .logo {
    display: block;
    width: 12.8rem;
  }
}

footer.footer .footer__first .region-footer-first #block-quicklinks {
  width: 100%;
  max-width: 37rem;
}

@media (min-width: 480px) {
  footer.footer .footer__first .region-footer-first #block-quicklinks {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

footer.footer .footer__first .region-footer-first #block-quicklinks .menu li:nth-child(even) {
  text-align: right;
}

@media (min-width: 768px) {
  footer.footer .footer__first .region-footer-first #block-quicklinks .menu li:nth-child(even) {
    text-align: left;
  }
}

@media (min-width: 768px) {
  footer.footer .footer__first .region-footer-first #block-quicklinks {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  footer.footer .footer__first .region-footer-first #block-quicklinks {
    width: 100%;
    margin-left: 14rem;
  }
}

footer.footer .footer__second {
  flex: 1;
  display: flex;
  justify-content: center;
}

@media (min-width: 480px) {
  footer.footer .footer__second {
    flex: 1 0 25%;
  }
}

@media (min-width: 992px) {
  footer.footer .footer__second {
    justify-content: flex-end;
    flex: 0 1 40%;
  }
}

@media (min-width: 1200px) {
  footer.footer .footer__second {
    flex: 0 1 45%;
  }
}

@media (min-width: 1470px) {
  footer.footer .footer__second {
    flex: 0 1 50%;
  }
}

footer.footer .footer__second .region-footer-second {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  footer.footer .footer__second .region-footer-second {
    margin-right: 14rem;
  }
}

footer.footer .footer__second .region-footer-second #block-calltoaction {
  text-align: center;
}

@media (min-width: 768px) {
  footer.footer .footer__second .region-footer-second #block-calltoaction {
    text-align: left;
  }
}

footer.footer .footer__last {
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
}

footer.footer .footer__last .logo {
  display: block;
  width: 11rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}

@media (min-width: 1200px) {
  footer.footer .footer__last .logo {
    display: none;
  }
}

.paragraph__title {
  margin-bottom: 2rem;
}

.paragraph--type--rw-tabs .jse-tabs {
  display: flex;
}

.paragraph--type--rw-tabs .jse-tabs li {
  flex: 1 1 0px;
}

.paragraph--type--rw-tabs .jse-tabs li:first-child.active > a {
  border-top-color: #fff;
}

@media only screen and (max-width: 600px) {
  .paragraph--type--rw-tabs .jse-tabs.nav-pills {
    overflow: auto;
  }
}

.paragraph--type--rw-tabs .jse-tabs.nav-pills > li > a {
  height: 100%;
}

.paragraph--type--rw-tabs-item {
  padding: 7.5rem 3.2rem;
  box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.1);
}

.paragraph--type--rw-tabs-item > .btn {
  display: inline-block;
  margin-top: 3.2rem;
}

.paragraph--type--rw-wysiwyg .btn {
  display: inline-block;
  margin-top: 3.2rem;
}

.card {
  min-width: auto;
  border: 1px solid #e2e2e2;
}

.card__content {
  padding: 2.5rem 3.2rem 0;
  margin-bottom: auto;
}

.card__content:last-child {
  padding-bottom: 3.2rem;
}

.card__title {
  margin-bottom: 0;
  font-family: "segoe_uiregular", sans-serif;
  color: var(--jse-subtheme--ir--color--grey--dark);
}

.card__link {
  margin-bottom: 3.2rem;
  margin-left: 3.2rem;
  font-size: 1.8rem;
  line-height: 3rem;
  max-width: none;
  display: flex;
  gap: 1rem;
}

.card__media:before, .card__media:after {
  content: initial;
}

.profile > .card__media {
  background-color: #ccc;
}

.card__body {
  margin-top: 1.6rem;
}

.card__date-range, .card__date, .card__tbc {
  font-size: 1.6rem;
  line-height: 4.3rem;
  color: #808080;
}

.card__tbc {
  text-transform: uppercase;
}

.card--paragraph .card__content {
  padding: 2.5rem 3.2rem 3.2rem;
}

.card--paragraph .card__title {
  color: inherit;
}

.card--paragraph .card__title + .card__body {
  margin-top: 3.2rem;
  padding-bottom: 0;
}

.card--content-border > .card__content,
.card--content-border > .card-cta__content {
  border-top: 0.7rem solid #94d600;
}

.card--content-border:nth-of-type(6n + 2) > .card__content,
.card--content-border:nth-of-type(6n + 2) > .card-cta__content {
  border-top-color: #00cccc;
}

.card--content-border:nth-of-type(6n + 3) > .card__content,
.card--content-border:nth-of-type(6n + 3) > .card-cta__content {
  border-top-color: #026c7c;
}

.card--content-border:nth-of-type(6n + 4) > .card__content,
.card--content-border:nth-of-type(6n + 4) > .card-cta__content {
  border-top-color: #ff004f;
}

.card--content-border:nth-of-type(6n + 5) > .card__content,
.card--content-border:nth-of-type(6n + 5) > .card-cta__content {
  border-top-color: #f7941d;
}

.card--content-border:nth-of-type(6n + 6) > .card__content,
.card--content-border:nth-of-type(6n + 6) > .card-cta__content {
  border-top-color: #ffce00;
}

.card--media {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card-cta {
  cursor: pointer;
  border: 1px solid #e2e2e2;
}

.card-cta:hover a {
  color: var(--jse-subtheme--ir--color--primary);
}

.card-cta:hover img {
  transform: scale(1.1);
}

.card-cta img {
  transition: transform .3s ease-in-out;
}

.card-cta__title {
  padding: 3.2rem 3.2rem 3.2rem;
  margin-bottom: 0;
  font-family: "segoe_uiregular", sans-serif;
}

.card-cta__title a {
  transition: color .3s ease-in-out;
  color: var(--jse-subtheme--ir--color--grey--dark);
}

.card-cta__title a:hover, .card-cta__title a:focus {
  color: var(--jse-subtheme--ir--color--primary);
}

.node--page.sub-title h2 {
  color: white;
  font-weight: 700;
}

.node--page .breadcrumb {
  margin: 0 0 1.5rem;
  padding: 0;
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 1;
}

.node--page .node--page--main--row--main > .paragraph + .paragraph,
.node--page .node--page--main--row--aside > .paragraph + .paragraph,
.node--page .node--page--suffix--row--content > .paragraph + .paragraph {
  margin-top: 5.5rem;
}

/* FOOTER */
.menu--quick-links,
.menu--call-to-action,
.menu--social-links,
.menu--legal {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.menu--quick-links > li,
.menu--quick-links > span,
.menu--call-to-action > li,
.menu--call-to-action > span,
.menu--social-links > li,
.menu--social-links > span,
.menu--legal > li,
.menu--legal > span {
  font-size: 1.9rem;
}

.menu--quick-links > li > a,
.menu--legal > li > a {
  color: inherit;
}

.menu--quick-links > li > a:hover, .menu--quick-links > li > a:focus,
.menu--legal > li > a:hover,
.menu--legal > li > a:focus {
  color: var(--jse-subtheme--ir--color--primary);
}

.menu--quick-links {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  gap: 2rem;
}

@media (min-width: 768px) {
  .menu--quick-links {
    gap: 2rem 6rem;
  }
}

.menu--quick-links > li {
  flex: 1 0 calc(50% - 3rem);
  line-height: 2.6rem;
}

.menu--social-links {
  display: flex;
  gap: 0 2rem;
}

.menu--legal {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  gap: 0 2rem;
  justify-content: center;
  text-align: center;
  line-height: 1;
  text-transform: none;
}

.menu--legal > li {
  line-height: inherit;
}

@media (min-width: 1200px) {
  .menu--legal {
    flex-wrap: nowrap;
    gap: 0 6rem;
    justify-content: flex-start;
  }
}

.menu--legal > li,
.menu--legal > span {
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .menu--legal > li,
  .menu--legal > span {
    font-size: 1.6rem;
  }
}

.social-links {
  display: flex;
  gap: 0 3rem;
}

.social-links__link {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  font-size: 0;
  overflow: hidden;
}

.social-links__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: var(--jse-subtheme--ir--color--grey--dark);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.social-links__link.facebook:before {
  -webkit-mask-image: url(../assets/icons/facebook.svg);
          mask-image: url(../assets/icons/facebook.svg);
}

.social-links__link.twitter:before {
  -webkit-mask-image: url(../assets/icons/twitter.svg);
          mask-image: url(../assets/icons/twitter.svg);
}

.social-links__link.youtube:before {
  -webkit-mask-image: url(../assets/icons/youtube.svg);
          mask-image: url(../assets/icons/youtube.svg);
}

.social-links__link.linkedin:before {
  -webkit-mask-image: url(../assets/icons/linkedin.svg);
          mask-image: url(../assets/icons/linkedin.svg);
}

.social-links__link:hover:before, .social-links__link:focus:before {
  background-color: var(--jse-subtheme--ir--color--primary);
}

.sidebar-contact__title {
  padding-bottom: 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid var(--jse-subtheme--ir--color--primary);
  max-width: 42rem;
}

.sidebar-contact__person, .sidebar-contact__content {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.sidebar-contact__person {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
}

.sidebar-contact__person__image {
  max-width: 5.4rem;
  padding-top: 1.8rem;
  padding-bottom: 1.2rem;
}

.sidebar-contact__person__image img {
  border-radius: 100%;
  background-color: var(--jse-subtheme--ir--color--grey--lightest);
}

.sidebar-contact__person__name {
  padding-top: 3.2rem;
  padding-bottom: 2.7rem;
  font-family: "segoe_uisemibold", sans-serif;
}

.sidebar-contact__person__image + .sidebar-contact__person__name {
  padding: 0;
}

.sidebar-contact__content {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.sidebar-contact__content .field--label {
  font-weight: normal;
}

[id^="block-calltoaction"] h2 {
  margin-bottom: 1.4rem;
  color: var(--jse-subtheme--ir--color--grey--dark);
}

footer.footer [id^="block-sociallinks"] {
  margin-top: 4rem;
}

@media (min-width: 1200px) {
  footer.footer [id^="block-sociallinks"] {
    margin-top: 6rem;
  }
}

[id^="block-quicklinks"] h2 {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--jse-subtheme--ir--color--primary);
  color: var(--jse-subtheme--ir--color--grey--dark);
}

@media (min-width: 1200px) {
  [id^="block-quicklinks"] h2 {
    max-width: 85%;
  }
}

.block-views-blockjse-events-block-upcoming-events .card__media {
  position: relative;
  overflow: hidden;
  height: 23rem;
}

.block-views-blockjse-events-block-upcoming-events .card__media picture {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[id^="block-views-block-jse-documents-block-annual-reports"],
[id^="block-views-block-jse-documents-block-interim-reports"],
[id^="block-views-block-jse-documents-block-presentations"] {
  position: relative;
}

[id^="block-views-block-jse-documents-block-annual-reports"] .views-exposed-form.bef-exposed-form,
[id^="block-views-block-jse-documents-block-interim-reports"] .views-exposed-form.bef-exposed-form,
[id^="block-views-block-jse-documents-block-presentations"] .views-exposed-form.bef-exposed-form {
  position: absolute;
  top: 0;
  right: 0;
}

[id^="block-views-block-jse-documents-block-annual-reports"] .views-exposed-form.bef-exposed-form .form-select.form-control,
[id^="block-views-block-jse-documents-block-interim-reports"] .views-exposed-form.bef-exposed-form .form-select.form-control,
[id^="block-views-block-jse-documents-block-presentations"] .views-exposed-form.bef-exposed-form .form-select.form-control {
  font-size: 2.2rem;
  border: 1px solid #e2e2e2;
  height: 4.3rem;
  padding-right: 10rem;
}

[id^="block-views-block-jse-documents-block-annual-reports"] .pager,
[id^="block-views-block-jse-documents-block-interim-reports"] .pager,
[id^="block-views-block-jse-documents-block-presentations"] .pager {
  margin-top: 3rem;
}

#spb-block-webform-everlytic-sign-up-popup {
  font-size: 1.6rem;
}

#spb-block-webform-everlytic-sign-up-popup .spb-popup-main-wrapper {
  opacity: 1;
  left: 0;
}

#spb-block-webform-everlytic-sign-up-popup .webform-submission-form .form-item input {
  padding: 0;
}

#spb-block-webform-everlytic-sign-up-popup .webform-submission-form label,
#spb-block-webform-everlytic-sign-up-popup .webform-submission-form .fieldset-legend,
#spb-block-webform-everlytic-sign-up-popup .webform-submission-form input {
  font-size: inherit;
  line-height: 1.5;
}

#spb-block-webform-everlytic-sign-up-popup .webform-submission-form input {
  margin-right: 1rem;
}

[id^="block-disclosuretable"] .button-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}

[id^="block-disclosuretable"] .form-group header {
  color: #ccc;
  margin-bottom: 2rem;
}

[id^="block-disclosuretable"] .views-exposed-form {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
  align-items: flex-end;
  flex-wrap: wrap;
}

[id^="block-disclosuretable"] .table th,
[id^="block-disclosuretable"] .table td {
  line-height: 1.5;
}

[id^="block-disclosuretable"] .table p {
  line-height: 1.5;
}

[id^="block-disclosuretable"] .table p + p {
  margin: 2rem 0;
}

[id^="block-disclosuretable"] .table P + ul,
[id^="block-disclosuretable"] .table p + ol {
  margin-top: 2rem;
}

[id^="block-disclosuretable"] .table .views-field-body ul,
[id^="block-disclosuretable"] .table .views-field-body ol {
  margin-bottom: 2rem;
}

[id^="block-disclosuretable"] .table > thead > tr > th,
[id^="block-disclosuretable"] .table > tbody > tr > td {
  vertical-align: middle;
}

[id^="block-disclosuretable"] .table > thead > tr > th {
  text-align: center;
}

[id^="block-disclosuretable"] .table > tbody > tr > td:not(:first-child) {
  border-left: 1px solid #ddd;
}

[id^="block-disclosuretable"] .table thead {
  background: linear-gradient(60deg, #8dc640, #43c1c6);
}

.grid-component {
  /**
   * User input values.
   */
  --grid-layout-gap: 3.2rem;
  --grid-item--min-width: 280px;
  /**
    * Calculated values.
    */
  --gap-count: calc(var(--grid-column-count, 4) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc(
    (100% - var(--total-gap-width)) / var(--grid-column-count, 4)
  );
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(Max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  grid-gap: var(--grid-layout-gap);
}

@media (min-width: 1200px) {
  .grid-component {
    --grid-item--min-width: 200px;
  }
}

.flex-grid {
  display: flex;
  justify-content: flex-start;
  gap: 3.2rem;
  flex-wrap: wrap;
}

.flex-grid > * {
  flex: 0 0 auto;
}

.expander-component__item.x-is-active .x-thumbnail-content {
  background-color: var(--jse-subtheme--ir--color--grey--darkest, #94d600);
}

.expander-component__item > a {
  color: inherit;
}

.expander-component__item > a,
.expander-component__item > a > .x-thumbnail-content {
  height: 100%;
}

.expander-component__item .x-thumbnail-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.2rem 0;
  padding: 5rem;
  background-color: var(--expander--item--background, #333);
  text-align: center;
  transition: all 0.15s var(--jse-subtheme--ir--transition-timing-function);
}

.expander-component__item__header {
  display: flex;
  align-items: center;
  gap: 0 2.6rem;
  color: #fff;
}

.expander-component__item__title {
  text-align: left;
  font-size: 1.8rem;
  line-height: 3rem;
}

.expander-component__item__number {
  font-size: 5.7rem;
  line-height: 1;
}

.expander-component__item__icon img {
  max-width: 7.7rem;
}

.expander-component__item__icon svg {
  width: 8rem;
  height: 8rem;
  fill: white;
  transition: all 0.15s var(--jse-subtheme--ir--transition-timing-function);
}

.expander-component__item__cta {
  color: #fff;
  font-size: 1.8rem;
  transition: all 0.15s var(--jse-subtheme--ir--transition-timing-function);
  border: 1px solid #fff;
  padding: 0.5rem 2rem;
}

.x-is-active .expander-component__item__cta {
  opacity: 0;
}

.expander-component__item__content {
  padding: 3.2rem;
  border: 1px solid #e2e2e2;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 3.2rem 0;
}

.expander-component .x-placeholder .x-placeholder-inner {
  background: transparent;
}

.expander-component .x-placeholder .x-indicator {
  top: 16px !important;
}

.expander-component .x-placeholder .x-indicator:after {
  border-bottom-color: #e2e2e2;
  border-left-width: 16px;
  border-bottom-width: 16px;
  border-right-width: 16px;
}

.expander-component .x-placeholder .x-info {
  padding: 0;
  width: 100%;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb > li:last-child::after {
  content: "";
}

.accordion-component__item__title, .accordion-component__item__title.collapsed {
  position: relative;
  border-top: 1px solid #bcbcbc;
  font-weight: normal;
  padding: 2rem;
  padding-right: 5rem;
  cursor: pointer;
}

.accordion-component__item__title[aria-expanded="false"]:last-of-type {
  border-bottom: 1px solid #bcbcbc;
}

.accordion-component__item__title:after, .accordion-component__item__title.collapsed:after, .accordion-component__item__title[aria-expanded="false"]:after {
  content: "\f067";
  position: absolute;
  right: 2rem;
  font-family: "Font Awesome 5 Free";
  color: var(--jse-subtheme--ir--color--primary);
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.2rem;
  top: calc(50% - 1.1rem);
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
}

.accordion-component__item__title[aria-expanded="true"]:after {
  content: "\f068";
}

.accordion-component__item__title__text {
  max-width: 88rem;
}

.accordion-component__item__content {
  max-width: 90%;
}

.accordion-component__item__body {
  padding: 0 2rem 4rem;
}

.accordion-component__item__body.text-formatted > p + p {
  margin-top: 3.2rem;
}

.table-component__wrapper {
  position: relative;
  width: auto;
}

.table-component__wrapper.paragraph--admin > [data-contextual-id]:not(:nth-child(2)) {
  display: none;
}

.table-component__wrapper.paragraph--admin .paragraphs-editclone-form {
  display: none;
}

.table-component {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
}

.table-component > thead > tr > th,
.table-component > thead > tr > td,
.table-component > tbody > tr > th,
.table-component > tbody > tr > td,
.table-component > tfoot > tr > th,
.table-component > tfoot > tr > td {
  padding: 0;
  line-height: inherit;
}

.table-component__caption {
  color: inherit;
  padding-top: 1rem;
  padding-botton: 1rem;
  caption-side: bottom;
  font-style: italic;
  font-size: 1.6rem;
}

.table-component__table-header {
  font-weight: bold;
}

.table-component__table-column {
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  background-color: var(--table-column-bg, transparent);
  color: var(--table-column-color, inherit);
}

.table-component__table-cell {
  padding: 1rem 3.2rem;
  border-bottom: 1px solid #e2e2e2;
}

.table-component__table-cell:last-child {
  border-bottom: none;
}

.table-component__table-body .table-component__table-row:last-of-type .table-component__table-column {
  border-bottom: 1px solid #e2e2e2;
}

.table-component__table-body .table-component__table-row .table-component__table-column:last-of-type {
  border-right: 1px solid #e2e2e2;
}

.table-component--full-width {
  width: 100%;
}

.table-component--striped .table-component__table-body .table-component__table-row:nth-of-type(2n) {
  background-color: #f1f1f1;
}

.table-component--style--default .table-component__table-header {
  background-color: #282828;
  color: white;
}

.table-component--style--minimal {
  font-size: 2.2rem;
}

.table-component--style--minimal .table-component__table-cell {
  padding: 0.5rem 8rem 0.5rem 0;
}

.table-component--borderless .table-component__caption {
  margin-top: 1rem;
  border-top: 1px solid #f1f1f1;
}

.table-component--borderless .table-component__table-column {
  border-top: none;
  border-left: none;
}

.table-component--borderless .table-component__table-cell {
  border-bottom: none;
}

.table-component--borderless .table-component__table-body
.table-component__table-row
.table-component__table-column:last-of-type {
  border-right: none;
}

.table-component--borderless .table-component__table-body
.table-component__table-row:last-of-type
.table-component__table-column {
  border-bottom: none;
}

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

.rw-paragraph--microview-wrapper {
  background-color: transparent;
}

.rw-paragraph--microview-wrapper:before, .rw-paragraph--microview-wrapper:after {
  content: none;
}

.testimonial__wrapper {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  max-width: 77rem;
  margin: 0 auto;
  text-align: center;
}

.testimonial__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.5rem 0;
  font-style: italic;
  background-image: url(../assets/svg/quotation-mark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23rem;
}

.testimonial__media {
  align-self: center;
  max-width: 6.4rem;
  border-radius: 100%;
  overflow: hidden;
}

.testimonial__title, .testimonial__occupation {
  font-size: 2rem;
  line-height: 3.8rem;
  text-transform: capitalize;
}

.testimonial__title {
  font-weight: bold;
  color: var(--jse-subtheme--ir--color--primary, #94d600);
}

.testimonial__media + .testimonial__title {
  margin-top: 1.8rem;
}

.flowchart {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

@media (min-width: 1200px) {
  .flowchart {
    flex-direction: row;
  }
}

.flowchart .rw-paragraph-admin {
  display: none;
}

.flowchart__wrapper {
  position: relative;
}

.flowchart__item {
  position: relative;
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--jse-subtheme--ir--color--primary, #94d600);
  padding: 2.9rem;
  color: var(--jse-subtheme--ir--color--primary, #94d600);
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-family: "segoe_uisemibold", sans-serif;
}

@media (min-width: 1200px) {
  .flowchart__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.flowchart__arrow {
  position: absolute;
  display: block;
  width: 1.2rem;
  height: 2.2rem;
  bottom: -2.5rem;
}

@media (min-width: 1200px) {
  .flowchart__arrow {
    top: 50%;
    width: 2.2rem;
    right: -2.3rem;
    transform: translateY(-50%);
  }
}

.flowchart__arrow:before {
  content: "...";
  display: none;
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--jse-subtheme--ir--color--primary, #94d600);
}

@media (min-width: 1200px) {
  .flowchart__arrow:before {
    top: -0.9rem;
    display: inline-block;
  }
}

.flowchart__arrow:after {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: 0;
  display: inline-block;
  padding: 0.4rem;
  border-style: solid;
  border-color: var(--jse-subtheme--ir--color--primary, #94d600);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (min-width: 1200px) {
  .flowchart__arrow:after {
    top: 0.5rem;
    right: 0.2rem;
    transform: rotate(-45deg);
  }
}

.flowchart__item:last-child .flowchart__arrow {
  display: none;
}

.person-profile {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  grid-column-gap: 8rem;
  grid-template-areas: "media content";
}

.person-profile__media {
  grid-area: media;
}

.person-profile__media img {
  border-bottom: 1rem solid var(--jse-subtheme--ir--color--primary, #94d600);
  background-color: #ccc;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.person-profile__content {
  grid-area: content;
}

.person-profile__name {
  color: var(--jse-subtheme--ir--color--primary, #94d600);
  margin-bottom: 1.5rem;
}

.person-profile__title {
  font-style: italic;
}

.person-profile__body .text-formatted > p + ul {
  margin-top: 0;
}

.card.profile .card__body .field--name-field-title {
  font-style: italic;
}

.block-views-blockjse-people-block-featured-non-executive-directors
.views__attachment--after > *, .block-views-blockjse-people-block-featured-non-executive-directors
.view__attachment--after > * {
  margin-top: 8rem;
}

.views__empty,
.views .view-empty,
.view__empty,
.view .view-empty {
  background-color: #f8f8f8;
  padding: 3.2rem;
}

.divider-component {
  margin-top: 4rem;
}

.divider-component + * {
  margin-top: 4rem;
}

@media (min-width: 1200px) {
  .divider-component {
    margin-top: 5.5rem !important;
  }
  .divider-component + * {
    margin-top: 5.5rem !important;
  }
}

.divider-component hr {
  margin: 0;
  border-top: 1px solid var(--jse-subtheme--ir--color--primary);
}

.divider-component--large {
  margin-top: 4rem !important;
}

.divider-component--large + * {
  margin-top: 4rem !important;
}

@media (min-width: 1200px) {
  .divider-component--large {
    margin-top: 8rem !important;
  }
  .divider-component--large + * {
    margin-top: 8rem !important;
  }
}

.divider-component--small {
  margin-top: 3.2rem !important;
}

.divider-component--small + * {
  margin-top: 3.2rem !important;
}

.divider-component--tiny {
  margin-top: 1.6rem !important;
}

.divider-component--tiny + * {
  margin-top: 1.6rem !important;
}

.divider-component--spaceless {
  margin-top: 0 !important;
}

.divider-component--spaceless + * {
  margin-top: 0 !important;
}

.divider-component--borderless hr {
  border: none;
}

.divider-component--borderless.divider-component--large + *, .divider-component--borderless.divider-component--medium + *, .divider-component--borderless.divider-component--small + *, .divider-component--borderless.divider-component--tiny + * {
  margin-top: 0 !important;
}

.headline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

@media (min-width: 768px) {
  .headline {
    flex-direction: row;
  }
}

.headline + .headline {
  margin-top: 1.6rem;
}

.headline__meta {
  display: flex;
  gap: 0 0.5rem;
  position: relative;
  margin-right: 0.7rem;
}

.headline__meta__tbc {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .headline__meta:after {
    content: "|";
  }
}

.headline__title {
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
}

.headline__title > a {
  color: var(--jse-subtheme--ir--link-color, #026c7c);
}

iframe.media-oembed-content {
  max-width: inherit;
  max-height: inherit;
  height: 100vh !important;
  width: 100vw !important;
  max-width: 1280px;
  max-height: 720px;
  aspect-ratio: 16 / 9;
}

#colorbox {
  background-color: #000;
}

.media__file-size {
  font-size: 1.4rem;
  color: #808080;
}

.media__date {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.media__title {
  color: #282828;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2;
  word-break: break-word;
}

.media__link {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1;
}

.media__link .colorbox-media-video {
  color: var(--jse-subtheme--ir--link-color, #026c7c);
}

.media__link .colorbox-media-video:hover, .media__link .colorbox-media-video:focus {
  color: var(--jse-subtheme--ir--color--primary, #94d600);
}

.media__description {
  font-size: 1.8rem;
  line-height: 3.5rem;
}

.media--table {
  display: flex;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .media--table {
    flex-wrap: nowrap;
  }
}

.media--table:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}

.media--table .media__media {
  padding: 3.2rem 0 3.2rem 3.2rem;
  width: 100%;
  max-width: 8rem;
  display: table;
}

.media--table .media__media > .field--name-field-cover-image {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.media--table .media__content {
  padding: 3.2rem 3.2rem 3.2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.media--table .media__content:first-of-type {
  padding-left: 1.8rem;
}

.media--table .media__meta {
  flex: 1 1 50%;
  display: flex;
  gap: 0 5.5rem;
}

.media--table .media__description {
  flex: 1 1 100%;
  border-left: 1px solid #e2e2e2;
  padding: 2.5rem 3.2rem;
  padding-top: 0;
}

@media (min-width: 992px) {
  .media--table .media__description {
    flex: 1 1 50%;
    padding-top: 2.5rem;
  }
}

.orgchart ul {
  list-style: none;
}

.btn {
  line-height: 2.7rem;
  font-size: 2rem;
  text-transform: inherit;
}

#ui-datepicker-div {
  font-size: 1.4rem;
}

.pager-show-more {
  margin: 0;
  padding: 0;
  margin-top: 8rem;
  text-align: center;
}

.icon-block {
  text-align: center;
  border: 1px solid #e2e2e2;
  padding: 2.4rem;
  position: relative;
  transition: all 0.3s var(--jse-subtheme--ir--transition-timing-function);
}

.icon-block:hover {
  background-color: var(--icon-hover-color, #94d600);
  color: #fff;
  transform: translateY(-1rem);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.icon-block:hover a {
  color: inherit;
  text-decoration: underline;
}

.icon-block:hover svg {
  fill: #fff;
}

.icon-block__media {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18rem;
  overflow: hidden;
}

.icon-block__media svg {
  width: 8rem;
  height: 8rem;
  fill: var(--icon-hover-color, #94d600);
  transition: all 0.15s var(--jse-subtheme--ir--transition-timing-function);
}

.icon-block__title {
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 1.8rem;
}

.paragraph--type--video iframe.media-oembed-content {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto !important;
}

#sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message {
  text-align: center;
}

@media (min-width: 992px) {
  #sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message {
    margin: 1.5rem 0;
    margin-right: 3rem;
  }
}

#sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message h2 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  #sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
  }
}

#sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message p {
  font-size: 12px;
  display: inherit;
  margin: 0;
}

@media (min-width: 992px) {
  #sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message p {
    font-size: 1.6rem;
    display: inline;
  }
}

#sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message button {
  font-size: 12px;
}

@media (min-width: 992px) {
  #sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message button {
    font-size: 1.6rem;
  }
}

#sliding-popup.sliding-popup-bottom .eu-cookie-compliance-content {
  max-width: 100%;
}

#sliding-popup.sliding-popup-bottom .eu-cookie-compliance-buttons {
  display: flex;
  justify-content: space-between;
}

#sliding-popup.sliding-popup-bottom .eu-cookie-compliance-secondary-button,
#sliding-popup.sliding-popup-bottom .eu-cookie-compliance-default-button {
  margin-top: 0;
}

#sliding-popup.sliding-popup-bottom .agree-button {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 599px) {
  #sliding-popup.sliding-popup-bottom .agree-button {
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 600px) {
  #sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message {
    text-align: left;
  }
  #sliding-popup.sliding-popup-bottom .eu-cookie-compliance-message h2 {
    margin-bottom: 0.5rem;
  }
  #sliding-popup.sliding-popup-bottom .eu-cookie-compliance-content {
    display: flex;
  }
  #sliding-popup.sliding-popup-bottom .eu-cookie-compliance-buttons {
    margin: auto 0;
    margin-left: auto;
  }
}

.organigram {
  margin-bottom: 10rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.organigram__title--level-2 {
  display: none;
}

.organigram__level {
  display: flex;
  gap: 0 2rem;
  flex-wrap: nowrap;
}

.organigram__level--2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  gap: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.organigram__level--2 > .organigram__item {
  margin-top: 6rem;
  width: 200px;
  color: #f7941d;
  border-color: #f7941d;
}

.organigram__level--2 > .organigram__item:first-of-type:after {
  width: 50%;
  left: 50%;
}

.organigram__level--2 > .organigram__item:last-of-type:after {
  right: 50%;
  width: calc(50% + 2px);
}

.organigram__level--2 > .organigram__item:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -3rem;
  width: 2px;
  height: 3rem;
  background-color: #f7941d;
}

.organigram__level--2 > .organigram__item:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  left: -2px;
  height: 2px;
  top: -3rem;
  background-color: #f7941d;
}

.organigram__level--2 > .organigram__item:not(:last-of-type) {
  border-right: none;
}

.organigram__item {
  position: relative;
  border: 2px solid #94d600;
  padding: 1rem;
  align-self: baseline;
  text-align: center;
  flex: 1 1 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  color: #94d600;
}

.organigram__item--has-childeren {
  color: #026c7c;
  border-color: #026c7c;
}

.organigram__item--has-childeren:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-3rem - 2px);
  width: 2px;
  height: calc(3rem + 2px);
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.organigram__item--has-childeren:hover {
  cursor: pointer;
  color: #f7941d;
  border-color: #f7941d;
}

.organigram__item--has-childeren:hover:before {
  background-color: #f7941d;
}

.organigram__item--has-childeren:hover > .organigram__level--2 {
  opacity: 1;
}

.highcharts-container .highcharts-grid-line {
  stroke: none;
}

.webform-modal-open {
  overflow: hidden;
}

.webform-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s var(--jse-subtheme--ir--transition-timing-function);
}

.webform-modal-overlay.active {
  opacity: 1;
}

.webform-modal-container {
  background: var(--jse-subtheme--ir--color--white);
  border-radius: 8px;
  width: 90%;
  max-width: 980px;
  max-height: 90vh;
  position: relative;
  padding: var(--jse-subtheme--ir--gutter);
  box-shadow: 0 5px 15px rgba(var(--jse-subtheme--ir--color--black), 0.3);
  transform: translateY(-20px);
  transition: transform 0.3s var(--jse-subtheme--ir--transition-timing-function);
  display: flex;
  flex-direction: column;
}

.active .webform-modal-container {
  transform: translateY(0);
}

.webform-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 4.5rem;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
  color: var(--jse-subtheme--ir--color--grey--medium);
  transition: color 0.2s var(--jse-subtheme--ir--transition-timing-function);
}

.webform-modal-close:hover {
  color: var(--jse-subtheme--ir--color--grey--darkest);
}

.webform-modal-content {
  max-height: calc(90vh - 4rem);
  overflow-y: auto;
  padding: 1rem;
  color: var(--jse-subtheme--ir--body-color);
}

.webform-modal-error {
  color: var(--jse-subtheme--ir--color--red);
  padding: 1rem;
  font-family: var(--jse-subtheme--ir--font--semi-bold);
}

.btn:focus {
  outline: none;
}

.field--name-field-subtitle {
  display: none;
}

.field--type-boolean {
  display: none;
}

@media (min-width: 768px) {
  .webform-modal-container {
    padding: calc(var(--jse-subtheme--ir--gutter) * 1.5);
  }
}

@media (min-width: 1470px) {
  .jse-subtheme--ir.alias--group-overview .card .card__media img {
    aspect-ratio: 2.5 / 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.jse-subtheme--ir.alias--group-overview .business-model {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1.5rem;
}

@media (min-width: 1200px) {
  .jse-subtheme--ir.alias--group-overview .business-model {
    font-size: 1.8rem;
  }
}

.jse-subtheme--ir.alias--group-overview .business-model h4,
.jse-subtheme--ir.alias--group-overview .business-model h5 {
  margin: 0;
}

.jse-subtheme--ir.alias--group-overview .business-model h4 + *,
.jse-subtheme--ir.alias--group-overview .business-model h5 + * {
  margin-top: 1.5rem;
}

.jse-subtheme--ir.alias--group-overview .business-model ul:not([class^="business-model--flex-list"]) {
  padding-left: 4rem;
}

.jse-subtheme--ir.alias--group-overview .business-model--flex-list {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 2rem 1.5rem;
  padding: 0;
  font-weight: bold;
  flex-wrap: wrap;
}

.jse-subtheme--ir.alias--group-overview .business-model--flex-list > * {
  flex: 1 1 100%;
}

@media (min-width: 1200px) {
  .jse-subtheme--ir.alias--group-overview .business-model--flex-list {
    flex-wrap: nowrap;
  }
  .jse-subtheme--ir.alias--group-overview .business-model--flex-list > * {
    flex: 1 1 0;
  }
}

.jse-subtheme--ir.alias--group-overview .business-model--border {
  border: 1px solid #000;
  padding: 1.5rem;
}

.jse-subtheme--ir.alias--group-overview .business-model--secondary--border-color {
  border-color: #f7941d;
}

.jse-subtheme--ir.alias--group-overview .business-model--secondary--text-color {
  color: #f7941d;
}

.jse-subtheme--ir.alias--group-overview .business-model--tertiary--border-color {
  border-color: var(--jse-subtheme--ir--color--primary, #94d600);
}

.jse-subtheme--ir.alias--group-overview .business-model--tertiary--text-color {
  color: var(--jse-subtheme--ir--color--primary, #94d600);
}

.jse-subtheme--ir.alias--group-overview .business-model--heading {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 1.5rem;
}

.jse-subtheme--ir.alias--group-overview .business-model--flex-center {
  justify-content: center;
  align-content: center;
}

.jse-subtheme--ir.alias--group-overview .business-model__column {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}

@media (min-width: 1200px) {
  .jse-subtheme--ir.alias--group-overview .business-model__column {
    flex: 1 0 22%;
  }
  .jse-subtheme--ir.alias--group-overview .business-model__column--second {
    flex-basis: 45%;
  }
}

.jse-subtheme--ir.alias--group-overview .business-model__service-split {
  display: flex;
  gap: 1.5rem 1.5rem;
  flex-wrap: wrap;
}

.jse-subtheme--ir.alias--group-overview .business-model__service-split > * {
  flex-basis: 100%;
  flex-grow: 1;
}

@media (min-width: 1200px) {
  .jse-subtheme--ir.alias--group-overview .business-model__service-split > :first-child {
    flex-basis: 70%;
  }
  .jse-subtheme--ir.alias--group-overview .business-model__service-split > :last-child {
    flex-basis: 20%;
  }
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-bottom: 8rem;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-control {
  font-size: 1.8rem;
  line-height: inherit;
  padding: 0 1.2rem;
  border: 1px solid #e2e2e2;
  height: auto;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-item-title {
  position: relative;
  flex: 1 0 45%;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-item-field-date-publication-value,
.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-item-field-date-publication-value-1,
.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-item-field-article-type-value {
  flex: 0 0 15%;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-item-field-category-ref-target-id,
.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-item-sort-bef-combine {
  flex: 1 0 40%;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-actions .btn,
.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-actions .btn-group {
  margin: 0;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-actions .form-submit {
  position: relative;
  font-size: 0;
  padding: 0;
  line-height: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  vertical-align: top;
  background-color: transparent;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-actions .form-submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--jse-subtheme--ir--color--primary, #94d600);
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-actions .form-submit[value^="Apply"] {
  order: 1;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-actions .form-submit[value^="Apply"]:after {
  content: "\f002";
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-actions .form-submit[value^="Reset"] {
  order: 0;
}

.jse-subtheme--ir.alias--news .block-views-blockarticles-block-1 .views-exposed-form .form-actions .form-submit[value^="Reset"]:after {
  content: "\f057";
  color: #ff004f;
}

.jse-subtheme--ir.alias--contact-us .contact__map {
  background-color: --jse-subtheme--ir--color--grey--lightest;
  border-bottom: 0.7rem solid var(--jse-subtheme--ir--color--primary, #94d600);
}

.jse-subtheme--ir.alias--contact-us .paragraph--type--rw-webform .paragraph__title {
  margin: 0;
  margin-bottom: 3.2rem;
  font-size: 2.3rem;
  line-height: 3.1rem;
  color: #808080;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--jse-subtheme--ir--color--primary, #94d600);
}

.jse-subtheme--ir.alias--contact-us .paragraph--type--rw-webform form {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}

.jse-subtheme--ir.alias--contact-us .paragraph--type--rw-webform form .form-item .form-control {
  background-color: var(--jse-subtheme--ir--color--white--offwhite);
}

.jse-subtheme--ir.alias--contact-us .paragraph--type--rw-webform form .form-item .form-control::-moz-placeholder {
  color: var(--jse-subtheme--ir--color--grey--medium);
}

.jse-subtheme--ir.alias--contact-us .paragraph--type--rw-webform form .form-item .form-control::placeholder {
  color: var(--jse-subtheme--ir--color--grey--medium);
}

.jse-subtheme--ir.alias--contact-us .paragraph--type--rw-webform form .form-item .form-control option {
  background-color: var(--jse-subtheme--ir--color--white);
}

.jse-subtheme--ir.alias--contact-us .paragraph--type--block [id^="block-calltoaction"] h2 {
  color: #808080;
}

.jse-subtheme--ir.alias--contact-us .paragraph--type--block .social-links__link:before {
  background-color: #808080;
}

.jse-subtheme--ir.alias--search .views-element-container > div {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.jse-subtheme--ir.alias--search .views-element-container .views-row {
  padding-top: 4rem;
  border-top: 1px solid #d8d8d8;
}

.jse-subtheme--ir.alias--search .views-element-container .views-row:last-child {
  margin-bottom: 5rem;
}

.main-container {
  overflow-x: initial;
}

@media (min-width: 1200px) {
  .history-timeline__row {
    display: flex;
  }
}

.history-timeline__row + .history-timeline__row {
  margin-top: 3.2rem;
}

@media (min-width: 1200px) {
  .history-timeline__row + .history-timeline__row {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .history-timeline__row > * {
    flex: 0 0 50%;
  }
  .history-timeline__row > *:last-child {
    border-left: 1px solid #c1c1c1;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .history-timeline__row > *:last-child {
    padding-left: 3.2rem;
  }
}

@media (min-width: 1200px) {
  .history-timeline__row > .history-timeline__item--content {
    padding-top: 3.2rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1200px) {
  .history-timeline__row > .history-timeline__item--content:first-child {
    padding-right: 3.2rem;
  }
}

@media (min-width: 1200px) {
  .history-timeline__row > .history-timeline__item--media:not([class*="square"]):last-child {
    padding-left: 0;
  }
}

.history-timeline__row > .history-timeline__item--media--square {
  padding-top: 3.2rem;
}

@media (min-width: 1200px) {
  .history-timeline__row > .history-timeline__item--media--square {
    padding-top: 3.2rem;
  }
}

.history-timeline__row > .history-timeline__item--media--square .history-timeline__item__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.6rem;
}

@media (min-width: 1200px) {
  .history-timeline__row > .history-timeline__item--media--square .history-timeline__item__image {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .history-timeline__row > .history-timeline__item--media--square:first-child .history-timeline__item__image {
    margin-left: auto;
    margin-right: 4.6rem;
  }
}

@media (min-width: 1200px) {
  .history-timeline__row > .history-timeline__item--media--square:last-child .history-timeline__item__image {
    margin-left: 0;
    margin-right: auto;
  }
}

.history-timeline__row--dark {
  background-color: #282828;
  color: white;
}

.history-timeline__row--dark > .history-timeline__item--content {
  padding-top: 3.2rem;
}

.history-timeline__row--dark > .history-timeline__item--content:last-child {
  padding-bottom: 3.2rem;
}

@media (min-width: 1200px) {
  .history-timeline__row--dark > .history-timeline__item--content:last-child {
    padding-bottom: 8rem;
  }
}

.history-timeline__row--dark > .history-timeline__item--media:last-child {
  padding-top: 3.2rem;
}

@media (min-width: 1200px) {
  .history-timeline__row--dark > .history-timeline__item--media:last-child {
    padding-top: 0;
  }
}

.history-timeline__row.full-width:not([class*="dark"]) > .history-timeline__item--content:first-child {
  padding-bottom: 3.2rem;
}

@media (min-width: 1200px) {
  .history-timeline__row.full-width:not([class*="dark"]) > .history-timeline__item--content:first-child {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1200px) {
  .history-timeline__row--divider > .history-timeline__item {
    padding-top: 5.5rem;
  }
}

.history-timeline__item__title, .history-timeline__item__subtitle {
  color: #282828;
}

.history-timeline__row--dark .history-timeline__item__title, .history-timeline__row--dark .history-timeline__item__subtitle {
  color: inherit;
}

.history-timeline__item__title {
  position: relative;
  overflow: hidden;
  font-family: "Cormorant Garamond", serif;
}

.history-timeline__item__title:after {
  content: "";
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, transparent, transparent 2.4rem, #94d600 2.4rem, #94d600);
}

.history-timeline__item__image {
  height: 100%;
  min-height: 40rem;
}

@media (min-width: 1200px) {
  .history-timeline__item__image {
    min-height: auto;
  }
}

.history-timeline__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 40rem;
  width: 100%;
}

@media (min-width: 1200px) {
  .history-timeline__item__image img {
    min-height: auto;
  }
}

.history-timeline__item--media--square .history-timeline__item__image {
  position: relative;
  width: 40rem;
  height: 28rem;
}

@media (min-width: 1200px) {
  .history-timeline__item--media--square .history-timeline__item__image {
    max-width: 28rem;
    width: 100%;
  }
}

.history-timeline__item--media--square .history-timeline__item__image:before, .history-timeline__item--media--square .history-timeline__item__image:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #94d600;
}

.history-timeline__item--media--square .history-timeline__item__image:before {
  right: -1.2rem;
  height: 100%;
  width: 2px;
}

.history-timeline__item--media--square .history-timeline__item__image:after {
  bottom: -1.2rem;
  width: 100%;
  height: 2px;
}

.history-timeline__item--media--square:first-child .history-timeline__item__image:before {
  left: -1.2rem;
}

.history-timeline .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 43rem;
}

@media (min-width: 1200px) {
  .history-timeline .half-container {
    margin-left: 0;
    margin-right: 0;
    max-width: calc(1670px / 2);
  }
  .history-timeline .half-container:before, .history-timeline .half-container:after {
    content: none;
  }
  .history-timeline .half-container--left {
    margin-left: auto;
    padding-left: 4rem;
  }
  .history-timeline .half-container--right {
    margin-right: auto;
    padding-right: 4rem;
  }
}

@media (min-width: 1200px) {
  .history-timeline .pb-0 {
    padding-bottom: 0;
  }
}

body.toolbar-horizontal .main-header {
  z-index: 100;
}

article.node .rw-node-admin {
  position: static;
  font-size: 0.8rem;
  width: 100%;
  margin: var(--rw-gutter, 12px) 0;
}

article.card .rw-node-admin,
article.card-cta .rw-node-admin {
  margin: 0;
}

.jse-subtheme--ir .node--page.full
.node--page--main--row.has-sidebar
.node--page--main--row--aside {
  background-color: transparent;
}

.jse-subtheme--ir .main-container .rw-paragraph--title,
.jse-subtheme--ir .main-container .jse-paragraph--title {
  margin-top: 0;
}

.jse-subtheme--ir .form-group {
  margin-bottom: 0;
}

.jse-subtheme--ir .field.field--name-field-title {
  font-weight: normal;
}

.jse-subtheme--ir .view-jse-people .card__title {
  color: inherit;
}

.jse-subtheme--ir.page-node-39 .main-container .field--name-body {
  text-align: inherit;
}

.jse-subtheme--ir .rw-paragraph--mosaic-wrapper,
.jse-subtheme--ir .rw-paragraph--microview-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.jse-subtheme--ir .jse-slide p,
.jse-subtheme--ir .jse-slide .field--name-body,
.jse-subtheme--ir .card p,
.jse-subtheme--ir .card .field--name-body,
.jse-subtheme--ir .cta p,
.jse-subtheme--ir .cta .field--name-body {
  font-size: inherit;
  line-height: 1.5;
  min-height: auto;
  color: inherit;
}
