@charset "UTF-8";
/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.text-style-normal, .my-bts-links__button, .search-result .search-result__text, .search-result .search-result__breadcrumbs, .search-result__no-results-message, .search-filter__button, .wz-respiratory-futures-link__link, .opportunity > p, .opportunity__location, .person-listing__text, .feature-info-tile__text, .info-box__text,
.info-box__text p, .banner-details__detail-list-description, .banner-details__detail-list-term, .banner-details__link-description, .banner-details__link, .banner-details__info-list-description, .banner-details__info-list-term, .link-list__text, .field-validation-error.text-danger > span,
.field-validation-error > span, .form-tile__form-field.form-tile__form-field--checkbox .form-tile__form-field--checkbox-text, .form-tile__form-field.form-tile__form-field--radio .form-tile__form-field--radio-text, .form-tile__form-field, .form-tile__form-label, .form-tile__description, a.table__body-cell-link, .table__body-cell, .table__head-cell-text, .table__description, .accordion__card-detail,
.accordion__card-text,
.accordion__card-text p, .cta-tile__status, .cta-tile__content-detail, .promo-image__link, .promo-image__time, .info-tile__venue, .info-tile__booking-status, .info-tile__publication-date, .info-tile__text, .info-tile__image-location, .info-tile__image-time, .info-tile-listing-form-search .info-tile-listing-form-search__input-text, .tweet__date-time, .tweet__text, .mobile-search__dropdown-label, .rte a:not(.button):not(.rte__button):not(.search-result__heading-link):not(.search-result__breadcrumb-item-link):not(.cke_button):not(.accordion__card-button):not(.breadcrumb__item-link):not(.button--involved), .rte > p, .content-page__quote, .rte blockquote, .content-page__intro-copy p, .content-page__page-tag, .button, .rte .rte__button, .button.button--primary, .rte .button, .text-style-link-normal, .wz-list-of-links__item-link, .person-listing__declaration, .link-list__item-link, .breadcrumb__item-link, .tweet__text-link, .tweet__heading-side, .tweet__heading-link, .member-portal__link-item, .member-portal__login-register-link, .hamburger-menu__text, .navigation-side__item-link, .navigation-secondary__item-link {
  display: inline-block;
  color: #07272D;
  font-family: "effra", "Helvetica";
  font-size: 18px;
  font-weight: normal;
}

.text-style-small, .explore-more__text h3, .explore-more__heading, .text-style-link-small, .footer-bottom__contact-list-description, .footer-bottom__contact-list-term, .footer-bottom__address-description span, .footer-bottom__description, .footer-bottom__navigation-link, .navigation-dropdown__item-link, .navigation-main .nav-item .nav-link, .mega-container .mega-menu__resource-item a, .explore-more__text a {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-family: "effra", "Helvetica";
  font-size: 16px;
  font-weight: normal;
}

.text-style-link-normal:hover, .wz-list-of-links__item-link:hover, .person-listing__declaration:hover, .link-list__item-link:hover, .breadcrumb__item-link:hover, .tweet__text-link:hover, .tweet__heading-side:hover, .tweet__heading-link:hover, .member-portal__link-item:hover, .member-portal__login-register-link:hover, .hamburger-menu__text:hover, .navigation-side__item-link:hover, .navigation-secondary__item-link:hover {
  color: rgb(7, 39, 45);
  text-decoration: none;
  cursor: pointer;
}

.text-style-link-small:hover, .footer-bottom__contact-list-description:hover, .footer-bottom__contact-list-term:hover, .footer-bottom__address-description span:hover, .footer-bottom__description:hover, .footer-bottom__navigation-link:hover, .navigation-dropdown__item-link:hover, .navigation-main .nav-item .nav-link:hover, .mega-container .mega-menu__resource-item a:hover, .explore-more__text a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.text-style-heading-level-1, .wz-text__heading, .wz-list-of-links__heading, .person-listing__heading, .info-box > h2, .info-box__heading, .link-list__heading, .form-tile__heading, .accordion__card-heading, .cta-tile__heading, .quick-links__heading, .rte > h1 {
  display: block;
  color: rgb(7, 39, 45);
  font-family: "effra", "Helvetica";
  font-weight: normal;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 70.2px;
}

.text-style-heading-level-2, .search-result .search-result__heading-link, .opportunity .opportunity__heading, .feature-info-tile__heading, .promo-image__heading, .mega-container .mega-menu__resource-title, .rte > h2 {
  display: block;
  color: rgb(100, 103, 112);
  font-family: "effra", "Helvetica";
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1em;
}

.text-style-heading-level-3, .search-list__sector-title, .search-filter > h3, .mega-container .mega-menu__resource-item-title {
  display: block;
  color: #07272D;
  font-family: "effra", "Helvetica";
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1em;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --breakpoint-xxxl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-24, .col-xxxl-23, .col-xxxl-22, .col-xxxl-21, .col-xxxl-20, .col-xxxl-19, .col-xxxl-18, .col-xxxl-17, .col-xxxl-16, .col-xxxl-15, .col-xxxl-14, .col-xxxl-13, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-24, .col-xxl-23, .col-xxl-22, .col-xxl-21, .col-xxl-20, .col-xxl-19, .col-xxl-18, .col-xxl-17, .col-xxl-16, .col-xxl-15, .col-xxl-14, .col-xxl-13, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

.offset-1 {
  margin-left: 4.1666666667%;
}

.offset-2 {
  margin-left: 8.3333333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.6666666667%;
}

.offset-5 {
  margin-left: 20.8333333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.1666666667%;
}

.offset-8 {
  margin-left: 33.3333333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.6666666667%;
}

.offset-11 {
  margin-left: 45.8333333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.1666666667%;
}

.offset-14 {
  margin-left: 58.3333333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.6666666667%;
}

.offset-17 {
  margin-left: 70.8333333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.1666666667%;
}

.offset-20 {
  margin-left: 83.3333333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.6666666667%;
}

.offset-23 {
  margin-left: 95.8333333333%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 25;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .order-sm-21 {
    order: 21;
  }
  .order-sm-22 {
    order: 22;
  }
  .order-sm-23 {
    order: 23;
  }
  .order-sm-24 {
    order: 24;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }
  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }
  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }
  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }
  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 25;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .order-md-21 {
    order: 21;
  }
  .order-md-22 {
    order: 22;
  }
  .order-md-23 {
    order: 23;
  }
  .order-md-24 {
    order: 24;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.1666666667%;
  }
  .offset-md-2 {
    margin-left: 8.3333333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.6666666667%;
  }
  .offset-md-5 {
    margin-left: 20.8333333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.1666666667%;
  }
  .offset-md-8 {
    margin-left: 33.3333333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.6666666667%;
  }
  .offset-md-11 {
    margin-left: 45.8333333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.1666666667%;
  }
  .offset-md-14 {
    margin-left: 58.3333333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.6666666667%;
  }
  .offset-md-17 {
    margin-left: 70.8333333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.1666666667%;
  }
  .offset-md-20 {
    margin-left: 83.3333333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.6666666667%;
  }
  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 25;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .order-lg-21 {
    order: 21;
  }
  .order-lg-22 {
    order: 22;
  }
  .order-lg-23 {
    order: 23;
  }
  .order-lg-24 {
    order: 24;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }
  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }
  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }
  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }
  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 25;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .order-xl-21 {
    order: 21;
  }
  .order-xl-22 {
    order: 22;
  }
  .order-xl-23 {
    order: 23;
  }
  .order-xl-24 {
    order: 24;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xxl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xxl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xxl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xxl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 25;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .order-xxl-13 {
    order: 13;
  }
  .order-xxl-14 {
    order: 14;
  }
  .order-xxl-15 {
    order: 15;
  }
  .order-xxl-16 {
    order: 16;
  }
  .order-xxl-17 {
    order: 17;
  }
  .order-xxl-18 {
    order: 18;
  }
  .order-xxl-19 {
    order: 19;
  }
  .order-xxl-20 {
    order: 20;
  }
  .order-xxl-21 {
    order: 21;
  }
  .order-xxl-22 {
    order: 22;
  }
  .order-xxl-23 {
    order: 23;
  }
  .order-xxl-24 {
    order: 24;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xxl-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1500px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xxxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xxxl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xxxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xxxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xxxl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xxxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xxxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xxxl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xxxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xxxl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 25;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .order-xxxl-13 {
    order: 13;
  }
  .order-xxxl-14 {
    order: 14;
  }
  .order-xxxl-15 {
    order: 15;
  }
  .order-xxxl-16 {
    order: 16;
  }
  .order-xxxl-17 {
    order: 17;
  }
  .order-xxxl-18 {
    order: 18;
  }
  .order-xxxl-19 {
    order: 19;
  }
  .order-xxxl-20 {
    order: 20;
  }
  .order-xxxl-21 {
    order: 21;
  }
  .order-xxxl-22 {
    order: 22;
  }
  .order-xxxl-23 {
    order: 23;
  }
  .order-xxxl-24 {
    order: 24;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxxl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxxl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxxl-6 {
    margin-left: 25%;
  }
  .offset-xxxl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxxl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxxl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xxxl-12 {
    margin-left: 50%;
  }
  .offset-xxxl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xxxl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxxl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xxxl-18 {
    margin-left: 75%;
  }
  .offset-xxxl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xxxl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxxl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xxxl-23 {
    margin-left: 95.8333333333%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1499.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 98.4, 204) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.text-style-normal, .my-bts-links__button, .search-result .search-result__text, .search-result .search-result__breadcrumbs, .search-result__no-results-message, .search-filter__button, .wz-respiratory-futures-link__link, .opportunity > p, .opportunity__location, .person-listing__text, .feature-info-tile__text, .info-box__text,
.info-box__text p, .banner-details__detail-list-description, .banner-details__detail-list-term, .banner-details__link-description, .banner-details__link, .banner-details__info-list-description, .banner-details__info-list-term, .link-list__text, .field-validation-error.text-danger > span,
.field-validation-error > span, .form-tile__form-field.form-tile__form-field--checkbox .form-tile__form-field--checkbox-text, .form-tile__form-field.form-tile__form-field--radio .form-tile__form-field--radio-text, .form-tile__form-field, .form-tile__form-label, .form-tile__description, a.table__body-cell-link, .table__body-cell, .table__head-cell-text, .table__description, .accordion__card-detail,
.accordion__card-text,
.accordion__card-text p, .cta-tile__status, .cta-tile__content-detail, .promo-image__link, .promo-image__time, .info-tile__venue, .info-tile__booking-status, .info-tile__publication-date, .info-tile__text, .info-tile__image-location, .info-tile__image-time, .info-tile-listing-form-search .info-tile-listing-form-search__input-text, .tweet__date-time, .tweet__text, .mobile-search__dropdown-label, .rte a:not(.button):not(.rte__button):not(.search-result__heading-link):not(.search-result__breadcrumb-item-link):not(.cke_button):not(.accordion__card-button):not(.breadcrumb__item-link):not(.button--involved), .rte > p, .content-page__quote, .rte blockquote, .content-page__intro-copy p, .content-page__page-tag, .button, .rte .rte__button, .button.button--primary, .rte .button, .text-style-link-normal, .wz-list-of-links__item-link, .person-listing__declaration, .link-list__item-link, .breadcrumb__item-link, .tweet__text-link, .tweet__heading-side, .tweet__heading-link, .member-portal__link-item, .member-portal__login-register-link, .hamburger-menu__text, .navigation-side__item-link, .navigation-secondary__item-link {
  display: inline-block;
  color: #07272D;
  font-family: "effra", "Helvetica";
  font-size: 18px;
  font-weight: normal;
}

.text-style-small, .explore-more__text h3, .explore-more__heading, .text-style-link-small, .footer-bottom__contact-list-description, .footer-bottom__contact-list-term, .footer-bottom__address-description span, .footer-bottom__description, .footer-bottom__navigation-link, .navigation-dropdown__item-link, .navigation-main .nav-item .nav-link, .mega-container .mega-menu__resource-item a, .explore-more__text a {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-family: "effra", "Helvetica";
  font-size: 16px;
  font-weight: normal;
}

.text-style-link-normal:hover, .wz-list-of-links__item-link:hover, .person-listing__declaration:hover, .link-list__item-link:hover, .breadcrumb__item-link:hover, .tweet__text-link:hover, .tweet__heading-side:hover, .tweet__heading-link:hover, .member-portal__link-item:hover, .member-portal__login-register-link:hover, .hamburger-menu__text:hover, .navigation-side__item-link:hover, .navigation-secondary__item-link:hover {
  color: rgb(7, 39, 45);
  text-decoration: none;
  cursor: pointer;
}

.text-style-link-small:hover, .footer-bottom__contact-list-description:hover, .footer-bottom__contact-list-term:hover, .footer-bottom__address-description span:hover, .footer-bottom__description:hover, .footer-bottom__navigation-link:hover, .navigation-dropdown__item-link:hover, .navigation-main .nav-item .nav-link:hover, .mega-container .mega-menu__resource-item a:hover, .explore-more__text a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.text-style-heading-level-1, .wz-text__heading, .wz-list-of-links__heading, .person-listing__heading, .info-box > h2, .info-box__heading, .link-list__heading, .form-tile__heading, .accordion__card-heading, .cta-tile__heading, .quick-links__heading, .rte > h1 {
  display: block;
  color: rgb(7, 39, 45);
  font-family: "effra", "Helvetica";
  font-weight: normal;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 70.2px;
}

.text-style-heading-level-2, .search-result .search-result__heading-link, .opportunity .opportunity__heading, .feature-info-tile__heading, .promo-image__heading, .mega-container .mega-menu__resource-title, .rte > h2 {
  display: block;
  color: rgb(100, 103, 112);
  font-family: "effra", "Helvetica";
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1em;
}

.text-style-heading-level-3, .search-list__sector-title, .search-filter > h3, .mega-container .mega-menu__resource-item-title {
  display: block;
  color: #07272D;
  font-family: "effra", "Helvetica";
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1em;
}

@font-face {
  font-family: "effra";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/effra_std_rg-webfont.eot");
  src: url("/assets/fonts/effra_std_rg-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/effra_std_rg-webfont.woff2") format("woff2"), url("/assets/fonts/effra_std_rg-webfont.woff") format("woff"), url("/assets/fonts/effra_std_rg-webfont.ttf") format("truetype"), url("/assets/fonts/effra_std_rg-webfont.svg") format("svg");
}
@font-face {
  font-family: "effra";
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/effra_std_bd-webfont.eot");
  src: url("/assets/fonts/effra_std_bd-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/effra_std_bd-webfont.woff2") format("woff2"), url("/assets/fonts/effra_std_bd-webfont.woff") format("woff"), url("/assets/fonts/effra_std_bd-webfont.ttf") format("truetype"), url("/assets/fonts/effra_std_bd-webfont.svg") format("svg");
}
/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/fa-light-300.eot");
  src: url("/assets/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fa-light-300.woff2") format("woff2"), url("/assets/fonts/fa-light-300.woff") format("woff"), url("/assets/fonts/fa-light-300.ttf") format("truetype"), url("/assets/fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal, .bts-module .bts-module__collection-item--add:before, .bts-module .bts-module__collection-item--delete:before, .bts-module .bts-module__link-download:before, .bts-module .bts-module__link-copy:before, .bts-module .module-link.module-link--copy:before, .bts-module .bts-module__input--move:before, .bts-module .bts-module__input--delete:before, .bts-module .bts-module__input--add:before, .person-listing__declaration:after, .link-list__item-link:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/assets/fonts/fa-brands-400.ttf") format("truetype");
}
.fab, .banner-details__link.banner-details__link--twitter:before {
  font-family: "Font Awesome 6 Brands";
}

.error-partial-view {
  color: red;
}
.error-partial-view .message {
  display: none;
}

#sizeHelper {
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 5px;
  right: 5px;
  width: 15px;
  height: 20px;
  border: 1px solid grey;
  font-size: 12px;
}
#sizeHelper:before {
  position: absolute;
  top: -1px;
  right: 14px;
  display: block;
  width: 80px;
  height: 20px;
  padding: 2px 2px 2px 10px;
  background: grey;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #sizeHelper {
    /* powderblue */
    background-color: powderblue;
  }
  #sizeHelper:before {
    color: powderblue;
    content: "screen-xl";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #sizeHelper {
    /* GREEN */
    background-color: #77DD77;
  }
  body #sizeHelper:before {
    color: #77DD77;
    content: "screen-lg";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #sizeHelper {
    /* PINK */
    background-color: #FFD1DC;
  }
  #sizeHelper:before {
    color: #FFD1DC;
    content: "screen-md";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #sizeHelper {
    /* YELLOW */
    background-color: #FDFD96;
  }
  #sizeHelper:before {
    color: #FDFD96;
    content: "screen-sm";
  }
}
@media (max-width: 575.98px) {
  #sizeHelper {
    /* RED */
    background-color: #FF6961;
  }
  #sizeHelper:before {
    color: #FF6961;
    content: "screen-xs";
  }
}
.button, .rte .rte__button, .button.button--primary, .rte .button {
  position: relative;
  background-color: initial;
  outline: none;
  border: none;
  padding: 2px 15px;
  color: rgb(255, 255, 255);
  display: table;
  letter-spacing: 2.56px;
}
.button:hover, .rte .rte__button:hover, .button.button--primary:hover, .rte .button:hover {
  background-color: rgb(7, 39, 45);
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.button:before, .rte .rte__button:before, .button.button--primary:before, .rte .button:before {
  top: 0;
  left: 0;
  border-top: 1px solid rgb(7, 39, 45);
  border-left: 1px solid rgb(7, 39, 45);
}
.button:after, .rte .rte__button:after, .button.button--primary:after, .rte .button:after {
  top: auto;
  right: 0;
  bottom: 0;
  border-right: 1px solid rgb(7, 39, 45);
  border-bottom: 1px solid rgb(7, 39, 45);
}
@media (max-width: 767.98px) {
  .button, .rte .rte__button, .button.button--primary, .rte .button {
    font-size: 16px;
    padding: 10px 40px;
  }
}

.button.button--spaced, .rte .button--spaced.rte__button {
  margin-bottom: 30px;
}

a.button--backgrounded:link, button.button--backgrounded:link {
  background-color: rgb(237, 237, 237);
}

.button.button--block, .rte .button--block.rte__button {
  display: block;
}

.button.button--email, .rte .button--email.rte__button, .rte .rte__button[href^="mailto:"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(100, 103, 112)" d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>');
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center right 25px;
  padding-right: 60px;
}
.button.button--email:hover, .rte .button--email.rte__button:hover, .rte .rte__button[href^="mailto:"]:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(255, 255, 255)" d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>') !important;
}

.button.button--theme-blue, .rte .button--theme-blue.rte__button, .page-theme--blue .button, .page-theme--blue .rte .rte__button, .rte .page-theme--blue .rte__button {
  color: rgb(0, 156, 222);
}
.button.button--theme-blue:hover, .rte .button--theme-blue.rte__button:hover, .page-theme--blue .button:hover, .page-theme--blue .rte .rte__button:hover, .rte .page-theme--blue .rte__button:hover {
  color: white;
  background-color: rgb(0, 156, 222);
}
.button.button--theme-blue:before, .rte .button--theme-blue.rte__button:before, .page-theme--blue .button:before, .page-theme--blue .rte .rte__button:before, .rte .page-theme--blue .rte__button:before, .button.button--theme-blue:after, .rte .button--theme-blue.rte__button:after, .page-theme--blue .button:after, .page-theme--blue .rte .rte__button:after, .rte .page-theme--blue .rte__button:after {
  border-color: rgb(0, 156, 222);
}
.button.button--theme-blue.button--download, .rte .button--theme-blue.button--download.rte__button, .rte .button--theme-blue.rte__button[href$=doc], .rte .button--theme-blue.rte__button[href$=docx], .rte .button--theme-blue.rte__button[href$=xls], .rte .button--theme-blue.rte__button[href$=xlsx], .rte .button--theme-blue.rte__button[href$=ppt], .rte .button--theme-blue.rte__button[href$=pptx], .rte .button--theme-blue.rte__button[href$=pdf], .page-theme--blue .button.button--download, .page-theme--blue .rte .button--download.rte__button, .page-theme--blue .rte .rte__button[href$=doc], .page-theme--blue .rte .rte__button[href$=docx], .page-theme--blue .rte .rte__button[href$=xls], .page-theme--blue .rte .rte__button[href$=xlsx], .page-theme--blue .rte .rte__button[href$=ppt], .page-theme--blue .rte .rte__button[href$=pptx], .page-theme--blue .rte .rte__button[href$=pdf], .rte .page-theme--blue .button--download.rte__button, .rte .page-theme--blue .rte__button[href$=doc], .rte .page-theme--blue .rte__button[href$=docx], .rte .page-theme--blue .rte__button[href$=xls], .rte .page-theme--blue .rte__button[href$=xlsx], .rte .page-theme--blue .rte__button[href$=ppt], .rte .page-theme--blue .rte__button[href$=pptx], .rte .page-theme--blue .rte__button[href$=pdf] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="rgb(0, 156, 222)" d="M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z"/></svg>');
}
.button.button--theme-blue.button--email, .rte .button--theme-blue.button--email.rte__button, .rte .button--theme-blue.rte__button[href^="mailto:"], .page-theme--blue .button.button--email, .page-theme--blue .rte .button--email.rte__button, .page-theme--blue .rte .rte__button[href^="mailto:"], .rte .page-theme--blue .button--email.rte__button, .rte .page-theme--blue .rte__button[href^="mailto:"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(0, 156, 222)" d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>');
}
.button.button--theme-blue.button--link, .rte .button--theme-blue.rte__button, .page-theme--blue .button.button--link, .page-theme--blue .rte .rte__button, .rte .page-theme--blue .rte__button {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(0, 156, 222)" d="M195.515 374.828c-4.686-4.686-4.686-12.284 0-16.971l323.15-323.15-.707-.707-89.958.342c-6.627 0-12-5.373-12-12v-9.999c0-6.628 5.372-12 12-12L564 0c6.627 0 12 5.372 12 12l-.343 136c0 6.627-5.373 12-12 12h-9.999c-6.627 0-12-5.373-12-12L542 58.042l-.707-.707-323.15 323.15c-4.686 4.686-12.284 4.686-16.971 0l-5.657-5.657zm232-155.633l-8 8A12 12 0 0 0 416 235.68V464c0 8.837-7.164 16-16 16H48c-8.836 0-16-7.163-16-16V112c0-8.837 7.164-16 16-16h339.976c3.183 0 6.235-1.264 8.485-3.515l8-8c7.56-7.56 2.206-20.485-8.485-20.485H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V227.681c0-10.691-12.926-16.045-20.485-8.486z"/></svg>');
}

.button.button--theme-gold, .rte .button--theme-gold.rte__button, .page-theme--gold .button, .page-theme--gold .rte .rte__button, .rte .page-theme--gold .rte__button {
  color: rgb(201, 151, 0);
}
.button.button--theme-gold:hover, .rte .button--theme-gold.rte__button:hover, .page-theme--gold .button:hover, .page-theme--gold .rte .rte__button:hover, .rte .page-theme--gold .rte__button:hover {
  color: white;
  background-color: rgb(201, 151, 0);
}
.button.button--theme-gold:before, .rte .button--theme-gold.rte__button:before, .page-theme--gold .button:before, .page-theme--gold .rte .rte__button:before, .rte .page-theme--gold .rte__button:before, .button.button--theme-gold:after, .rte .button--theme-gold.rte__button:after, .page-theme--gold .button:after, .page-theme--gold .rte .rte__button:after, .rte .page-theme--gold .rte__button:after {
  border-color: rgb(201, 151, 0);
}
.button.button--theme-gold.button--download, .rte .button--theme-gold.button--download.rte__button, .rte .button--theme-gold.rte__button[href$=doc], .rte .button--theme-gold.rte__button[href$=docx], .rte .button--theme-gold.rte__button[href$=xls], .rte .button--theme-gold.rte__button[href$=xlsx], .rte .button--theme-gold.rte__button[href$=ppt], .rte .button--theme-gold.rte__button[href$=pptx], .rte .button--theme-gold.rte__button[href$=pdf], .page-theme--gold .button.button--download, .page-theme--gold .rte .button--download.rte__button, .page-theme--gold .rte .rte__button[href$=doc], .page-theme--gold .rte .rte__button[href$=docx], .page-theme--gold .rte .rte__button[href$=xls], .page-theme--gold .rte .rte__button[href$=xlsx], .page-theme--gold .rte .rte__button[href$=ppt], .page-theme--gold .rte .rte__button[href$=pptx], .page-theme--gold .rte .rte__button[href$=pdf], .rte .page-theme--gold .button--download.rte__button, .rte .page-theme--gold .rte__button[href$=doc], .rte .page-theme--gold .rte__button[href$=docx], .rte .page-theme--gold .rte__button[href$=xls], .rte .page-theme--gold .rte__button[href$=xlsx], .rte .page-theme--gold .rte__button[href$=ppt], .rte .page-theme--gold .rte__button[href$=pptx], .rte .page-theme--gold .rte__button[href$=pdf] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="rgb(201, 151, 0)" d="M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z"/></svg>');
}
.button.button--theme-gold.button--email, .rte .button--theme-gold.button--email.rte__button, .rte .button--theme-gold.rte__button[href^="mailto:"], .page-theme--gold .button.button--email, .page-theme--gold .rte .button--email.rte__button, .page-theme--gold .rte .rte__button[href^="mailto:"], .rte .page-theme--gold .button--email.rte__button, .rte .page-theme--gold .rte__button[href^="mailto:"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(201, 151, 0)" d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>');
}
.button.button--theme-gold.button--link, .rte .button--theme-gold.rte__button, .page-theme--gold .button.button--link, .page-theme--gold .rte .rte__button, .rte .page-theme--gold .rte__button {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(201, 151, 0)" d="M195.515 374.828c-4.686-4.686-4.686-12.284 0-16.971l323.15-323.15-.707-.707-89.958.342c-6.627 0-12-5.373-12-12v-9.999c0-6.628 5.372-12 12-12L564 0c6.627 0 12 5.372 12 12l-.343 136c0 6.627-5.373 12-12 12h-9.999c-6.627 0-12-5.373-12-12L542 58.042l-.707-.707-323.15 323.15c-4.686 4.686-12.284 4.686-16.971 0l-5.657-5.657zm232-155.633l-8 8A12 12 0 0 0 416 235.68V464c0 8.837-7.164 16-16 16H48c-8.836 0-16-7.163-16-16V112c0-8.837 7.164-16 16-16h339.976c3.183 0 6.235-1.264 8.485-3.515l8-8c7.56-7.56 2.206-20.485-8.485-20.485H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V227.681c0-10.691-12.926-16.045-20.485-8.486z"/></svg>');
}

.button.button--theme-slate-blue, .rte .button--theme-slate-blue.rte__button, .page-theme--slate-blue .button, .page-theme--slate-blue .rte .rte__button, .rte .page-theme--slate-blue .rte__button {
  color: rgb(164, 188, 194);
}
.button.button--theme-slate-blue:hover, .rte .button--theme-slate-blue.rte__button:hover, .page-theme--slate-blue .button:hover, .page-theme--slate-blue .rte .rte__button:hover, .rte .page-theme--slate-blue .rte__button:hover {
  color: white;
  background-color: rgb(164, 188, 194);
}
.button.button--theme-slate-blue:before, .rte .button--theme-slate-blue.rte__button:before, .page-theme--slate-blue .button:before, .page-theme--slate-blue .rte .rte__button:before, .rte .page-theme--slate-blue .rte__button:before, .button.button--theme-slate-blue:after, .rte .button--theme-slate-blue.rte__button:after, .page-theme--slate-blue .button:after, .page-theme--slate-blue .rte .rte__button:after, .rte .page-theme--slate-blue .rte__button:after {
  border-color: rgb(164, 188, 194);
}
.button.button--theme-slate-blue.button--download, .rte .button--theme-slate-blue.button--download.rte__button, .rte .button--theme-slate-blue.rte__button[href$=doc], .rte .button--theme-slate-blue.rte__button[href$=docx], .rte .button--theme-slate-blue.rte__button[href$=xls], .rte .button--theme-slate-blue.rte__button[href$=xlsx], .rte .button--theme-slate-blue.rte__button[href$=ppt], .rte .button--theme-slate-blue.rte__button[href$=pptx], .rte .button--theme-slate-blue.rte__button[href$=pdf], .page-theme--slate-blue .button.button--download, .page-theme--slate-blue .rte .button--download.rte__button, .page-theme--slate-blue .rte .rte__button[href$=doc], .page-theme--slate-blue .rte .rte__button[href$=docx], .page-theme--slate-blue .rte .rte__button[href$=xls], .page-theme--slate-blue .rte .rte__button[href$=xlsx], .page-theme--slate-blue .rte .rte__button[href$=ppt], .page-theme--slate-blue .rte .rte__button[href$=pptx], .page-theme--slate-blue .rte .rte__button[href$=pdf], .rte .page-theme--slate-blue .button--download.rte__button, .rte .page-theme--slate-blue .rte__button[href$=doc], .rte .page-theme--slate-blue .rte__button[href$=docx], .rte .page-theme--slate-blue .rte__button[href$=xls], .rte .page-theme--slate-blue .rte__button[href$=xlsx], .rte .page-theme--slate-blue .rte__button[href$=ppt], .rte .page-theme--slate-blue .rte__button[href$=pptx], .rte .page-theme--slate-blue .rte__button[href$=pdf] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="rgb(164, 188, 194)" d="M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z"/></svg>');
}
.button.button--theme-slate-blue.button--email, .rte .button--theme-slate-blue.button--email.rte__button, .rte .button--theme-slate-blue.rte__button[href^="mailto:"], .page-theme--slate-blue .button.button--email, .page-theme--slate-blue .rte .button--email.rte__button, .page-theme--slate-blue .rte .rte__button[href^="mailto:"], .rte .page-theme--slate-blue .button--email.rte__button, .rte .page-theme--slate-blue .rte__button[href^="mailto:"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(164, 188, 194)" d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>');
}
.button.button--theme-slate-blue.button--link, .rte .button--theme-slate-blue.rte__button, .page-theme--slate-blue .button.button--link, .page-theme--slate-blue .rte .rte__button, .rte .page-theme--slate-blue .rte__button {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(164, 188, 194)" d="M195.515 374.828c-4.686-4.686-4.686-12.284 0-16.971l323.15-323.15-.707-.707-89.958.342c-6.627 0-12-5.373-12-12v-9.999c0-6.628 5.372-12 12-12L564 0c6.627 0 12 5.372 12 12l-.343 136c0 6.627-5.373 12-12 12h-9.999c-6.627 0-12-5.373-12-12L542 58.042l-.707-.707-323.15 323.15c-4.686 4.686-12.284 4.686-16.971 0l-5.657-5.657zm232-155.633l-8 8A12 12 0 0 0 416 235.68V464c0 8.837-7.164 16-16 16H48c-8.836 0-16-7.163-16-16V112c0-8.837 7.164-16 16-16h339.976c3.183 0 6.235-1.264 8.485-3.515l8-8c7.56-7.56 2.206-20.485-8.485-20.485H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V227.681c0-10.691-12.926-16.045-20.485-8.486z"/></svg>');
}

.button.button--theme-red, .rte .button--theme-red.rte__button, .page-theme--red .button, .page-theme--red .rte .rte__button, .rte .page-theme--red .rte__button {
  color: rgb(255, 255, 255);
  background-color: rgb(204, 21, 52);
}
.button.button--theme-red:hover, .rte .button--theme-red.rte__button:hover, .page-theme--red .button:hover, .page-theme--red .rte .rte__button:hover, .rte .page-theme--red .rte__button:hover {
  color: white;
  background-color: rgb(212, 32, 39);
}
.button.button--theme-red:before, .rte .button--theme-red.rte__button:before, .page-theme--red .button:before, .page-theme--red .rte .rte__button:before, .rte .page-theme--red .rte__button:before, .button.button--theme-red:after, .rte .button--theme-red.rte__button:after, .page-theme--red .button:after, .page-theme--red .rte .rte__button:after, .rte .page-theme--red .rte__button:after {
  border-color: rgb(212, 32, 39);
}
.button.button--theme-red.button--download, .rte .button--theme-red.button--download.rte__button, .rte .button--theme-red.rte__button[href$=doc], .rte .button--theme-red.rte__button[href$=docx], .rte .button--theme-red.rte__button[href$=xls], .rte .button--theme-red.rte__button[href$=xlsx], .rte .button--theme-red.rte__button[href$=ppt], .rte .button--theme-red.rte__button[href$=pptx], .rte .button--theme-red.rte__button[href$=pdf], .page-theme--red .button.button--download, .page-theme--red .rte .button--download.rte__button, .page-theme--red .rte .rte__button[href$=doc], .page-theme--red .rte .rte__button[href$=docx], .page-theme--red .rte .rte__button[href$=xls], .page-theme--red .rte .rte__button[href$=xlsx], .page-theme--red .rte .rte__button[href$=ppt], .page-theme--red .rte .rte__button[href$=pptx], .page-theme--red .rte .rte__button[href$=pdf], .rte .page-theme--red .button--download.rte__button, .rte .page-theme--red .rte__button[href$=doc], .rte .page-theme--red .rte__button[href$=docx], .rte .page-theme--red .rte__button[href$=xls], .rte .page-theme--red .rte__button[href$=xlsx], .rte .page-theme--red .rte__button[href$=ppt], .rte .page-theme--red .rte__button[href$=pptx], .rte .page-theme--red .rte__button[href$=pdf] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="rgb(212, 32, 39)" d="M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z"/></svg>');
}
.button.button--theme-red.button--email, .rte .button--theme-red.button--email.rte__button, .rte .button--theme-red.rte__button[href^="mailto:"], .page-theme--red .button.button--email, .page-theme--red .rte .button--email.rte__button, .page-theme--red .rte .rte__button[href^="mailto:"], .rte .page-theme--red .button--email.rte__button, .rte .page-theme--red .rte__button[href^="mailto:"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(212, 32, 39)" d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>');
}
.button.button--theme-red.button--link, .rte .button--theme-red.rte__button, .page-theme--red .button.button--link, .page-theme--red .rte .rte__button, .rte .page-theme--red .rte__button {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(212, 32, 39)" d="M195.515 374.828c-4.686-4.686-4.686-12.284 0-16.971l323.15-323.15-.707-.707-89.958.342c-6.627 0-12-5.373-12-12v-9.999c0-6.628 5.372-12 12-12L564 0c6.627 0 12 5.372 12 12l-.343 136c0 6.627-5.373 12-12 12h-9.999c-6.627 0-12-5.373-12-12L542 58.042l-.707-.707-323.15 323.15c-4.686 4.686-12.284 4.686-16.971 0l-5.657-5.657zm232-155.633l-8 8A12 12 0 0 0 416 235.68V464c0 8.837-7.164 16-16 16H48c-8.836 0-16-7.163-16-16V112c0-8.837 7.164-16 16-16h339.976c3.183 0 6.235-1.264 8.485-3.515l8-8c7.56-7.56 2.206-20.485-8.485-20.485H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V227.681c0-10.691-12.926-16.045-20.485-8.486z"/></svg>');
}

.button.button--theme-blue-dark, .rte .button--theme-blue-dark.rte__button, .page-theme--none .button, .page-theme--none .rte .rte__button, .rte .page-theme--none .rte__button, .page-theme--blue-dark .button, .page-theme--blue-dark .rte .rte__button, .rte .page-theme--blue-dark .rte__button {
  color: rgb(7, 39, 45);
}
.button.button--theme-blue-dark:hover, .rte .button--theme-blue-dark.rte__button:hover, .page-theme--none .button:hover, .page-theme--none .rte .rte__button:hover, .rte .page-theme--none .rte__button:hover, .page-theme--blue-dark .button:hover, .page-theme--blue-dark .rte .rte__button:hover, .rte .page-theme--blue-dark .rte__button:hover {
  color: white;
  background-color: rgb(7, 39, 45);
}
.button.button--theme-blue-dark:before, .rte .button--theme-blue-dark.rte__button:before, .page-theme--none .button:before, .page-theme--none .rte .rte__button:before, .rte .page-theme--none .rte__button:before, .page-theme--blue-dark .button:before, .page-theme--blue-dark .rte .rte__button:before, .rte .page-theme--blue-dark .rte__button:before, .button.button--theme-blue-dark:after, .rte .button--theme-blue-dark.rte__button:after, .page-theme--none .button:after, .page-theme--none .rte .rte__button:after, .rte .page-theme--none .rte__button:after, .page-theme--blue-dark .button:after, .page-theme--blue-dark .rte .rte__button:after, .rte .page-theme--blue-dark .rte__button:after {
  border-color: rgb(7, 39, 45);
}
.button.button--theme-blue-dark.button--download, .rte .button--theme-blue-dark.button--download.rte__button, .rte .button--theme-blue-dark.rte__button[href$=doc], .rte .button--theme-blue-dark.rte__button[href$=docx], .rte .button--theme-blue-dark.rte__button[href$=xls], .rte .button--theme-blue-dark.rte__button[href$=xlsx], .rte .button--theme-blue-dark.rte__button[href$=ppt], .rte .button--theme-blue-dark.rte__button[href$=pptx], .rte .button--theme-blue-dark.rte__button[href$=pdf], .page-theme--none .button.button--download, .page-theme--none .rte .button--download.rte__button, .page-theme--none .rte .rte__button[href$=doc], .page-theme--none .rte .rte__button[href$=docx], .page-theme--none .rte .rte__button[href$=xls], .page-theme--none .rte .rte__button[href$=xlsx], .page-theme--none .rte .rte__button[href$=ppt], .page-theme--none .rte .rte__button[href$=pptx], .page-theme--none .rte .rte__button[href$=pdf], .rte .page-theme--none .button--download.rte__button, .rte .page-theme--none .rte__button[href$=doc], .rte .page-theme--none .rte__button[href$=docx], .rte .page-theme--none .rte__button[href$=xls], .rte .page-theme--none .rte__button[href$=xlsx], .rte .page-theme--none .rte__button[href$=ppt], .rte .page-theme--none .rte__button[href$=pptx], .rte .page-theme--none .rte__button[href$=pdf], .page-theme--blue-dark .button.button--download, .page-theme--blue-dark .rte .button--download.rte__button, .page-theme--blue-dark .rte .rte__button[href$=doc], .page-theme--blue-dark .rte .rte__button[href$=docx], .page-theme--blue-dark .rte .rte__button[href$=xls], .page-theme--blue-dark .rte .rte__button[href$=xlsx], .page-theme--blue-dark .rte .rte__button[href$=ppt], .page-theme--blue-dark .rte .rte__button[href$=pptx], .page-theme--blue-dark .rte .rte__button[href$=pdf], .rte .page-theme--blue-dark .button--download.rte__button, .rte .page-theme--blue-dark .rte__button[href$=doc], .rte .page-theme--blue-dark .rte__button[href$=docx], .rte .page-theme--blue-dark .rte__button[href$=xls], .rte .page-theme--blue-dark .rte__button[href$=xlsx], .rte .page-theme--blue-dark .rte__button[href$=ppt], .rte .page-theme--blue-dark .rte__button[href$=pptx], .rte .page-theme--blue-dark .rte__button[href$=pdf] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="rgb(7, 39, 45)" d="M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z"/></svg>');
}
.button.button--theme-blue-dark.button--email, .rte .button--theme-blue-dark.button--email.rte__button, .rte .button--theme-blue-dark.rte__button[href^="mailto:"], .page-theme--none .button.button--email, .page-theme--none .rte .button--email.rte__button, .page-theme--none .rte .rte__button[href^="mailto:"], .rte .page-theme--none .button--email.rte__button, .rte .page-theme--none .rte__button[href^="mailto:"], .page-theme--blue-dark .button.button--email, .page-theme--blue-dark .rte .button--email.rte__button, .page-theme--blue-dark .rte .rte__button[href^="mailto:"], .rte .page-theme--blue-dark .button--email.rte__button, .rte .page-theme--blue-dark .rte__button[href^="mailto:"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(7, 39, 45)" d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>');
}
.button.button--theme-blue-dark.button--link, .rte .button--theme-blue-dark.rte__button, .page-theme--none .button.button--link, .page-theme--none .rte .rte__button, .rte .page-theme--none .rte__button, .page-theme--blue-dark .button.button--link, .page-theme--blue-dark .rte .rte__button, .rte .page-theme--blue-dark .rte__button {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(7, 39, 45)" d="M195.515 374.828c-4.686-4.686-4.686-12.284 0-16.971l323.15-323.15-.707-.707-89.958.342c-6.627 0-12-5.373-12-12v-9.999c0-6.628 5.372-12 12-12L564 0c6.627 0 12 5.372 12 12l-.343 136c0 6.627-5.373 12-12 12h-9.999c-6.627 0-12-5.373-12-12L542 58.042l-.707-.707-323.15 323.15c-4.686 4.686-12.284 4.686-16.971 0l-5.657-5.657zm232-155.633l-8 8A12 12 0 0 0 416 235.68V464c0 8.837-7.164 16-16 16H48c-8.836 0-16-7.163-16-16V112c0-8.837 7.164-16 16-16h339.976c3.183 0 6.235-1.264 8.485-3.515l8-8c7.56-7.56 2.206-20.485-8.485-20.485H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V227.681c0-10.691-12.926-16.045-20.485-8.486z"/></svg>');
}

.button.button--theme-white, .rte .button--theme-white.rte__button {
  color: white;
}
.button.button--theme-white:hover, .rte .button--theme-white.rte__button:hover {
  color: rgb(0, 156, 222);
  background-color: white;
}
.button.button--theme-white:before, .rte .button--theme-white.rte__button:before, .button.button--theme-white:after, .rte .button--theme-white.rte__button:after {
  border-color: white;
}
.button.button--theme-white.button--download, .rte .button--theme-white.button--download.rte__button, .rte .button--theme-white.rte__button[href$=doc], .rte .button--theme-white.rte__button[href$=docx], .rte .button--theme-white.rte__button[href$=xls], .rte .button--theme-white.rte__button[href$=xlsx], .rte .button--theme-white.rte__button[href$=ppt], .rte .button--theme-white.rte__button[href$=pptx], .rte .button--theme-white.rte__button[href$=pdf] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z"/></svg>');
}
.button.button--theme-white.button--download:hover, .rte .button--theme-white.button--download.rte__button:hover, .rte .button--theme-white.rte__button[href$=doc]:hover, .rte .button--theme-white.rte__button[href$=docx]:hover, .rte .button--theme-white.rte__button[href$=xls]:hover, .rte .button--theme-white.rte__button[href$=xlsx]:hover, .rte .button--theme-white.rte__button[href$=ppt]:hover, .rte .button--theme-white.rte__button[href$=pptx]:hover, .rte .button--theme-white.rte__button[href$=pdf]:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="rgb(0, 156, 222)" d="M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z"/></svg>') !important;
}
.button.button--theme-white.button--email, .rte .button--theme-white.button--email.rte__button, .rte .button--theme-white.rte__button[href^="mailto:"] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>');
}
.button.button--theme-white.button--email:hover, .rte .button--theme-white.button--email.rte__button:hover, .rte .button--theme-white.rte__button[href^="mailto:"]:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(0, 156, 222)" d="M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z"/></svg>') !important;
}
.button.button--theme-white.button--link, .rte .button--theme-white.rte__button {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="white" d="M195.515 374.828c-4.686-4.686-4.686-12.284 0-16.971l323.15-323.15-.707-.707-89.958.342c-6.627 0-12-5.373-12-12v-9.999c0-6.628 5.372-12 12-12L564 0c6.627 0 12 5.372 12 12l-.343 136c0 6.627-5.373 12-12 12h-9.999c-6.627 0-12-5.373-12-12L542 58.042l-.707-.707-323.15 323.15c-4.686 4.686-12.284 4.686-16.971 0l-5.657-5.657zm232-155.633l-8 8A12 12 0 0 0 416 235.68V464c0 8.837-7.164 16-16 16H48c-8.836 0-16-7.163-16-16V112c0-8.837 7.164-16 16-16h339.976c3.183 0 6.235-1.264 8.485-3.515l8-8c7.56-7.56 2.206-20.485-8.485-20.485H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V227.681c0-10.691-12.926-16.045-20.485-8.486z"/></svg>');
}
.button.button--theme-white.button--link:hover, .rte .button--theme-white.rte__button:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(0, 156, 222)" d="M195.515 374.828c-4.686-4.686-4.686-12.284 0-16.971l323.15-323.15-.707-.707-89.958.342c-6.627 0-12-5.373-12-12v-9.999c0-6.628 5.372-12 12-12L564 0c6.627 0 12 5.372 12 12l-.343 136c0 6.627-5.373 12-12 12h-9.999c-6.627 0-12-5.373-12-12L542 58.042l-.707-.707-323.15 323.15c-4.686 4.686-12.284 4.686-16.971 0l-5.657-5.657zm232-155.633l-8 8A12 12 0 0 0 416 235.68V464c0 8.837-7.164 16-16 16H48c-8.836 0-16-7.163-16-16V112c0-8.837 7.164-16 16-16h339.976c3.183 0 6.235-1.264 8.485-3.515l8-8c7.56-7.56 2.206-20.485-8.485-20.485H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V227.681c0-10.691-12.926-16.045-20.485-8.486z"/></svg>') !important;
}

.hidden-anchor {
  display: inline-block;
  width: 0;
  height: 0;
}
.hidden-anchor::after {
  display: none !important;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.content-page {
  background-color: #F7F7F7;
}

.content-page__page-colums {
  /*.button {
      @extend .button;
  }*/
}
@media (max-width: 991.98px) {
  .content-page__page-colums {
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 991.98px) {
  .content-page__page-colums.content-page__page-colums--reverse {
    flex-wrap: wrap;
  }
}
.content-page__page-colums .breadcrumb {
  padding: 0;
}
.content-page__page-colums .content-page__page-tag:first-child {
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .content-page__page-colums .content-page__page-tag:first-child {
    margin-top: 0;
  }
}

.content-page__page-tag {
  background-color: rgb(7, 39, 45);
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 0 4px 4px 0;
}
@media (min-width: 768px) {
  .content-page__page-tag {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .content-page__page-tag {
    font-size: 20px;
  }
}

.content-page__intro-copy p {
  font-size: 24px;
  margin-bottom: 15px;
}
.content-page__intro-copy p span.highlight {
  color: rgb(7, 39, 45);
}

.content-page__body-image {
  width: 100%;
  margin-bottom: 30px;
}

.content-page__quote, .rte blockquote {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 10px solid rgb(164, 188, 194);
}

.page-theme--blue {
  /*.content-page__page-colums {
      .button {
          @extend .button--theme-blue;
      }
  }*/
}
.page-theme--blue .content-page__intro-copy p span.highlight {
  color: rgb(0, 156, 222);
}

.page-theme--green {
  /*.content-page__page-colums {
      .button {
          @extend .button--theme-green;
      }
  }*/
}
.page-theme--green .content-page__intro-copy p span.highlight {
  color: rgb(0, 115, 71);
}

.page-theme--gold {
  /*.content-page__page-colums {
      .button {
          @extend .button--theme-gold;
      }
  }*/
}
.page-theme--gold .content-page__intro-copy p span.highlight {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue {
  /*.content-page__page-colums {
      .button {
          @extend .button--theme-slate-blue;
      }
  }*/
}
.page-theme--slate-blue .content-page__intro-copy p span.highlight {
  color: rgb(164, 188, 194);
}

.page-theme--red {
  /*.content-page__page-colums {
      .button {
          @extend .button--theme-red;
      }
  }*/
}
.page-theme--red .content-page__intro-copy p span.highlight {
  color: rgb(212, 32, 39);
}

.page-theme--blue-dark {
  /*.content-page__page-colums {
      .button {
          @extend .button--theme-blue-dark;
      }
  }*/
}
.page-theme--blue-dark .content-page__intro-copy p span.highlight {
  color: rgb(7, 39, 45);
}

.page-theme--blue-dark .content-page__page-tag {
  background-color: rgb(7, 39, 45);
}

.page-theme--slate-blue .content-page__page-tag {
  background-color: rgb(164, 188, 194);
}

/* Colors */
/* Spacing */
/* Font Sizes */
.page-theme--blue .content-page__page-tag {
  background-color: rgb(0, 156, 222);
}
.page-theme--blue .header-site {
  border-bottom: 25px solid #009CDE;
}
@media (max-width: 767.98px) {
  .page-theme--blue .header-site {
    border-bottom: 15px solid #009CDE;
  }
}
@media (min-width: 992px) {
  .page-theme--blue .rte > h1 {
    font-size: 60px;
  }
}
.page-theme--blue .table__head-cell {
  background-color: rgb(0, 156, 222);
}
.page-theme--blue .table__body-cell-link {
  background-color: rgb(0, 156, 222) !important;
  letter-spacing: 2.56px;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-radius: 0 4px 4px 0;
  transition: all ease-in 0.3s;
  cursor: pointer !important;
}
.page-theme--blue .table__body-cell-link:after {
  content: unset;
}
.page-theme--blue .table__body-cell-link:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
@media (max-width: 767px) {
  .page-theme--blue .table__body-cell:first-child {
    background-color: rgb(0, 156, 222);
    font-size: 20px;
  }
  .page-theme--blue .table__body-cell {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-theme--blue .table__body-cell:before {
    color: rgb(0, 156, 222);
  }
  .page-theme--blue .table__body-row {
    border-radius: 0 10px 10px 0;
    border: 1px solid rgba(112, 112, 112, 0.231372549);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
    background: #FFFFFF;
  }
}
@media (max-width: 575.98px) {
  .page-theme--blue .rte > h1 {
    padding-bottom: 20px;
    font-size: 28px;
  }
}
.page-theme--blue .rte > p {
  font-size: 18px;
}
.page-theme--blue .guideline-listing > .table {
  border-bottom: 3px solid rgb(0, 156, 222);
}
.page-theme--blue .guideline-filter__control, .page-theme--blue .guideline-filter__dir {
  background-color: rgb(0, 156, 222);
}

.page-theme--gold .content-page__page-tag {
  background-color: rgb(201, 151, 0);
}

/* Colors */
/* Spacing */
/* Font Sizes */
.page-theme--green .content-page__page-tag {
  background-color: rgb(0, 115, 71);
}
.page-theme--green .header-site {
  border-bottom: 25px solid #027347;
}
@media (max-width: 767.98px) {
  .page-theme--green .header-site {
    border-bottom: 15px solid #027347;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.page-theme--red .content-page__page-tag {
  background-color: #CC1534;
}
.page-theme--red .header-site {
  border-bottom: 25px solid #CC1534;
}
@media (max-width: 767.98px) {
  .page-theme--red .header-site {
    border-bottom: 15px solid #CC1534;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
.page-theme--orange .content-page__page-tag {
  background-color: #FF6A27;
}
.page-theme--orange .header-site {
  border-bottom: 25px solid #FF6A27;
}
@media (max-width: 767.98px) {
  .page-theme--orange .header-site {
    border-bottom: 15px solid #FF6A27;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
.page-theme--yellow .content-page__page-tag {
  background-color: #FFBF46;
  color: #07272D;
}
.page-theme--yellow .header-site {
  border-bottom: 25px solid #FFBF46;
}
@media (max-width: 767.98px) {
  .page-theme--yellow .header-site {
    border-bottom: 15px solid #FFBF46;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.explore-more {
  background: rgba(164, 188, 194, 0.3960784314);
  overflow: hidden;
  margin-bottom: -30px;
}
@media (min-width: 1200px) {
  .explore-more {
    margin-bottom: -60px;
  }
}
.explore-more__heading {
  font-size: 70px;
  color: #07272D;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 20px;
  padding-bottom: 15px;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 992px) {
  .explore-more__heading {
    padding-top: unset;
    padding-bottom: unset;
  }
}
@media only screen and (max-width: 576px) {
  .explore-more__heading {
    font-size: 40px;
  }
}
.explore-more__grid {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.explore-more__card {
  background: #a4bcc2;
  color: black;
  display: flex;
  justify-content: space-between;
  flex: 1;
  transition: transform 0.5s ease;
}
.explore-more__card:hover {
  transform: scale(1.02);
}
.explore-more__text {
  padding: 35px 35px 25px 40px;
  display: flex;
  flex-direction: column;
}
.explore-more__text h3 {
  display: block;
  font-size: 35px;
  color: #07272D;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.1;
}
@media only screen and (max-width: 576px) {
  .explore-more__text h3 {
    font-size: 24px;
  }
}
.explore-more__text a {
  background: #789399;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0 4px 4px 0;
  margin-top: auto;
  text-align: center;
  max-width: 149px;
  transition: transform 0.3s ease;
}
.explore-more__text a:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
@media only screen and (max-width: 576px) {
  .explore-more__text {
    padding: 13px 15px 13px 15px;
  }
}
.explore-more__image img {
  height: 100%;
  width: 180px;
}
@media only screen and (max-width: 576px) {
  .explore-more__image img {
    width: 150px;
  }
}

.button--involved, .page-theme--orange .info-tile__content .button, .page-theme--orange .info-tile__content .rte .rte__button, .rte .page-theme--orange .info-tile__content .rte__button, .page-theme--green .rte__button, .page-theme--green .table__body-cell-link, .page-theme--red .info-tile .button, .page-theme--red .info-tile .rte .rte__button, .rte .page-theme--red .info-tile .rte__button, .password-reset .bts-module__section-button button.button, .password-reset .bts-module__section-button .rte button.rte__button, .rte .password-reset .bts-module__section-button button.rte__button, .page-theme--orange .table__body-cell-link {
  transition: transform 0.3s ease;
}
.button--involved:hover, .page-theme--orange .info-tile__content .button:hover, .page-theme--orange .info-tile__content .rte .rte__button:hover, .rte .page-theme--orange .info-tile__content .rte__button:hover, .page-theme--green .rte__button:hover, .page-theme--green .table__body-cell-link:hover, .page-theme--red .info-tile .button:hover, .page-theme--red .info-tile .rte .rte__button:hover, .rte .page-theme--red .info-tile .rte__button:hover, .password-reset .bts-module__section-button button.button:hover, .password-reset .bts-module__section-button .rte button.rte__button:hover, .rte .password-reset .bts-module__section-button button.rte__button:hover, .page-theme--orange .table__body-cell-link:hover {
  transform: scale(1.1);
  background-color: #07272D;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.rte {
  margin-bottom: 47px;
  flex: 1;
}
@media (max-width: 767.98px) {
  .rte {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .rte {
    flex: 0 0 40%;
  }
}

.rte > h1 {
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .rte > h1 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .rte > h1 {
    font-size: 32.4px;
  }
}

.rte__button {
  transition: transform 0.3s ease;
}
.rte__button:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}

.rte > h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: rgb(7, 39, 45);
  font-size: 30px;
}

.rte > p {
  font-size: 18px;
  color: #07272D;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 767.98px) {
  .rte > p {
    font-size: 18px;
  }
}

.rte > p:has(strong) {
  margin-bottom: 4px;
}

.rte > p:has(strong) {
  margin-bottom: 4px;
}

.rte a:not(.button):not(.rte__button):not(.search-result__heading-link):not(.search-result__breadcrumb-item-link):not(.cke_button):not(.accordion__card-button):not(.breadcrumb__item-link):not(.button--involved) {
  font-size: 18px;
  position: relative;
  color: #07272D;
  text-decoration: underline;
  font-weight: bold;
}
.rte > img {
  width: 100%;
}

.image__wrapper {
  flex: 1;
}
.image__wrapper img {
  width: 100%;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1607843137);
}

.rte > p > ul, .rte > ul {
  /*.rte > ul:not(.link-list__list) {*/
  margin-bottom: 15px;
  padding-left: 20px;
}
.rte > p > ul li, .rte > ul li {
  font-size: 18px;
  color: #07272D;
  display: list-item;
  list-style-type: disc;
}

@media (max-width: 767.98px) {
  .rte table:not([class]) {
    border: none;
  }
}
.rte table.table-plain tbody tr:first-of-type {
  font-weight: bold;
}

.rte table:not([class]) tbody tr:first-of-type {
  background-color: rgb(7, 39, 45);
  color: white;
}
.rte table:not([class]) tbody tr:nth-child(even) {
  background-color: rgb(237, 237, 237);
}
.rte table:not([class]) tbody tr:nth-child(odd) {
  background-color: rgb(247, 247, 247);
}
.rte table:not([class]) tbody tr td {
  padding: 2px 5px;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .rte table:not([class]) tbody tr {
    border: 1px solid;
    display: block;
    margin-bottom: 15px;
  }
  .rte table:not([class]) tbody tr td {
    display: block;
    border: none;
    width: 100% !important;
  }
  .rte table:not([class]) tbody tr td:before {
    content: attr(data-label) ": ";
    color: rgb(7, 39, 45);
    font-weight: bold;
  }
  .rte table:not([class]) tbody tr:first-of-type {
    display: none;
  }
}

.rte.respiratory-quality-improvement > p:first-of-type {
  position: relative;
}
.rte.respiratory-quality-improvement > p:first-of-type:before {
  content: "";
  margin: 0px 0px 10px 10px;
  display: block;
  width: 145px;
  height: 95px;
  float: right;
  background-image: url(/assets/images/respiratory-quality-improvement.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .rte.respiratory-quality-improvement > p:first-of-type:before {
    width: 115px;
    height: 75px;
  }
}

.rte.national-institute-for-health-and-care-excellence > p:first-of-type {
  position: relative;
}
.rte.national-institute-for-health-and-care-excellence > p:first-of-type:before {
  content: "";
  margin: 0px 0px 10px 10px;
  display: block;
  width: 196px;
  height: 72px;
  float: right;
  background-image: url(/assets/images/Accreditation-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rte__article-info {
  position: relative;
  padding: 15px 0;
  margin-bottom: 15px;
}
.rte__article-info:before, .rte__article-info:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  background-image: linear-gradient(90deg, #d0d8d7 33%, rgba(255, 255, 255, 0) 0);
  background-position-y: 0;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.rte__article-info:before {
  top: 0;
}
.rte__article-info:after {
  bottom: 0;
}

.rte__intro-text p {
  font-weight: bold;
}

.rte__highlight {
  color: rgb(7, 39, 45);
}

.rte > a.button:link, .rte > a.rte__button:link, .rte > button.button:link, .rte > button.rte__button:link {
  display: table;
  margin-bottom: 15px;
}

.rte .rte__video iframe video {
  width: 100%;
  height: auto;
}

.rte .rte__did-yout-know {
  background-color: tomato;
}

.page-theme--blue .rte .rte__highlight, .page-theme--blue .rte > h2 {
  color: rgb(0, 156, 222);
}
.page-theme--blue .rte table:not(.table):not(.table-plain) tbody tr:first-of-type {
  background-color: rgb(0, 156, 222);
  color: #fff;
}
@media (max-width: 767.98px) {
  .page-theme--blue .rte table:not(.table) tbody tr td:before {
    color: rgb(0, 156, 222);
  }
}
.page-theme--green .rte .rte__highlight, .page-theme--green .rte > h2 {
  color: rgb(0, 115, 71);
}
.page-theme--green .rte table:not(.table):not(.table-plain) tbody tr:first-of-type {
  background-color: rgb(0, 115, 71);
  color: #fff;
}
@media (max-width: 767.98px) {
  .page-theme--green .rte table:not(.table) tbody tr td:before {
    color: rgb(0, 115, 71);
  }
}
.page-theme--gold .rte .rte__highlight, .page-theme--gold .rte > h2 {
  color: rgb(201, 151, 0);
}
.page-theme--gold .rte table:not(.table):not(.table-plain) tbody tr:first-of-type {
  background-color: rgb(201, 151, 0);
  color: #fff;
}
@media (max-width: 767.98px) {
  .page-theme--gold .rte table:not(.table) tbody tr td:before {
    color: rgb(201, 151, 0);
  }
}
.page-theme--slate-blue .rte .rte__highlight, .page-theme--slate-blue .rte > h2 {
  color: rgb(164, 188, 194);
}
.page-theme--slate-blue .rte table:not(.table):not(.table-plain) tbody tr:first-of-type {
  background-color: rgb(164, 188, 194);
  color: #fff;
}
@media (max-width: 767.98px) {
  .page-theme--slate-blue .rte table:not(.table) tbody tr td:before {
    color: rgb(164, 188, 194);
  }
}
.page-theme--red .rte .rte__highlight, .page-theme--red .rte > h2 {
  color: rgb(212, 32, 39);
}
.page-theme--red .rte table:not(.table):not(.table-plain) tbody tr:first-of-type {
  background-color: rgb(212, 32, 39);
  color: #fff;
}
@media (max-width: 767.98px) {
  .page-theme--red .rte table:not(.table) tbody tr td:before {
    color: rgb(212, 32, 39);
  }
}
.page-theme--blue-dark .rte .rte__highlight, .page-theme--blue-dark .rte > h2 {
  color: rgb(7, 39, 45);
}
.page-theme--blue-dark .rte table:not(.table):not(.table-plain) tbody tr:first-of-type {
  background-color: rgb(7, 39, 45);
  color: #fff;
}
@media (max-width: 767.98px) {
  .page-theme--blue-dark .rte table:not(.table) tbody tr td:before {
    color: rgb(7, 39, 45);
  }
}
.page-theme--none .rte .rte__highlight, .page-theme--none .rte > h2 {
  color: rgb(7, 39, 45);
}
/* Colors */
/* Spacing */
/* Font Sizes */
.header-site {
  position: relative;
  z-index: 99999;
  background-color: white;
}
.header-site__social-links {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.header-site__social-links-item {
  list-style: none;
}
.header-site__social-link {
  padding: 5px;
  display: inline-block;
  width: 40px;
  background: #07272D;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.header-site__social-link:hover {
  background: #009CDE;
  color: rgb(255, 255, 255);
  transform: scale(1.1);
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.mega-container {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-wrap: nowrap;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 30px 0px 10px 16px;
  border-radius: 0 0 20px 20px;
  z-index: 9999;
  transition: opacity 0.2s ease;
  height: 490px;
}
.mega-container .mega-menu__left {
  position: relative;
  width: 22%;
}
.mega-container .mega-menu__left ul {
  height: 450px;
  overflow-y: auto;
}
.mega-container .mega-menu__left ul::-webkit-scrollbar {
  width: 17px;
}
.mega-container .mega-menu__left ul::-webkit-scrollbar-track {
  background: rgba(164, 188, 194, 0.3450980392);
}
.mega-container .mega-menu__left ul::-webkit-scrollbar-thumb {
  background: #07272D;
}
.mega-container .mega-menu__right {
  position: relative;
  flex: 1;
}
.mega-container .mega-menu__right ul {
  height: 450px;
  overflow-y: auto;
}
.mega-container .mega-menu__right ul::-webkit-scrollbar {
  width: 17px;
}
.mega-container .mega-menu__right ul::-webkit-scrollbar-track {
  background: rgba(164, 188, 194, 0.3450980392);
}
.mega-container .mega-menu__right ul::-webkit-scrollbar-thumb {
  background: #07272D;
}
.mega-container .mega-menu__fade {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  right: 23px;
  height: 60px;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
  display: none;
}
.mega-container .mega-menu__resource {
  overflow-y: auto;
  padding-left: 40px;
  flex: 1;
}
@media (max-width: 991.98px) {
  .mega-container .mega-menu__resource {
    display: none;
  }
}
.mega-container .mega-menu__resource::-webkit-scrollbar {
  width: 10px;
}
.mega-container .mega-menu__resource::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mega-container .mega-menu__resource::-webkit-scrollbar-thumb {
  background: #000;
}
.mega-container .mega-menu__resource-title {
  font-size: 50.4px;
  color: #07272D;
}
.mega-container .mega-menu__resource-item {
  border-top: 3px solid #b5e3f5;
}
.mega-container .mega-menu__resource-item-title {
  margin-top: 10px;
}
.mega-container .mega-menu__resource-item a {
  font-size: 16px;
  background: #009CDE;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 0.4rem 0.8rem;
  border-radius: 0px 4px 4px 0px;
  letter-spacing: 2px;
  transition: transform 0.3s ease;
}
.mega-container .mega-menu__resource-item a:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
.mega-container .mega-menu__panel.active {
  display: block;
}
.mega-container li:last-child .navigation-dropdown__item-link {
  margin-bottom: 0;
}

.logo-area {
  margin: 28px 0;
}
@media (max-width: 991.98px) {
  .logo-area {
    margin: 20px 0;
  }
}
.logo-area__heading-image {
  display: block;
  height: 87px;
  width: 206px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .logo-area__heading-image {
    width: 145px;
    height: 61px;
  }
}
@media (max-width: 991.98px) {
  .logo-area__heading-image {
    margin: 0;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
#mainNavigation {
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  #mainNavigation {
    min-height: calc(100vh - 101px);
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container--stretched {
    padding-right: 0;
    padding-left: 0;
  }
}
.navigation-main {
  background-color: #07272D;
  padding: 0;
}
@media (max-width: 991.98px) {
  .navigation-main {
    border-top: 1px solid rgb(237, 237, 237);
  }
  .navigation-main > .container {
    max-width: 100%;
  }
}
.navigation-main .nav-mobile .nav-item {
  position: relative;
}
.navigation-main .nav-mobile .nav-item:first-child .nav-link {
  border-top: 1px solid #18373d;
}
.navigation-main .nav-mobile .nav-item.show .nav-link {
  margin: 0;
  padding-inline: 15px;
}
.navigation-main .nav-mobile .nav-item.show:has(.has-submenu.open) > .toggle::before {
  transform: rotate(-135deg);
}
.navigation-main .nav-mobile .nav-link {
  margin: 0 15px;
  border-bottom: 1px solid #18373d;
}
.navigation-main .navigation-mobile {
  padding: 15px;
}
@media (min-width: 992px) {
  .navigation-main .navigation-mobile {
    display: none;
  }
}
.navigation-main .navigation-mobile .navigation-mobile__search {
  padding-top: 15px;
}
.navigation-main .navigation-mobile .form-search__input-text {
  height: 2.2rem;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .navigation-main .navbar-nav {
    gap: 0.5rem;
  }
}
@media (min-width: 1500px) {
  .navigation-main .navbar-nav {
    gap: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .navigation-main .navbar-nav {
    gap: 3rem;
  }
}

.navigation-main .nav-item {
  padding-block: 10px;
}
@media (min-width: 992px) {
  .navigation-main .nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation-main .nav-item.dropdown .dropdown-toggle:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navigation-main .nav-item {
    padding: 0;
  }
}

.navigation-main .nav-desktop .nav-item {
  position: static;
}
.navigation-main .nav-desktop .nav-item.show {
  background: #f7f7f7;
  border-radius: 0px 4px 4px 0px;
}
.navigation-main .nav-desktop .nav-item.show .nav-link {
  color: #07272d;
}

.navigation-main .nav-item .nav-link {
  font-size: 18px;
  padding: 0;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .navigation-main .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .navigation-main .nav-item .nav-link {
    display: block;
    padding: 15px 0px;
  }
}

.navigation-main .nav-item.nav-item--theme-blue .nav-link:hover, .navigation-main .nav-item.nav-item--theme-blue.active .nav-link, .navigation-main .nav-item.nav-item--theme-blue.show .nav-link {
  color: rgb(0, 156, 222);
}
@media (min-width: 992px) {
  .navigation-main .nav-item.nav-item--theme-blue .nav-link.dropdown-toggle:after {
    background-color: rgb(0, 156, 222);
  }
}
.navigation-main .nav-item.nav-item--theme-green .nav-link:hover, .navigation-main .nav-item.nav-item--theme-green.active .nav-link, .navigation-main .nav-item.nav-item--theme-green.show .nav-link {
  color: rgb(0, 115, 71);
}
@media (min-width: 992px) {
  .navigation-main .nav-item.nav-item--theme-green.show .nav-link.dropdown-toggle:after {
    background-color: rgb(0, 115, 71);
  }
}
.navigation-main .nav-item.nav-item--theme-gold .nav-link:hover, .navigation-main .nav-item.nav-item--theme-gold.active .nav-link, .navigation-main .nav-item.nav-item--theme-gold.show .nav-link {
  color: rgb(201, 151, 0);
}
@media (min-width: 992px) {
  .navigation-main .nav-item.nav-item--theme-gold.show .nav-link.dropdown-toggle:after {
    background-color: rgb(201, 151, 0);
  }
}
.navigation-main .nav-item.nav-item--theme-slate-blue .nav-link:hover, .navigation-main .nav-item.nav-item--theme-slate-blue.active .nav-link, .navigation-main .nav-item.nav-item--theme-slate-blue.show .nav-link {
  color: rgb(164, 188, 194);
}
@media (min-width: 992px) {
  .navigation-main .nav-item.nav-item--theme-slate-blue.show .nav-link.dropdown-toggle:after {
    background-color: rgb(164, 188, 194);
  }
}
.navigation-main .nav-item.nav-item--theme-red .nav-link:hover, .navigation-main .nav-item.nav-item--theme-red.active .nav-link, .navigation-main .nav-item.nav-item--theme-red.show .nav-link {
  color: rgb(212, 32, 39);
}
@media (min-width: 992px) {
  .navigation-main .nav-item.nav-item--theme-red.show .nav-link.dropdown-toggle:after {
    background-color: rgb(212, 32, 39);
  }
}
.navigation-main .nav-item.nav-item--theme-blue-dark .nav-link:hover, .navigation-main .nav-item.nav-item--theme-blue-dark.active .nav-link, .navigation-main .nav-item.nav-item--theme-blue-dark.show .nav-link {
  color: rgb(7, 39, 45);
}
@media (min-width: 992px) {
  .navigation-main .nav-item.nav-item--theme-blue-dark.show .nav-link.dropdown-toggle:after {
    background-color: rgb(7, 39, 45);
  }
}

.navbar-nav .nav-item.show > .mega-container {
  display: flex;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

body.overlay-active::before {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 0.8;
  z-index: 9999;
}

.nav-mobile .navigation-dropdown__list .navigation-dropdown__list-item .navigation-submenu__list {
  display: none;
  margin-block: 5px;
  max-height: 300px;
  overflow-y: auto;
}
.nav-mobile .navigation-dropdown__list .navigation-dropdown__list-item .navigation-submenu__list::-webkit-scrollbar {
  width: 10px;
}
.nav-mobile .navigation-dropdown__list .navigation-dropdown__list-item .navigation-submenu__list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nav-mobile .navigation-dropdown__list .navigation-dropdown__list-item .navigation-submenu__list::-webkit-scrollbar-thumb {
  background: #000;
}
.nav-mobile .navigation-dropdown__list .navigation-dropdown__list-item .navigation-submenu__list.open {
  display: block;
}
.nav-mobile .navigation-dropdown__list .navigation-dropdown__list-item.has-submenu.open > a {
  background: #019cde;
  color: #fff;
}
.nav-mobile .navigation-dropdown__list .navigation-dropdown__list-item.has-submenu.open .toggle::before {
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.nav-mobile .navigation-dropdown__item-link {
  margin: 0;
  background: #fff;
}
.nav-mobile .nav-item.dropdown.show > .toggle::before {
  transform: rotate(45deg);
}
.nav-mobile .dropdown-toggle.toggle::after {
  content: none;
}
.nav-mobile .toggle {
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-mobile .toggle::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #019cde;
  border-bottom: 2px solid #019cde;
  margin: auto;
  transform: rotate(-45deg);
}
.nav-mobile .submenu-toggle-btn::before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.nav-mobile .nav-item.dropdown.show .nav-link {
  background: #fff;
  color: #000;
}
.nav-mobile .nav-item.dropdown.show > .toggle::before {
  transform: rotate(45deg);
}
.nav-mobile .dropdown-menu.show {
  border-top: 1px solid #ededed;
}
.nav-mobile .dropdown-menu.show .navigation-dropdown__list {
  padding-inline: 15px;
  margin-block: 10px;
}
.nav-mobile .dropdown-menu.show .navigation-dropdown__list-item {
  list-style: none;
}

.navigation-secondary {
  background-color: rgb(247, 247, 247);
  text-align: right;
}
@media (max-width: 991.98px) {
  .navigation-secondary {
    display: none;
  }
}

.navigation-secondary__link-list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.navigation-secondary__list-item {
  display: inline-block;
}

.navigation-secondary__item-link {
  display: block;
  padding: 5px 23px;
}
.navigation-secondary__item-link.navigation-secondary__item-link--alt {
  background-color: rgb(154, 196, 55);
  color: white;
}
.navigation-secondary__item-link.navigation-secondary__item-link--alt:hover {
  color: rgb(100, 103, 112);
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.navigation-dropdown {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(164, 188, 194);
  width: 325px;
}
.navigation-dropdown.show {
  display: flex;
}
@media (max-width: 991.98px) {
  .navigation-dropdown.show {
    width: auto;
    border: none;
  }
}

.navigation-dropdown__list {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
}

.navigation-dropdown__list-item {
  position: relative;
}
.navigation-dropdown__list-item.active .navigation-dropdown__item-link {
  background: #009CDE;
  color: #FFFFFF;
}

.navigation-dropdown__item-link {
  font-size: 20px;
  display: block;
  color: #07272D;
  background-color: rgb(247, 247, 247);
  padding: 4px 8px;
  margin: 0 6px 6px 6px;
}
.navigation-dropdown__item-link:hover {
  background-color: #009CDE;
}
.navigation-dropdown__item-link.clicked {
  background: #07272D;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .navigation-dropdown__item-link {
    padding: 15px 15px;
  }
}

.nav-item.nav-item--theme-blue {
  /*.button {
      @extend .button--theme-blue;
  }*/
}
.nav-item.nav-item--theme-blue .navigation-dropdown__item-link:hover,
.nav-item.nav-item--theme-blue .navigation-dropdown__heading {
  color: rgb(0, 156, 222);
}

.nav-item.nav-item--theme-green {
  /*.button {
      @extend .button--theme-green;
  }*/
}
.nav-item.nav-item--theme-green .navigation-dropdown__item-link:hover,
.nav-item.nav-item--theme-green .navigation-dropdown__heading {
  color: rgb(0, 115, 71);
}

.nav-item.nav-item--theme-gold {
  /*.button {
      @extend .button--theme-gold;
  }*/
}
.nav-item.nav-item--theme-gold .navigation-dropdown__item-link:hover,
.nav-item.nav-item--theme-gold .navigation-dropdown__heading {
  color: rgb(201, 151, 0);
}

.nav-item.nav-item--theme-slate-blue {
  /*.button {
      @extend .button--theme-slate-blue;
  }*/
}
.nav-item.nav-item--theme-slate-blue .navigation-dropdown__item-link:hover,
.nav-item.nav-item--theme-slate-blue .navigation-dropdown__heading {
  color: rgb(164, 188, 194);
}

.nav-item.nav-item--theme-red {
  /*.button {
      @extend .button--theme-red;
  }*/
}
.nav-item.nav-item--theme-red .navigation-dropdown__item-link:hover,
.nav-item.nav-item--theme-red .navigation-dropdown__heading {
  color: rgb(164, 188, 194);
}

.nav-item.nav-item--theme-blue-dark {
  /*.button {
      @extend .button--theme-blue-dark;
  }*/
}
.nav-item.nav-item--theme-blue-dark .navigation-dropdown__item-link:hover,
.nav-item.nav-item--theme-blue-dark .navigation-dropdown__heading {
  color: rgb(7, 39, 45);
}

.navigation-side {
  border: 1px solid rgb(164, 188, 194);
  margin-bottom: 30px;
}

.navigation-side__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgb(247, 247, 247);
}

.navigation-side__list-item {
  position: relative;
}
.navigation-side__list-item.navigation-side__list-item--expanded {
  background-color: rgb(237, 237, 237);
}

.navigation-side__list.navigation-side__list--level-1 > .navigation-side__list-item {
  border-bottom: 1px solid rgb(164, 188, 194);
}
.navigation-side__list.navigation-side__list--level-1 > .navigation-side__list-item:last-of-type {
  border: none;
}
.navigation-side__list.navigation-side__list--level-1 > .navigation-side__list-item > .navigation-side__item-link {
  margin-left: 19px;
}

.navigation-side__list.navigation-side__list--level-2 {
  border-top: 1px solid rgb(164, 188, 194);
  background-color: rgb(237, 237, 237);
}
.navigation-side__list.navigation-side__list--level-2 > .navigation-side__list-item {
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
  background-image: linear-gradient(90deg, rgb(208, 216, 215) 33%, hsla(0, 0%, 100%, 0) 0);
  background-position-y: 0px;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.navigation-side__list.navigation-side__list--level-2 > .navigation-side__list-item:first-of-type {
  background-image: none;
}
.navigation-side__list.navigation-side__list--level-2 > .navigation-side__list-item:before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image: url(/assets/icons/icon-arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 24px;
}
.navigation-side__list.navigation-side__list--level-2 > .navigation-side__list-item > .navigation-side__item-link {
  padding-left: 24px;
}

.navigation-side__list.navigation-side__list--level-3 {
  background-color: rgb(237, 237, 237);
  padding-bottom: 15px;
}
.navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item {
  margin-left: 20px;
  padding-left: 20px;
}
.navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item {
  border-left: 1px solid rgb(164, 188, 194);
}
.navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item > .navigation-side__item-link {
  margin: 0;
  padding: 17px 0;
}
.navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item > .navigation-side__item-link:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  background-image: linear-gradient(90deg, #d0d8d7 33%, rgba(255, 255, 255, 0) 0);
  background-position-y: 0;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}

.navigation-side__item-link {
  margin: 17px 67px 17px 0;
}

.navigation-side__link-list-expand:after {
  content: "";
  display: block;
  width: 50px;
  height: 62px;
  position: absolute;
  top: 0;
  background-image: url(/assets/icons/icon-minus.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.navigation-side__link-list-expand.collapsed:after {
  background-image: url(/assets/icons/icon-plus.svg);
}
.navigation-side__link-list-expand.collapsed + .navigation-side__item-link {
  color: rgb(100, 103, 112);
}

.navigation-side__list--level-1 > .navigation-side__list-item > .navigation-side__link-list-expand:after {
  right: 0;
}

.navigation-side__list--level-2 > .navigation-side__list-item > .navigation-side__link-list-expand:after {
  right: -17px;
}

.page-theme--blue .navigation-side__item-link:hover,
.page-theme--blue .navigation-side__item-link.navigation-side__item-link-on-path {
  color: rgb(0, 156, 222);
}
.page-theme--blue .navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item {
  border-color: rgb(0, 156, 222);
}

.page-theme--green .navigation-side__item-link:hover,
.page-theme--green .navigation-side__item-link.navigation-side__item-link-on-path {
  color: rgb(0, 115, 71);
}
.page-theme--green .navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item {
  border-color: rgb(0, 115, 71);
}

.page-theme--gold .navigation-side__item-link:hover,
.page-theme--gold .navigation-side__item-link.navigation-side__item-link-on-path {
  color: rgb(201, 151, 0);
}
.page-theme--gold .navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item {
  border-color: rgb(201, 151, 0);
}

.page-theme--slate-blue .navigation-side__item-link:hover,
.page-theme--slate-blue .navigation-side__item-link.navigation-side__item-link-on-path {
  color: rgb(164, 188, 194);
}
.page-theme--slate-blue .navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item {
  border-color: rgb(164, 188, 194);
}

.page-theme--red .navigation-side__item-link:hover,
.page-theme--red .navigation-side__item-link.navigation-side__item-link-on-path {
  color: rgb(212, 32, 39);
}
.page-theme--red .navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item {
  border-color: rgb(212, 32, 39);
}

.page-theme--blue-dark .navigation-side__item-link:hover,
.page-theme--blue-dark .navigation-side__item-link.navigation-side__item-link-on-path {
  color: rgb(7, 39, 45);
}
.page-theme--blue-dark .navigation-side__list.navigation-side__list--level-3 > .navigation-side__list-item {
  border-color: rgb(7, 39, 45);
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.hamburger-menu {
  position: absolute;
  top: 38px;
  right: 15px;
  padding: 0;
  background-color: white;
  border: none;
  outline: none;
}
.hamburger-menu:focus {
  outline: none;
}
@media (min-width: 992px) {
  .hamburger-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .hamburger-menu {
    top: 52px;
  }
}

.hamburger-menu__text {
  color: #07272D;
  font-size: 18px;
  position: relative;
  padding-right: 34px;
  font-weight: bold;
}

.hamburger-menu__burger {
  width: 24px;
  top: 3px;
  right: 0;
}
.hamburger-menu__burger, .hamburger-menu__burger:before, .hamburger-menu__burger:after {
  display: block;
  position: absolute;
  height: 4px;
  background-color: rgb(0, 156, 222);
  border-radius: 4px;
}
.hamburger-menu__burger:before {
  content: "";
  width: 24px;
  top: 8px;
  right: 0px;
}
.hamburger-menu__burger:after {
  content: "";
  width: 24px;
  top: 16px;
  right: 0;
}

.mobile-search {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 25px;
  width: 29px;
  height: 29px;
  border: none;
  outline: none;
  background-image: url(/assets/icons/icon-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  cursor: pointer;
}
.mobile-search:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  .mobile-search {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .mobile-search {
    bottom: 11px;
  }
}

.mobile-search__dropdown-form {
  display: none;
  padding: 25px 20px;
  padding: 25px 20px;
  border-bottom: 6px solid rgb(0, 156, 222);
  background-color: rgb(7, 39, 45);
}
@media (max-width: 991.98px) {
  .mobile-search__dropdown-form {
    display: block;
  }
}

.mobile-search__dropdown-label {
  color: white;
  margin-bottom: 0;
}

.mobile-search__dropdown-search {
  display: none;
  width: 100%;
  border: 1px solid rgb(208, 216, 215);
  padding: 15px;
  background-image: url(/assets/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: right calc(50% - 60px) center;
  background-color: rgb(216, 216, 216);
  color: rgb(100, 103, 112);
}
.mobile-search__dropdown-search:not(:placeholder-shown) {
  background-image: none;
}
@media (max-width: 991.98px) {
  .mobile-search__dropdown-search {
    display: block;
  }
}
.mobile-search__dropdown-search.placeholder {
  text-align: center;
}
.mobile-search__dropdown-search:-moz-placeholder {
  text-align: center;
}
.mobile-search__dropdown-search::-moz-placeholder {
  text-align: center;
}
.mobile-search__dropdown-search::-webkit-input-placeholder {
  text-align: center;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.member-portal {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .member-portal {
    display: none;
  }
}
.member-portal__login-register {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: -7px 10px 13px -5px rgba(0, 0, 0, 0.0509803922);
  padding-left: 15px;
}
@media (min-width: 1400px) {
  .member-portal__login-register {
    gap: 20px;
    padding-left: 26px;
  }
}
.member-portal__login-register-link {
  font-size: 18px;
  padding: 2px 8px;
  border-radius: 0 4px 4px 0;
}
@media (min-width: 1400px) {
  .member-portal__login-register-link {
    font-size: 20px;
  }
}
.member-portal__login-register-link--yellow {
  background: #FFBF46;
  color: #07272D;
  transition: transform 0.3s ease;
}
.member-portal__login-register-link--yellow:hover {
  transform: scale(1.1);
  background-color: #07272D;
  color: #fff;
}
.member-portal__login-register-link--dark {
  background: #07272D;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  transition: transform 0.3s ease;
}
.member-portal__login-register-link--dark:hover {
  color: rgb(255, 255, 255);
}
.member-portal__login-register-link:hover {
  transform: scale(1.1);
}
.member-portal__actions {
  display: inline-flex;
  gap: 20px;
  margin-top: 20px;
}
.member-portal__contact {
  margin-block: 33px;
}
@media (min-width: 992px) {
  .member-portal__link {
    padding-right: 15px;
    text-align: end;
  }
}
@media (min-width: 1400px) {
  .member-portal__link {
    flex: 1;
    padding-right: 26px;
  }
}
.member-portal__link-item {
  font-size: 18px;
  padding: 2px 8px;
  border-radius: 0 4px 4px 0;
}
@media (min-width: 1400px) {
  .member-portal__link-item {
    font-size: 20px;
  }
}
.member-portal__link-item.member-portal__link-item--alt {
  border: 1px solid rgb(0, 156, 222);
  background: rgb(0, 156, 222);
  color: #fff;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .member-portal__link-item.member-portal__link-item--alt {
    margin-left: 16px;
  }
}
.member-portal__link-item.member-portal__link-item--alt:hover {
  background-color: rgb(0, 156, 222);
  transform: scale(1.1);
  background-color: #07272D;
  border: 1px solid #07272D;
}
.member-portal .member-portal__logout-user {
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.member-portal__user .member-portal__login-register-link {
  font-size: 0.7rem;
}

.navigation-mobile__member-portal {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
}
.navigation-mobile__member-portal .member-portal__link-item, .navigation-mobile__member-portal .member-portal__login-register-link {
  padding: 6px 14px;
}
.navigation-mobile__member-portal .member-portal__login-register-link--light {
  background: #fff;
  color: #000;
}
.navigation-mobile__member-portal .member-portal__login-register {
  padding: 0;
}
.navigation-mobile__member-portal .member-portal__link-item--alt {
  padding: 6px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.strap-line {
  text-align: right;
}
@media (max-width: 991.98px) {
  .strap-line {
    display: none;
  }
}

.strap-line__text {
  padding-bottom: 10px;
  background-image: linear-gradient(to right, rgb(164, 188, 194) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}

.strap-line__ending {
  color: rgb(0, 156, 222);
}

/* Colors */
/* Spacing */
/* Font Sizes */
.form-search {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-search__input-text {
  width: 100%;
  height: 2.1rem;
  outline: none;
  border: none;
  border-radius: 19px;
  padding: 0 4.5rem 0 1rem;
  font-size: 18px;
}
@media (min-width: 1400px) {
  .form-search__input-text {
    font-size: 20px;
  }
}
.form-search button {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}
.form-search button i {
  font-size: 18px;
  color: #07272D;
}
@media (min-width: 1400px) {
  .form-search button i {
    font-size: 20px;
  }
}

.tweet__heading-link {
  color: rgb(0, 156, 222);
  margin-right: 17px;
}
.tweet__heading-link:hover {
  color: rgb(0, 156, 222);
  text-decoration: underline;
}

.tweet__heading-side {
  color: rgb(164, 188, 194);
}
.tweet__heading-side:hover {
  color: rgb(164, 188, 194);
  text-decoration: underline;
}

.tweet__text {
  color: white;
}

.tweet__text-link {
  color: rgb(0, 156, 222);
}
.tweet__text-link:hover {
  color: rgb(0, 156, 222);
  text-decoration: underline;
}

.tweet__date-time {
  font-size: 16px;
  color: rgb(164, 188, 194);
}

.quick-links {
  position: relative;
  padding-top: 80px;
  padding-bottom: 85px;
}
.quick-links:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: rgb(0, 156, 222);
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 991.98px) {
  .quick-links {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .quick-links:before {
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .quick-links:before {
    left: 15px;
  }
}

.quick-links__heading {
  text-align: center;
}
@media (max-width: 991.98px) {
  .quick-links__heading {
    text-align: left;
    margin-bottom: 20px;
  }
}

.quick-links__link {
  display: block;
  position: relative;
  border: 1px solid rgb(0, 156, 222);
  padding: 35px;
  text-align: center;
  color: rgb(0, 156, 222);
  font-size: 30px;
}
.quick-links__link:hover {
  color: white;
  background-color: rgb(0, 156, 222);
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .quick-links__link {
    text-align: left;
    margin-bottom: 10px;
    padding: 20px 55px 20px 20px;
    font-size: 20px;
  }
}

.quick-links__text {
  position: relative;
}
.quick-links__text:after {
  content: "";
  display: block;
  height: 15px;
  width: 20px;
  background-image: url(/assets/icons/icon-arrow-right-blue.svg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .quick-links__text:after {
    right: -30px;
  }
}
@media (max-width: 991.98px) {
  .quick-links__text {
    position: static;
  }
  .quick-links__text:after {
    right: 28px;
  }
}

.quick-links__link:hover .quick-links__text:after {
  background-image: url(/assets/icons/icon-arrow-right-white.svg);
}

.breadcrumb {
  margin: 0 0 25px 0;
  padding: 20px 0 0 0;
  list-style: none;
  display: flex;
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb__list-item {
  display: inline-flex;
  background-color: rgb(255, 255, 255);
  position: relative;
  background: rgb(255, 255, 255) 0% 0% no-repeat;
  box-shadow: 3px 3px 6px rgba(164, 188, 194, 0.2);
  border-radius: 0px 5px 5px 0px;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb__list-item:first-of-type {
  padding-left: 0;
  margin-left: 0;
  align-items: normal;
}
.breadcrumb__list-item:first-of-type:after {
  display: none;
}

.breadcrumb__list-item {
  z-index: 1;
}

.breadcrumb__list-item:nth-child(1) {
  z-index: 3;
}

.breadcrumb__list-item:nth-child(2) {
  z-index: 2;
  margin-left: -3px;
}

.breadcrumb__list-item:nth-child(3) {
  z-index: 1;
}
@media (min-width: 992px) {
  .breadcrumb__list-item:nth-child(3) {
    margin-left: -3px;
  }
}

.breadcrumb__list-item:nth-child(4) {
  z-index: 0;
}

.breadcrumb__list-item:nth-child(5) {
  z-index: -1;
}

.breadcrumb__item-link {
  display: block;
  padding: 7px 10px;
  background-color: white;
  border-radius: 0px 5px 5px 0px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .breadcrumb__item-link {
    font-size: 16px;
    line-height: normal;
  }
}
.breadcrumb__item-link.breadcrumb__item-link--home {
  position: relative;
  font-size: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .breadcrumb__item-link.breadcrumb__item-link--home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumb__item-link.breadcrumb__item-link--home:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/icons/icon-home.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.page-theme--blue .breadcrumb__item-link.breadcrumb__item-link--current {
  color: rgb(0, 156, 222);
}

.page-theme--gold .breadcrumb__item-link.breadcrumb__item-link--current {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue .breadcrumb__item-link.breadcrumb__item-link--current {
  color: rgb(164, 188, 194);
}

.page-theme--blue-dark .breadcrumb__item-link.breadcrumb__item-link--current {
  color: rgb(7, 39, 45);
}

@media (min-width: 992px) {
  .slider-news {
    background-color: rgb(237, 237, 237);
    margin: 0 auto;
    max-width: 1556px;
  }
  .slider-news > [class^=col] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .slider-news {
    margin-right: 0;
  }
  .slider-news > [class^=col] {
    padding-right: 0;
  }
}
.slider-news .latest-news {
  padding: 60px 15px;
  height: 600px;
}
@media (max-width: 767.98px) {
  .slider-news .latest-news {
    padding: 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .slider-news .latest-news {
    height: auto;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
.sliderBanner {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .sliderBanner__wrapper {
    display: flex !important;
    gap: 8px;
  }
}
.sliderBanner__wrapper .owl-stage {
  padding-left: 0px !important;
}
.sliderBanner__wrapper .owl-item:nth-child(2) .sliderBanner__cards span.content-page__page-tag, .sliderBanner__wrapper .owl-item:nth-child(3) .sliderBanner__cards span.content-page__page-tag {
  background-color: #FFBF46;
  color: #07272D;
}
.sliderBanner__wrapper .owl-item:nth-child(2) .sliderBanner__content:after, .sliderBanner__wrapper .owl-item:nth-child(3) .sliderBanner__content:after {
  bottom: 45px;
  z-index: unset;
}
.sliderBanner__wrapper .owl-item:nth-child(3) .sliderBanner__content:after {
  bottom: 63px;
}
.sliderBanner__wrapper .owl-nav {
  position: absolute;
  top: 0;
  right: -2px;
  width: 36px;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%) 0% 0% no-repeat padding-box;
}
.sliderBanner__wrapper .owl-nav .owl-prev, .sliderBanner__wrapper .owl-nav .owl-next {
  display: none !important;
}
.sliderBanner__wrapper .owl-nav.nav-right-only {
  right: -2px !important;
}
.sliderBanner__wrapper .owl-nav.nav-left-only {
  background: transparent linear-gradient(90deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 100%) 0% 0% no-repeat padding-box;
  left: -2px !important;
}
.sliderBanner__wrapper .owl-dots {
  display: none;
}
@media (min-width: 992px) {
  .sliderBanner__group {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .sliderBanner__group .sliderBanner__cards {
    max-height: 387px;
    width: 40%;
  }
}
.sliderBanner__group .sliderBanner__content span.content-page__page-tag {
  background-color: #FFBF46;
  color: #07272D;
}
@media (min-width: 992px) {
  .sliderBanner__group .sliderBanner__content span.content-page__page-tag {
    font-size: 20px;
    padding-left: 45px;
    padding-block: 7px;
  }
}
.sliderBanner__cards {
  width: 100%;
}
@media (min-width: 992px) {
  .sliderBanner__cards {
    position: relative;
    max-height: 795px;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .sliderBanner__cards::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(7, 39, 45, 0.968627451) 20%, rgba(7, 39, 45, 0) 100%);
    pointer-events: none;
    border-radius: 0px 0px 20px 0px;
  }
}
.sliderBanner__group {
  width: 40%;
}
.sliderBanner__group .sliderBanner__cards {
  width: 100%;
}
.sliderBanner__content {
  background-color: #07272d;
  padding: 20px 12px;
  position: relative;
  border-radius: 0px 0px 20px 0px;
  height: 265px;
}
@media (min-width: 992px) {
  .sliderBanner__content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 9;
    padding: 30px 45px;
    background: transparent;
    max-width: unset;
    height: unset;
  }
}
.sliderBanner__content:after {
  content: "";
  position: absolute;
  background-color: rgba(164, 188, 194, 0.2);
  height: 3.25px;
  right: 0px;
  bottom: 63px;
  width: calc(100% - 45px);
  z-index: unset;
}
@media (min-width: 992px) {
  .sliderBanner__content:after {
    z-index: -1;
    bottom: 50px;
  }
}
.sliderBanner__content p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0px;
  line-height: 21px;
  font-family: "effra";
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sliderBanner__content p {
    font-size: 20px;
    line-height: 26px;
  }
}
.sliderBanner__content span.content-page__page-tag {
  position: absolute;
  background-color: #009cde;
  top: -10px;
  left: 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  font-family: "effra";
}
@media (min-width: 992px) {
  .sliderBanner__content span.content-page__page-tag {
    padding-left: 45px;
    font-size: 20px;
    padding-block: 7px;
    margin-bottom: 0px;
  }
}
.sliderBanner__imageSection img {
  border-radius: 0px 20px 0px 0px;
  width: 100%;
}
@media (min-width: 992px) {
  .sliderBanner__imageSection img {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .sliderBanner__imageSection {
    height: 100%;
  }
}
.sliderBanner__title {
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #fff;
  font-family: "effra";
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .sliderBanner__title {
    font-size: 45px;
    line-height: 53px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .sliderBanner__title {
    font-size: 32px;
    line-height: 37px;
    margin-top: 15px;
  }
}
.sliderBanner__cta-button {
  display: inline-block;
  background-color: rgb(59, 86, 92);
  border-radius: 0px 4px 4px 0px;
  padding: 12px 24px;
  font-size: 16px;
  letter-spacing: 2.56px;
  line-height: 19px;
  color: #fff;
  font-family: "effra";
  font-weight: 500;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 9;
}
.sliderBanner__cta-button:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
  background-color: #009cde;
}

/* Colors */
/* Spacing */
/* Font Sizes */
.horizontalLine {
  width: 100%;
  height: 36px;
}
.horizontalLine.yellow {
  background-color: #FFBF46 !important;
}
.horizontalLine.blue {
  background-color: #009CDE;
}
.horizontalLine.green {
  background-color: #027347 !important;
}
@media (max-width: 991.98px) {
  .horizontalLine {
    height: 20px;
  }
}

.popularResources {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .popularResources {
    margin-top: 21px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .popularResources--guideline {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .popularResources--standards {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .popularResources .latest-news__title {
    font-size: 50px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .popularResources .latest-news__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.popularResources .latest-news__cardTabs {
  display: none;
}
@media screen and (min-width: 1200px) {
  .popularResources .latest-news__cardTabs {
    display: flex;
    gap: 25px;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .popularResources .latest-news__cardTabs p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2.56px;
    color: #fff;
    text-transform: uppercase;
    background-color: #07272D;
    padding: 8px;
    font-family: "effra";
    position: relative;
    cursor: pointer;
  }
}
@media screen and (min-width: 1200px) {
  .popularResources .latest-news__cardTabs p::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    left: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .popularResources .latest-news__cardTabs p:nth-child(1)::before {
    background-color: #FF6A27;
  }
}
.popularResources .latest-news__cardTabs p:nth-child(1):hover {
  background-color: #FF6A27;
  transition: all ease-in 0.3s;
}
.popularResources .latest-news__cardTabs p:nth-child(1):hover::before {
  background-color: #07272D;
  transition: all ease-in 0.3s;
}
@media screen and (min-width: 1200px) {
  .popularResources .latest-news__cardTabs p:nth-child(2)::before {
    background-color: #007347;
  }
}
.popularResources .latest-news__cardTabs p:nth-child(2):hover {
  background-color: #007347;
  transition: all ease-in 0.3s;
}
.popularResources .latest-news__cardTabs p:nth-child(2):hover::before {
  background-color: #07272D;
  transition: all ease-in 0.3s;
}
@media screen and (min-width: 1200px) {
  .popularResources .latest-news__cardTabs p:nth-child(3)::before {
    background-color: #007347;
  }
}
.popularResources .latest-news__cardTabs p:nth-child(3):hover {
  background-color: #007347;
  transition: all ease-in 0.3s;
}
.popularResources .latest-news__cardTabs p:nth-child(3):hover::before {
  background-color: #07272D;
  transition: all ease-in 0.3s;
}
.popularResources .latest-news__card .news-card__content:after {
  background-color: #007347;
}
@media (min-width: 992px) {
  .popularResources .latest-news__card .news-card__date {
    margin-bottom: 14px;
  }
}

.latest-news {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .latest-news {
    margin-top: 21px;
    margin-bottom: unset;
  }
}
.latest-news__carousel {
  display: flex !important;
}
.latest-news__carousel .owl-stage {
  display: flex !important;
  padding-right: 0px !important;
  padding-left: unset !important;
}
@media (min-width: 992px) {
  .latest-news__carousel .owl-stage {
    gap: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .latest-news__carousel .owl-stage {
    gap: 80px;
  }
}
.latest-news__carousel .owl-stage-outer:after {
  content: "";
  position: absolute;
  background: transparent linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  top: 0;
  width: 66px;
  right: -2px;
  z-index: 1;
}
@media (min-width: 992px) {
  .latest-news__carousel .owl-stage-outer:after {
    width: 542px;
  }
}
.latest-news__carousel .owl-item {
  height: auto !important;
}
@media (max-width: 991.98px) {
  .latest-news__carousel .owl-nav button {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .latest-news__carousel .owl-nav {
    width: 70px;
  }
}
.latest-news__carousel .owl-nav.nav-left-only {
  background: transparent linear-gradient(270deg, rgba(247, 247, 247, 0) 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
.latest-news__carousel .owl-nav button {
  position: absolute;
  border-right: 7px solid #07272D !important;
  border-bottom: 7px solid #07272D !important;
  border-radius: 5px;
  top: 50%;
  outline: none;
}
.latest-news__carousel .owl-nav button.owl-prev {
  transform: translate(-50%, -50%) rotate(130deg);
  left: 30px;
  height: 25px;
  width: 25px;
}
@media (min-width: 1400px) {
  .latest-news__carousel .owl-nav button.owl-prev {
    left: 20px;
    right: unset;
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .latest-news__carousel .owl-nav button.owl-prev {
    height: 35px;
    width: 35px;
  }
}
.latest-news__carousel .owl-nav button.owl-prev :focus {
  outline: none;
}
.latest-news__carousel .owl-nav button.owl-next {
  transform: translate(-50%, -50%) rotate(-45deg);
  right: 0;
  height: 25px;
  width: 25px;
}
@media (min-width: 1400px) {
  .latest-news__carousel .owl-nav button.owl-next {
    right: 20px;
    left: unset;
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .latest-news__carousel .owl-nav button.owl-next {
    height: 35px;
    width: 35px;
  }
}
.latest-news__carousel .owl-nav button.owl-next :focus {
  outline: none;
}
.latest-news__carousel .owl-nav button span {
  display: none;
}
.latest-news__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.latest-news__header {
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  .latest-news__header {
    margin-bottom: 31px;
  }
}
.latest-news__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 47px;
  font-family: "effra";
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .latest-news__title {
    font-size: 70px;
    line-height: 83px;
  }
}
.latest-news__card .news-card__image {
  margin-bottom: 20px;
}
.latest-news__card .news-card__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px 11px 11px 0px;
}
.latest-news__card .news-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.latest-news__card .news-card__content:after {
  content: "";
  width: 100%;
  position: absolute;
  background-color: #FFBF46;
  height: 3.25px;
  right: 0px;
  z-index: -1;
  bottom: 15px;
}
.latest-news__card .news-card__date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-bottom: 15px;
  color: #07272D;
}
@media (min-width: 1200px) {
  .latest-news__card .news-card__date {
    margin-bottom: 21px;
  }
}
.latest-news__card .news-card__title {
  font-size: 22px;
  color: #07272D;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .latest-news__card .news-card__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.latest-news__card .news-card__description {
  font-size: 16px;
  color: #07272D;
  margin-bottom: 22px;
}
.latest-news__card .news-card__link {
  width: 147px;
  height: 33px;
  background-color: #07272D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 4px 4px 0px;
  color: #FFFFFF;
  letter-spacing: 2.56px;
  font-weight: 400;
  margin-top: auto;
  transition: all ease-in 0.3s;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .latest-news__card .news-card__link {
    margin-top: auto;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .latest-news__card .news-card__link:hover {
    text-decoration: none;
    transform: scale(1.1);
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.info-tile-listing {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  gap: 20px;
}
.info-tile-listing .info-tile {
  width: calc(25% - 15px);
}
@media screen and (min-width: 576px) {
  .info-tile-listing .info-tile {
    min-height: 260px;
  }
}
@media screen and (max-width: 1400px) {
  .info-tile-listing .info-tile {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 991.98px) {
  .info-tile-listing .info-tile {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .info-tile-listing .info-tile {
    width: 100%;
  }
}

.info-tile-listing__divider {
  height: 1px;
  width: 100%;
  background-color: rgb(237, 237, 237);
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .info-tile-listing__divider {
    display: none;
  }
}

/*.info-tile-listing__filter-select-label {
    @extend .text-style-normal;
    width: 100%;
    margin-bottom: 30px;
}

.info-tile-listing__filter-select {
    @extend .text-style-normal;
    margin-left: 20px;
    min-width: 200px;

    &, &:focus {
        outline: none;
    }
}*/
.button--involved {
  font-size: 18px;
  background: #07272D;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  padding-block: 3px;
  padding-inline: 20px;
  border-radius: 0px 4px 4px 0px;
  letter-spacing: 2px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .button--involved {
    font-size: 16px;
    padding-block: 6px;
    padding-inline: 10px;
  }
}
.button--involved:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.page-theme--orange .content-page__page-colums .info-tile-listing {
  margin-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
  .page-theme--orange .content-page__page-colums .info-tile-listing {
    margin-bottom: 30px;
  }
}
.page-theme--red .content-page__page-colums .info-tile-listing {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .page-theme--orange .content-page__page-colums .info-tile__heading {
    font-size: 28px;
  }
}
.page-theme--orange .info-tile {
  background: rgba(255, 106, 39, 0.12);
}
.page-theme--orange .info-tile:hover {
  background: rgba(255, 106, 39, 0.12);
}

.page-theme--red .info-tile {
  background: rgba(204, 21, 52, 0.12);
}
.page-theme--red .info-tile:hover {
  background: rgba(204, 21, 52, 0.12);
}

.info-tile-listing-form-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 30px;
}

/*.info-tile-listing-form-search .info-tile-listing-form-search__text {
    margin-right: 15px; 
    @extend .text-style-normal;
    color: white;
    font-size: $bts-font-size-larger;
    font-weight: $bts-font-weight-bold;
    margin-top: 6px;
}*/
.info-tile-listing-form-search .info-tile-listing-form-search__input-text {
  outline: none;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid rgb(151, 151, 151);
  padding: 15px 50px 15px 17px;
  min-width: 625px;
  background-color: rgb(216, 216, 216);
  color: rgb(100, 103, 112);
  background-image: url(/assets/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: right 13px center;
  /*    &.info-tile-listing-form-search__input-text--wide {
      width: 100%;
      background-image: none;
  }*/
}
.info-tile-listing-form-search .info-tile-listing-form-search__input-text.placeholder {
  font-size: 20px;
  color: rgb(100, 103, 112);
}
.info-tile-listing-form-search .info-tile-listing-form-search__input-text:-moz-placeholder {
  font-size: 20px;
  color: rgb(100, 103, 112);
}
.info-tile-listing-form-search .info-tile-listing-form-search__input-text::-moz-placeholder {
  font-size: 20px;
  color: rgb(100, 103, 112);
}
.info-tile-listing-form-search .info-tile-listing-form-search__input-text::-webkit-input-placeholder {
  font-size: 20px;
  color: rgb(100, 103, 112);
}

.info-tile-listing-form-search .info-tile-listing-form-search__inline-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: none;
  border: 0;
  background-image: url(/assets/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  outline: none;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.info-tile {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0 20px 20px 0;
}
.info-tile:hover {
  background-color: rgb(237, 237, 237);
}
.info-tile.info-tile--bordered-theme {
  border: 1px solid rgb(227, 227, 227);
}

.info-tile__picture {
  position: relative;
  width: 100%;
}

.info-tile__image {
  width: 100%;
}

.info-tile__image-text {
  background-color: rgb(7, 39, 45);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 35px;
}

.info-tile__image-time {
  display: block;
  color: white;
}

.info-tile__image-location {
  display: block;
  color: white;
}

.info-tile__content {
  margin: 40px 0 40px 21px;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 576px) {
  .info-tile__content {
    margin: 20px 0 40px 21px;
  }
}

.info-tile__heading {
  color: rgb(7, 39, 45);
  font-family: "effra", "Helvetica";
  font-weight: bold;
  line-height: normal;
  margin: 0 0 30px 0;
  font-size: 34.2px;
}

.info-tile__publication-date {
  display: inline-block;
  margin-bottom: 20px;
  /*background-color: $bts-color-primary-blue-dark;
  padding: 5px 10px;
  color: white;*/
  /*border: 1px solid $bts-color-primary-blue-dark;
  padding: 5px 10px;
  color: $bts-color-primary-blue-dark;*/
  padding-left: 0px;
  padding-bottom: 10px;
  color: rgb(7, 39, 45);
}

.info-tile__booking-status {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgb(7, 39, 45);
}

.info-tile__venue {
  display: inline-block;
  color: rgb(7, 39, 45);
}

.info-tile .button, .info-tile .rte .rte__button, .rte .info-tile .rte__button {
  position: absolute;
  bottom: -18px;
  left: 0;
  text-transform: uppercase;
  border-radius: 0px 4px 4px 0px;
}

.page-theme--blue {
  /*.info-tile .button {
      @extend .button--theme-blue;
  }*/
}
.page-theme--blue .info-tile.info-tile--bordered-theme {
  border-color: rgb(0, 156, 222);
}
.page-theme--blue .info-tile__image-text {
  background-color: rgb(0, 156, 222);
}
.page-theme--blue .info-tile__heading {
  color: rgb(0, 156, 222);
}

.page-theme--green {
  /*.info-tile .button {
      @extend .button--theme-green;
  }*/
}
.page-theme--green .info-tile.info-tile--bordered-theme {
  border-color: rgb(0, 115, 71);
}
.page-theme--green .info-tile__image-text {
  background-color: rgb(0, 115, 71);
}
.page-theme--green .info-tile__heading {
  color: rgb(0, 115, 71);
}

.page-theme--gold {
  /*.info-tile .button {
      @extend .button--theme-gold;
  }*/
}
.page-theme--gold .info-tile.info-tile--bordered-theme {
  border-color: rgb(201, 151, 0);
}
.page-theme--gold .info-tile__image-text {
  background-color: rgb(201, 151, 0);
}
.page-theme--gold .info-tile__heading {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue {
  /*.info-tile .button {
      @extend .button--theme-slate-blue;
  }*/
}
.page-theme--slate-blue .info-tile.info-tile--bordered-theme {
  border-color: rgb(164, 188, 194);
}
.page-theme--slate-blue .info-tile__image-text {
  background-color: rgb(164, 188, 194);
}
.page-theme--slate-blue .info-tile__heading {
  color: rgb(164, 188, 194);
}

.page-theme--red {
  /*.info-tile .button {
      @extend .button--theme-red;
  }*/
}
.page-theme--red .info-tile.info-tile--bordered-theme {
  border-color: rgb(212, 32, 39);
}
.page-theme--red .info-tile__image-text {
  background-color: rgb(212, 32, 39);
}
.page-theme--red .info-tile__heading {
  color: #CC1534;
}

.page-theme--blue-dark {
  /*.info-tile .button {
      @extend .button--theme-blue-dark;
  }*/
}
.page-theme--blue-dark .info-tile.info-tile--bordered-theme {
  border-color: rgb(7, 39, 45);
}
.page-theme--blue-dark .info-tile__image-text {
  background-color: rgb(7, 39, 45);
}
.page-theme--blue-dark .info-tile__heading {
  color: rgb(7, 39, 45);
}

.promo-news {
  background-color: white;
  padding-top: 45px;
  padding-bottom: 55px;
}

.promo-news .latest-news {
  background-color: white;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .promo-news .latest-news {
    padding: 60px 20px 60px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .promo-news .latest-news {
    padding: 0;
  }
}
.promo-news .latest-news .latest-news__heading {
  font-size: 30px;
}

.promo-image__picture {
  position: relative;
}
.promo-image__picture:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(bottom, rgb(7, 39, 45) 50px, transparent 50%);
  background: -webkit-linear-gradient(bottom, rgb(7, 39, 45) 50px, transparent 50%);
  background: linear-gradient(to top, rgb(7, 39, 45) 50px, transparent 50%);
  mix-blend-mode: multiply;
  z-index: 0;
}

.promo-image__image {
  width: 100%;
}

.promo-image__image-content {
  position: absolute;
  left: 25px;
  bottom: 17px;
  z-index: 1;
}

.promo-image__heading {
  font-size: 30px;
  margin-bottom: 0;
  color: rgb(0, 156, 222);
}

.promo-image__time {
  color: white;
}

.promo-image__time + .promo-image__link {
  margin-left: 5px;
}

.promo-image__link {
  color: rgb(0, 156, 222);
}
.promo-image__link:hover {
  color: rgb(0, 156, 222);
}

.promo-image__button {
  padding: 15px 25px;
  background-color: rgb(7, 39, 45);
}

.cta-tile {
  margin-bottom: 30px;
  padding: 30px 30px;
  background-color: rgb(0, 156, 222);
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767.98px) {
  .cta-tile {
    flex-direction: column;
  }
}

.cta-tile__heading {
  margin-bottom: 0;
  flex-basis: 120px;
  font-size: 30px;
  color: white;
}
@media (max-width: 767.98px) {
  .cta-tile__heading {
    margin-bottom: 15px;
    flex-basis: 0;
  }
}

.cta-tile__content {
  padding-left: 40px;
  border-left: 1px solid rgb(7, 39, 45);
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .cta-tile__content {
    border-top: 1px solid rgb(7, 39, 45);
    border-left: none;
    padding-top: 15px;
    padding-left: 0;
    width: 100%;
  }
}

.cta-tile__content-detail {
  display: block;
  font-size: 20px;
  color: white;
}
.cta-tile__content-detail.cta-tile__content-detail--last {
  margin-bottom: 15px;
}

.cta-tile__content-detail-prefix {
  color: rgb(7, 39, 45);
}

.cta-tile__status {
  display: block;
  color: white;
}

.cta-tile__button {
  color: white;
  padding: 10px 40px;
  background-color: rgb(7, 39, 45);
  align-self: flex-end;
  letter-spacing: 5px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .cta-tile__button {
    letter-spacing: 2px;
  }
}
@media (max-width: 767.98px) {
  .cta-tile__button {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.cta-tile__button:before, .cta-tile__button:after {
  display: none;
}
.cta-tile__button:hover {
  background-color: white;
  text-decoration: none;
  color: rgb(7, 39, 45);
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.accordion {
  margin-bottom: 20px;
}

.accordion__card {
  margin-bottom: 10px;
}

.accordion__card-button {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background-color: #FFFFFF;
  border-radius: 0 15px 15px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 15px 10px;
  cursor: pointer;
}
.accordion__card-button, .accordion__card-button:focus {
  outline: none;
}

.accordion__card-button.collapsed .accordion__card-heading:after {
  background-image: url(/assets/icons/icon-plus.svg);
}

.accordion__card-heading {
  margin-bottom: 0;
  position: relative;
  padding-right: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #009CDE;
}
.accordion__card-heading:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/assets/icons/icon-minus.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.accordion__card-header {
  position: relative;
  z-index: 1;
}

.accordion__card-body {
  background-color: #FFFFFF;
  border-radius: 0 15px 15px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-top: none;
  padding: 45px 10px 2px 10px;
  margin-top: -21px;
}
@media (min-width: 768px) {
  .accordion__card-body {
    padding-inline: 22px;
  }
}

.accordion__card-detail,
.accordion__card-text,
.accordion__card-text p {
  display: block;
  margin-bottom: 10px;
}

.page-theme--blue .accordion__card-link,
.page-theme--blue .accordion__card-heading {
  color: rgb(0, 156, 222);
}

.page-theme--green .accordion__card-link,
.page-theme--green .accordion__card-heading {
  color: rgb(0, 115, 71);
}

.page-theme--gold .accordion__card-link,
.page-theme--gold .accordion__card-heading {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue .accordion__card-link,
.page-theme--slate-blue .accordion__card-heading {
  color: rgb(164, 188, 194);
}

.page-theme--red .accordion__card-link,
.page-theme--red .accordion__card-heading {
  color: rgb(212, 32, 39);
}

.page-theme--blue-dark .accordion__card-link,
.page-theme--blue-dark .accordion__card-heading {
  color: rgb(7, 39, 45);
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.table {
  width: 100%;
}

.table-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .table-wrapper {
    margin-bottom: 60px;
  }
}

.table__description {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .table__description {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .table__head {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}

.table__head-cell {
  padding: 12px 15px;
  border-right: 1px solid rgba(7, 39, 45, 0.1);
  cursor: pointer;
  position: relative;
}
.table__head-cell:last-child {
  border-radius: 0 20px 0 0;
}
.table__head-cell:last-child::after {
  display: none;
}
.table__head-cell.table__head-cell--no-break {
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .table__head-cell.table__head-cell--no-break {
    white-space: normal;
  }
}
.table__head-cell:last-of-type {
  border-right: none;
}
.table__head-cell:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url(/assets/icons/icon-arrow-up-white.svg), url(/assets/icons/icon-arrow-down-white.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px, 11px 12px;
  background-position: right 3px center, 4px 18px;
  float: inline-end;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.table__head-cell.headerSortUp:after {
  background-image: url(/assets/icons/icon-arrow-up-white.svg);
  background-position: left center;
}
.table__head-cell.headerSortDown:after {
  background-image: url(/assets/icons/icon-arrow-down-white.svg);
  background-position: left center;
}

.table__head-row {
  background-color: rgb(7, 39, 45);
}

.table__head-cell-text {
  display: inline;
  font-size: 24px;
  color: white;
  vertical-align: top;
  text-transform: capitalize;
  text-wrap: auto;
}

.table__body {
  border-bottom-right-radius: 20px;
}
@media (max-width: 767.98px) {
  .table__body {
    display: block;
  }
}

@media (min-width: 768px) {
  .table__body-row:nth-child(even) {
    background-color: rgba(164, 188, 194, 0.2);
  }
  .table__body-row:nth-child(odd) {
    background-color: rgb(247, 247, 247);
  }
}
.table__body-row:last-child .table__body-cell:last-child {
  border-bottom-right-radius: 20px;
}
@media (max-width: 767.98px) {
  .table__body-row:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .table__body-row {
    border: 1px solid rgb(7, 39, 45);
    margin-bottom: 15px;
    display: block;
    border-radius: 0 10px 0 0;
  }
}

.table__body-row.table__body-row--clickable {
  cursor: pointer;
}
.table__body-row.table__body-row--clickable:hover {
  background-color: rgb(216, 216, 216);
}

.table__body-row.table__body-row--bold .table__body-cell {
  font-weight: bold;
}

.table__body-cell {
  display: table-cell;
  border-right: 1px solid rgba(7, 39, 45, 0.1);
  padding: 12px 15px;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .table__body-cell {
    font-size: 16px;
  }
}
.table__body-cell:last-of-type {
  border-right: none;
}
@media (max-width: 767.98px) {
  .table__body-cell {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0 10px 0 0;
  }
  .table__body-cell:before {
    content: attr(data-label) ": ";
    color: rgb(7, 39, 45);
    font-weight: bold;
    margin-right: 5px;
    text-transform: capitalize;
  }
  .table__body-cell:first-child::before {
    content: attr(data-label);
  }
}

a.table__body-cell-link {
  padding: 0 4px;
  font-size: 16px;
  position: relative;
  padding: 2px 10px;
  background-color: rgba(164, 188, 194, 0.2);
  font-size: 16px !important;
}
a.table__body-cell-link:hover, a.table__body-cell-link:hover:after {
  color: inherit;
  text-decoration: none;
}
a.table__body-cell-link:hover {
  background-color: #07272D !important;
}
a.table__body-cell-link:after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  margin-left: 10px;
}
a.table__body-cell-link.table__body-cell-link--external:after {
  content: "\f08e";
}
a.table__body-cell-link.table__body-cell-link--email:after {
  content: "\f0e0";
}

.table__body-cell-link.table__body-cell-link--no-style {
  background-color: transparent;
  cursor: inherit;
  font-weight: inherit;
  display: inline;
}
.table__body-cell-link.table__body-cell-link--no-style:after {
  content: none;
}
.table__body-cell-link.table__body-cell-link--no-style:hover {
  color: inherit;
  text-decoration: none;
}

.page-theme--blue .table {
  border-color: rgb(0, 156, 222);
}
.page-theme--blue .table__head-row {
  background-color: rgb(0, 156, 222);
}
@media (max-width: 767.98px) {
  .page-theme--blue .table__body-cell:before {
    color: rgb(0, 156, 222);
  }
  .page-theme--blue .table__body-row {
    border-color: rgb(0, 156, 222);
  }
}

.page-theme--green .table {
  border-color: rgb(0, 115, 71);
  letter-spacing: 0.2px;
}
.page-theme--green .table__head-row {
  background-color: rgb(0, 115, 71);
}
@media (max-width: 767.98px) {
  .page-theme--green .table__body-cell:before {
    color: #027347;
  }
}

.page-theme--gold .table {
  border-color: rgb(201, 151, 0);
}
.page-theme--gold .table__head-row {
  background-color: rgb(201, 151, 0);
}
@media (max-width: 767.98px) {
  .page-theme--gold .table__body-cell:before {
    color: rgb(201, 151, 0);
  }
  .page-theme--gold .table__body-row {
    border-color: rgb(201, 151, 0);
  }
}

.page-theme--slate-blue .table {
  border-color: rgb(164, 188, 194);
}
.page-theme--slate-blue .table__head-row {
  background-color: rgb(164, 188, 194);
}
@media (max-width: 767.98px) {
  .page-theme--slate-blue .table__body-cell:before {
    color: rgb(164, 188, 194);
  }
  .page-theme--slate-blue .table__body-row {
    border-color: rgb(164, 188, 194);
  }
}

.page-theme--red .table {
  border-color: rgb(212, 32, 39);
}
.page-theme--red .table__head-row {
  background-color: rgb(212, 32, 39);
}
@media (max-width: 767.98px) {
  .page-theme--red .table__body-cell:before {
    color: rgb(212, 32, 39);
  }
  .page-theme--red .table__body-row {
    border-color: rgb(212, 32, 39);
  }
}

.page-theme--blue-dark .table {
  border-color: rgb(7, 39, 45);
}
.page-theme--blue-dark .table__head-row {
  background-color: rgb(7, 39, 45);
}
@media (max-width: 767.98px) {
  .page-theme--blue-dark .table__body-cell:before {
    color: rgb(7, 39, 45);
  }
  .page-theme--blue-dark .table__body-row {
    border-color: rgb(7, 39, 45);
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table__head {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 767.98px) {
  .table__body-row {
    border-radius: 0 10px 10px 0;
    border: 1px solid rgba(112, 112, 112, 0.231372549);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .table__body-row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media (max-width: 767.98px) {
  .table__body-cell-link--mobile {
    background: transparent !important;
    position: absolute !important;
    left: 95% !important;
    top: 30% !important;
  }
}
@media screen and (max-width: 576px) {
  .table__body-cell-link--mobile {
    left: 90% !important;
  }
}
@media (min-width: 768px) {
  .table__body-cell-link--mobile {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .table__body-cell--title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .table__body-cell--title:first-child {
    font-size: 19.8px;
  }
}
@media (max-width: 767.98px) {
  .table__body-cell {
    display: block;
    padding: 5px 12px;
    word-wrap: break-word;
    white-space: normal;
  }
  .table__body-cell:first-child {
    background: #027347;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 19.8px;
  }
  .table__body-cell:first-child a {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
  }
  .table__body-cell:first-child a i {
    color: white;
    font-size: 20px;
  }
  .table__body-cell:first-child::before {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
  }
  .table__body-cell:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .table__body {
    display: block;
    max-height: 800px;
    overflow-y: auto;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    position: relative;
  }
  .table__body::-webkit-scrollbar {
    width: 3px;
  }
  .table__body::-webkit-scrollbar-track {
    background: rgba(164, 188, 194, 0.3450980392);
  }
  .table__body::-webkit-scrollbar-thumb {
    background: #fff;
  }
}
@media (max-width: 767.98px) {
  .table {
    display: block;
    border: none;
  }
}

@media (max-width: 767.98px) {
  article.rte.guidelineListing {
    margin-bottom: 30px;
  }
}
/*quality standard*/
.qualityStandard-listing {
  border-bottom: 3px solid #FF6A27;
}
.qualityStandard-detail {
  border-bottom: 3px solid #FF6A27;
}
.qualityStandard-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 27px 0 20px 0;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .qualityStandard-filter {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.qualityStandard-filter__select {
  appearance: none;
  border: 0;
  padding: 10px 35px 10px 14px;
  font-weight: 700;
  outline: none;
  background: #fff;
  border-radius: 9999px;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
  font-size: 18px;
  color: #07272D;
  min-width: 166px;
  width: 100%;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.qualityStandard-filter__label {
  font-weight: 700;
  font-size: 21.6px;
  color: #07272D;
}
.qualityStandard-filter__control {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d9e0e6;
  border-radius: 9999px;
  overflow: hidden;
  background: #FF6A27;
}
.qualityStandard-filter__control::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #A4BCC2;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .qualityStandard-filter__control {
    width: 100%;
  }
}
.qualityStandard-filter__dir {
  outline: unset;
  min-width: 44px;
  height: 100%;
  background: #FF6A27 no-repeat center;
  border: 0;
  cursor: pointer;
  display: flex;
}
.qualityStandard-filter__dir::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 35px;
  background-image: url(/assets/icons/icon-arrow-up-white.svg), url(/assets/icons/icon-arrow-down-white.svg);
  background-position: right center, left center;
  background-repeat: no-repeat;
  background-size: 23px 23px, 12px 25px;
  background-position: right 2px center, 1px 15px;
  float: inline-end;
  position: absolute;
  top: 5px;
}
.qualityStandard-filter__dir:focus {
  outline: none;
}

@media (max-width: 991.98px) {
  .qualityStandard-filter__label {
    width: 33%;
  }
}

@media (max-width: 991.98px) {
  .qualityStandard-filter {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767.98px) {
  .page-theme--orange .table__body-row {
    border-radius: 0 10px 10px 0;
    border: 1px solid rgba(112, 112, 112, 0.231372549);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
    background: #FFFFFF;
  }
}
@media (max-width: 767.98px) {
  .page-theme--orange .table__body-cell {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .page-theme--orange .table__body-cell:first-child {
    background: #FF6A27;
  }
}
.page-theme--orange .table__body-cell:first-child::before {
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .page-theme--orange .table__body-cell:before {
    color: #FF6A27;
  }
}

/*audit listing*/
@media (max-width: 767.98px) {
  .auditReportListing .audit-report-listing .table__body-cell {
    padding-right: 40px;
  }
}
.auditReportListing .audit-report-listing .table__body-cell-downloadLink::after {
  content: none;
}
.auditReportListing .audit-report-listing .table__body-cell-downloadLink svg {
  height: 22px;
  margin: 4px 10px 4px 0;
}

@media (max-width: 1199.98px) {
  .rte.auditReportListing.guidelineListing h1 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .rte.auditReportListing.guidelineListing .table__body-row--clickable td:not(:first-child) {
    font-size: 16.2px;
  }
}

@media (max-width: 767.98px) {
  .clinicalListing .table__body-cell {
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {
  .table-responsive, .bts-module-table--responsive {
    width: 100% !important;
    border: 0 !important;
  }
  .table-responsive tr, .bts-module-table--responsive tr {
    height: auto !important;
    border: 1px solid rgb(7, 39, 45);
    margin-bottom: 15px;
    padding: 15px;
    display: block;
  }
  .table-responsive tr:nth-child(even), .bts-module-table--responsive tr:nth-child(even) {
    background-color: rgb(237, 237, 237);
  }
  .table-responsive tr:nth-child(odd), .bts-module-table--responsive tr:nth-child(odd) {
    background-color: rgb(247, 247, 247);
  }
  .table-responsive tr:first-child, .bts-module-table--responsive tr:first-child {
    display: none;
  }
  .table-responsive tr td, .bts-module-table--responsive tr td {
    display: block;
    height: auto !important;
    width: 100% !important;
    padding: 0;
    margin: 0 0 10px 0;
    border: none;
  }
  .table-responsive tr td:first-child, .bts-module-table--responsive tr td:first-child {
    font-weight: bold;
  }
  .table-responsive tr td:not(:first-child):before, .bts-module-table--responsive tr td:not(:first-child):before {
    content: attr(data-label);
    color: rgb(7, 39, 45);
    font-weight: bold;
    margin-right: 5px;
  }
  .table-responsive tr td:not([data-label]):before, .bts-module-table--responsive tr td:not([data-label]):before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .bts-module-table--responsive thead {
    display: none;
  }
  .bts-module-table--responsive tr:first-child {
    display: block;
  }
  .bts-module-table--responsive tr td:first-child {
    font-weight: normal;
  }
  .bts-module-table--responsive tr td:before {
    content: attr(data-label);
    color: rgb(7, 39, 45);
    font-weight: bold;
    margin-right: 5px;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.form-wrapper {
  background-color: rgb(164, 188, 194);
  border-radius: 0 20px 20px 0;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .form-wrapper {
    border-radius: 0 0 20px 0;
  }
}

.form-tile {
  padding: 40px 37px 31px 37px;
}
@media (max-width: 991.98px) {
  .form-tile {
    padding: 40px;
  }
}
.form-tile .button, .form-tile .rte .rte__button, .rte .form-tile .rte__button {
  color: rgb(255, 255, 255);
  background-color: #07272D;
  padding: 3px 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  border-radius: 0 4px 4px 0;
  transition: transform 0.3s ease;
}
.form-tile .button:hover, .form-tile .rte .rte__button:hover, .rte .form-tile .rte__button:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
.form-tile .umbraco-forms-hidden {
  display: none;
}
.form-tile .dataconsent label {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .form-tile .dataconsent label {
    font-size: 18px;
  }
}
.form-tile .dataconsent legend {
  font-size: 17px;
  color: #07272D;
  margin-bottom: 0;
}
.form-tile .dataconsent .umbraco-forms-field-wrapper {
  padding-bottom: 16px;
}
.form-tile .dataconsent .umbraco-forms-field-wrapper div {
  background: transparent;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
}

.form-tile__heading {
  font-size: 30px;
  color: rgb(0, 156, 222);
  margin-bottom: 10px;
}

.form-tile__description {
  margin-bottom: 15px;
}

.form-tile__form-group {
  margin-bottom: 15px;
}

.form-tile__form-label {
  margin-bottom: 0;
  padding-top: 5px;
  cursor: default;
  font-size: 22px;
  padding-left: 13px;
}
@media (max-width: 575.98px) {
  .form-tile__form-label {
    font-size: 18px;
  }
}

.form-tile__form-field {
  width: 100%;
  display: block;
}
.form-tile__form-field.form-tile__form-field--text, .form-tile__form-field.form-tile__form-field--textarea, .form-tile__form-field.form-tile__form-field--password, .form-tile__form-field.form-tile__form-field--select {
  padding: 5px 10px;
  border: none;
  border-radius: 19px;
  background-color: white;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
}
.form-tile__form-field.form-tile__form-field--text.input-validation-error, .form-tile__form-field.form-tile__form-field--textarea.input-validation-error, .form-tile__form-field.form-tile__form-field--password.input-validation-error, .form-tile__form-field.form-tile__form-field--select.input-validation-error {
  border-color: rgb(212, 32, 39);
}
.form-tile__form-field.form-tile__form-field--text, .form-tile__form-field.form-tile__form-field--text:focus, .form-tile__form-field.form-tile__form-field--textarea, .form-tile__form-field.form-tile__form-field--textarea:focus, .form-tile__form-field.form-tile__form-field--password, .form-tile__form-field.form-tile__form-field--password:focus, .form-tile__form-field.form-tile__form-field--select, .form-tile__form-field.form-tile__form-field--select:focus {
  outline: none;
}
.form-tile__form-field.form-tile__form-field--textarea {
  height: 281px;
}
@media (max-width: 575.98px) {
  .form-tile__form-field.form-tile__form-field--select {
    margin-top: 0;
  }
}
.form-tile__form-field.form-tile__form-field--radio {
  width: 100%;
  display: inline-block;
  position: relative;
}
.form-tile__form-field.form-tile__form-field--radio .form-tile__form-field--radio-input {
  height: 17px;
  width: 19px;
  position: absolute;
  top: 10px;
  left: 0;
}
.form-tile__form-field.form-tile__form-field--radio .form-tile__form-field--radio-text {
  margin: 5px 0 0 25px;
}
.form-tile__form-field.form-tile__form-field--checkbox {
  width: 100%;
  display: inline-block;
  position: relative;
}
.form-tile__form-field.form-tile__form-field--checkbox .form-tile__form-field--checkbox-input {
  height: 17px;
  width: 19px;
  position: absolute;
  top: 10px;
  left: 0;
}
.form-tile__form-field.form-tile__form-field--checkbox .form-tile__form-field--checkbox-input.input-validation-error {
  border: 1px solid red;
}
.form-tile__form-field.form-tile__form-field--checkbox .form-tile__form-field--checkbox-text {
  margin: 5px 0 0 25px;
}

.field-validation-error.text-danger > span,
.field-validation-error > span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: rgb(212, 32, 39);
}

.page-theme--blue {
  /*.form-tile .button {
      @extend .button--theme-blue;
  }*/
}
.page-theme--blue .form-tile__heading {
  color: rgb(0, 156, 222);
}

.page-theme--green {
  /*.form-tile .button {
      @extend .button--theme-green;
  }*/
}
.page-theme--green .form-tile__heading {
  color: rgb(0, 115, 71);
}

.page-theme--gold {
  /*.form-tile .button {
      @extend .button--theme-gold;
  }*/
}
.page-theme--gold .form-tile__heading {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue {
  /*.form-tile .button {
      @extend .button--theme-slate-blue;
  }*/
}
.page-theme--slate-blue .form-tile__heading {
  color: rgb(164, 188, 194);
}

.page-theme--red {
  /*.form-tile .button {
      @extend .button--theme-red;
  }*/
}
.page-theme--red .form-tile__heading {
  color: rgb(212, 32, 39);
}

.page-theme--blue-dark {
  /*.form-tile .button {
      @extend .button--theme-blue-dark;
  }*/
}
.page-theme--blue-dark .form-tile__heading {
  color: rgb(7, 39, 45);
}

.link-list {
  border: 1px solid;
  margin-bottom: 20px;
  padding: 20px 30px 30px;
}
.link-list:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .link-list {
    padding: 20px;
  }
}

.link-list__heading {
  margin-bottom: 10px;
  font-size: 30px;
}

.link-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-list__item {
  margin-bottom: 15px;
}
.link-list__item:last-of-type {
  margin-bottom: 0;
}

.link-list__item-link:hover {
  text-decoration: underline;
}
.link-list__item-link:after {
  display: inline-block;
  margin-left: 15px;
  font-size: 17px;
  color: rgb(7, 39, 45);
}
.link-list__item-link.link-list__item-link--download:after {
  content: "\f33d";
}
.link-list__item-link.link-list__item-link--link-internal:after {
  content: "\f1ea";
}
.link-list__item-link.link-list__item-link--link-external:after {
  content: "\f08e";
}

.link-list__text {
  display: block;
}

.page-theme--blue .link-list {
  border-color: rgb(0, 156, 222);
}
.page-theme--blue .link-list__heading, .page-theme--blue .link-list__item-link, .page-theme--blue .link-list__item-link:after {
  color: rgb(0, 156, 222);
}

.page-theme--green .link-list {
  border-color: rgb(0, 115, 71);
}
.page-theme--green .link-list__heading, .page-theme--green .link-list__item-link, .page-theme--green .link-list__item-link:after {
  color: rgb(0, 115, 71);
}

.page-theme--gold .link-list {
  border-color: rgb(201, 151, 0);
}
.page-theme--gold .link-list__heading, .page-theme--gold .link-list__item-link, .page-theme--gold .link-list__item-link:after {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue .link-list {
  border-color: rgb(164, 188, 194);
}
.page-theme--slate-blue .link-list__heading, .page-theme--slate-blue .link-list__item-link, .page-theme--slate-blue .link-list__item-link:after {
  color: rgb(164, 188, 194);
}

.page-theme--red .link-list {
  border-color: rgb(212, 32, 39);
}
.page-theme--red .link-list__heading, .page-theme--red .link-list__item-link, .page-theme--red .link-list__item-link:after {
  color: rgb(212, 32, 39);
}

.page-theme--blue-dark .link-list {
  border-color: rgb(7, 39, 45);
}
.page-theme--blue-dark .link-list__heading, .page-theme--blue-dark .link-list__item-link, .page-theme--blue-dark .link-list__item-link:after {
  color: rgb(7, 39, 45);
}

/* Colors */
/* Spacing */
/* Font Sizes */
.page-theme--red .event-banner {
  background-image: url("../../images/meetingBackgroundImage.png");
  background-position: center bottom;
}

.page-theme--blue .event-banner {
  background-image: url("../../images/summerMettingBackground.jpg");
  background-position: center bottom;
}
.page-theme--blue .event-banner .overlay-2 {
  background: #07272D;
}
.page-theme--blue .event-banner .overlay-1 {
  background: transparent linear-gradient(180deg, rgba(7, 39, 45, 0) 0%, #07272D 100%) 0% 0% no-repeat padding-box;
}
.page-theme--blue .event-card {
  background: rgba(247, 247, 247, 0.0784313725) 0% 0% no-repeat padding-box;
}
.page-theme--blue .event-card__button.event-card__button--primary {
  background-color: #019ADB;
}
.page-theme--blue .event-card__date {
  border-bottom: 1px solid rgba(0, 155, 221, 0.5);
}
.page-theme--blue .event-card__description {
  border-bottom: 1px solid rgba(0, 155, 221, 0.5);
}
.page-theme--blue .event-latestNews .latest-news__title .meeting-year {
  line-height: 80px;
  font-size: 80px;
  font-weight: lighter;
}
@media (max-width: 992px) {
  .page-theme--blue .event-latestNews .latest-news__title .meeting-year {
    font-size: 40px;
  }
}
.page-theme--blue .event-latestNews .latest-news__header {
  border-bottom: 1px solid rgba(0, 155, 221, 0.5);
}
.page-theme--blue .event-latestNews .latest-news .news-card__content {
  background-color: #07282e;
}
.page-theme--blue .event-latestNews .latest-news .owl-nav {
  background: transparent linear-gradient(268deg, #07272C 0%, rgba(8, 37, 43, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 20px 20px 0px;
}
.page-theme--blue .event-latestNews .latest-news .owl-nav.rightNavigation {
  left: 0px;
  background: transparent linear-gradient(268deg, rgba(8, 37, 43, 0) 0%, #07272C 100%) 0% 0% no-repeat padding-box;
}
.page-theme--blue .event-banner .meeting-event__speakers-header {
  border-bottom: 1px solid rgba(0, 155, 221, 0.5);
}

.winter-meeting .footer-site, .summer-meeting .footer-site {
  margin-top: 0px;
}

.aftterClickOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 0, 4, 0.8078431373);
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all ease-in 0.8s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}
.aftterClickOverlay.eventNavigationOverlay {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  user-select: unset;
  top: 0;
}

.meeting_fullProgram {
  margin-top: 20px;
  background-color: #07272D;
  padding-block: 4px;
  border-radius: 0px 4px 4px 0px;
  margin-bottom: 30px;
}
.meeting_fullProgram a {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  letter-spacing: 2.56px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .meeting_fullProgram a {
    display: none;
  }
}
.meeting_fullProgram a:hover {
  text-decoration: none;
}

.event-banner {
  position: relative;
}
.event-banner .event__speaker-heading {
  border-bottom: 1px solid rgba(204, 21, 52, 0.5);
  padding-top: 48px;
  margin-top: 0px;
}
@media (max-width: 992px) {
  .event-banner .event__speaker-heading {
    font-size: 32px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .event-banner {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .event-banner .overlay-1 {
    height: 494px;
    background: transparent linear-gradient(180deg, rgba(58, 11, 17, 0) 0%, #3A0B11 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    position: absolute;
    bottom: calc(100% - 934px);
  }
}
@media (min-width: 1200px) {
  .event-banner .overlay-2 {
    width: 100%;
    background: #3A0B11;
    height: 666px;
    position: absolute;
    bottom: 0;
  }
}
.event-banner .breadcrumb__list-item:nth-child(2) {
  left: -3px;
}
.event-banner .breadcrumb__list-item:nth-child(3) {
  left: -6px;
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__speakers {
    margin-top: 48px;
    position: relative;
    z-index: 9;
    padding-bottom: 80px;
  }
}
.event-banner .meeting-event__speakers-header {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(204, 21, 52, 0.5);
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__speakers-header {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(204, 21, 52, 0.5);
    margin-bottom: 50px;
  }
}
.event-banner .meeting-event__speakers-header h2 {
  font-size: 32px;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__speakers-header h2 {
    font-size: 50px;
    line-height: 30px;
    color: #fff;
  }
}
.event-banner .meeting-event__speakerList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-banner .meeting-event__speakerList-item {
  width: 100%;
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__speakerList-item {
    width: calc(25% - 125px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .event-banner .meeting-event__speakerList-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .event-banner .meeting-event__speakerList-item {
    width: 100%;
  }
}
.event-banner .meeting-event__speakerList-item ul {
  padding: 0px;
}
.event-banner .meeting-event__speakerList-item li {
  list-style: none;
}
.event-banner .meeting-event__speakerList-item li:nth-child(2) {
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__speakerList-item li:nth-child(2) {
    font-size: 35px;
    font-weight: bold;
    line-height: 41px;
    color: #fff;
  }
}
.event-banner .meeting-event__speakerList-item li:nth-child(3), .event-banner .meeting-event__speakerList-item li:nth-child(4), .event-banner .meeting-event__speakerList-item li:nth-child(5) {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.event-banner .meeting-event__speakerList-item .speakerImage {
  width: 249px;
  position: relative;
}
.event-banner .meeting-event__speakerList-item .speakerImage img {
  margin-bottom: 25px;
  width: 100%;
  border-radius: 100%;
  height: 249px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__speakerList-item .speakerImage:after {
    content: "i";
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    border-radius: 100%;
    font-size: 25px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__rightSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    background-image: url("../../images/Path-216.svg");
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 9999;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__rightSection .event-latestNews {
    width: calc(60% - 50px);
  }
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__rightSection .meeting-event__leftSection {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__topSection {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 44px;
  }
}
.event-banner .meeting-event__topSection .event-navigation {
  display: none;
}
@media (min-width: 992px) {
  .event-banner .meeting-event__topSection .event-navigation {
    display: block;
  }
}
@media (min-width: 1200px) {
  .event-banner .meeting-event__topSection .event-navigation {
    position: absolute;
    top: -20px;
    right: 0;
    width: auto;
  }
}
.event-banner__header {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .event-banner__header {
    width: 695px;
  }
}
@media (max-width: 1399.98px) {
  .event-banner__header .event-navigation {
    position: relative;
    z-index: 9999;
  }
}
.event-banner__title {
  font-size: 50px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1200px) {
  .event-banner__title {
    font-size: 100px;
    line-height: 80px;
  }
}
.event-banner__title .meeting-year {
  font-weight: lighter;
}

.event-card {
  padding: 30px 0px 30px 30px;
  border-radius: 0px 20px 0px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: linear-gradient(180deg, #781b34 0%, #2f1219 100%);
}
@media (min-width: 1200px) {
  .event-card {
    background: rgba(247, 247, 247, 0.0784313725) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 21px 0px 66px 26px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .event-card {
    position: relative;
    top: 30px;
  }
}
.event-card__date {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  border-bottom: 1px solid #C41432;
  color: #fff;
}
.event-card__date-day {
  font-size: 50px;
  line-height: 59px;
  font-family: "effra";
  margin-bottom: 0px;
  color: #fff;
}
.event-card__date-month {
  font-size: 20px;
  letter-spacing: 3.2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.event-card__badge {
  display: none;
  background-image: url("../../images/badgeImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 19px 16px 22px 54px;
  height: 100%;
  width: 341px;
}
@media (min-width: 992px) {
  .event-card__badge {
    display: block;
    position: absolute;
    top: 21px;
    width: auto;
    height: auto;
    right: 0px;
  }
}
.event-card__badge-text {
  font-size: 20px;
  color: #fff;
  letter-spacing: 3.2px;
  line-height: 24px;
  display: inline-block;
}
.event-card__badge-text small {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
}
.event-card__description {
  color: #fff;
  margin-top: 17px;
  font-size: 16px;
  margin-bottom: 11px;
  border-bottom: 1px solid #C41432;
}
@media (min-width: 1200px) {
  .event-card__description {
    margin-top: 20px;
    margin-bottom: 17px;
  }
}
.event-card__description p {
  padding-right: 30px;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .event-card__description p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .event-card__details {
    display: flex;
    gap: 30px;
    margin-top: 18px;
  }
}
.event-card__location, .event-card__abstract {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 29px;
  font-family: "effra";
  margin-bottom: 19px;
  display: flex;
  flex-direction: column;
  width: 40%;
}
.event-card__abstract-label {
  color: #a5bcc2;
}
.event-card__button.event-card__button--primary {
  background-color: #c41432;
  color: #F7F7F7;
  padding: 8px 24px;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  line-height: 19px;
  display: inline-block;
  transition: transform 0.3s ease;
}
@media (min-width: 1200px) {
  .event-card__button.event-card__button--primary {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 26px;
  }
}
.event-card__button.event-card__button--primary:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
.event-card__button.event-card__button--secondary {
  background-color: #07272d;
  color: #F7F7F7;
  padding: 8px 24px;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  line-height: 19px;
  display: inline-block;
  transition: transform 0.3s ease;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .event-card__button.event-card__button--secondary {
    margin-top: 0px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 26px;
    margin-left: 21px;
  }
}
.event-card__button.event-card__button--secondary:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
@media (min-width: 1200px) {
  .event-card__actions {
    display: flex;
    gap: 30px;
    margin-top: 56px;
  }
}
.event-card__actions a {
  display: inline-block;
}

.event-navigation {
  display: block;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .event-navigation {
    display: none;
    margin-top: 20px;
  }
}
.event-navigation li {
  list-style: none;
}
.event-navigation__list {
  padding: 0px;
  background-color: #07272d;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0px 20px 20px 0px;
  position: relative;
}
@media (min-width: 1200px) {
  .event-navigation__list {
    border-radius: 0px 0px 0px 0px;
    position: relative;
  }
}
.event-navigation__item {
  width: 50%;
  padding: 10px 15px;
  list-style: none;
}
@media (min-width: 1200px) {
  .event-navigation__item {
    width: auto;
  }
}
.event-navigation__item:hover .event-navigation__toggle::before {
  transform: rotate(90deg);
}
.event-navigation__item:hover .event-navigation__submenu {
  top: 47px;
  visibility: visible;
  user-select: unset;
  opacity: 1;
  pointer-events: unset;
}
.event-navigation__item.event-navigation__item--expanded {
  background: rgb(4, 21, 25);
}
.event-navigation__toggle {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  transition: all ease-in 0.3s;
}
.event-navigation__toggle:hover {
  color: #fff;
  text-decoration: none;
}
.event-navigation__toggle:focus {
  outline: none;
}
.event-navigation__toggle::before {
  content: "\f054"; /* unicode for fa-chevron-left */
  font-family: "Font Awesome 6 Free"; /* Font Awesome 6 */
  font-weight: 900; /* Solid style */
  display: inline-block;
  margin-right: 12px;
}
.event-navigation__submenu {
  background: rgb(4, 21, 25);
  width: 100%;
  padding: 11px 12px 11px 15px;
  border-radius: 0px 0px 20px 0px;
}
@media (min-width: 1200px) {
  .event-navigation__submenu {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #07272d;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    transition: all ease-in 0.5s;
  }
}
.event-navigation__submenu.active {
  display: block;
}
.event-navigation__submenu-item {
  border-bottom: 1px solid rgba(204, 21, 52, 0.2);
  font-size: 20px;
  line-height: 24px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 11px 12px 11px 15px;
}
.event-navigation__submenu-item a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.event-navigation__submenu-item:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 12px;
  color: #fff;
}

.event-latestNews {
  margin-top: 30px;
}
.event-latestNews .latest-news__title {
  font-size: 32px;
  line-height: 30px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .event-latestNews .latest-news__title {
    font-size: 50px;
    line-height: 30px;
  }
}
.event-latestNews .latest-news__header {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .event-latestNews .latest-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(196, 20, 50, 0.5);
  }
}
.event-latestNews .latest-news__header a {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 3.52px;
}
@media (max-width: 1399.98px) {
  .event-latestNews .latest-news__header a {
    display: none;
  }
}
.event-latestNews .latest-news__header a:hover {
  text-decoration: none;
}
.event-latestNews .latest-news .owl-dots {
  display: none;
}
.event-latestNews .latest-news .owl-stage {
  display: flex;
}
.event-latestNews .latest-news .owl-nav {
  position: absolute;
  height: 100%;
  width: 93px;
  right: 0;
  top: 0;
  border-radius: 0px 20px 20px 0px;
  background: transparent linear-gradient(268deg, #3A0B11 0%, rgba(58, 11, 17, 0) 100%) 0% 0% no-repeat padding-box;
}
.event-latestNews .latest-news .owl-nav.rightNavigation {
  left: 0px;
  background: transparent linear-gradient(268deg, rgba(58, 11, 17, 0) 0%, #3A0B11 100%) 0% 0% no-repeat padding-box;
}
.event-latestNews .latest-news .owl-nav button {
  position: absolute;
  top: 35%;
  color: rgba(247, 247, 247, 0.7647058824);
  font-size: 50px;
}
.event-latestNews .latest-news .owl-nav button.owl-next {
  right: -36px;
}
.event-latestNews .latest-news .owl-nav button.owl-next.disabled {
  display: none;
}
.event-latestNews .latest-news .owl-nav button.owl-next span {
  display: none;
}
.event-latestNews .latest-news .owl-nav button.owl-next:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 992px) {
  .event-latestNews .latest-news .owl-nav button.owl-next {
    right: 0px;
  }
}
.event-latestNews .latest-news .owl-nav button.owl-prev {
  left: -13px;
}
.event-latestNews .latest-news .owl-nav button.owl-prev.disabled {
  display: none;
}
.event-latestNews .latest-news .owl-nav button.owl-prev span {
  display: none;
}
.event-latestNews .latest-news .owl-nav button.owl-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 12px;
}
.event-latestNews .latest-news .owl-nav button:focus {
  outline: none;
}
.event-latestNews .latest-news .news-card__image {
  margin-bottom: 0px;
}
.event-latestNews .latest-news .news-card__image img {
  border-radius: 0px 20px 0px 0px;
  height: 127px;
  object-fit: cover;
}
.event-latestNews .latest-news .news-card__content {
  background-color: rgba(7, 39, 45, 0.2509803922);
  padding: 21px 12px 18px 31px;
  border-radius: 0px 0px 20px 0px;
}
.event-latestNews .latest-news .news-card__content h3 {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 23px;
}
.event-latestNews .latest-news .news-card__content a {
  background-color: rgba(164, 188, 194, 0.2);
  z-index: 999999;
}
.event-latestNews .latest-news .news-card__content:after {
  z-index: 9;
  background-color: rgba(164, 188, 194, 0.2);
  bottom: 34px;
  width: calc(100% - 178px);
  height: 1px;
}

.banner-details {
  padding: 20px 20px 40px;
  background-color: rgb(7, 39, 45);
}
@media (min-width: 768px) {
  .banner-details {
    min-height: 450px;
  }
}

.banner-details .button, .banner-details .rte .rte__button, .rte .banner-details .rte__button {
  display: block;
  margin-bottom: 15px;
  background-color: rgb(0, 156, 222);
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
}
.banner-details .button:hover, .banner-details .rte .rte__button:hover, .rte .banner-details .rte__button:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(0, 156, 222);
}
.banner-details .button:hover:before, .banner-details .rte .rte__button:hover:before, .rte .banner-details .rte__button:hover:before, .banner-details .button:hover:after, .banner-details .rte .rte__button:hover:after, .rte .banner-details .rte__button:hover:after {
  display: none;
}

.banner-details__info-list {
  margin-bottom: 25px;
}

.banner-details__info-list-term {
  margin-right: 5px;
  float: left;
  color: rgb(0, 156, 222);
  font-size: 22px;
}

.banner-details__info-list-description {
  display: block;
  color: white;
  font-size: 22px;
  margin-bottom: 10px;
}

.banner-details__link-description-image {
  vertical-align: text-top;
}

.banner-details__link-description, .banner-details__link {
  color: rgb(0, 156, 222);
}
.banner-details__link-description:hover, .banner-details__link:hover {
  color: rgb(0, 156, 222);
}

.banner-details__link.banner-details__link--twitter:before {
  display: inline-block;
  margin-right: 15px;
  font-size: 17px;
  content: "\e61b";
  color: rgb(0, 156, 222);
}

.banner-details__link-description {
  margin-bottom: 20px;
}

.banner-details__detail-list {
  margin-bottom: 20px;
}

.banner-details__detail-list-term {
  color: rgb(164, 188, 194);
}
.banner-details__detail-list-term.banner-details__detail-list-term--inline {
  margin-right: 5px;
  float: left;
}

.banner-details__detail-list-description {
  display: block;
  color: white;
}

.banner-details__link-description, .banner-details__link {
  color: rgb(0, 156, 222);
}

.banner-details__link-description {
  margin-bottom: 20px;
}

.banner-details__link:hover {
  color: rgb(0, 156, 222);
}

.banner-details__detail-list {
  margin-bottom: 20px;
}

.banner-details__detail-list-term {
  color: rgb(164, 188, 194);
}
.banner-details__detail-list-term.banner-details__detail-list-term--inline {
  margin-right: 5px;
  float: left;
}

.banner-details__detail-list-description {
  display: block;
  color: white;
}

.page-theme--blue .banner-details .button, .page-theme--blue .banner-details .rte .rte__button, .rte .page-theme--blue .banner-details .rte__button {
  background-color: rgb(0, 156, 222);
}
.page-theme--blue .banner-details .button:hover, .page-theme--blue .banner-details .rte .rte__button:hover, .rte .page-theme--blue .banner-details .rte__button:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(0, 156, 222);
}
.page-theme--blue .banner-details .button:before, .page-theme--blue .banner-details .rte .rte__button:before, .rte .page-theme--blue .banner-details .rte__button:before, .page-theme--blue .banner-details .button:after, .page-theme--blue .banner-details .rte .rte__button:after, .rte .page-theme--blue .banner-details .rte__button:after {
  display: none;
}
.page-theme--blue .banner-details__info-list-term, .page-theme--blue .banner-details__link-description, .page-theme--blue .banner-details__link, .page-theme--blue .banner-details__link.banner-details__link--twitter:before {
  color: rgb(0, 156, 222);
}

.page-theme--green .banner-details .button, .page-theme--green .banner-details .rte .rte__button, .rte .page-theme--green .banner-details .rte__button {
  background-color: rgb(0, 115, 71);
}
.page-theme--green .banner-details .button:hover, .page-theme--green .banner-details .rte .rte__button:hover, .rte .page-theme--green .banner-details .rte__button:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(0, 115, 71);
}
.page-theme--green .banner-details .button:before, .page-theme--green .banner-details .rte .rte__button:before, .rte .page-theme--green .banner-details .rte__button:before, .page-theme--green .banner-details .button:after, .page-theme--green .banner-details .rte .rte__button:after, .rte .page-theme--green .banner-details .rte__button:after {
  display: none;
}
.page-theme--green .banner-details__info-list-term, .page-theme--green .banner-details__link-description, .page-theme--green .banner-details__link, .page-theme--green .banner-details__link.banner-details__link--twitter:before {
  color: rgb(0, 115, 71);
}

.page-theme--gold .banner-details .button, .page-theme--gold .banner-details .rte .rte__button, .rte .page-theme--gold .banner-details .rte__button {
  background-color: rgb(201, 151, 0);
}
.page-theme--gold .banner-details .button:hover, .page-theme--gold .banner-details .rte .rte__button:hover, .rte .page-theme--gold .banner-details .rte__button:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(201, 151, 0);
}
.page-theme--gold .banner-details .button:before, .page-theme--gold .banner-details .rte .rte__button:before, .rte .page-theme--gold .banner-details .rte__button:before, .page-theme--gold .banner-details .button:after, .page-theme--gold .banner-details .rte .rte__button:after, .rte .page-theme--gold .banner-details .rte__button:after {
  display: none;
}
.page-theme--gold .banner-details__info-list-term, .page-theme--gold .banner-details__link-description, .page-theme--gold .banner-details__link, .page-theme--gold .banner-details__link.banner-details__link--twitter:before {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue .banner-details .button, .page-theme--slate-blue .banner-details .rte .rte__button, .rte .page-theme--slate-blue .banner-details .rte__button {
  background-color: rgb(164, 188, 194);
}
.page-theme--slate-blue .banner-details .button:hover, .page-theme--slate-blue .banner-details .rte .rte__button:hover, .rte .page-theme--slate-blue .banner-details .rte__button:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(164, 188, 194);
}
.page-theme--slate-blue .banner-details .button:before, .page-theme--slate-blue .banner-details .rte .rte__button:before, .rte .page-theme--slate-blue .banner-details .rte__button:before, .page-theme--slate-blue .banner-details .button:after, .page-theme--slate-blue .banner-details .rte .rte__button:after, .rte .page-theme--slate-blue .banner-details .rte__button:after {
  display: none;
}
.page-theme--slate-blue .banner-details__info-list-term, .page-theme--slate-blue .banner-details__link-description, .page-theme--slate-blue .banner-details__link, .page-theme--slate-blue .banner-details__link.banner-details__link--twitter:before {
  color: rgb(164, 188, 194);
}

.page-theme--red .banner-details .button, .page-theme--red .banner-details .rte .rte__button, .rte .page-theme--red .banner-details .rte__button {
  background-color: rgb(212, 32, 39);
}
.page-theme--red .banner-details .button:hover, .page-theme--red .banner-details .rte .rte__button:hover, .rte .page-theme--red .banner-details .rte__button:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(212, 32, 39);
}
.page-theme--red .banner-details .button:before, .page-theme--red .banner-details .rte .rte__button:before, .rte .page-theme--red .banner-details .rte__button:before, .page-theme--red .banner-details .button:after, .page-theme--red .banner-details .rte .rte__button:after, .rte .page-theme--red .banner-details .rte__button:after {
  display: none;
}
.page-theme--red .banner-details__info-list-term, .page-theme--red .banner-details__link-description, .page-theme--red .banner-details__link, .page-theme--red .banner-details__link.banner-details__link--twitter:before {
  color: rgb(212, 32, 39);
}

.page-theme--blue-dark .banner-details .button, .page-theme--blue-dark .banner-details .rte .rte__button, .rte .page-theme--blue-dark .banner-details .rte__button {
  background-color: rgb(7, 39, 45);
}
.page-theme--blue-dark .banner-details .button:hover, .page-theme--blue-dark .banner-details .rte .rte__button:hover, .rte .page-theme--blue-dark .banner-details .rte__button:hover {
  background-color: rgb(237, 237, 237);
  color: rgb(7, 39, 45);
}
.page-theme--blue-dark .banner-details .button:before, .page-theme--blue-dark .banner-details .rte .rte__button:before, .rte .page-theme--blue-dark .banner-details .rte__button:before, .page-theme--blue-dark .banner-details .button:after, .page-theme--blue-dark .banner-details .rte .rte__button:after, .rte .page-theme--blue-dark .banner-details .rte__button:after {
  display: none;
}
.page-theme--blue-dark .banner-details__info-list-term, .page-theme--blue-dark .banner-details__link-description, .page-theme--blue-dark .banner-details__link, .page-theme--blue-dark .banner-details__link.banner-details__link--twitter:before {
  color: rgb(7, 39, 45);
}

.map {
  height: 520px;
  width: 100%;
  margin-bottom: 30px;
}

.map.map--spaced {
  margin-bottom: 110px;
  margin-top: 50px;
}

.info-box {
  background-color: rgb(237, 237, 237);
  padding: 20px 35px;
  margin-bottom: 30px;
}

.info-box__heading {
  margin-bottom: 10px;
  font-size: 30px;
}

.info-box > h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.info-box__highlight, .info-box__text a {
  color: rgb(7, 39, 45);
}

.page-theme--blue .info-box__heading, .page-theme--blue .info-box__highlight, .page-theme--blue .info-box__text a, .page-theme--blue .info-box > h2 {
  color: rgb(0, 156, 222);
}

.page-theme--green .info-box__heading, .page-theme--green .info-box__highlight, .page-theme--green .info-box__text a, .page-theme--green .info-box > h2 {
  color: rgb(0, 115, 71);
}

.page-theme--gold .info-box__heading, .page-theme--gold .info-box__highlight, .page-theme--gold .info-box__text a, .page-theme--gold .info-box > h2 {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue .info-box__heading, .page-theme--slate-blue .info-box__highlight, .page-theme--slate-blue .info-box__text a, .page-theme--slate-blue .info-box > h2 {
  color: rgb(164, 188, 194);
}

.page-theme--red .info-box__heading, .page-theme--red .info-box__highlight, .page-theme--red .info-box__text a, .page-theme--red .info-box > h2 {
  color: rgb(212, 32, 39);
}

.page-theme--blue-dark .info-box__heading, .page-theme--blue-dark .info-box__highlight, .page-theme--blue-dark .info-box__text a, .page-theme--blue-dark .info-box > h2 {
  color: rgb(7, 39, 45);
}

.feature-info-tile-listing {
  padding-top: 80px;
  background-color: rgb(0, 156, 222);
}

.feature-info-tile-listing__row {
  margin-right: -3px;
  margin-left: -3px;
}

.feature-info-tile-listing__col {
  padding-right: 3px;
  padding-left: 3px;
}

.feature-info-tile {
  margin-bottom: 80px;
}
@media (max-width: 575.98px) {
  .feature-info-tile {
    margin-bottom: 65px;
  }
}
@media (max-width: 575.98px) {
  .feature-info-tile {
    margin-bottom: 50px;
  }
}

.feature-info-tile__image {
  width: 100%;
}

.feature-info-tile__content {
  padding: 35px 10px 0;
}
@media (max-width: 575.98px) {
  .feature-info-tile__content {
    padding: 30px 5px 0;
  }
}
@media (max-width: 575.98px) {
  .feature-info-tile__content {
    padding: 25px 0 0;
  }
}

.feature-info-tile__heading {
  margin-bottom: 20px;
  color: white;
  font-size: 30px;
}

.feature-info-tile__text {
  color: white;
  margin-bottom: 40px;
}

.info-tile-listing .info-tile__heading {
  padding-right: 4px;
}

.person-listing {
  margin-bottom: 30px;
}

.person-listing__heading {
  margin-bottom: 15px;
  font-size: 20px;
  color: rgb(100, 103, 112);
}

.person-listing__person {
  margin-bottom: 15px;
}

.person-listing__content {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  vertical-align: top;
  line-height: 1em;
}

.person-listing__text {
  display: block;
  line-height: 1.2em;
}

.person-listing__declaration {
  display: block;
  color: rgb(7, 39, 45);
  line-height: 1.2em;
}
.person-listing__declaration:after {
  /*content: "";
  display: inline-block;
  background-image: url(/assets/icons/icon-download.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 14px;

  margin-left: 10px;*/
  content: "\f35d";
  display: inline-block;
  margin-left: 15px;
  font-size: 17px;
}
.person-listing__declaration.person-listing__declaration--disabled {
  color: rgb(164, 188, 194);
  cursor: not-allowed;
  pointer-events: none;
}
.person-listing__declaration.person-listing__declaration--disabled:after {
  display: none;
}

.person-listing__divider {
  width: 100%;
  padding-bottom: 1px;
  background-image: linear-gradient(90deg, rgb(100, 103, 112) 20%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 14px;
}

.opportunity {
  margin-bottom: 30px;
  padding: 30px 15px 15px 15px;
  background-color: rgb(208, 216, 215);
}

.opportunity .opportunity__heading {
  margin-top: 30px;
  margin-bottom: 10px;
  color: rgb(7, 39, 45);
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}

.opportunity__location {
  font-style: italic;
  margin-bottom: 15px;
}

.opportunity > p {
  margin-bottom: 15px;
}

.page-theme--blue .opportunity .opportunity__heading {
  color: rgb(0, 156, 222);
}

.page-theme--green .opportunity .opportunity__heading {
  color: rgb(0, 115, 71);
}

.page-theme--gold .opportunity .opportunity__heading {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue .opportunity .opportunity__heading {
  color: rgb(164, 188, 194);
}

.page-theme--red .opportunity .opportunity__heading {
  color: rgb(212, 32, 39);
}

.page-theme--blue-dark .opportunity .opportunity__heading {
  color: rgb(7, 39, 45);
}

.opportunity-listing .rte > h1 {
  border-bottom: 3px solid rgb(212, 32, 39);
  padding-bottom: 25px;
}

.widget-zone {
  margin-bottom: 45px;
}

.wz-bmj-jobs {
  height: 472px;
  padding: 10px;
  border: 1px solid rgb(164, 188, 194);
}
.wz-bmj-jobs > iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.wz-list-of-links {
  margin-bottom: 30px;
}

.wz-list-of-links__heading {
  margin-bottom: 15px;
  font-size: 30px;
}

.wz-list-of-links__list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.wz-list-of-links__list-item .wz-list-of-links__item-link {
  margin-bottom: 5px;
}
.wz-list-of-links__list-item .button, .wz-list-of-links__list-item .rte .rte__button, .rte .wz-list-of-links__list-item .rte__button {
  margin-bottom: 10px;
}

.wz-list-of-links__item-link {
  color: rgb(7, 39, 45);
}
.wz-list-of-links__item-link:hover {
  text-decoration: underline;
}

.page-theme--blue wz-list-of-links__list-item {
  color: rgb(0, 156, 222);
}

.page-theme--green wz-list-of-links__list-item {
  color: rgb(0, 115, 71);
}

.page-theme--gold wz-list-of-links__list-item {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue wz-list-of-links__list-item {
  color: rgb(164, 188, 194);
}

.page-theme--red wz-list-of-links__list-item {
  color: rgb(212, 32, 39);
}

.page-theme--blue-dark wz-list-of-links__list-item {
  color: rgb(7, 39, 45);
}

.wz-respiratory-futures-link {
  margin-bottom: 30px;
  text-align: center;
}

.wz-respiratory-futures-link__image {
  width: 60%;
  margin-bottom: 15px;
}

.wz-respiratory-futures-link__link {
  background-color: rgb(154, 196, 55);
  color: white;
  display: block;
  margin-bottom: 10px;
  padding: 5px 23px;
  text-align: left;
}
.wz-respiratory-futures-link__link:hover {
  text-decoration: none;
  color: rgb(100, 103, 112);
}

.wz-sidebar-content {
  margin-bottom: 30px;
}
.wz-sidebar-content .wz-sidebar-content__image {
  width: 100%;
}
.wz-sidebar-content .wz-sidebar-content__text {
  margin-top: 20px;
}
.wz-sidebar-content .wz-sidebar-content__text.rte table[border="0"] tbody tr:nth-child(odd), .wz-sidebar-content .wz-sidebar-content__text.rte table[border="0"] tbody tr:nth-child(even) {
  background-color: transparent;
}
.wz-sidebar-content .wz-sidebar-content__text.rte table[border="0"] tbody tr:nth-child(odd) td, .wz-sidebar-content .wz-sidebar-content__text.rte table[border="0"] tbody tr:nth-child(even) td {
  padding-left: 0;
  padding-right: 0;
  color: rgb(100, 103, 112);
}
.wz-sidebar-content .wz-sidebar-content__text.rte table tbody tr:first-of-type {
  color: #212529;
}
.wz-sidebar-content .wz-sidebar-content__text.rte table tbody tr td {
  color: rgb(100, 103, 112);
  font-family: "effra", "Helvetica";
  font-size: 20px;
  font-weight: normal;
}

.wz-text {
  margin-bottom: 30px;
}

.wz-text__heading {
  margin-bottom: 15px;
  font-size: 30px;
}

.search-filter {
  border: 1px solid rgb(164, 188, 194);
  padding: 17px;
}

.search-filter__list {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  background-color: rgb(247, 247, 247);
}

.search-filter__list-item {
  display: block;
  position: relative;
  padding: 15px 0 15px 40px;
  /*border-bottom: 1px dashed $bts-color-primary-blue-slate;*/
  background-image: linear-gradient(to right, rgb(164, 188, 194) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  cursor: pointer;
}
.search-filter__list-item:last-child {
  background-size: 0;
}
.search-filter__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  padding-top: 2px;
  background-color: white;
  border: 1px solid rgb(164, 188, 194);
  text-align: center;
}
.search-filter__list-item.search-filter__list-item--selected::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

.search-filter__list-item-content {
  position: relative;
  color: rgb(100, 103, 112);
  font-family: "effra", "Helvetica";
  font-size: 16px;
  font-weight: normal;
}

.search-filter__list-item--blue-dark > .search-filter__list-item-content::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: rgb(7, 39, 45);
}

.search-filter__list-item--blue > .search-filter__list-item-content::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: rgb(0, 156, 222);
}

.search-filter__list-item--slate-blue > .search-filter__list-item-content::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: rgb(164, 188, 194);
}

.search-filter__list-item--gold > .search-filter__list-item-content::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: rgb(201, 151, 0);
}

.search-filter__list-item--green > .search-filter__list-item-content::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: rgb(0, 115, 71);
}

.search-filter__list-item--red > .search-filter__list-item-content::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: rgb(212, 32, 39);
}

.search-filter__button {
  position: relative;
  width: 100%;
  background-color: initial;
  outline: none;
  border: 1px solid rgb(7, 39, 45);
  margin-top: 20px;
  padding: 12px 0;
  color: rgb(7, 39, 45);
  cursor: pointer;
}
.search-filter__button:hover {
  color: rgb(0, 156, 222);
  border-color: rgb(0, 156, 222);
}

.search-list__stat {
  display: block;
  margin-bottom: 15px;
}

.search-list__search-form {
  position: relative;
}
.search-list__search-form > .form-search > .form-search__input-text {
  min-width: 0;
}

.search-list__sector-title {
  display: inline-block;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
}
.search-list__sector-title.search-list__sector-title--blue {
  background-color: rgb(0, 156, 222);
}
.search-list__sector-title.search-list__sector-title--green {
  background-color: rgb(0, 115, 71);
}
.search-list__sector-title.search-list__sector-title--gold {
  background-color: rgb(201, 151, 0);
}
.search-list__sector-title.search-list__sector-title--slate-blue {
  background-color: rgb(164, 188, 194);
}
.search-list__sector-title.search-list__sector-title--red {
  background-color: rgb(212, 32, 39);
}
.search-list__sector-title.search-list__sector-title--blue-dark {
  background-color: rgb(7, 39, 45);
}

.search-result__no-results-message {
  display: block;
  margin: 10px 0 20px 0;
}

.search-result {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-image: linear-gradient(to right, rgb(164, 188, 194) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.search-result:last-child {
  background-size: 0;
}

.search-result .search-result__heading {
  margin-bottom: 5px;
}

.search-result .search-result__heading-link:hover {
  color: rgb(7, 39, 45);
  text-decoration: underline;
}

.search-result .search-result__breadcrumbs {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.search-result .search-result__breadcrumb-title {
  text-transform: uppercase;
}

.search-result .search-result__breadcrumb-item {
  position: relative;
  padding-right: 1.2em;
}
.search-result .search-result__breadcrumb-item::after {
  position: absolute;
  right: 0.2em;
  content: ">";
}
.search-result .search-result__breadcrumb-item:last-child {
  padding-right: 0;
}
.search-result .search-result__breadcrumb-item:last-child::after {
  display: none;
}

.search-result .search-result__breadcrumb-item .search-result__breadcrumb-item-link {
  color: rgb(100, 103, 112);
}

/*.search-result .search-result__heading .search-result__heading-small {
    font-size: 70%;
}

.search-result:hover .search-result__heading .search-result__heading-small {
    text-decoration: none;
}*/
.search-result .search-result__text {
  margin-bottom: 0;
}

.page-theme--blue .search-result__heading {
  color: rgb(0, 156, 222);
}

.page-theme--green .search-result__heading {
  color: rgb(0, 115, 71);
}

.page-theme--gold .search-result__heading {
  color: rgb(201, 151, 0);
}

.page-theme--slate-blue .search-result__heading {
  color: rgb(164, 188, 194);
}

.page-theme--red .search-result__heading {
  color: rgb(212, 32, 39);
}

.page-theme--blue-dark .search-result__heading {
  color: rgb(7, 39, 45);
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.bts-module {
  margin: 30px 0;
}

.bts-module .error-summary {
  margin-top: 30px;
  margin-bottom: 10px;
}

.bts-module .error-summary__text {
  color: rgb(212, 32, 39);
}

.bts-module .success-summary {
  margin-top: 30px;
  margin-bottom: 10px;
}

.bts-module .success-summary__text {
  color: rgb(0, 115, 71);
}

.bts-module .bts-module__section {
  margin: 20px 0;
}
.bts-module .bts-module__section .bts-module__section-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
}
.bts-module .bts-module__section .bts-module__section-heading.bts-module__section-heading--sub {
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.bts-module__section-button {
  margin: 20px 0;
}

.bts-module .bts-module__group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bts-module .bts-module__group .bts-module__group-text,
.bts-module .bts-module__group .bts-module__group-text p,
.bts-module .bts-module__group p {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .bts-module .bts-module__group .bts-module__group-text,
  .bts-module .bts-module__group .bts-module__group-text p,
  .bts-module .bts-module__group p {
    font-size: 18px;
  }
}

.bts-module .bts-module__input-field {
  width: 100%;
}

.bts-module .bts-module__textarea-field {
  width: 100%;
}

.bts-module .bts-module__select-field {
  background-color: white;
}

.bts-module .bts-module__radio-field {
  display: flex;
  align-items: flex-start;
}
.bts-module .bts-module__radio-field > input {
  flex-grow: 0;
  height: 1.5rem;
  margin-right: 0.75rem;
}
.bts-module .bts-module__radio-field > label {
  flex-grow: 1;
}

.bts-module .field-validation-error {
  color: rgb(212, 32, 39);
  display: block;
}

.bts-module .bts-module__input--add:before {
  content: "\f0fe";
  display: inline-block;
  color: rgba(0, 115, 71, 0.5);
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
  padding: 4px;
}

.bts-module .bts-module__input--add:hover:before {
  color: rgb(0, 115, 71);
}

.bts-module .bts-module__input--delete:before {
  content: "\f146";
  display: inline-block;
  color: rgba(212, 32, 39, 0.5);
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
  padding: 4px;
}

.bts-module .bts-module__input--delete:hover:before {
  color: rgb(212, 32, 39);
}

.bts-module .bts-module__input--move:before {
  content: "\f0dc";
  display: inline-block;
  color: rgba(100, 103, 112, 0.5);
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
  padding: 4px;
  font-size: 16px;
  position: relative;
  top: -1px;
  left: 0px;
}

.bts-module .bts-module__input--move:hover:before {
  color: rgb(100, 103, 112);
}

.bts-module .bts-module__field-label {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.bts-module .bts-module__field-label--required:after {
  content: "*";
  color: #dc3545;
}

.bts-module .module-key-value-pair {
  margin-bottom: 5px;
}
.bts-module .module-key-value-pair .module-key-value-pair__key {
  font-weight: bold;
}
.bts-module .module-key-value-pair .module-key-value-pair__value {
  font-weight: normal;
}

.bts-module .module-question-answer .module-question-answer__question .module-question-answer__question-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.bts-module .module-question-answer .module-question-answer__question .module-question-answer__question-text,
.bts-module .module-question-answer .module-question-answer__question .module-question-answer__question-text p {
  margin-bottom: 5px;
  font-size: 16px;
}
.bts-module .module-question-answer .module-question-answer__answer {
  padding: 5px 0;
  border-bottom: 1px solid rgb(7, 39, 45);
}
.bts-module .module-question-answer .module-question-answer__answer:nth-child(odd) {
  background-color: rgb(237, 237, 237);
}
.bts-module .module-question-answer .module-question-answer__answer .module-question-answer__answer-heading {
  font-weight: bold;
}

.bts-module .module-question-answer.module-question-answer--editable .module-question-answer__answer {
  border-bottom: none;
  background-color: transparent;
}

.bts-module .module-link {
  color: rgb(0, 156, 222);
  cursor: pointer;
}
.bts-module .module-link:hover {
  color: rgb(0, 156, 222);
  color: rgba(0, 156, 222, 0.5);
}
.bts-module .module-link.module-link--copy:before {
  content: "\f0c5";
  display: inline-block;
  color: rgb(0, 156, 222);
  font-size: 20px;
  line-height: 1em;
  padding-right: 7px;
}
.bts-module .module-link.module-link--copy:hover:before {
  color: rgb(0, 156, 222);
  color: rgba(0, 156, 222, 0.5);
}

.bts-module .bts-module-table {
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid rgb(7, 39, 45);
}
.bts-module .bts-module-table.bts-module-table--full-width {
  width: 100%;
}

.bts-module .bts-module-table .bts-module-table__head .bts-module-table__row {
  background-color: rgb(7, 39, 45);
  color: white;
}

.bts-module .bts-module-table__body {
  background-color: initial;
  color: initial;
}

.bts-module .bts-module-table__row {
  color: initial;
}
.bts-module .bts-module-table__row.bts-module-table__row--footer {
  background-color: rgb(7, 39, 45);
  color: white;
}
.bts-module .bts-module-table__row.bts-module-table__row--footer:nth-child(even) {
  background-color: rgb(7, 39, 45);
}
.bts-module .bts-module-table__row.bts-module-table__row--footer:nth-child(odd) {
  background-color: rgb(7, 39, 45);
}
.bts-module .bts-module-table__row:nth-child(even) {
  background-color: rgb(237, 237, 237);
}
.bts-module .bts-module-table__row:nth-child(odd) {
  background-color: rgb(247, 247, 247);
}

.bts-module .bts-module-table__cell {
  padding: 3px 10px;
  vertical-align: top;
  font-weight: normal;
}
.bts-module .bts-module-table__cell.bts-module-table__cell--centered {
  text-align: center;
}
.bts-module .bts-module-table__cell.bts-module-table__cell--right {
  text-align: right;
}
.bts-module .bts-module-table__cell.bts-module-table__cell--half-width {
  width: 50%;
}

.bts-module .button, .bts-module .rte .rte__button, .rte .bts-module .rte__button {
  display: inline-block;
  margin-right: 20px;
  padding: 7px 15px;
}

.bts-module .bts-module__link-copy {
  color: rgb(0, 156, 222);
  cursor: pointer;
}
.bts-module .bts-module__link-copy:hover, .bts-module .bts-module__link-copy:hover:before {
  color: rgb(0, 156, 222);
  color: rgba(0, 156, 222, 0.5);
}
.bts-module .bts-module__link-copy:before {
  content: "\f0c5";
  display: inline-block;
  color: rgb(0, 156, 222);
  font-size: 20px;
  line-height: 1em;
  padding-right: 7px;
}

.bts-module .bts-module__link-download {
  color: rgb(0, 156, 222);
  cursor: pointer;
}
.bts-module .bts-module__link-download:hover, .bts-module .bts-module__link-download:hover:before {
  color: rgb(0, 156, 222);
  color: rgba(0, 156, 222, 0.5);
}
.bts-module .bts-module__link-download:before {
  content: "\f33d";
  display: inline-block;
  color: rgb(0, 156, 222);
  font-size: 20px;
  line-height: 1em;
  padding-right: 7px;
}

.bts-module .bts-module__alert {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.bts-module .bts-module__alert.bts-module__alert--disaplay {
  animation-name: fadeAlerts;
  animation-duration: 5s;
}

@media (max-width: 575.98px) {
  .bts-module__alert {
    width: auto;
    margin-left: auto;
    left: 15px;
    right: 15px;
  }
}
@keyframes fadeAlerts {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  10% {
    visibility: visible;
    opacity: 1;
  }
  90% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.bts-module .bts-module__loading-indicator {
  margin: 0 10px;
}

.bts-module .bts-module__collection-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

[id^=answer-list-] .bts-module__collection-item .bts-module__item-headings {
  display: none;
}

[id^=answer-list-] .bts-module__collection-item:first-of-type .bts-module__item-headings {
  display: flex;
}

.bts-module .bts-module__collection-item .bts-module__input-field {
  height: 28px;
  width: 100%;
}

.bts-module .bts-module__collection-item .bts-module__input-field.input-validation-error {
  background-color: rgba(212, 32, 39, 0.1);
}

.bts-module .bts-module__collection-item--add {
  display: inline-block;
  margin-bottom: 10px;
}

.bts-module .bts-module__collection-item--delete:before {
  content: "\f146";
  display: inline-block;
  color: rgba(212, 32, 39, 0.5);
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
  padding: 4px;
}

.bts-module .bts-module__collection-item--add:before {
  content: "\f0fe";
  display: inline-block;
  color: rgba(0, 115, 71, 0.5);
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
  padding: 4px;
}

.bts-module .bts-module__collection-item--delete:hover:before {
  color: rgb(212, 32, 39);
}

.bts-module .bts-module__collection-item--add:hover:before {
  color: rgb(0, 115, 71);
}

.bts-module .bts-module__image {
  max-width: 100%;
  margin: 15px 0;
}

.bts-module .bts-module__list {
  margin-bottom: 30px;
}
.bts-module .bts-module__progress-bar {
  max-width: 100%;
}

/*.bts-module .bts-module__group {
    margin-top: 5px;
    margin-bottom: 5px;
}*/
.bts-module .bts-module__group .bts-module__group-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
}
.bts-module .bts-module__group .bts-module__group-heading.bts-module__group-heading--sub {
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.bts-module .bts-module__group .bts-module__group-text {
  margin-top: 0;
  margin-bottom: 10px;
}
.bts-module .bts-module__group .bts-module__group-text p {
  margin-bottom: 10px;
}

/*.bts-module .bts-module__field-label {
    display: block;
    width: 100%;
    margin-bottom: 0;
}*/
/*.bts-module .bts-module__collection-item {
    margin-top: 10px;
    margin-bottom: 10px;
}


[id^='answer-list-'] .bts-module__collection-item .bts-module__item-headings { display: none; }
[id^='answer-list-'] .bts-module__collection-item:first-of-type .bts-module__item-headings { display: flex; }

.bts-module .bts-module__collection-item .bts-module__input-field {
    height: 28px;
    width: 100%;
}
.bts-module .bts-module__collection-item .bts-module__input-field.input-validation-error {
    background-color: rgba($bts-color-secondary-red, 0.1)
}

.bts-module .bts-module__collection-item--add {
    display: inline-block;
    margin-bottom: 10px;
}

.bts-module .bts-module__collection-item--delete:before {
    @extend .fal;
    content: fa-content($fa-var-minus-square);
    display: inline-block;
    color: rgba($bts-color-secondary-red, 0.5); //lighten($bts-color-secondary-red, 15%);
    font-size: 20px;
    line-height: 1em;
    cursor: pointer;
    padding: 4px;
}

.bts-module .bts-module__collection-item--add:before {
    @extend .fal;
    content: fa-content($fa-var-plus-square);
    display: inline-block;
    color: rgba($bts-color-secondary-green, 0.5); // lighten($bts-color-secondary-green, 10%);;
    font-size: 20px;
    line-height: 1em;
    cursor: pointer;
    padding: 4px;
}

.bts-module .bts-module__collection-item--delete:hover:before {
    color: $bts-color-secondary-red;
}

.bts-module .bts-module__collection-item--add:hover:before {
    color: $bts-color-secondary-green;
}*/
@media (min-width: 768px) {
  .bts-module {
    text-align: center;
  }
}

.bts-module__input-field {
  padding: 8px 20px;
  font-size: 20px;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.bts-module__group h1 {
  font-size: 70px;
}
@media (max-width: 991.98px) {
  .bts-module__group h1 {
    font-size: 40px;
  }
}

.bts-module__section-button button.button, .bts-module__section-button .rte button.rte__button, .rte .bts-module__section-button button.rte__button {
  background: #07272D;
  color: #FFFFFF;
  padding: 3px 20px;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.56px;
}

section.password-reset {
  background: radial-gradient(circle at top left, #f0f0f0, transparent 50%), radial-gradient(circle at bottom right, #e8f9ff, transparent 50%);
}

.password-reset__wrapper .bts-module {
  margin: 0;
}
.password-reset__wrapper .bts-module__group p {
  padding-inline: 10px;
}
@media (max-width: 991.98px) {
  .password-reset__wrapper .bts-module__group p {
    padding-inline: 0;
  }
}
.password-reset__wrapper .bts-module__section {
  margin: 0;
}
.password-reset__wrapper .bts-module__section-button {
  margin-bottom: 0;
  padding-bottom: 145px;
}
.password-reset__wrapper .bts-module__section-button .button, .password-reset__wrapper .bts-module__section-button .rte .rte__button, .rte .password-reset__wrapper .bts-module__section-button .rte__button {
  font-size: 18px;
  background: #07272D;
  color: #FFFFFF;
}

.my-bts-links {
  margin-bottom: 30px;
}

.my-bts-links__button {
  display: block;
  width: 100%;
  padding: 17px;
  margin-bottom: 10px;
  border: 1px solid rgb(0, 156, 222);
  background-color: rgb(0, 156, 222);
  color: white;
}
.my-bts-links__button:hover {
  text-decoration: none;
  color: rgb(0, 156, 222);
  background: none;
}

.my-bts-links__button.my-bts-links__button--thorax {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 85px;
  min-height: 101px;
}
.my-bts-links__button.my-bts-links__button--thorax::before {
  position: absolute;
  left: 17px;
  width: 50px;
  height: 67px;
  content: "";
  background-image: url(https://thorax.bmj.com/current-issue/cover-image-medium/cover.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.my-bts-links__button.my-bts-links__button--thorax > .my-bts-links__button-title {
  display: block;
}
.my-bts-links__button.my-bts-links__button--thorax > .my-bts-links__button-text {
  display: block;
  font-size: 16px;
}

.challenge-window--01,
.challenge-window--02,
.challenge-window--03,
.challenge-window--04 {
  border: 0;
}

.challenge-window--01 {
  width: 270px;
  height: 420px;
}

.challenge-window--02 {
  width: 410px;
  height: 420px;
}

.challenge-window--03 {
  width: 520px;
  height: 620px;
}

.challenge-window--04 {
  width: 620px;
  height: 420px;
}

.pagination {
  margin: 15px 0 15px 0;
  border-top: 1px solid rgb(237, 237, 237);
  border-bottom: 1px solid rgb(237, 237, 237);
  padding-top: 15px;
  padding-bottom: 15px;
}
.pagination .screenreader {
  display: none;
}
.pagination button,
.pagination [type=button],
.pagination [type=reset],
.pagination [type=submit] {
  all: unset;
  color: blue;
  cursor: pointer;
}

.pagination-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.pagination-inner .btn {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.pagination-inner .btn-previous:before,
.pagination-inner .btn-next:before {
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  font-size: 1.25rem;
  top: 0;
  font-weight: bold;
  color: rgb(7, 39, 45);
}
.pagination-inner .btn-previous:before {
  content: "〈";
  float: left;
}
.pagination-inner .btn-next:before {
  content: "〉";
  float: right;
}

.content-filter--tags .filter-tag-list__item {
  border: 1px solid rgb(7, 39, 45);
  padding: 3px 10px;
  cursor: pointer;
}
.content-filter--tags .filter-tag-list__item--selected {
  background-color: rgb(7, 39, 45);
  color: white;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.explore-more {
  background: rgba(164, 188, 194, 0.3960784314);
  overflow: hidden;
  margin-bottom: -30px;
}
@media (min-width: 1200px) {
  .explore-more {
    margin-bottom: -60px;
  }
}
.explore-more__heading {
  font-size: 70px;
  color: #07272D;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 20px;
  padding-bottom: 15px;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 992px) {
  .explore-more__heading {
    padding-top: unset;
    padding-bottom: unset;
  }
}
@media only screen and (max-width: 576px) {
  .explore-more__heading {
    font-size: 40px;
  }
}
.explore-more__grid {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.explore-more__card {
  background: #a4bcc2;
  color: black;
  display: flex;
  justify-content: space-between;
  flex: 1;
  transition: transform 0.5s ease;
}
.explore-more__card:hover {
  transform: scale(1.02);
}
.explore-more__text {
  padding: 35px 35px 25px 40px;
  display: flex;
  flex-direction: column;
}
.explore-more__text h3 {
  display: block;
  font-size: 35px;
  color: #07272D;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.1;
}
@media only screen and (max-width: 576px) {
  .explore-more__text h3 {
    font-size: 24px;
  }
}
.explore-more__text a {
  background: #789399;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 0 4px 4px 0;
  margin-top: auto;
  text-align: center;
  max-width: 149px;
  transition: transform 0.3s ease;
}
.explore-more__text a:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
@media only screen and (max-width: 576px) {
  .explore-more__text {
    padding: 13px 15px 13px 15px;
  }
}
.explore-more__image img {
  height: 100%;
  width: 180px;
}
@media only screen and (max-width: 576px) {
  .explore-more__image img {
    width: 150px;
  }
}

.button--involved, .page-theme--orange .info-tile__content .button, .page-theme--orange .info-tile__content .rte .rte__button, .rte .page-theme--orange .info-tile__content .rte__button, .page-theme--green .rte__button, .page-theme--green .table__body-cell-link, .page-theme--red .info-tile .button, .page-theme--red .info-tile .rte .rte__button, .rte .page-theme--red .info-tile .rte__button, .password-reset .bts-module__section-button button.button, .password-reset .bts-module__section-button .rte button.rte__button, .rte .password-reset .bts-module__section-button button.rte__button, .page-theme--orange .table__body-cell-link {
  transition: transform 0.3s ease;
}
.button--involved:hover, .page-theme--orange .info-tile__content .button:hover, .page-theme--orange .info-tile__content .rte .rte__button:hover, .rte .page-theme--orange .info-tile__content .rte__button:hover, .page-theme--green .rte__button:hover, .page-theme--green .table__body-cell-link:hover, .page-theme--red .info-tile .button:hover, .page-theme--red .info-tile .rte .rte__button:hover, .rte .page-theme--red .info-tile .rte__button:hover, .password-reset .bts-module__section-button button.button:hover, .password-reset .bts-module__section-button .rte button.rte__button:hover, .rte .password-reset .bts-module__section-button button.rte__button:hover, .page-theme--orange .table__body-cell-link:hover {
  transform: scale(1.1);
  background-color: #07272D;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 0 15px 0 5px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pika-label:first-child {
  margin-right: 10px;
}
.pika-label::before {
  position: absolute;
  right: 4px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
}
.pika-label > .pika-select {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.p-custom {
  padding: 32px 40px;
}
@media (max-width: 991.98px) {
  .p-custom {
    padding: 35px 15px 20px 15px;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
@media (max-width: 991.98px) {
  #contactUs {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #contactUs {
    padding-top: 15px;
  }
}
#contactUs .col-md-24 {
  padding: 0;
}
#contactUs .form-title .button, #contactUs .form-title .rte .rte__button, .rte #contactUs .form-title .rte__button {
  transition: transform 0.3s ease;
}
#contactUs .form-title .button:hover, #contactUs .form-title .rte .rte__button:hover, .rte #contactUs .form-title .rte__button:hover {
  transform: scale(1.1);
  background-color: #07272D;
}

.contact-us {
  background: rgb(255, 255, 255) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 20px 20px 0;
  opcaity: 1;
}
@media (max-width: 991.98px) {
  .contact-us .rte {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .contact-us .rte > h1 {
    font-size: 39.6px;
  }
}
@media (max-width: 575.98px) {
  .contact-us .rte > p {
    font-size: 18px;
  }
}
.contact-us #tel, .contact-us .distance__title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .contact-us #tel, .contact-us .distance__title {
    font-size: 21.6px;
  }
}
.contact-us input[type=radio] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(112, 112, 112, 0.231372549); /* default grey border */
  background: #fff;
  position: relative;
}
.contact-us input[type=radio]:checked {
  border: 1px solid #009CDE;
}
.contact-us input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #009CDE;
  transform: translate(-50%, -50%);
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.page-theme--red .button, .page-theme--red .rte .rte__button, .rte .page-theme--red .rte__button, .page-theme--orange .button, .page-theme--orange .rte .rte__button, .rte .page-theme--orange .rte__button, .section-education-events .button, .section-education-events .rte .rte__button, .rte .section-education-events .rte__button {
  padding: 0;
  width: 155px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CC1534;
  font-size: 16px;
}

.page-theme--red .info-tile {
  background-color: rgba(204, 21, 52, 0.1215686275);
}
.page-theme--red .info-tile .button, .page-theme--red .info-tile .rte .rte__button, .rte .page-theme--red .info-tile .rte__button {
  width: 192px;
}

@media screen and (max-width: 1024px) {
  .page-theme--red .info-tile__heading {
    font-size: 28px;
  }
}

.page-theme--red .rte {
  margin-bottom: 40px;
}
.page-theme--red .rte > h1 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .page-theme--red .rte > h1 {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .page-theme--red .rte > h1 {
    font-size: 32.4px;
  }
}
@media (max-width: 767.98px) {
  .page-theme--red .rte > h1 {
    margin-bottom: 20px;
  }
}
.page-theme--red .rte p {
  max-width: 871px;
}
@media (max-width: 767.98px) {
  .page-theme--red .rte {
    margin-bottom: 30px;
  }
}

.page-theme--red .info-tile__content {
  border-bottom: 2px solid #CC1534;
}

@media (max-width: 575.98px) {
  .page-theme--green .content-page__page-colums {
    margin-top: 25px;
  }
}
.page-theme--green .guidelineListing strong {
  font-size: 30px;
}
@media (max-width: 575.98px) {
  .page-theme--green .guidelineListing strong {
    font-size: 21.6px;
  }
}
.page-theme--green .table__head-cell {
  background-color: #027347;
}
@media (max-width: 767.98px) {
  .page-theme--green .table__body-cell {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-theme--green .table__body-cell-link {
  background-color: rgb(0, 115, 71) !important;
  letter-spacing: 2.56px;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-radius: 0 4px 4px 0;
}
.page-theme--green .table__body-cell-link::after {
  content: "\f105";
}
.page-theme--green .rte > h1 {
  border-bottom: 3px solid rgb(0, 115, 71);
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .page-theme--green .rte > h1 {
    margin-bottom: 30px;
    font-size: 59.4px;
  }
}
@media (max-width: 1199.98px) {
  .page-theme--green .rte > h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-theme--green .rte > h1 {
    padding-bottom: 20px;
    font-size: 28px;
  }
}
.page-theme--green .rte__button {
  color: rgb(255, 255, 255);
  background-color: rgb(7, 39, 45);
  text-transform: uppercase;
  letter-spacing: 2.88px;
  padding: 3px 10px;
  border-radius: 0 4px 4px 0;
}
.page-theme--green .rte__button::after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 15px;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .page-theme--green .rte__button {
    padding: 5px 15px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .page-theme--green .rte__button {
    width: 100%;
    text-align: center;
  }
}
.page-theme--green .rte__button.table__body-cell-link {
  background-color: red;
}
.page-theme--green .rte > p {
  font-size: 18px;
}

.page-theme--orange .link-list {
  border-color: rgb(255, 106, 39);
}
.page-theme--orange .info-tile__heading, .page-theme--orange .link-list__heading, .page-theme--orange .link-list__item-link, .page-theme--orange .link-list__item-link:after {
  color: rgb(255, 106, 39);
}
.page-theme--orange .info-tile {
  background-color: rgba(255, 106, 39, 0.1215686275);
}
.page-theme--orange .info-tile__content .button, .page-theme--orange .info-tile__content .rte .rte__button, .rte .page-theme--orange .info-tile__content .rte__button {
  background: rgb(255, 106, 39);
  min-width: 192px;
}
.page-theme--orange .info-tile__content {
  border-bottom: 2px solid rgb(255, 106, 39);
}
.page-theme--orange .info-tile__content-text {
  color: rgb(255, 106, 39);
  padding-bottom: 15px;
  font-size: 18px;
  line-height: normal;
}
.page-theme--orange .table {
  border-color: #FF6A27;
  letter-spacing: 0.2px;
}
.page-theme--orange .table__head-row {
  background-color: #FF6A27;
}
.page-theme--orange .table__head-cell {
  background-color: #FF6A27;
}
.page-theme--orange .table__body-cell-link {
  background-color: #FF6A27 !important;
  letter-spacing: 2.56px;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-radius: 0 4px 4px 0;
}
.page-theme--orange .table__body-cell-link::after {
  content: "\f105";
}

.page-theme--orange .horizontalLine, .page-theme--blue .horizontalLine, .page-theme--green .horizontalLine, .page-theme--red .horizontalLine {
  height: 36px;
}
@media (max-width: 575.98px) {
  .page-theme--orange .horizontalLine, .page-theme--blue .horizontalLine, .page-theme--green .horizontalLine, .page-theme--red .horizontalLine {
    height: 15px;
  }
}

.page-theme--orange .horizontalLine {
  background-color: rgb(255, 106, 39);
}

.page-theme--blue .horizontalLine {
  background-color: rgb(0, 156, 222);
}

.page-theme--red .horizontalLine {
  background-color: #CC1534;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
/*footer*/
.footer-top {
  background: #fff;
  box-shadow: 0px -4px 14px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 576px) {
  .footer-top {
    padding: 20px 0;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1019607843);
  }
}
.footer__logo {
  margin: 0 auto;
}
.footer-bottom {
  padding: 20px 0;
  background-color: rgb(7, 39, 45);
}
@media (min-width: 576px) {
  .footer-bottom {
    padding: 30px 0;
  }
}
.footer-bottom__contact-wrapper {
  border-left: 1px solid #6d878e;
  padding: 0px 15px 15px;
}
@media (max-width: 767.98px) {
  .footer-bottom__contact-wrapper {
    border: none;
  }
}
.footer-bottom__contact-pair {
  display: flex;
}
.footer-bottom__navigation-list {
  margin-bottom: 15px;
  padding: 0 0 25px 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  list-style: none;
  flex-wrap: wrap;
  border-bottom: 1px solid #6d878e;
}
@media (min-width: 768px) {
  .footer-bottom__navigation-list {
    border: none;
  }
}
@media (min-width: 1400px) {
  .footer-bottom__navigation-list {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer-bottom__navigation-list {
    gap: 0rem;
  }
}
.footer-bottom__navigation-item {
  margin-right: 20px;
}
.footer-bottom__navigation-link {
  font-size: 18px;
}
.footer-bottom__navigation-link:hover {
  color: #009cde;
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .footer-bottom__navigation-link {
    font-size: 20px;
  }
}
.footer-bottom__description {
  font-size: 12px;
  color: #A5BCC2;
  margin: 0;
}
@media (min-width: 1200px) {
  .footer-bottom__description {
    font-size: 14.4px;
    color: rgb(255, 255, 255);
  }
}
.footer-bottom__address-description {
  margin: 0;
}
.footer-bottom__address-description span {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .footer-bottom__address-description span {
    font-size: 24px;
  }
}
.footer-bottom__address-description span:not(:first-child) {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .footer-bottom__address-description span:not(:first-child) {
    font-size: 20px;
  }
}
.footer-bottom__contact-list {
  margin: 0;
}
.footer-bottom__contact-list-term {
  font-size: 16px;
  margin-right: 5px;
  float: left;
  color: #009CDE;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .footer-bottom__contact-list-term {
    font-size: 20px;
  }
}
.footer-bottom__contact-list-description {
  font-size: 16px;
  margin-bottom: 0;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .footer-bottom__contact-list-description {
    font-size: 20px;
  }
}
.footer-bottom__contact-list-description a {
  color: #fff;
}
.footer-bottom__contact-list-description a:hover {
  text-decoration: none;
}
.footer-site {
  position: relative;
  z-index: 9999;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .footer-site {
    margin-top: 60px;
  }
}

.winter-meeting .footer-site {
  margin-top: 0;
}

.summer-meeting .footer-site {
  margin-top: 0;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.content-section {
  gap: 80px;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .content-section {
    flex-direction: column;
    gap: 35px;
  }
}
@media (max-width: 767.98px) {
  .content-section {
    margin-bottom: 30px;
  }
}
.content-section .rte {
  margin-bottom: 0;
}

.section-latest-news {
  padding: 10px 0 0 0;
  margin-bottom: 30px;
}
.section-latest-news .latest-news {
  margin-bottom: 0;
}
.section-latest-news .latest-news__header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .section-latest-news .latest-news__carousel .owl-stage-outer:after {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .section-latest-news {
    margin-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .section-latest-news .latest-news__carousel .owl-nav button.owl-next {
    right: 0;
  }
}

body {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

body.page-loaded {
  opacity: 1;
}

.container--contained {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container--contained {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container--contained {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container--contained {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container--contained {
    max-width: 1340px;
  }
}
.container--stretched {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container--stretched {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.section-education-events .rte {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-education-events .rte {
    margin-bottom: 0;
  }
}
.section-education-events .rte > h1 {
  font-size: 90px;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .section-education-events .rte > h1 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .section-education-events .rte > h1 {
    font-size: 32px;
  }
}
.section-education-events .info-tile .button, .section-education-events .info-tile .rte .rte__button, .rte .section-education-events .info-tile .rte__button, .section-education-events .info-tile__heading {
  color: rgb(255, 255, 255);
}
.section-education-events .info-tile .button, .section-education-events .info-tile .rte .rte__button, .rte .section-education-events .info-tile .rte__button {
  background: #335056;
  opacity: 1;
  width: 192px;
  transition: transform 0.3s ease;
}
.section-education-events .info-tile .button:hover, .section-education-events .info-tile .rte .rte__button:hover, .rte .section-education-events .info-tile .rte__button:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
.section-education-events .info-tile__content {
  border-bottom: 2px solid #335056;
  flex-grow: 0;
  margin: 80px 0 40px 21px;
}
.section-education-events .info-tile__heading {
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .section-education-events .info-tile__heading {
    font-size: 28px;
  }
}
.section-education-events .info-tile-listing {
  padding-top: 40px;
}
.section-education-events .info-tile-listing .info-tile {
  display: flex;
  justify-content: end;
}
@media (max-width: 767.98px) {
  .section-education-events .info-tile-listing {
    padding-top: 15px;
  }
}

.educationEvents .upComing-events__comingUp {
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .educationEvents .upComing-events__comingUp {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .educationEvents .upComing-events__carousel .owl-nav {
    display: none;
  }
}
.educationEvents .upComing-events__carousel .owl-nav .owl-next.disabled {
  display: none;
}

#comingUp {
  background: #009CDE;
  margin-top: 30px;
}
#comingUp .upComing-events__heading {
  padding-top: 32px;
}
@media (max-width: 767.98px) {
  #comingUp .upComing-events__heading {
    padding-top: 20px;
  }
}
#comingUp .event-card__item {
  height: auto;
  padding-right: 0;
}
#comingUp .upComing-events__carousel .event-card__item {
  min-height: 370px;
  position: relative;
}
#comingUp .upComing-events__carousel .event-card__btn {
  position: absolute;
  bottom: 30px;
  padding: 8px 16px;
}
@media (max-width: 767.98px) {
  #comingUp .upComing-events__carousel .event-card__btn {
    bottom: 48px;
  }
}
#comingUp .owl-dots {
  display: none;
}
#comingUp .upComing-events__carousel .owl-prev span {
  display: none;
}
@media (max-width: 767.98px) {
  #comingUp {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
.registerCta {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .registerCta {
    margin-top: 46px;
    margin-bottom: 34px;
  }
}
.registerCta__banner {
  display: block;
  padding: 20px 33px 20px 12px;
  border-radius: 0px 20px 20px 0px;
  background: linear-gradient(90deg, #0f2c33 0%, #0388d1 50%, #607d8b 100%);
  color: #FFFFFF;
  position: relative;
}
.registerCta__banner:after {
  content: "";
  position: absolute;
  background-color: rgba(164, 188, 194, 0.2);
  height: 3.25px;
  right: 0px;
  bottom: 35px;
  width: calc(100% - 45px);
  z-index: unset;
}
@media (min-width: 992px) {
  .registerCta__banner:after {
    content: unset;
  }
}
@media (min-width: 768px) {
  .registerCta__banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    border-radius: 0px 10px 10px 0px;
  }
}
.registerCta__content {
  margin-bottom: 10px;
  max-width: 318px;
}
@media (min-width: 1200px) {
  .registerCta__content {
    max-width: 800px;
  }
}
.registerCta__text {
  font-size: 27px;
  font-weight: 700;
  margin: 0;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: "effra";
}
@media (min-width: 768px) {
  .registerCta__text {
    font-size: 40px;
    line-height: 47px;
    letter-spacing: unset;
  }
}
.registerCta__action {
  flex-shrink: 0;
}
.registerCta__button {
  display: inline-block;
  padding: 8px 12px;
  background-color: #009CDE;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0px 6px 6px 0px;
  letter-spacing: 2px;
  transition: background 0.3s ease;
  font-size: 16px;
  letter-spacing: 2.56px;
  font-family: "effra";
  line-height: 19px;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .registerCta__button {
    font-size: 24px;
    padding: 12px 24px;
    background-color: #07272D;
    letter-spacing: 3.84px;
    line-height: 38px;
    transition: transform 0.3s ease;
  }
}
.registerCta__button:hover {
  background-color: #009CDE;
  text-decoration: none;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .registerCta__button:hover {
    transform: scale(1.1);
    background-color: #07272D;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
.upComing-events {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #009CDE;
}
@media (min-width: 992px) {
  .upComing-events {
    padding-top: 32px;
    padding-bottom: 37px;
  }
}
.upComing-events__video {
  display: block;
}
@media (min-width: 992px) {
  .upComing-events__video {
    display: flex;
    gap: 30px;
  }
}
.upComing-events__carousel .owl-stage {
  padding-left: 0px !important;
}
.upComing-events__carousel .owl-stage-outer {
  position: relative;
}
.upComing-events__carousel .owl-stage-outer:after {
  content: "";
  position: absolute;
  background: transparent linear-gradient(90deg, rgba(0, 156, 222, 0) 0%, #009CDE 100%) 0% 0% no-repeat padding-box;
  width: 66px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .upComing-events__carousel .owl-stage-outer:after {
    width: 316px;
  }
}
.upComing-events__carousel .owl-stage-outer:before {
  content: "";
  position: absolute;
  background: transparent linear-gradient(90deg, #009CDE 0%, rgba(0, 156, 222, 0) 100%) 0% 0% no-repeat padding-box;
  width: 316px;
  height: 100%;
  top: 0;
}
.upComing-events__carousel button {
  position: absolute;
  height: 30px;
  width: 30px;
  transform: rotate(-45deg);
  border-radius: 5px;
}
.upComing-events__carousel .owl-next {
  border-right: 7px solid rgba(247, 247, 247, 0.7647058824) !important;
  border-bottom: 7px solid rgba(247, 247, 247, 0.7647058824) !important;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.upComing-events__carousel .owl-next:focus {
  outline: unset;
}
.upComing-events__carousel .owl-next span {
  display: none;
}
.upComing-events__carousel .owl-prev {
  top: 50%;
  border-left: 7px solid rgba(247, 247, 247, 0.7647058824) !important;
  border-top: 7px solid rgba(247, 247, 247, 0.7647058824) !important;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: -5px;
}
.upComing-events__carousel .owl-prev:focus {
  outline: unset;
}
.upComing-events__carousel .owl-prev span {
  display: none;
}
.upComing-events__carousel .owl-nav button.owl-next, .upComing-events__carousel .owl-nav button.owl-prev {
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .upComing-events__carousel .owl-nav button {
    display: none !important;
  }
}
.upComing-events__carousel .owl-nav.nav-left-only {
  background: transparent linear-gradient(270deg, rgba(0, 156, 222, 0) 0%, #009cde 100%) 0% 0% no-repeat padding-box;
}
.upComing-events__carousel .event-card__item {
  padding: 30px 0px 0px 30px;
  background-color: rgba(7, 39, 45, 0.2509803922);
  border-radius: 0px 20px 20px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 350px;
  background: rgba(7, 39, 45, 0.2509803922);
}
@media (min-width: 1200px) {
  .upComing-events__carousel .event-card__item {
    height: 500px;
  }
}
.upComing-events__carousel .event-card__date {
  padding-bottom: 16px;
  border-bottom: 1px solid #A4BCC2;
}
.upComing-events__carousel .event-card__date p {
  font-size: 50px;
  line-height: 59px;
  font-family: "effra";
  color: #FFFFFF;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .upComing-events__carousel .event-card__date p {
    font-size: 60px;
    line-height: 72px;
  }
}
.upComing-events__carousel .event-card__date span {
  font-size: 20px;
  color: #F7F7F7;
  letter-spacing: 3.2px;
  font-weight: 500;
}
.upComing-events__carousel .event-card__mode {
  margin-top: 17px;
  color: #F7F7F7;
  font-size: 16px;
  font-family: "effra";
  letter-spacing: 2.56px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
@media (min-width: 1200px) {
  .upComing-events__carousel .event-card__mode {
    min-height: 50px;
  }
}
.upComing-events__carousel .event-card__title {
  font-size: 25px;
  color: #FFFFFF;
  line-height: 29px;
  font-family: "effra";
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .upComing-events__carousel .event-card__title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .upComing-events__carousel .event-card__title {
    min-height: 65px;
  }
}
.upComing-events__carousel .event-card__btn {
  background-color: #3f9abe;
  color: #F7F7F7;
  padding: 8px 24px;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  line-height: 19px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.upComing-events__carousel .event-card__btn:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
.upComing-events__videoSection {
  width: 100%;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .upComing-events__videoSection {
    width: 50%;
    margin-bottom: unset;
  }
}
.upComing-events__videoSection .video-card {
  position: relative;
}
.upComing-events__videoSection .video-card__image video {
  width: 100%;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  position: relative;
}
.upComing-events__videoSection .video-card__image .pause-btn, .upComing-events__videoSection .video-card__image .play-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  border: none;
  border-radius: 50%;
  width: 101px;
  height: 101px;
  background: transparent linear-gradient(226deg, rgba(255, 255, 255, 0.5176470588) 0%, rgba(255, 255, 255, 0.1411764706) 100%) 0% 0% no-repeat padding-box;
  cursor: pointer;
  z-index: 2;
  font-size: 32px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .upComing-events__videoSection .video-card__image .pause-btn, .upComing-events__videoSection .video-card__image .play-btn {
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .upComing-events__videoSection .video-card__image .pause-btn, .upComing-events__videoSection .video-card__image .play-btn {
    right: -30px;
    left: auto;
    top: 100px;
  }
}
.upComing-events__videoSection .video-card__image .pause-btn i, .upComing-events__videoSection .video-card__image .play-btn i {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.631372549);
}
@media (min-width: 992px) {
  .upComing-events__videoSection .video-card__image .pause-btn i, .upComing-events__videoSection .video-card__image .play-btn i {
    font-size: 64px;
  }
}
.upComing-events__videoSection .video-card__image .pause-btn {
  display: none;
}
.upComing-events__heading {
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 47px;
  font-family: "effra";
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  .upComing-events__heading {
    font-size: 70px;
    line-height: 83px;
    margin-bottom: 21px;
  }
}
.upComing-events__comingUp {
  width: 100%;
}
.upComing-events__comingUp .upComing-events__heading {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .upComing-events__comingUp {
    width: 50%;
  }
}
.upComing-events--Banner__content {
  position: absolute;
  bottom: 6px;
  background: transparent;
  width: 100%;
  padding: 7px 10px 22px 13px;
}
@media (min-width: 992px) {
  .upComing-events--Banner__content {
    z-index: 9;
    padding: 30px 45px;
    max-width: unset;
  }
}
.upComing-events--Banner__videoTag {
  position: absolute;
  background-color: #CC1534;
  color: #fff;
  border-radius: 0 4px 4px 0;
  padding: 3px 10px 4px 13px;
  left: 0;
  top: -25px;
}
@media (min-width: 992px) {
  .upComing-events--Banner__videoTag {
    top: -10px;
    left: 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    padding-left: 45px;
    font-size: 20px;
    padding: 8px 10px 8px 45px;
  }
}
.upComing-events--Banner__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .upComing-events--Banner__title {
    font-size: 45px;
    margin-top: 10px;
    margin-bottom: 12px;
    line-height: 53px;
  }
}
.upComing-events--Banner__cta-button {
  display: none;
}
@media (min-width: 1200px) {
  .upComing-events--Banner__cta-button {
    display: inline-block;
    background-color: rgba(164, 188, 194, 0.3803921569);
    border-radius: 0px 4px 4px 0px;
    padding: 12px 24px;
    font-size: 16px;
    letter-spacing: 2.56px;
    line-height: 19px;
    color: #fff;
    font-family: "effra";
    font-weight: 500;
    transition: transform 0.3s ease;
  }
  .upComing-events--Banner__cta-button:hover {
    transform: scale(1.1);
    background-color: #07272D;
    text-decoration: none;
    color: #fff;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
.shortCourse {
  margin-top: 20px;
}
.shortCourse .owl-prev {
  display: none;
}
.shortCourse .shortcoursedetailpage__tab .download--list-images img {
  border-radius: 0px 20px 20px 0px;
}
.shortCourse .downloads--list img {
  border-radius: 0 20px 20px 0;
}
.shortCourse__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  flex-direction: column;
}
@media (min-width: 992px) {
  .shortCourse__wrapper {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .shortCourse__content {
    position: fixed;
    left: 45px;
  }
}
.shortCourse__content .breadcrumb {
  padding-top: 0;
  margin-bottom: 0px;
}
.shortCourse__content .courseContent {
  margin-top: 40px;
}
.shortCourse__content .courseContent .content-page__page-tag {
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .shortCourse__content .courseContent {
    position: fixed;
    width: 40%;
  }
}
.shortCourse__content .courseContent article.rte {
  margin-top: 17px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .shortCourse__content .courseContent article.rte h1 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .shortCourse__content .courseContent article.rte h1 {
    font-size: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .shortCourse__content .courseContent article.rte p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.shortCourse__content .courseContent article.rte p a {
  font-size: 18px;
  color: #009CDE !important;
  text-decoration: none !important;
  font-family: "effra" !important;
  line-height: 32px !important;
}
.shortCourse__content .courseContent article.rte p a.button-involved {
  color: #fff !important;
  font-size: 16px !important;
  transition: transform 0.3s ease;
  padding: 4px 12px;
}
.shortCourse__content .courseContent article.rte p a.button-involved:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
.shortCourse .upComing-events__comingUp {
  width: 100%;
  background-color: #009CDE;
  padding: 24px;
  border-radius: 0px 20px 20px 0px;
}
@media (min-width: 992px) {
  .shortCourse .upComing-events__comingUp {
    padding: 45px;
    width: 50%;
  }
}
.shortCourse .upComing-events__comingUp .upComing-events__carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .shortCourse .upComing-events__comingUp .upComing-events__carousel {
    gap: 10px;
  }
}
.shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__item {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__item {
    width: 48%;
    height: 500px;
    padding-right: 0px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__item {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__item {
    padding: 20px 0px 0px 20px;
  }
}
.shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__title {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limits text to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__title {
    font-size: 30px;
  }
}
.shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__date {
  width: 100%;
}
.shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__date p {
  font-size: 40px;
  line-height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits text to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__date p {
    line-height: 72px;
    font-size: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .shortCourse .upComing-events__comingUp .upComing-events__carousel .event-card__date p {
    line-height: 52px;
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .bts-short-active header {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .bts-short-active .shortCourse {
    margin-top: 280px;
  }
}
@media (min-width: 1400px) {
  .bts-short-active .shortCourse {
    margin-top: 238px;
  }
}

.shortcoursedetailpage__banner {
  background: #07272D;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 20px 20px 0px;
  color: #fff;
}
.shortcoursedetailpage__banner--summary {
  padding: 0px;
  border-left: none;
  border-bottom: none;
}
@media (min-width: 992px) {
  .shortcoursedetailpage__banner--summary {
    margin: 22px 20px 30px 40px;
    padding: 42px 0 47px 45px;
    border-left: 1px solid #a4bcc2;
    border-bottom: none;
  }
}
.shortcoursedetailpage__banner--summary .dec {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__banner--summary .dec {
    padding: 19px 20px 32px 23px;
  }
}
.shortcoursedetailpage__banner--time {
  background: rgba(247, 247, 247, 0.1215686275);
  opacity: 0.95;
  padding: 26px 0 49px 18px;
  border-radius: 0px;
  height: 100%;
  margin-top: 21px;
}
@media (min-width: 992px) {
  .shortcoursedetailpage__banner--time {
    border-radius: 0px 20px 0px 0px;
    padding: 26px 0 30px 18px;
  }
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__banner--time {
    margin-top: 31px;
  }
}
.shortcoursedetailpage__banner--time .date {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .shortcoursedetailpage__banner--time .date {
    font-size: 60px;
    line-height: 72px;
  }
}
.shortcoursedetailpage__banner--time .year {
  font-size: 20px;
  letter-spacing: 3.2px;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__banner--time .year {
    margin-top: 0px;
    font-size: 20px;
  }
}
.shortcoursedetailpage__banner--time .divider {
  width: 100%;
  height: 1px;
  background-color: #A4BCC2;
}
.shortcoursedetailpage__banner--time .venue {
  font-size: 22px;
  margin-top: 14px;
  padding-right: 15px;
  margin-bottom: 5px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__banner--time .venue {
    margin-top: 22px;
    font-size: 20px;
  }
}
.shortcoursedetailpage__banner--time .time-range {
  font-size: 22px;
  margin-bottom: 13px;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__banner--time .time-range {
    margin-bottom: 14px;
    font-size: 20px;
  }
}
.shortcoursedetailpage__banner--time .booking-status {
  font-size: 22px;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__banner--time .booking-status {
    font-size: 20px;
  }
}
.shortcoursedetailpage__banner--time .booking-status span {
  color: #A4BCC2;
}
.shortcoursedetailpage__banner--time .booking-status-type {
  font-size: 22px;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__banner--time .booking-status-type {
    font-size: 20px;
  }
}
.shortcoursedetailpage__banner--time .btn {
  font-size: 22px;
  color: #fff;
  background: #009CDE;
  border-radius: 0px 4px 4px 0px;
  margin-top: 30px;
  display: inline-block;
  letter-spacing: 3.52px;
  padding: 10px 26px;
  transition: transform 0.3s;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__banner--time .btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .shortcoursedetailpage__banner--time .btn {
    margin-top: 53px;
  }
}
.shortcoursedetailpage__banner--time .btn:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
.shortcoursedetailpage__banner h1 {
  font-size: 60px;
  line-height: 64px;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__banner h1 {
    border-bottom: 1px solid #a4bcc2;
    font-size: 40px;
    line-height: 40px;
    padding: 30px 20px 27px 23px;
  }
}
.shortcoursedetailpage__bannerImage {
  height: 100%;
}
.shortcoursedetailpage__bannerImage img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px 20px 0px;
}
@media (min-width: 992px) {
  .shortcoursedetailpage__bannerImage img {
    border-radius: 0px 20px 20px 0px;
  }
}
.shortcoursedetailpage__tab .guideline-disease__tab {
  background-color: #009CDE;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 15px 34px;
}
@media (min-width: 992px) {
  .shortcoursedetailpage__tab .guideline-disease__tab {
    width: auto;
  }
}
.shortcoursedetailpage__tab .guideline-disease__tab.active {
  color: #009CDE;
  z-index: 99;
}
.shortcoursedetailpage__tab .guideline-disease__tabContent.active {
  border-bottom: none;
}
.shortcoursedetailpage__tab .guideline-disease__resourceList .owl-nav {
  display: none;
}
.shortcoursedetailpage__tab .guideline-disease__resourceList .download--list-images img {
  border-radius: 0px 20px 20px 0px;
}
.shortcoursedetailpage__tab .guideline-disease__resourceItem {
  flex-direction: column;
  align-items: flex-start;
  box-shadow: none;
  padding: 0px;
  background: none;
}
.shortcoursedetailpage__tab .guideline-disease__resourceItem h3 {
  font-size: 30px;
  line-height: 36px;
  color: #009CDE;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__tab .guideline-disease__resourceItem h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.shortcoursedetailpage__tab .guideline-disease__resourceItem p {
  font-size: 18px;
  line-height: 27px;
}
.shortcoursedetailpage__tab .guideline-disease__resourceItem ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.shortcoursedetailpage__tab .guideline-disease__resourceItem ul li {
  color: #07272D;
  font-weight: 500;
  list-style-type: disc;
  font-weight: bold;
}
.shortcoursedetailpage__tab .guideline-disease__resourceItem .media {
  display: flex;
  gap: 63px;
  margin-bottom: 40px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .shortcoursedetailpage__tab .guideline-disease__resourceItem .media {
    flex-direction: row;
  }
}
.shortcoursedetailpage__tab .guideline-disease__resourceItem .media img {
  max-width: 100%;
  border-radius: 0px 20px 20px 0px;
}
@media (min-width: 992px) {
  .shortcoursedetailpage__tab .guideline-disease__resourceItem .media img {
    max-width: 48%;
  }
}
.shortcoursedetailpage__tab .guideline-disease__downloadResources {
  margin-top: 27px;
}
.shortcoursedetailpage__tab .guideline-disease__downloadResources ul {
  flex-wrap: wrap;
}
.shortcoursedetailpage__desc {
  font-size: 20px;
  line-height: 25px;
  padding: 41px 0 30px;
  border-bottom: 3px solid #009CDE;
}
@media (min-width: 992px) {
  .shortcoursedetailpage__desc {
    font-size: 35px;
    line-height: 42px;
  }
}
.shortcoursedetailpage__bottombtn {
  display: flex;
  gap: 21px;
  border-top: 3px solid #009CDE;
  padding-top: 30px;
  padding-bottom: 79px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .shortcoursedetailpage__bottombtn {
    flex-direction: row;
  }
}
.shortcoursedetailpage__bottombtn a {
  background: #07272D;
  border-radius: 0px 4px 4px 0px;
  text-decoration: none;
  padding: 11px 27px;
  color: #fff;
  letter-spacing: 3.52px;
  font-size: 22px;
  transition: transform 0.3s;
}
@media (max-width: 991.98px) {
  .shortcoursedetailpage__bottombtn a {
    font-size: 16px;
  }
}
.shortcoursedetailpage__bottombtn a:first-child {
  background-color: #009CDE;
}
.shortcoursedetailpage__bottombtn a:hover {
  transform: scale(1.1);
}

/* Colors */
/* Spacing */
/* Font Sizes */
.bts-banner {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .bts-banner {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .bts-banner__wrapper {
    display: flex;
  }
}
.bts-banner__mission {
  background-color: #FFFFFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.0980392157);
  padding: 18px 12px;
  border-radius: 0px 20px 20px 0px;
}
@media (min-width: 1200px) {
  .bts-banner__mission {
    border-radius: unset;
    padding: 60px;
    width: 60%;
  }
}
.bts-banner__title {
  font-size: 18px;
  font-family: "effra";
  letter-spacing: 0px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .bts-banner__title {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 10px;
  }
}
.bts-banner__subtitle {
  font-size: 30px;
  font-family: "effra";
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0px;
  color: #009CDE;
}
@media (min-width: 1200px) {
  .bts-banner__subtitle {
    font-size: 70px;
    line-height: 83px;
    margin-bottom: 26px;
  }
}
.bts-banner__description {
  font-size: 16px;
  letter-spacing: 0px;
  font-family: "effra";
  line-height: 22px;
  max-width: 289px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .bts-banner__description {
    line-height: 36px;
    font-size: 22px;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .bts-banner__description {
    max-width: unset;
  }
}
.bts-banner__join {
  padding: 20px 12px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.0980392157);
  background-color: #07272D;
  margin-top: 20px;
  border-radius: 0px 20px 20px 0px;
  position: relative;
}
.bts-banner__join:after {
  content: "";
  position: absolute;
  background-color: rgba(164, 188, 194, 0.2);
  height: 3.25px;
  right: 0px;
  bottom: 40px;
  width: calc(100% - 45px);
  z-index: unset;
}
@media (min-width: 992px) {
  .bts-banner__join:after {
    bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .bts-banner__join {
    width: 40%;
    padding: 48px 66px 40px 40px;
    margin-top: unset;
  }
}
.bts-banner__join-title {
  max-width: 351px;
  color: #A4BCC2;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 36px;
  font-family: "effra";
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .bts-banner__join-title {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .bts-banner__join-title {
    line-height: 47px;
    font-size: 40px;
  }
}
.bts-banner__benefits {
  display: none;
}
@media (min-width: 1200px) {
  .bts-banner__benefits {
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 32px;
    display: block;
    font-family: "effra";
    margin-bottom: 30px;
  }
}
.bts-banner__cta-button {
  display: inline-block;
  background-color: #009CDE;
  padding: 12px 20px;
  border-radius: 0px 4px 4px 0px;
  color: #FFFFFF;
  letter-spacing: 2.56px;
  line-height: 19px;
  font-family: "effra";
  font-weight: 500;
  position: relative;
  transition: transform 0.3s ease;
  font-size: 16px;
  z-index: 9;
}
.bts-banner__cta-button:hover {
  transform: scale(1.1);
  color: #FFFFFF;
  text-decoration: none;
  background-color: #07272D;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.diseaseLanding .heading {
  font-size: 32.4px;
  margin: 0 0 30px 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .diseaseLanding .heading {
    font-size: 59.4px;
  }
}
@media (min-width: 1200px) {
  .diseaseLanding .heading {
    font-size: 90px;
  }
}
.diseaseLanding .disease-landing {
  margin-bottom: 42px;
}
.diseaseLanding .disease-landing img {
  width: 100%;
  display: block;
}
.diseaseLanding .disease-landing__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .diseaseLanding .disease-landing__group {
    flex-direction: row;
  }
}
.diseaseLanding .disease-landing__group--primary {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .diseaseLanding .disease-landing__group--primary section {
    background-image: none !important;
  }
}
.diseaseLanding .disease-landing__group--primary section .disease-landing__content {
  background-color: #07272D;
  border-radius: 0 0 20px 0;
}
.diseaseLanding .disease-landing__group--primary section .disease-landing__content span {
  position: absolute;
  top: -16px;
}
@media (min-width: 768px) {
  .diseaseLanding .disease-landing__group--primary section .disease-landing__content span {
    position: relative;
    top: unset;
    max-width: fit-content;
    margin: 20px 0 14px 0;
  }
}
.diseaseLanding .disease-landing__group--primary section .disease-landing__content h1 {
  margin: 26px 0px 47px 14px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .diseaseLanding .disease-landing__group--primary section .disease-landing__content h1 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .diseaseLanding .disease-landing__group--primary section .disease-landing__content h1 {
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .diseaseLanding .disease-landing__group--primary section .disease-landing__content h1 {
    font-size: 45px;
    margin-left: 45px;
  }
}
.diseaseLanding .disease-landing__group--primary section .disease-landing__content a {
  position: absolute;
  bottom: 31px;
}
@media (min-width: 768px) {
  .diseaseLanding .disease-landing__group--primary section .disease-landing__content {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .diseaseLanding .disease-landing__group--primary section .disease-landing__content {
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .diseaseLanding .disease-landing__group--primary section {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .diseaseLanding .disease-landing__group--primary section {
    flex: unset;
    min-height: 500px;
  }
  .diseaseLanding .disease-landing__group--primary section:first-child {
    width: calc(66.666% + 20px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1607843137);
  }
  .diseaseLanding .disease-landing__group--primary section:last-child {
    width: 33.3333%;
  }
}
.diseaseLanding .disease-landing__group--secondary section {
  background-size: cover;
  background-position: center;
  flex: 1;
}
.diseaseLanding .disease-landing__group--secondary section .disease-landing__content h1 {
  margin: 14px 0px 50px 14px;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .diseaseLanding .disease-landing__group--secondary section .disease-landing__content h1 {
    font-size: 45px;
    margin-left: 45px;
  }
}
.diseaseLanding .disease-landing__group--secondary section .disease-landing__content span.content-page__page-tag {
  margin: 20px 0 0 0;
  max-width: fit-content;
}
.diseaseLanding .disease-landing__group--secondary section .disease-landing__content a {
  margin-bottom: 20px;
  position: absolute;
  bottom: 14px;
}
@media (min-width: 576px) {
  .diseaseLanding .disease-landing__group--secondary section .disease-landing__content {
    min-height: 260px;
  }
}
@media (min-width: 576px) {
  .diseaseLanding .disease-landing__group--secondary section .disease-landing__content {
    min-height: 260px;
  }
}
.diseaseLanding .disease-landing__group--secondary section:last-child span {
  background: #FF6A27;
}
.diseaseLanding .disease-landing__item {
  display: flex;
  flex-direction: column;
  border-radius: 0 20px 20px 0;
  color: white;
}
.diseaseLanding .disease-landing__item .mobile-only {
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 576px) {
  .diseaseLanding .disease-landing__item .mobile-only {
    max-height: 200px;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .diseaseLanding .disease-landing__item .mobile-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .diseaseLanding .disease-landing__item {
    min-height: 260px;
    flex: 1;
  }
}
.diseaseLanding .disease-landing__content {
  border-radius: 0 20px 20px 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(to top, #07272D 0%, rgba(7, 39, 45, 0) 100%);
}
.diseaseLanding .disease-landing__content span.content-page__page-tag {
  background: #027347;
  padding: 5px 14px;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .diseaseLanding .disease-landing__content span.content-page__page-tag {
    font-size: 19.8px;
  }
}
@media (min-width: 1200px) {
  .diseaseLanding .disease-landing__content span.content-page__page-tag {
    padding-left: 45px;
  }
}
.diseaseLanding .disease-landing__content h1 {
  font-size: 28px;
  padding: 0 0 40px 0;
  line-height: normal;
  border-bottom: 2px solid #335056;
}
.diseaseLanding .disease-landing__content a.button, .diseaseLanding .disease-landing__content .rte a.rte__button, .rte .diseaseLanding .disease-landing__content a.rte__button {
  margin-left: 14px;
  font-size: 16px;
  display: block;
  background: #335056;
  color: #FFFFFF;
  padding: 5px 12px;
  display: inline-block;
  border-radius: 0 4px 4px 0;
  transition: transform 0.3s ease;
}
.diseaseLanding .disease-landing__content a.button:hover, .diseaseLanding .disease-landing__content .rte a.rte__button:hover, .rte .diseaseLanding .disease-landing__content a.rte__button:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
@media (min-width: 1200px) {
  .diseaseLanding .disease-landing__content a.button, .diseaseLanding .disease-landing__content .rte a.rte__button, .rte .diseaseLanding .disease-landing__content a.rte__button {
    margin-left: 45px;
  }
}

.relatedContent .heading {
  margin: 12px 0;
  font-size: 39.6px;
}
@media (min-width: 1200px) {
  .relatedContent .heading {
    font-size: 70.2px;
    margin: 20px 0 32px 0;
  }
}
@media (min-width: 1200px) {
  .relatedContent .heading {
    line-height: 83px;
  }
}
.relatedContent .latest-news__card .news-card__content:after {
  background-color: #009CDE;
}
@media (max-width: 1199.98px) {
  .relatedContent .latest-news__carousel .owl-stage-outer:after {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .relatedContent .latest-news__carousel .owl-stage-outer:after {
    width: 200px;
  }
}

.highlight-block {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  gap: 20px;
}
.highlight-block #comingUp {
  margin: 0;
}
.highlight-block #comingUp .upComing-events__carousel .event-card__item {
  padding-right: 0;
}
@media (min-width: 992px) {
  .highlight-block #comingUp .upComing-events__carousel .event-card__item {
    min-height: 470px;
  }
}
@media (min-width: 992px) {
  .highlight-block #comingUp .upComing-events__carousel .event-card__btn {
    bottom: 130px;
  }
}
@media (max-width: 991.98px) {
  .highlight-block #comingUp .upComing-events__carousel .event-card__btn {
    bottom: 70px;
  }
}
@media (min-width: 992px) {
  .highlight-block .events .upComing-events__comingUp {
    padding-bottom: 32px;
  }
}
.highlight-block .events .upComing-events__comingUp .owl-stage-outer:after {
  width: 150px;
}
@media (max-width: 1199.98px) {
  .highlight-block .events .upComing-events__comingUp .owl-stage-outer:after {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .highlight-block .events {
    width: calc(66.6666% + 20px);
    border-radius: 0 20px 20px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
  }
}
@media (min-width: 992px) {
  .highlight-block .explore-more.respiratory-futures {
    width: 33.3333%;
    background: transparent;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
    border-radius: 0 20px 20px 0;
    display: flex;
  }
}
@media (min-width: 992px) {
  .highlight-block .explore-more__card {
    flex-direction: column;
    border-radius: 0 20px 20px 0;
    justify-content: flex-start;
  }
}
.highlight-block .explore-more__text h3 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .highlight-block .explore-more__text h3 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .highlight-block .explore-more__text h3 {
    font-size: 70.2px;
  }
}
.highlight-block .explore-more__text p {
  display: none;
}
@media (min-width: 992px) {
  .highlight-block .explore-more__text p {
    display: block;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .highlight-block .explore-more__text {
    order: 1;
    padding: 40px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .highlight-block .explore-more__image img {
    width: 100%;
    object-fit: cover;
    border-radius: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .highlight-block .explore-more__image {
    width: 100%;
    max-height: 250px;
    background-position: right;
  }
}
@media (min-width: 992px) {
  .highlight-block {
    flex-direction: row;
    margin: 60px 0 0 0;
    padding-right: 40px;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
body {
  font-family: "effra", "Helvetica";
  color: #07272D;
  font-size: 18px;
}

/* Colors */
/* Spacing */
/* Font Sizes */
@media (max-width: 991.98px) {
  .guideline-filter__label {
    width: 33%;
  }
}

@media (max-width: 991.98px) {
  .guideline-filter {
    flex-wrap: nowrap;
  }
}

.guideline-disease .scroll-progress {
  position: absolute;
  top: 0;
  left: 30px;
  width: 5px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 9999;
}
.guideline-disease .scroll-progress-bar {
  width: 100%; /* full width of container */
  height: 0%; /* start with 0 height */
  background: #fff; /* BTS green */
  transition: height 0.8s ease-in; /* animate height */
}
.guideline-disease img {
  width: 100%;
}
@media (min-width: 992px) {
  .guideline-disease {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__wrapper {
    display: flex;
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .guideline-disease .breadcrumb {
    padding: 0px 0px 0px 0px;
    margin: 0px;
  }
}
.guideline-disease .downloads-list {
  padding-left: 0px;
  margin-top: 25px;
}
.guideline-disease .downloads-list .owl-dots {
  display: none;
}
.guideline-disease .downloads-list .owl-nav.disabled {
  display: block;
}
.guideline-disease .downloads-list .owl-nav {
  display: none;
}
@media (min-width: 1024px) {
  .guideline-disease .downloads-list .owl-nav {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
  }
}
.guideline-disease .downloads-list .owl-nav button {
  display: block !important;
  line-height: 19px;
  font-size: 16px;
  letter-spacing: 2.56px;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
  padding: 10px 22px !important;
  text-transform: uppercase;
  transition: all ease-in 0.3s;
}
.guideline-disease .downloads-list .owl-nav button:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
.guideline-disease .downloads-list .owl-nav button:focus {
  outline: unset;
}
.guideline-disease .downloads-list .owl-nav .owl-prev {
  background-color: rgba(7, 39, 45, 0.5647058824);
}
.guideline-disease .downloads-list .owl-nav .owl-prev:before {
  content: "<";
  margin-right: 10px;
}
.guideline-disease .downloads-list .owl-nav .owl-next {
  background-color: #007347;
}
.guideline-disease .downloads-list .owl-nav .owl-next:after {
  content: ">";
  margin-left: 10px;
}
.guideline-disease .downloads-list .download--list-images {
  display: flex;
  flex-direction: row;
}
@media (min-width: 992px) {
  .guideline-disease .downloads-list .download--list-images {
    flex-direction: unset;
    list-style: none;
    gap: 51px;
  }
}
.guideline-disease .downloads-list .download--list-images img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .guideline-disease__contentTop {
    display: flex;
    gap: 46px;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__contentTop {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .guideline-disease__publishDate {
    margin-top: 64px;
    margin-bottom: 8px;
  }
}
.guideline-disease__publishDate span {
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 14px;
  font-family: "effra";
  font-weight: 400;
  text-transform: uppercase;
  color: #007749;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .guideline-disease__publishDate span {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 19px;
  }
}
.guideline-disease__image {
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  .guideline-disease__image {
    order: 2;
    width: 40%;
  }
}
.guideline-disease__image img {
  height: 100%;
  object-fit: cover;
  border-radius: 0px 20px 20px 0px;
}
@media (min-width: 1200px) {
  .guideline-disease__text {
    padding-bottom: 20px;
    border-bottom: 3px solid rgba(0, 119, 73, 0.5);
  }
}
@media (min-width: 992px) {
  .guideline-disease__text {
    border-bottom: unset;
    padding-bottom: unset;
  }
}
.guideline-disease__text h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 38px;
  color: #007749;
  font-family: "effra";
}
@media (min-width: 992px) and (max-width: 1400px) {
  .guideline-disease__text h2 {
    line-height: 80px;
    font-size: 60px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1400px) {
  .guideline-disease__text h2 {
    line-height: 95px;
    font-size: 80px;
  }
}
.guideline-disease__text p {
  margin-top: 5px;
  color: #007749;
  font-size: 20px;
  font-family: "effra";
  line-height: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid rgba(0, 119, 73, 0.5);
}
@media (min-width: 992px) and (max-width: 1400px) {
  .guideline-disease__text p {
    font-size: 25px;
    line-height: 35px;
    border-bottom: unset;
  }
}
@media (min-width: 992px) {
  .guideline-disease__text p {
    padding-bottom: 20px;
    border-bottom: 3px solid rgba(0, 119, 73, 0.5);
  }
}
@media (min-width: 1400px) {
  .guideline-disease__text p {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__contentMobile {
    display: none;
  }
}
.guideline-disease__contentMobile .breadcrumb {
  padding-top: 0px;
}
.guideline-disease__contentMobile .guideline-disease__publishDate {
  margin-bottom: 15px;
}
@media (max-width: 1399.98px) {
  .guideline-disease__contentDesktop {
    display: none;
  }
}
.guideline-disease__content {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .guideline-disease__content {
    width: calc(100% - 400px);
    margin-top: unset;
  }
}
.guideline-disease__content .guideline-links {
  display: none;
}
.guideline-disease__content .link-list {
  border: none;
  padding: 0px;
  margin: 20px 0px 10px 0px;
}
@media (min-width: 992px) {
  .guideline-disease__content .link-list__list {
    display: flex;
    gap: 26px;
    align-items: center;
  }
}
.guideline-disease__content .link-list__item {
  margin-bottom: 20px;
  padding: 5px 10px 5px 0px;
  background-color: #027749;
  border-radius: 0px 4px 4px 0px;
  text-align: center;
  transition: all ease-in 0.3s;
}
.guideline-disease__content .link-list__item:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
@media (min-width: 992px) {
  .guideline-disease__content .link-list__item {
    margin-bottom: unset;
  }
}
.guideline-disease__content .link-list__item a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2.56px;
  line-height: 19px;
  font-family: "effra";
}
.guideline-disease__content .link-list__item a:hover {
  text-decoration: none;
}
.guideline-disease__content .link-list__item a::after {
  display: none;
}
.guideline-disease__content .link-list__item a::before {
  content: "\f33d";
  display: inline-block;
  margin-left: 15px;
  font-size: 17px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.guideline-disease__generalText {
  font-size: 18px;
  line-height: 26px;
  font-family: "effra";
  font-weight: 100;
  color: #07272D;
  margin-bottom: 28px;
}
.guideline-disease__generalText p {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .guideline-disease__generalText p {
    font-size: 18px;
  }
}
.guideline-disease__generalText p strong {
  font-weight: bold;
}
.guideline-disease__contentHeading {
  font-size: 26px;
  line-height: 31px;
  font-weight: 400;
  color: #007749;
  padding-bottom: 8px;
  border-bottom: 3px solid rgba(0, 119, 73, 0.5);
  margin-bottom: 20px;
}
.guideline-disease__nestedBlockTitle {
  font-size: 22px;
  font-weight: bold;
  color: #027749;
  line-height: 32px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .guideline-disease__downloadResources {
    margin-top: 56px;
  }
}
.guideline-disease__downloadResources h2 {
  font-size: 26px;
  font-family: "effra";
  line-height: 31px;
  color: #007749;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(0, 119, 73, 0.5);
}
@media (min-width: 992px) {
  .guideline-disease__downloadResources h2 {
    padding-bottom: 20px;
    font-size: 35px;
  }
}
.guideline-disease__downloadResources ul {
  padding: 0px;
}
.guideline-disease__downloadResources ul li {
  list-style: none;
}
.guideline-disease__downloadTabs {
  display: flex;
  align-items: center;
  margin: 14px 0px 20px 0px;
}
@media (min-width: 992px) {
  .guideline-disease__downloadTabs {
    margin: 33px 0px 43px 0px;
    background-color: rgba(7, 39, 45, 0.0509803922);
    width: 100%;
    gap: 10px;
    border-radius: 0px 20px 20px 0px;
  }
}
.guideline-disease__tab {
  font-size: 20px;
  line-height: 24px;
  font-family: "effra";
  font-weight: bold;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  padding: 10px 30px;
  background-color: #007347;
  width: 33.33%;
}
@media (min-width: 992px) {
  .guideline-disease__tab {
    font-size: 30px;
    line-height: 36px;
    width: unset;
    padding: 15px 40px;
  }
}
.guideline-disease__tab.active {
  color: #007347;
  background-color: #FFFFFF;
  z-index: 99999;
  margin-right: -10px;
}
@media (min-width: 992px) {
  .guideline-disease__tab.active {
    margin-right: unset;
  }
}
.guideline-disease__tabPanels {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guideline-disease__tabContent {
  display: none;
}
.guideline-disease__tabContent.active {
  display: block;
  border-bottom: 3px solid rgba(0, 119, 73, 0.5);
}
@media (min-width: 992px) {
  .guideline-disease__tabContent.active {
    border-bottom: unset;
  }
}
.guideline-disease__resourceItem {
  margin-bottom: 20px;
  border-radius: 0px 10px 10px 0px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  padding: 10px 16px 10px 10px;
}
@media (min-width: 992px) {
  .guideline-disease__resourceItem {
    padding: 20px 20px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 20px 20px 0px;
  }
}
.guideline-disease__resourceTitle {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .guideline-disease__resourceTitle {
    margin-bottom: 0px;
    width: 70%;
  }
}
.guideline-disease__resourceTitle strong {
  font-size: 18px;
  line-height: 21px;
  font-family: "effra";
  font-weight: 600;
  color: #07272D;
  letter-spacing: 0px;
}
@media (min-width: 992px) {
  .guideline-disease__resourceTitle strong {
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__resourceTitle strong {
    font-size: 24px;
    line-height: 32px;
  }
}
.guideline-disease__downloadBtn {
  display: inline-block;
  background-color: #07272D;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2.56px;
  line-height: 19px;
  font-family: "effra";
  padding: 8px 10px 8px 10px;
  border-radius: 0px 4px 4px 0px;
  transition: all ease-in 0.3s;
}
.guideline-disease__downloadBtn:before {
  content: "\f33d";
  display: inline-block;
  margin-right: 15px;
  font-size: 17px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.guideline-disease__downloadBtn:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .guideline-disease__contentHeading {
    color: #007749;
    font-size: 35px;
    font-weight: 400;
    line-height: 41px;
    padding-bottom: 20px;
    border-bottom: 3px solid rgba(0, 119, 73, 0.5);
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .guideline-disease__nestedBlockTitle {
    font-size: 28px;
    line-height: 33px;
    color: #007749;
    font-weight: bold;
    font-family: "Effra";
    margin-bottom: 20px;
  }
}
.guideline-disease__bodyContent ul {
  padding-left: 0px;
}
.guideline-disease__bodyContent li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .guideline-disease__bodyContent li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarDesktop {
    position: fixed;
    background-color: #007347;
    top: 0;
    z-index: 9;
    width: 400px;
    left: 0;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarWrapper {
    top: 218px;
    position: relative;
    padding-inline: 45px;
  }
}
.guideline-disease__sideBarContent {
  display: none;
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarContent {
    display: block;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarContent ul {
    padding-left: 0px;
  }
}
.guideline-disease__sideBarContent li {
  list-style: none;
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarList {
    line-height: 59px;
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
    transition: all ease-in 0.8s;
  }
  .guideline-disease__sideBarList a {
    color: rgba(255, 255, 255, 0.5019607843);
  }
  .guideline-disease__sideBarList a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarList ul {
    display: none;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarList.active {
    font-size: 50px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarList.active ul {
    display: block;
  }
}
.guideline-disease__sideBarList.active a {
  color: #fff;
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarList ul {
    margin-top: 10px;
  }
}
.guideline-disease__sideBarList-item a {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}
.guideline-disease__sideBarList-item.active a {
  color: #fff !important;
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarList-item {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 7px;
    cursor: pointer;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarList-item.active a {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .guideline-disease__sideBarContentMobile {
    display: none;
  }
}
.guideline-disease__sideBarMobileMenu {
  position: fixed;
  width: 100%;
  background-color: #027749;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
  left: 0;
  bottom: 0;
  padding: 24px 15px;
  z-index: 999999;
}
.guideline-disease__sideBarMobileMenu:after {
  content: "";
  width: 181px;
  display: inline-block;
  height: 100%;
  position: relative;
  top: 0;
  height: 158px;
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, rgba(2, 119, 73, 0) 0%, #027749 100%);
  z-index: 9;
}
.guideline-disease__sideBarContentMobile ul {
  margin: 0px;
  padding: 0px;
}
.guideline-disease__sideBarContentMobile ul li {
  list-style: none;
}
.guideline-disease__sideBarContentMobile ul li a {
  color: #fff;
}
.guideline-disease__sideBarContentMobile aside .chapter-slider {
  margin-bottom: 6px;
}
.guideline-disease__sideBarContentMobile .toc__chapter-header a {
  font-size: 26px;
  line-height: 31px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5019607843);
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.guideline-disease__sideBarContentMobile .toc__chapter-header a:hover {
  text-decoration: none;
}
.guideline-disease__sideBarContentMobile .toc__chapter-header.active a {
  color: #fff;
}
.guideline-disease__sideBarContentMobile .toc__sub a {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  line-height: 22px;
}
.guideline-disease__sideBarContentMobile .toc__subs .owl-stage {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.guideline-disease__sideBarContentMobile .owl-nav, .guideline-disease__sideBarContentMobile .owl-dots {
  display: none;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.page-theme--orange .rte.qualityStandardListing > h1 {
  border-bottom: 3px solid #FF6A27;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .page-theme--orange .rte.qualityStandardListing > h1 {
    margin-bottom: 30px;
    font-size: 59.4px;
  }
}
@media (max-width: 1199.98px) {
  .page-theme--orange .rte.qualityStandardListing > h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-theme--orange .rte.qualityStandardListing > h1 {
    padding-bottom: 20px;
    font-size: 28px;
  }
}
.page-theme--orange .rte.qualityStandardListing > p {
  font-size: 18px;
}
.page-theme--orange .rte.qualityStandardListing strong {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .page-theme--orange .rte.qualityStandardListing strong {
    font-size: 22px;
  }
}
.page-theme--orange .rte.qualityStandardListing .rte__button {
  width: unset;
  height: unset;
  display: inline-block;
  background: #07272D;
  padding: 3px 10px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .page-theme--orange .rte.qualityStandardListing .rte__button {
    padding: 5px 15px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .page-theme--orange .rte.qualityStandardListing .rte__button {
    width: 100%;
    text-align: center;
  }
}
.page-theme--orange .rte__button {
  color: rgb(255, 255, 255);
  background-color: rgb(7, 39, 45);
  text-transform: uppercase;
  letter-spacing: 2.88px;
  padding: 3px 10px;
  font-size: 19.8px;
  border-radius: 0 4px 4px 0;
}
.page-theme--orange .rte__button::after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 15px;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .page-theme--orange .rte__button {
    padding: 5px 15px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .page-theme--orange .rte__button {
    width: 100%;
    text-align: center;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.membership img {
  max-width: 100%;
  height: auto;
}
.membership__image img {
  border-radius: 0 0 20px 0;
  box-shadow: 12px 20px 20px rgba(0, 0, 0, 0.0980392157);
}
@media (max-width: 1199.98px) {
  .membership__image {
    display: none;
  }
}
@media (min-width: 1200px) {
  .membership__image {
    width: calc(50% - 20px);
    max-width: 860px;
  }
}
@media (min-width: 1400px) {
  .membership__image {
    position: absolute;
    right: 0;
  }
}
.membership__overview {
  margin-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .membership__overview {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .membership__overview {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
@media (min-width: 1400px) {
  .membership__overview {
    align-items: unset;
  }
}
.membership__content {
  background: #FFFFFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 20px 0px 0px;
  padding: 20px 15px 0 15px;
}
@media (min-width: 992px) {
  .membership__content {
    padding: 0 15px 0 40px;
  }
}
@media (min-width: 1200px) {
  .membership__content {
    background: none;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .membership__content {
    width: calc(50% - 20px);
  }
}
.membership__content h1 {
  font-size: 39.6px;
}
@media (min-width: 768px) {
  .membership__content h1 {
    font-size: 80px;
  }
}
.membership__content .rte {
  margin-bottom: 0;
}
.membership__content .rte p {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.membership__cover {
  position: relative;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .membership__cover {
    padding-right: 40px;
  }
}
.membership__cover img {
  border-radius: 0px 0px 20px 0px;
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.0980392157);
}
@media (min-width: 1200px) {
  .membership__cover img {
    display: none;
  }
}
.membership__button {
  font-size: 16px;
  background: #009CDE;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 7px 14px;
  letter-spacing: 2.56px;
  position: absolute;
  left: 15px;
  bottom: -18px;
  border-radius: 0px 4px 4px 0px;
}
@media (min-width: 992px) {
  .membership__button {
    font-size: 22px;
    left: 40px;
    padding: 12px 20px;
  }
}
.membership__benefits {
  background: #07272D;
}
.membership__benefits-content {
  margin-top: 35px;
  color: #FFFFFF;
}
.membership__benefits-content h2 {
  font-size: 32.4px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .membership__benefits-content h2 {
    font-size: 50.4px;
  }
}
@media (min-width: 992px) {
  .membership__benefits-content-wrapper {
    padding-top: 50px;
  }
}
.membership__benefits-list {
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .membership__benefits-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-between;
  }
}
.membership__benefits-item {
  padding-bottom: 20px;
}
.membership__benefits-item-title {
  font-size: 22px;
  color: #009CDE;
  font-weight: medium;
}
@media (min-width: 992px) {
  .membership__benefits-item-title {
    margin-bottom: 0;
    font-size: 30px;
  }
}
.membership__benefits-item-detail {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 992px) {
  .membership__benefits-item-detail {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .membership__benefits-item {
    width: calc(50% - 20px);
  }
}
.membership__subscription {
  background: #A4BCC2;
  padding-block: 20px;
}
@media (min-width: 1200px) {
  .membership__subscription {
    padding-block: 30px 0;
    background: none;
  }
}
@media (min-width: 1200px) {
  .membership__subscription-wrapper {
    display: flex;
    padding-block: 34px;
    border-top: 2px solid rgba(0, 156, 222, 0.23);
    border-bottom: 2px solid rgba(0, 156, 222, 0.23);
  }
}
@media (min-width: 1200px) {
  .membership__subscription-content {
    background: #A4BCC2;
    padding: 28px 38px;
    width: 53%;
  }
}
.membership__subscription-rates p {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .membership__subscription-image {
    width: 50%;
  }
}
.membership__subscription-image img {
  border-radius: 0 20px 20px 0;
  height: 100%;
  object-fit: cover;
}
.membership__subscription h3 {
  font-size: 32.4px;
}
@media (min-width: 768px) {
  .membership__subscription h3 {
    font-size: 50.4px;
  }
}
.membership__subscription-rates p {
  margin-bottom: 25px;
}
.membership__subscription-rates a {
  color: #07272D;
}
.membership__subscription-rates .rte__button {
  color: #FFFFFF;
  background: rgba(7, 39, 45, 0.5);
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2.56px;
  padding: 7px 12px;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  transition: transform 0.3s ease;
}
.membership__subscription-rates .rte__button:hover {
  transform: scale(1.1);
  background: #07272D;
}
.membership__table {
  padding-top: 40px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .membership__table {
    padding-bottom: 35px;
  }
}
.membership__table > .table {
  border-bottom: 2px solid rgba(0, 156, 222, 0.23);
}
.membership__table > .table-wrapper {
  margin-bottom: 20px;
}
.membership__table .table__head-cell {
  padding: 18px 24px;
  background: #07272D;
}
@media (min-width: 768px) {
  .membership__table .table__head-cell:last-child {
    width: 35%;
  }
}
.membership__table .table__head-cell:after {
  content: none;
}
.membership__table .table__body {
  max-height: none;
}
@media (max-width: 767.98px) {
  .membership__table .table__body-row {
    border-radius: 0 10px 10px 0;
    border: 1px solid rgba(112, 112, 112, 0.231372549);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
    background: #FFFFFF;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .membership__table .table__body-row:nth-child(odd) {
    background: rgba(164, 188, 194, 0.3960784314);
  }
}
.membership__table .table__body-row:nth-child(even) {
  background: #FFFFFF;
}
.membership__table .table__body-cell {
  padding: 18px 24px;
}
@media (min-width: 768px) {
  .membership__table .table__body-cell:last-child {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .membership__table .table__body-cell {
    vertical-align: top;
  }
}
@media (max-width: 767.98px) {
  .membership__table .table__body-cell {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 15px;
  }
}
@media (max-width: 767.98px) {
  .membership__table .table__body-cell:first-child {
    background: #07272D;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .membership__table .table__body-cell:first-child::before {
    color: #FFFFFF;
  }
}
@media (max-width: 767.98px) {
  .membership__table .table__body-cell:before {
    color: #009CDE;
  }
}
@media (max-width: 767.98px) {
  .membership__table .table__body-cell[data-label=Eligibility] {
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .membership__table .table__body-cell:not([data-label=Eligibility]) {
    font-size: 22px;
    color: #009CDE;
    font-weight: 600;
  }
}
.membership__table .table__body-cell ul {
  padding: 12px 15px 0 15px;
}
@media (max-width: 767.98px) {
  .membership__table .table__body-cell ul {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .membership__table .table__body-cell ul {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.membership__table .table__body-cell li {
  color: #07272D;
}
.membership__faq h3 {
  font-size: 32.4px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .membership__faq h3 {
    font-size: 50.4px;
  }
}
.membership__faq .accordion__card-heading::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f068";
  text-align: center;
  background: none;
}
@media (min-width: 992px) {
  .membership__faq .accordion__card-heading::after {
    font-size: 30px;
  }
}
.membership__faq .accordion__card-button.collapsed .accordion__card-heading::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "+";
  text-align: center;
  background: none;
}
@media (min-width: 992px) {
  .membership__faq .accordion__card-button.collapsed .accordion__card-heading::after {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .membership__faq .accordion__card-button {
    padding: 18px 22px;
  }
}
.membership__faq .accordion__view-more {
  padding-bottom: 20px;
}
.membership__faq .accordion__view-more .cta-button {
  text-transform: uppercase;
  padding: 8px 18px;
  border: none;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.pn-module {
  padding-right: 0;
}
.pn-module .rte {
  margin-bottom: 0;
}
.pn-module .rte > h1 {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .pn-module .rte > h1 {
    margin-right: 40px;
  }
}

.risk-calculator .related-content {
  display: none;
}
.risk-calculator .content-wrapper.show .related-content {
  display: block;
}
@media (max-width: 1199.98px) {
  .risk-calculator .content-wrapper.show .related-content {
    display: none;
  }
}
@media (min-width: 1200px) {
  .risk-calculator .content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.risk-calculator__models, .risk-calculator__disclaimer, .risk-calculator__intro {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .risk-calculator__models, .risk-calculator__disclaimer, .risk-calculator__intro {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .risk-calculator__models, .risk-calculator__disclaimer, .risk-calculator__intro {
    width: 70%;
  }
}
.risk-calculator__models .risk-calculator__note {
  width: 100%;
}
.risk-calculator__heading {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .risk-calculator__heading {
    font-size: 21.6px;
  }
}
.risk-calculator__note {
  font-weight: 600;
  border-bottom: 3px solid #027347;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .risk-calculator__note {
    width: 70%;
  }
}
.risk-calculator__option-group {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .risk-calculator__option-group {
    flex-direction: column;
    margin-bottom: 15px;
    gap: 10px;
  }
}
.risk-calculator__option {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 0;
}
.risk-calculator__option input[type=radio] {
  width: 18px;
  height: 18px;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
  background: #FFFFFF;
  position: relative;
  outline: none;
  display: inline-block;
}
.risk-calculator__option input[type=radio]:checked {
  background: #07272D;
  border-color: #07272D;
}
.risk-calculator__option input[type=radio]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.risk-calculator__option input[type=radio]:focus {
  outline: none;
}
.risk-calculator__option span {
  font-weight: 600;
}
.risk-calculator__heading-module h2 {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .risk-calculator__heading-module h2 {
    font-size: 21.6px;
  }
}
.risk-calculator__form {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 20px 20px 0px;
  opacity: 1;
  margin-bottom: 50px;
}
.risk-calculator__wrapper {
  padding: 20px 20px 34px 19px;
}
@media (max-width: 767.98px) {
  .risk-calculator__wrapper {
    padding-bottom: 20px;
  }
}
.risk-calculator__section h2, .risk-calculator__section h3 {
  font-size: 30px;
  color: #027347;
}
@media (max-width: 767.98px) {
  .risk-calculator__section h2, .risk-calculator__section h3 {
    font-size: 21.6px;
  }
}
.risk-calculator__field-group {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .risk-calculator__field-group {
    gap: 20px;
  }
}
.risk-calculator__field {
  min-width: 345px;
  display: flex;
  flex-direction: column;
}
.risk-calculator__field > div {
  position: relative;
}
.risk-calculator__field > div::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 28%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #A4BCC2;
  pointer-events: none;
}
.risk-calculator__field label {
  padding-left: 13px;
  font-size: 19.8px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .risk-calculator__field label {
    font-size: 18px;
  }
}
.risk-calculator__field input, .risk-calculator__field select {
  border: 1px solid rgba(112, 112, 112, 0.231372549);
  border-radius: 19px;
  padding: 6px 13px;
}
.risk-calculator__field select {
  width: 100%;
  padding-right: 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.risk-calculator__field select option:first-child {
  color: rgba(112, 112, 112, 0.231372549);
}
@media (max-width: 767.98px) {
  .risk-calculator__field select option {
    font-size: 18px;
  }
}
.risk-calculator__field .field-validation-error {
  padding-left: 13px;
}
@media only screen and (max-width: 576px) {
  .risk-calculator__field {
    min-width: 100%;
  }
}
.risk-calculator__actions button {
  border: none;
  background: #07272D;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  font-size: 18px;
  border-radius: 0 4px 4px 0;
  padding: 5px 15px;
  transition: transform 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.risk-calculator__actions button::after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
  margin-left: 10px;
}
.risk-calculator__actions button:hover {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .risk-calculator__actions button {
    font-size: 16px;
  }
}
.risk-calculator__result {
  padding: 30px 19px 27px;
  font-size: 30px;
  color: #FFFFFF;
  background: #027347;
  border-radius: 0 0 20px 0;
}
@media (max-width: 767.98px) {
  .risk-calculator__result {
    font-size: 21.6px;
    padding: 15px 20px;
  }
}
@media (max-width: 767.98px) {
  .risk-calculator {
    padding-bottom: 0;
  }
}

.related-content {
  padding-left: 0;
  padding-right: 0;
}
.related-content__heading {
  font-size: 32.4px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1400px) {
  .related-content__heading {
    font-size: 45px;
    line-height: 1;
  }
}
.related-content__carousel {
  height: 900px;
  overflow: hidden;
}
.related-content__carousel .swiper-pagination,
.related-content__carousel .swiper-button-next,
.related-content__carousel .swiper-button-prev {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .related-content__carousel {
    height: 1000px;
  }
}
@media only screen and (min-width: 1600px) {
  .related-content__carousel {
    height: 1060px;
  }
}
.related-content .latest-news__card .news-card__content:after {
  background-color: #027347;
}
.related-content__card {
  height: auto;
}
.related-content__title, .related-content__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-content__link {
  color: #FFFFFF !important;
  font-size: 16px !important;
  display: flex !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.related-content__link:hover {
  font-weight: 400 !important;
}
.related-content--mobile {
  margin: 30px 15px 0px -15px;
  padding: 15px 0 15px 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 20px 20px 0px;
}
.related-content--mobile .heading {
  font-size: 32.4px;
}
.related-content--mobile .latest-news {
  margin-bottom: 0;
}
.related-content--mobile .latest-news__card .news-card__content:after {
  background-color: #027347;
}
.related-content--mobile .latest-news__card .news-card__link {
  color: #FFFFFF !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  display: flex !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  .related-content--mobile {
    padding-bottom: 20px;
    margin-right: 40px;
    margin-left: -40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .related-content--mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .related-content {
    margin-top: -40px;
    width: 27%;
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 20px 0 0 20px;
    height: max-content;
  }
}
@media (max-width: 1199.98px) {
  .related-content {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .related-content {
    padding: 40px;
  }
}

.clinicalListing .breadcrumb {
  margin: 0px;
}
.clinicalListing .guideline-listing {
  margin-top: 27px;
}
@media (min-width: 1200px) {
  .clinicalListing .guideline-listing {
    margin-top: 51px;
  }
}
.clinicalListing .content-page__page-colums {
  margin-top: 40px;
}
.clinicalListing .content-page__page-tag {
  margin: 0px 0px 14px 0px !important;
}
@media (min-width: 992px) {
  .clinicalListing .rte h1 {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 30px;
    padding-bottom: 26px;
    border-bottom: 3px solid #027347;
  }
}
.clinicalListing .rte p strong {
  font-size: 21.6px;
}
@media (min-width: 992px) {
  .clinicalListing .rte p strong {
    font-size: 30px;
    line-height: 32px;
  }
}
.clinicalListing .rte__button::before {
  content: unset !important;
}

.clinicalListing .content-page__page-colums .rte > .table {
  border-bottom: 3px solid rgb(0, 115, 71);
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.committeeAdvisoryGroup {
  margin-top: 24px;
}
.committeeAdvisoryGroup .page-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .committeeAdvisoryGroup .page-content {
    flex-direction: column;
    margin-bottom: 22px;
  }
}
.committeeAdvisoryGroup .page-content .rte {
  width: calc(50% - 20px);
  flex: unset;
  margin: unset;
}
@media (max-width: 991.98px) {
  .committeeAdvisoryGroup .page-content .rte {
    width: unset;
  }
}
.committeeAdvisoryGroup .page-content .Image {
  width: calc(50% - 20px);
}
@media (max-width: 991.98px) {
  .committeeAdvisoryGroup .page-content .Image {
    width: unset;
  }
}
.committeeAdvisoryGroup .page-content .Image img {
  width: 100%;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
}
.committeeAdvisoryGroup .page-content h1 {
  font-size: 90px;
  border-bottom: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .committeeAdvisoryGroup .page-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .committeeAdvisoryGroup .page-content h1 {
    font-size: 32px;
  }
}
.committeeAdvisoryGroup .page-content p {
  font-size: 18px;
  max-width: 809px;
}
@media (max-width: 767.98px) {
  .committeeAdvisoryGroup .page-content p {
    margin-bottom: 15px;
  }
}
.committeeAdvisoryGroup h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 16px 0px;
}
.committeeAdvisoryGroup hr {
  border: none;
  height: 3px;
  background-color: #009CDE;
  margin: 0;
}
.committeeAdvisoryGroup .person-listing {
  margin-bottom: unset;
}
@media screen and (max-width: 1400px) {
  .committeeAdvisoryGroup .person-listing .col-lg-8 {
    width: 50%;
    max-width: unset;
    flex: unset;
  }
}
@media (max-width: 767.98px) {
  .committeeAdvisoryGroup .person-listing .col-lg-8 {
    width: 100%;
    min-width: 272px;
  }
}
.committeeAdvisoryGroup .person-listing__person {
  position: relative;
  display: flex;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 20px 20px 0px;
  background: #FFFFFF;
  margin-bottom: 40px;
  height: 153px;
}
.committeeAdvisoryGroup .person-listing__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 22px;
  gap: 13px;
}
@media screen and (max-width: 1600px) {
  .committeeAdvisoryGroup .person-listing__content {
    padding-left: 8px;
    gap: 8px;
  }
}
.committeeAdvisoryGroup .person-listing__name {
  font-size: 30px;
  font-weight: 600;
  margin-right: 51px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .committeeAdvisoryGroup .person-listing__name {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .committeeAdvisoryGroup .person-listing__name {
    font-size: 20px;
  }
}
.committeeAdvisoryGroup .person-listing__role {
  font-size: 26px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1600px) {
  .committeeAdvisoryGroup .person-listing__role {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .committeeAdvisoryGroup .person-listing__role {
    font-size: 18px;
  }
}
.committeeAdvisoryGroup .person-listing__declaration {
  background: #009CDE;
  width: fit-content;
  border-radius: 0px 4px 4px 0px;
  padding: 8px 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  font-size: 16px;
  transition: transform 0.5s ease;
}
.committeeAdvisoryGroup .person-listing__declaration:hover {
  transform: scale(1.05);
  background-color: #07272D;
  border: 1px solid #07272D;
}
@media screen and (max-width: 1600px) {
  .committeeAdvisoryGroup .person-listing__declaration {
    padding: 1px 4px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767.98px) {
  .committeeAdvisoryGroup .person-listing__declaration {
    font-size: 10px;
    padding: 6px;
  }
}
.committeeAdvisoryGroup .person-listing__declaration:after {
  content: ">";
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
}
.committeeAdvisoryGroup .person-listing__info {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #009CDE;
  font-size: 21px;
  text-decoration: none;
}
.committeeAdvisoryGroup .person-listing__info:hover {
  color: #07272D;
}
.committeeAdvisoryGroup .person-listing__image {
  width: 148px;
}
.committeeAdvisoryGroup .person-listing__image img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 10px 10px 0px;
  width: 100%;
  height: 100%;
}
.committeeAdvisoryGroup .person-listing__infoContent {
  display: none;
  position: absolute;
  font-size: 18px;
  top: 100%;
  background: #A4BCC2;
  padding: 25px;
  z-index: 99999;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 0px 20px 0px;
}

.person-listing__info:hover + .person-listing__infoContent {
  display: block;
}

.committee .aboutus {
  background: rgb(0, 156, 222);
  border-radius: 0px 4px 4px 0px;
  font-size: 20px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  margin-bottom: 25px;
  margin-top: 15px;
  display: inline-block;
}
.committee .description {
  margin-bottom: 40px;
}
.committee .description h3 {
  font-size: 30px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .committee .description h3 {
    font-size: 22px;
  }
}
.committee .description p {
  font-size: 18px;
  line-height: 27px;
  color: #07272D;
  margin-bottom: 15px;
}
.committee .description p:last-child {
  margin-bottom: 0px;
}
.committee__listing {
  padding: 0;
}
.committee__listing--Item {
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  flex-direction: column;
}
@media screen and (min-width: 1400px) {
  .committee__listing--Item {
    flex-direction: row;
    padding: 0px 20px 0px 20px;
  }
}
.committee__listing--Item .card-left h2 {
  font-size: 30px;
  line-height: 24px;
  color: rgb(0, 156, 222);
  margin-bottom: 3px;
}
.committee__listing--Item .card-left p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  color: #07272D;
}
.committee__listing--btn {
  background-color: rgb(0, 156, 222);
  padding: 8px 20px;
  color: white;
  border-radius: 0px 4px 4px 0px;
  margin: 20px 0;
  transition: all ease-in 0.3s;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2.56px;
}
.committee__listing--btn:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transform: scale(1.1);
}
.committee .related__doc {
  margin-top: 50px;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 15px;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.elearning-landing {
  padding-left: 15px;
  margin-bottom: 30px;
}
.elearning-landing__heading {
  font-size: 28px;
  padding-bottom: 20px;
  margin: 0 15px 30px 0;
  border-bottom: 3px solid #009CDE;
  line-height: 1;
}
@media (min-width: 576px) {
  .elearning-landing__heading {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .elearning-landing__heading {
    font-size: 59.4px;
    padding-bottom: 25px;
    margin-right: 40px;
  }
}
.elearning-landing__body {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  flex-direction: column;
}
.elearning-landing__body .related-content {
  margin-top: 115px;
  align-self: center;
}
.elearning-landing__body .related-content .latest-news__card .news-card__content:after, .elearning-landing__body .related-content--mobile .latest-news__card .news-card__content:after {
  background-color: #009CDE;
}
.elearning-landing__body .related-content--mobile {
  margin-right: 0;
}
@media (min-width: 992px) {
  .elearning-landing__body {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .elearning-landing__body {
    padding-right: 0;
    flex-direction: row;
  }
}
.elearning-landing__article-wrapper .rte {
  margin-bottom: 0;
}
.elearning-landing__article-wrapper .rte h2 {
  font-size: 21.6px;
  margin-top: 0;
  color: #07272D;
}
@media (min-width: 1200px) {
  .elearning-landing__article-wrapper {
    width: 70%;
  }
}
.elearning-landing__article p:has(> strong) {
  margin-bottom: 8px;
}
.elearning-landing__article strong {
  line-height: 1;
}
.elearning-landing__accordians {
  margin: 30px 0;
}
.elearning-landing__accordians .accordion__card-heading {
  color: #07272D;
}
.elearning-landing__accordians .accordion__card-heading::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f068";
  text-align: center;
  background: none;
  color: #009CDE;
}
@media (min-width: 992px) {
  .elearning-landing__accordians .accordion__card-heading::after {
    font-size: 30px;
  }
}
.elearning-landing__accordians .accordion__card-body {
  box-shadow: none;
  background: none;
  padding: 35px 0 0 0;
}
.elearning-landing__accordians .accordion__card-body .table__head-row {
  background: #009CDE;
}
@media (min-width: 768px) {
  .elearning-landing__accordians .accordion__card-body .table__head-cell::after {
    display: none;
  }
}
.elearning-landing__accordians .accordion__card-body .table__body-row {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: none;
  border-radius: 0 20px 20px 0;
}
@media (min-width: 768px) {
  .elearning-landing__accordians .accordion__card-body .table__body-row {
    border-radius: unset;
    background: none;
    box-shadow: none;
  }
  .elearning-landing__accordians .accordion__card-body .table__body-row:nth-child(odd) {
    background-color: #FFFFFF;
  }
  .elearning-landing__accordians .accordion__card-body .table__body-row:nth-child(even) {
    background-color: rgba(164, 188, 194, 0.2);
  }
}
.elearning-landing__accordians .accordion__card-body .table__body-cell {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 20px 0 0;
}
@media (min-width: 768px) {
  .elearning-landing__accordians .accordion__card-body .table__body-cell {
    display: table-cell;
    font-size: 21.6px;
  }
}
.elearning-landing__accordians .accordion__card-body .table__body-cell p {
  margin-bottom: 0;
  line-height: 1;
}
.elearning-landing__accordians .accordion__card-body .table__body-cell p:has(> strong) {
  margin: 2px 0;
}
.elearning-landing__accordians .accordion__card-body .table__body-cell:before {
  color: #009CDE;
}
.elearning-landing__accordians .accordion__card-body .table__body-cell:first-child {
  background: #009CDE;
}
@media (max-width: 767.98px) {
  .elearning-landing__accordians .accordion__card-body .table__body-cell:first-child {
    padding: 12px;
  }
}
.elearning-landing__accordians .accordion__card-body .table__body-cell:first-child p {
  font-size: 18px;
  font-weight: 400;
}
.elearning-landing__accordians .accordion__card-body .table__body-cell:first-child p strong {
  font-size: 19.8px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .elearning-landing__accordians .accordion__card-body .table__body-cell:first-child p strong {
    font-size: 21.6px;
  }
}
.elearning-landing__accordians .accordion__card-body .table__body-cell:first-child:before {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .elearning-landing__accordians .accordion__card-body .table__body-cell:first-child {
    background: unset;
  }
}
.elearning-landing__accordians .accordion__card-body .table-wrapper, .elearning-landing__accordians .accordion__card-body .table__body-row:last-child {
  margin-bottom: 0;
}
.elearning-landing__accordians .accordion__card-button {
  border-radius: 0 20px 20px 0;
}
.elearning-landing__accordians .accordion__card-button.collapsed .accordion__card-heading::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "+";
  color: #009CDE;
  text-align: center;
  background: none;
}
@media (min-width: 992px) {
  .elearning-landing__accordians .accordion__card-button.collapsed .accordion__card-heading::after {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .elearning-landing__accordians .accordion__card-button {
    padding: 18px 22px;
  }
}
@media (min-width: 768px) {
  .elearning-landing__accordians .accordion__card {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .elearning-landing__accordians {
    margin: 60px 0;
  }
}
.elearning-landing__lower-text {
  padding-bottom: 15px;
  border-bottom: 3px solid #009CDE;
  margin-bottom: 20px;
}
.elearning-landing__lower-text p:has(> strong) {
  margin-bottom: 8px;
}
.elearning-landing__lower-text strong {
  font-size: 21.6px;
  line-height: 1;
}
@media (min-width: 768px) {
  .elearning-landing__lower-text strong {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .elearning-landing__lower-text {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .elearning-landing {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .elearning-landing {
    margin-bottom: 60px;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.newsListing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .newsListing {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .newsListing {
    margin-bottom: 40px;
  }
}
.newsListing__content .latest-news {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .newsListing__content .latest-news {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .newsListing .content-page__page-tag {
    margin-bottom: 15px;
  }
}
.newsListing .content-page__header {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .newsListing .content-page__header {
    width: unset;
  }
}
.newsListing .content-page__header h1 {
  line-height: 1.19;
}
.newsListing .content-page__body {
  margin-top: 20px;
  width: calc(50% - 80px);
}
@media (max-width: 1199.98px) {
  .newsListing .content-page__body {
    width: unset;
  }
}
.newsListing .content-page__body p {
  font-size: 18px;
  margin-bottom: 2rem;
}
.newsListing .content-page__body a {
  text-decoration: none;
  color: #009CDE;
  font-weight: bold;
  font-size: 18px;
}

.news-archive__content.newsListing__content .latest-news {
  margin-bottom: 0;
}

.news-archive__tag {
  margin-top: 40px;
  margin-bottom: 17px;
}
@media (max-width: 1199.98px) {
  .news-archive__tag {
    margin-top: 28px;
  }
}
.news-archive__tag .content-page__page-tag {
  background-color: #FFBF46;
  color: #07272D;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}
.news-archive__heading {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .news-archive__heading {
    margin-bottom: 17px;
  }
}
.news-archive__heading h1 {
  font-size: 70px;
  line-height: 83px;
  font-weight: bold;
  color: #07272d;
}
@media (max-width: 1199.98px) {
  .news-archive__heading h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 47px;
  }
}
.news-archive__searchBar {
  margin-bottom: 34px;
}
.news-archive__searchBar form {
  width: 984.83px;
  height: 52px;
  margin-bottom: 0px;
}
@media (max-width: 1499.98px) {
  .news-archive__searchBar form {
    width: 755px;
  }
}
@media (max-width: 1199.98px) {
  .news-archive__searchBar form {
    width: 100%;
  }
}
.news-archive__searchBar input#news-query {
  background-color: #FFFFFF;
  border-radius: 26px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: none;
  background-image: none;
  margin: 0px;
  position: relative;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .news-archive__searchBar input#news-query {
    min-width: unset;
  }
}
.news-archive__searchBar button {
  right: 0;
  position: absolute;
  top: 16%;
  font-size: 27px;
}
@media (max-width: 1199.98px) {
  .news-archive__searchBar button {
    padding: 0px 17px 0px 0px;
  }
}
.news-archive__searchBar button i {
  color: #07272d;
}
.news-archive__filters .content-filter--tags h3 {
  font-size: 30px;
  letter-spacing: -0.15px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 21px;
}
@media (max-width: 1199.98px) {
  .news-archive__filters .content-filter--tags h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
  }
}
.news-archive__filters .content-filter__row {
  position: relative;
}
.news-archive__filters .content-filter__row:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  z-index: -1;
  background-color: #ffbf46;
  top: 50%;
}
.news-archive__filters .content-filter__row .filter-tag-list__item {
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 38px;
  color: #07272D;
  background-color: #fff;
  border: none;
  border-radius: 26px;
  font-weight: 600;
  padding: 1px 28px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: all ease-in 0.3s;
}
.news-archive__filters .content-filter__row .filter-tag-list__item--selected {
  background-color: #ffbf46;
}
.news-archive__filters .content-filter__row .filter-tag-list__item:hover {
  transform: scale(1.1);
  background-color: #FFBF46;
}
.news-archive__filters .content-filter__row .js-filter-tag-list-1.filter-tag-list {
  display: flex;
  gap: 13px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .news-archive__filters .content-filter__row .js-filter-tag-list-1.filter-tag-list {
    overflow-y: hidden;
    padding-bottom: 12px;
  }
}
.news-archive__content {
  margin-top: 65px;
}
@media (max-width: 1199.98px) {
  .news-archive__content {
    margin-top: 20px;
  }
}
.news-archive__content .latest-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 65px;
  margin-bottom: 65px;
}
@media (max-width: 1199.98px) {
  .news-archive__content .latest-news {
    gap: 35px;
  }
}
.news-archive__content .latest-news__card {
  width: calc(33% - 60px);
  height: unset;
}
@media (max-width: 1199.98px) {
  .news-archive__content .latest-news__card {
    width: 100%;
  }
}
.news-archive__content .latest-news__card .news-card__link {
  font-size: 16px;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.layout__main .rte {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .layout__main .rte {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
}
.layout__title {
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 3px solid #009CDE;
  line-height: 1;
}
@media (min-width: 768px) {
  .layout__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .layout__title {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .layout__title {
    font-size: 59.4px;
  }
}
.layout__article {
  border-bottom: 3px solid #009CDE;
}
.layout__article h2, .layout__article h3, .layout__article strong {
  font-size: 21.6px;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .layout__article h2, .layout__article h3, .layout__article strong {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.layout__article .heading {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 3px solid #009CDE;
}
.layout__article .accordion {
  margin-bottom: 0;
}
.layout__article .accordion__card-heading {
  line-height: 1;
}
.layout__article .accordion__card-heading small {
  color: #07272D;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 768px) {
  .layout__article .accordion__card-heading small {
    font-size: 20px;
  }
}
.layout__article .accordion__card-heading::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f068";
  text-align: center;
  background: none;
  align-self: anchor-center;
}
@media (min-width: 768px) {
  .layout__article .accordion__card-heading::after {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .layout__article .accordion__card-heading {
    font-size: 30px;
  }
}
.layout__article .accordion__card-button {
  padding: 8px 10px;
}
.layout__article .accordion__card-button.collapsed .accordion__card-heading::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "+";
  text-align: center;
  background: none;
  align-self: anchor-center;
}
@media (min-width: 768px) {
  .layout__article .accordion__card-button.collapsed .accordion__card-heading::after {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .layout__article .accordion__card-button {
    padding: 8px 22px;
  }
}
.layout__article .accordion__card-body {
  background-color: #A4BCC2;
}
.layout__article .accordion__card-body .rte p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .layout__article .accordion__card-body .rte p {
    font-size: 20px;
  }
}
.layout__article .accordion__card-body .rte a {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .layout__article .accordion__card-body .rte a {
    font-size: 20px;
  }
}
.layout__article .accordion__more button {
  background: none;
  border: none;
  padding-left: 10px;
  color: #07272D;
  font-weight: 600;
  cursor: pointer;
}
.layout__article .accordion__more button:focus {
  outline: none;
}
@media (min-width: 768px) {
  .layout__article .accordion__more button {
    padding-left: 22px;
    font-size: 24px;
  }
}
.layout__content .related-content--mobile {
  margin-right: 0;
}
.layout__content .related-content--mobile .latest-news__card .news-card__content:after {
  background-color: #009CDE;
}
.layout__content .related-content .latest-news__card .news-card__content:after {
  background-color: #009CDE;
}
@media (min-width: 1200px) {
  .layout__content .related-content {
    margin-right: -40px;
    width: 27%;
    margin-top: 115px;
  }
}
@media (min-width: 1200px) {
  .layout__content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .layout__main {
    width: 70%;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
@media screen and (min-width: 1024px) {
  .news-page .breadcrumb {
    margin-top: 25px;
  }
}
.news-page__heroSection {
  background: #FFFFFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1607843137);
  margin: 20px 0 25px -15px;
  border-radius: 0px 20px 20px 0;
}
@media (min-width: 992px) {
  .news-page__heroSection {
    display: flex;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .news-page__heroSection {
    margin-left: 5px;
  }
}
.news-page__heroSection h1 {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .news-page__heroSection h1 {
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .news-page__heroSection h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.news-page__content {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .news-page__content {
    flex: 1;
  }
}
@media screen and (min-width: 1400px) {
  .news-page__content {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .news-page__contentDetails {
    padding-left: 50px;
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .news-page__contentDetails {
    margin-bottom: 29px;
  }
}
.news-page__articleRelatedContent {
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .news-page__articleRelatedContent {
    display: flex;
    justify-content: space-between;
  }
}
.news-page__article strong {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .news-page__article {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .news-page__article {
    padding-left: 50px;
  }
}
.news-page__info {
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .news-page__info {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .news-page__image {
    flex: 1;
  }
}
.news-page__image img {
  margin: unset;
  border-radius: 0px 0px 20px 0;
}
@media screen and (min-width: 1400px) {
  .news-page__summary {
    padding-left: 50px;
    margin-top: 54px;
  }
}
.news-page__summary p {
  font-size: 20px;
  max-width: 1273px;
}
@media screen and (min-width: 1024px) {
  .news-page__summary p {
    font-size: 35px;
  }
}
.news-page__body {
  margin: 37px 0;
  display: block;
}
.news-page__body p {
  font-size: 18px;
}
.news-page__body ul {
  padding-left: 17px;
}
.news-page__body ul li {
  margin: 21px 0;
}
.news-page__quoteContainer p {
  font-size: 22px;
}
@media screen and (min-width: 1400px) {
  .news-page__quoteContainer p {
    font-size: 25px;
  }
}
.news-page__quote {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 10px 10px 0px;
  margin-bottom: 37px;
}
@media screen and (min-width: 1400px) {
  .news-page__quote {
    border-radius: 10px;
  }
}
.news-page__quote p {
  font-size: 20px;
  padding: 15px 11px;
  line-height: 1.4;
}
@media screen and (min-width: 1400px) {
  .news-page__quote p {
    font-size: 28px;
    padding: 25px;
  }
}
.news-page .cta-buttons {
  margin-top: 28px;
}
.news-page .cta-btn {
  font-size: 18px !important;
  background: #07272D !important;
  border-radius: 0px 4px 4px 0px;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 4px 10px;
  font-weight: 100 !important;
  letter-spacing: 2.56px;
  margin-bottom: 7px;
  margin-right: 15px;
  width: unset;
  transition: transform 0.5s ease;
}
.news-page .cta-btn:hover {
  transform: scale(1.1);
}
.news-page hr {
  border: none;
  height: 3px;
  background-color: #FFBF46;
  margin: 0;
}
@media (min-width: 768px) {
  .news-page hr {
    margin: 27px 0 0 0;
  }
}
.news-page .related-content--mobile .latest-news__card .news-card__content:after {
  background-color: #FFBF46;
}
@media (max-width: 1199.98px) {
  .news-page .related-content--mobile .latest-news__card .news-card__link {
    margin-bottom: 4px;
  }
}
@media (min-width: 1200px) {
  .news-page .related-content {
    margin-top: 116px;
    margin-right: -40px;
  }
}
.news-page .related-content .latest-news__card .news-card__content:after {
  background-color: #FFBF46;
}
@media screen and (min-width: 1400px) {
  .news-page .content-page__page-tag {
    padding: 3px 27px;
  }
}
.news-page__accordion {
  margin: 60px 0 30px;
}
@media screen and (min-width: 1400px) {
  .news-page__accordion {
    margin: 60px 0 50px;
  }
}
.news-page__accordion h5 {
  color: #07272D !important;
}
.news-page__accordion .accordion__card-body {
  padding: unset;
  margin: unset;
  background-color: unset;
  box-shadow: unset;
}
.news-page__accordion .accordion__card-heading:after {
  color: #FFBF46;
}
@media (min-width: 768px) {
  .news-page__accordion table {
    margin: 20px 0;
  }
}
.news-page__accordion .table__body-cell:first-child {
  background: #FFBF46;
}
@media (min-width: 768px) {
  .news-page__accordion .table__body-cell:first-child {
    background: unset;
  }
}
@media (min-width: 768px) {
  .news-page__accordion .table__head-row {
    background: #FFBF46;
  }
}
.news-page__accordion .table__body-row {
  border: unset;
  border-radius: 0px 10px 10px 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 768px) {
  .news-page__accordion .table__body-row {
    border-radius: unset;
    box-shadow: unset;
  }
}
.news-page__accordion table strong {
  font-size: 20px;
}
@media (min-width: 768px) {
  .news-page__accordion table strong {
    font-size: 22px;
  }
}
.news-page__accordion tr.table__body-row {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .news-page__accordion tr.table__body-row {
    margin: 0;
  }
}
.news-page__accordion .accordion__table-data {
  background: #fff;
  border-radius: unset;
  font-weight: 500;
}
@media (min-width: 768px) {
  .news-page__accordion .accordion__table-data {
    background: unset;
    font-size: 22px;
  }
}
.news-page__accordion .accordion__table-data:before {
  color: #FFBF46;
}
.news-page__accordion .table__body-cell:last-child {
  border-radius: 0 0px 10px 0;
}
@media (min-width: 768px) {
  .news-page__accordion .table__head-cell:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .news-page__accordion table tbody tr:nth-child(odd) {
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .news-page__accordion table tbody tr:nth-child(even) {
    background: rgba(164, 188, 194, 0.1490196078);
  }
}
.news-page__accordion .table__head-cell-text {
  font-weight: 500;
}
@media (min-width: 768px) {
  .news-page__accordion .table__head-cell-text {
    font-size: 24px;
    color: #07272D;
  }
}
@media (min-width: 768px) {
  .news-page__accordion table th {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .news-page__accordion table tr td {
    padding: 12px 25px;
  }
}
.news-page__accordion .accordion__card-heading:after {
  background-image: unset;
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 21px;
}
.news-page__accordion .accordion__card-button.collapsed .accordion__card-heading::after {
  background-image: unset;
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 21px;
}
.news-page__accordion .table-wrapper {
  margin-bottom: 17px;
}
.news-page article h2, .news-page article h3 {
  font-size: 22px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .news-page article h2, .news-page article h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .news-page article h2, .news-page article h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .news-page__withoutImage .breadcrumb {
    margin-top: unset;
  }
}
.news-page__withoutImage .news-page__heroSection {
  display: unset;
}
@media screen and (min-width: 1400px) {
  .news-page__withoutImage .news-page__heroSection h1 {
    max-width: 70%;
  }
}
.news-page__withoutImage .news-page__summary {
  padding-left: unset;
  margin-top: 16px;
}
.news-page__withoutImage .news-page__info {
  display: none;
}
.news-page__withoutImage .news-page__content {
  padding-left: unset;
}
.news-page__withoutImage .news-page__contentDetails {
  padding-left: 0px;
}
.news-page__withoutImage .news-page__contentDetails hr {
  margin: 20px 0 0;
}
.news-page__withoutImage .news-page__article {
  padding-left: 0;
}
.news-page__withoutImage .news-page__body {
  margin: 17px 0;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
@media (max-width: 1199.98px) {
  .rte > h1 {
    font-size: 40px;
  }
}
.registerModule {
  padding-left: 0px;
  padding-right: 0px;
}
.registerModule__addressSection {
  width: 60%;
}
@media (max-width: 1199.98px) {
  .registerModule__addressSection {
    width: 100%;
  }
}
.registerModule .address-select {
  margin-right: 28px;
}
.registerModule .end-section {
  width: 55%;
}
@media (max-width: 1199.98px) {
  .registerModule .end-section {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .registerModule {
    padding-left: 0px;
  }
}
.registerModule .bts-module__section > .input-sections {
  margin-top: 21px;
}
@media (max-width: 1199.98px) {
  .registerModule .bts-module__section > .input-sections {
    margin-top: 10px;
  }
}
.registerModule .input-sections {
  display: flex;
  gap: 75px;
  width: 70%;
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .registerModule .input-sections {
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: unset;
  }
}
.registerModule .input-sections > div {
  width: 395px;
}
@media (max-width: 1199.98px) {
  .registerModule .input-sections > div {
    width: 100%;
  }
}
.registerModule .input-sections .input-label {
  margin-left: 13px;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .registerModule .input-sections .input-label {
    font-size: 18px;
  }
}
.registerModule .input-sections .address-input {
  max-width: 345px !important;
  width: 345px !important;
}
.registerModule .all-page-section {
  border-bottom: 1px solid rgba(0, 156, 222, 0.231372549);
  padding-bottom: 5px;
  width: 80%;
  display: flex;
  gap: 40px;
  color: rgba(112, 112, 112, 0.231372549);
  align-items: baseline;
  white-space: nowrap;
}
.registerModule .all-page-section h2.highlight-page {
  font-size: 50px;
  color: #009CDE;
}
@media (max-width: 1199.98px) {
  .registerModule .all-page-section h2.highlight-page {
    font-size: 30px;
  }
}
.registerModule .all-page-section h2 {
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .registerModule .all-page-section h2 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .registerModule .all-page-section {
    width: 100%;
    gap: 13px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
}
.registerModule__input-fields {
  padding: 8px 20px;
  font-size: 20px;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
  width: 100%;
  color: rgba(7, 39, 45, 0.5019607843);
  letter-spacing: -0.1px;
  line-height: 38px;
  appearance: none;
  border-radius: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding-right: 40px;
}
.registerModule__input-fields input {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .registerModule__input-fields {
    font-size: 18px;
    padding: 0px 13px;
  }
}
.registerModule .disability-input {
  width: 100%;
}
.registerModule .must-read-agree-input {
  width: 345px !important;
}
.registerModule .disability-section {
  width: 54%;
  text-align: left;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .registerModule .disability-section {
    width: 100%;
  }
}
.registerModule .disability-section label {
  line-height: 26px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
  margin-left: 13px;
}
@media (max-width: 1199.98px) {
  .registerModule .disability-section label {
    font-size: 18px;
  }
}
.registerModule .dateField .bts-module__input-fields {
  background: #FFFFFF;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
}
.registerModule .dateField input[type=text] {
  border: none;
}
.registerModule .custom-select-wrapper {
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .registerModule .custom-select-wrapper {
    width: 100%;
  }
}
.registerModule .select-icon {
  position: absolute;
  top: 40%;
  right: 20px;
  pointer-events: none; /* makes sure the icon doesn’t block clicks */
  transform: translateY(-50%);
  color: rgba(112, 112, 112, 0.231372549); /* change to match your theme */
  font-size: 25px; /* adjust size as needed */
}
.registerModule .password-input {
  -webkit-text-security: disc; /* default = ● */
  -webkit-text-security: circle; /* ○ */
  -webkit-text-security: square; /* ■ */
  -webkit-text-security: none; /* shows actual text */
  -webkit-text-security: "*"; /* shows * (works in WebKit browsers like Chrome, Edge, Safari) */
}
.registerModule__selectBox {
  position: relative;
}
.registerModule__selectBox::after {
  content: "\f0dd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 40%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #A4BCC2;
  font-size: 27px;
}
.registerModule__selectBox .title-input {
  width: 128px;
}
@media (max-width: 1199.98px) {
  .registerModule__selectBox .title-input {
    width: 100%;
  }
}
.registerModule__selectBox .gender-input {
  width: 179px;
}
@media (max-width: 1199.98px) {
  .registerModule__selectBox .gender-input {
    width: 100%;
  }
}
.registerModule__selectBox .disability-input {
  width: 276px;
}
@media (max-width: 1199.98px) {
  .registerModule__selectBox .disability-input {
    width: 100%;
  }
}
.registerModule__postcodeSearch {
  margin-top: 20px;
  margin-left: 13px;
}
.registerModule__postcodeSearch label {
  font-size: 20px;
  line-height: 26px;
  color: #07272D;
  margin-bottom: 0px;
}
.registerModule__postcodeSearch p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(7, 39, 45, 0.7019607843);
}

.next-button {
  letter-spacing: 2.88px;
  background: #009CDE 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
  transition: all ease-in 0.3s;
  border: none;
  margin-top: 30px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-left: 0px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .next-button {
    font-size: 16px;
  }
}
.next-button:hover {
  transform: scale(1.1);
  background-color: #07272D;
}

.fix-margins {
  margin-top: 10px;
  margin-left: 15px;
}

.find-my-address-btn {
  width: 168px;
  padding: 4px;
  background: #07272D 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
  border: none;
  color: #FFFFFF;
}

.manual-search-btn {
  width: 194px;
  padding: 4px;
  border: none;
  margin: 0 0 0 10px;
  color: #000;
  background: #A4BCC2 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
}

.country-input {
  display: flex;
  gap: 30px;
}
.country-input select {
  border: none;
  appearance: none;
  width: 100%;
}

.margin-left {
  margin-left: 10px;
}

.padding-top {
  padding-top: 5px;
}

i.fa.fa-sort-desc.select-icon {
  color: rgba(112, 112, 112, 0.231372549);
}

.fw-bold {
  font-weight: bold !important;
}

.previous-btn {
  letter-spacing: 2.88px;
  background: #07272D 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
  transition: all ease-in 0.3s;
  border: none;
  margin-top: 30px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-left: 0px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .previous-btn {
    font-size: 16px;
  }
}
.previous-btn:hover {
  transform: scale(1.1);
  background-color: #07272D;
}

.previous-btn::before {
  content: "<";
}

.para-section {
  color: #07272D;
  width: 60%;
  font-size: 20px !important;
}
@media (max-width: 1199.98px) {
  .para-section {
    width: 100%;
    font-size: 18px;
  }
}

.log-in-btn {
  width: 117px;
  background: #009CDE 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
  border: none;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  padding: 5px;
}
.log-in-btn a {
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
.log-in-btn ::after {
  content: " >";
  color: #FFFFFF;
}

.contact-para a {
  text-decoration: none !important;
}

.telphone-input {
  width: 315px !important;
}

.two-columns-section {
  display: flex;
  max-width: 755px !important;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left !important;
}

/* === Checkbox Styles === */
.checkbox-section {
  width: 75%; /* desktop default */
}

@media (max-width: 768px) {
  .checkbox-section {
    width: 100%; /* mobile full width */
  }
}
/* Hide native checkbox */
.checkbox-section input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* Label */
.checkbox-section label {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px; /* space for the circle */
  margin-right: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #072D33;
}

/* Circle (empty state) */
.checkbox-section label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: transparent;
  transition: background 0.12s ease, border-color 0.12s ease;
  pointer-events: none;
}

/* Tick container (hidden by default, same size as circle) */
.checkbox-section label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.12s ease;
  pointer-events: none;
}

/* Checked state (with :has) */
.checkbox-section label:has(input[type=checkbox]:checked)::before {
  background: #000;
  border-color: #000;
}

.checkbox-section label:has(input[type=checkbox]:checked)::after {
  content: "✔";
  opacity: 1;
  padding-bottom: 6px;
}

/* Focus ring for accessibility */
.checkbox-section label:has(input[type=checkbox]:focus)::before {
  box-shadow: 0 0 0 3px rgba(0, 156, 222, 0.3);
}

/* Responsive tweak */
@media (max-width: 420px) {
  .checkbox-section label {
    padding-left: 30px;
    font-size: 16px;
  }
  .checkbox-section label::before,
  .checkbox-section label::after,
  .checkbox-section input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
}
.bottom-button-bar {
  border-top: 1px solid rgba(0, 156, 222, 0.231372549);
  width: 80%;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .bottom-button-bar {
    width: 100%;
  }
}

.bts-module__group.low-width {
  width: 44%;
}
@media (max-width: 1199.98px) {
  .bts-module__group.low-width {
    width: 100%;
  }
}

select#RegisterStep4_AgreeToEmailSelected {
  margin-right: 10px;
}

.home-address-page input {
  box-shadow: none;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
}
.home-address-page .input-sections .input-label {
  margin-left: 0px;
  font-size: 20px;
}
.home-address-page .input-sections .custom-select-wrapper {
  width: 100%;
}
.home-address-page .input-sections .custom-select-wrapper .title-input {
  width: 100%;
}
.home-address-page .end-section {
  width: 345px;
}
.home-address-page .end-section .input-label {
  font-size: 20px;
}
.home-address-page .postcode-search .registerModule__input-fields {
  width: 345px;
}
.home-address-page .postcode-search .input-sections {
  gap: 20px;
}
.home-address-page .postcode-search .find-my-address-btn {
  width: 167px;
  font-size: 16px;
  letter-spacing: 2.56px;
  line-height: 19px;
  transition: all ease-in 0.3s;
}
.home-address-page .postcode-search .find-my-address-btn:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
.home-address-page .postcode-search .manual-search-btn {
  width: 194px;
  font-size: 16px;
  letter-spacing: 2.56px;
  line-height: 19px;
  margin: 0;
  transition: all ease-in 0.3s;
}
.home-address-page .postcode-search .manual-search-btn:hover {
  transform: scale(1.1);
  background-color: #07272D;
  color: #FFFFFF;
}
.home-address-page .address-finder {
  position: relative;
  max-width: 755px;
  /* the visible/hidden arrow element */
  /* show arrow only when container has .visible (set by JS) */
}
@media (max-width: 1199.98px) {
  .home-address-page .address-finder {
    margin-top: 20px;
  }
}
.home-address-page .address-finder select {
  padding: 8px 20px;
  font-size: 20px;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
  width: 100%;
  color: rgba(7, 39, 45, 0.5019607843);
  letter-spacing: -0.1px;
  line-height: 38px;
  appearance: none;
  border-radius: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 1199.98px) {
  .home-address-page .address-finder select {
    font-size: 18px;
    padding: 0px 13px;
  }
}
.home-address-page .address-finder .select-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #A4BCC2;
  width: 22px;
  height: 22px;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 160ms ease;
}
.home-address-page .address-finder .select-arrow svg {
  display: block;
  width: 18px;
  height: 18px;
}
.home-address-page .address-finder.visible .select-arrow {
  display: flex;
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .work-page input {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .work-page select {
    width: 100%;
  }
}
.work-page .address-finder {
  position: relative;
  max-width: 755px;
  /* the visible/hidden arrow element */
  /* show arrow only when container has .visible (set by JS) */
}
@media (max-width: 1199.98px) {
  .work-page .address-finder {
    margin-top: 20px;
  }
}
.work-page .address-finder select {
  padding: 8px 20px;
  font-size: 20px;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
  width: 100%;
  color: rgba(7, 39, 45, 0.5019607843);
  letter-spacing: -0.1px;
  line-height: 38px;
  appearance: none;
  border-radius: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 1199.98px) {
  .work-page .address-finder select {
    font-size: 18px;
    padding: 0px 13px;
  }
}
.work-page .address-finder .select-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #A4BCC2;
  width: 22px;
  height: 22px;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 160ms ease;
}
.work-page .address-finder .select-arrow svg {
  display: block;
  width: 18px;
  height: 18px;
}
.work-page .address-finder.visible .select-arrow {
  display: flex;
  opacity: 1;
}
.work-page .h2-size {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 1199.98px) {
  .work-page .h2-size {
    font-size: 20px;
  }
}
.work-page input {
  box-shadow: none;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
}
.work-page .bts-module__group {
  margin-bottom: 15px;
}
.work-page .bts-module__section label {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-left: 13px;
  margin-bottom: 10px;
}
.work-page .bts-module__section .postcode-search p {
  margin-left: 13px;
}
.work-page .bts-module__section .postcode-search .registerModule__input-fields {
  width: 345px;
}
.work-page .bts-module__section .postcode-search .registerModule__postcodeSearch {
  margin-left: 0px;
}
.work-page .bts-module__section .postcode-search .input-sections {
  gap: 20px;
}
.work-page .bts-module__section .postcode-search .find-my-address-btn {
  width: 167px;
  font-size: 16px;
  letter-spacing: 2.56px;
  line-height: 19px;
  transition: all ease-in 0.3s;
}
.work-page .bts-module__section .postcode-search .find-my-address-btn:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
.work-page .bts-module__section .postcode-search .manual-search-btn {
  width: 194px;
  font-size: 16px;
  letter-spacing: 2.56px;
  line-height: 19px;
  margin: 0;
  transition: all ease-in 0.3s;
}
.work-page .bts-module__section .postcode-search .manual-search-btn:hover {
  transform: scale(1.1);
  background-color: #07272D;
  color: #fff;
}
.work-page .telephone-address {
  text-align: left;
  display: flex;
  max-width: 700px;
  justify-content: space-between;
}
.work-page .post-held-section {
  text-align: left;
  max-width: 755px;
}
@media (max-width: 1199.98px) {
  .work-page .post-held-section {
    width: 100%;
  }
}
.work-page .post-held-section .registerModule__selectBox {
  width: 345px;
}
@media (max-width: 1199.98px) {
  .work-page .post-held-section .registerModule__selectBox {
    width: 100%;
  }
}
.work-page .post-held-section .date-input {
  width: 345px;
}
.work-page .address-section {
  max-width: 755px !important;
  text-align: left;
  display: none;
}
@media (max-width: 1199.98px) {
  .work-page .address-section {
    width: 100%;
  }
}
.work-page .address-section input {
  width: 345px;
}
.work-page .custom-select-wrapper {
  width: 345px;
}

.must-read-step .h2-size {
  margin-top: 20px;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 1199.98px) {
  .must-read-step .h2-size {
    font-size: 20px;
  }
}
.must-read-step h4 {
  font-size: 20px;
  line-height: 26px;
}
.must-read-step p {
  font-size: 20px;
  line-height: 26px;
}
.must-read-step .registerModule__selectBox select {
  width: 345px;
}

.complete-page h1 {
  margin-top: 20px;
  font-size: 50px;
  line-height: 59px;
}
@media (max-width: 1199.98px) {
  .complete-page h1 {
    font-size: 36px;
  }
}
.complete-page .h2-size {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .complete-page .h2-size {
    font-size: 20px;
  }
}
.complete-page p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1199.98px) {
  .complete-page p {
    font-size: 18px;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.guidelines-archive .rte > h1 {
  font-size: 28px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #FF6A27;
}
@media screen and (min-width: 576px) {
  .guidelines-archive .rte > h1 {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .guidelines-archive .rte > h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .guidelines-archive .rte > h1 {
    font-size: 59.4px;
  }
}
.guidelines-archive__content {
  margin-bottom: 30px;
}
.guidelines-archive__content h2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .guidelines-archive__content h2 {
    margin-bottom: 0px;
  }
}
.guidelines-archive__content .guideline-filter__control, .guidelines-archive__content .guideline-filter__dir {
  background: #FF6A27;
}
.guidelines-archive__content .table a.table__body-cell-link {
  display: flex !important;
  flex-wrap: wrap;
  max-width: fit-content;
  margin: 0 auto;
}
.guidelines-archive__content .table a.table__body-cell-link svg {
  height: 22px;
  margin: 4px 10px 4px 0;
}
.guidelines-archive__content .table a.table__body-cell-link:after {
  display: none;
}
@media (min-width: 1200px) {
  .guidelines-archive__content {
    margin-bottom: 60px;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
.main-container {
  background: #F7F7F7;
}
.main-container .content-download .rte > p {
  font-size: 20px;
  color: #fff;
  background: #007347;
  border-radius: 0px 4px 4px 0px;
  margin-bottom: 0px;
  padding: 4px 6px 4px 6px;
  width: 230px;
}
.main-container .content-download .content-section {
  margin-bottom: 20px;
}
.main-container .content-download__page-title p {
  padding: 4px;
}
.main-container .content-download__main-title {
  font-size: 60px;
  color: #07272D;
  text-align: left;
  letter-spacing: 0px;
  font-weight: bold;
  line-height: 75px;
  border-bottom: 3px solid #007347;
  display: inline-block;
  padding-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .main-container .content-download__main-title {
    font-size: 37px;
    line-height: 35px;
    letter-spacing: 0px;
  }
}
.main-container .content-download__main-title p {
  width: 70%;
}
@media (max-width: 1199.98px) {
  .main-container .content-download__main-title p {
    width: 100%;
  }
}
.main-container .content-download__description {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #07272D;
  text-align: left;
  margin-top: 30px;
}
.main-container .content-download__description p {
  width: 70%;
}
@media (max-width: 1199.98px) {
  .main-container .content-download__description p {
    width: 100%;
  }
}
.main-container .content-download__description p strong {
  font-size: 30px;
}
.main-container .content-download__downloadResources {
  width: 70%;
}
@media (max-width: 1199.98px) {
  .main-container .content-download__downloadResources {
    width: 100%;
  }
}
.main-container .content-download__downloadResources p {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #07272D;
  text-align: left;
  font-weight: bold;
}
.main-container .content-download .guideline-disease__tab.active {
  z-index: 0;
}
.main-container .content-download__external-links {
  display: flex;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 3px solid #007347;
}
@media (max-width: 1199.98px) {
  .main-container .content-download__external-links {
    width: 100%;
    flex-wrap: wrap;
  }
}
.main-container .content-download__external-links .content {
  padding: 31px 40px 31px 44px;
  background: rgba(0, 115, 71, 0.1215686275);
  border-radius: 0px 20px 20px 0px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-container .content-download__external-links .content p {
  color: #007347;
  font-size: 35px;
  letter-spacing: 0px;
  line-height: 35px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
}
.main-container .content-download__external-links .content a {
  color: #fff;
  border-radius: 0px 4px 4px 0px;
  background: #007347;
  padding: 13px;
  font-size: 16px;
  letter-spacing: 2.56px;
  line-height: 19px;
  align-self: flex-start;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.main-container .content-download__external-links .content a:hover {
  transform: scale(1.1);
  background-color: #07272D;
  color: #fff;
}
.main-container .content-download__external-links .content:last-child {
  margin-right: 0;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.winter-meeting {
  background-color: #fff;
}

.page-theme--red .event-menu {
  background: url("../.././images/meetingBackgroundImage.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page-theme--red .event-menu__accordions .accordion__card-heading::after {
  color: #CC1534;
}
.page-theme--red .event-menu__accordions .accordion__card-body .table__head-row {
  background: #CC1534;
}
@media (max-width: 767.98px) {
  .page-theme--red .event-menu__accordions .accordion__card-body .table__body-cell:first-child {
    background: #CC1534;
  }
}
@media (max-width: 767.98px) {
  .page-theme--red .event-menu__accordions .accordion__card-body .table__body-cell:first-child::before {
    color: #FFFFFF;
  }
}
.page-theme--red .event-menu__accordions .accordion__card-body .table__body-cell::before {
  color: #CC1534;
}
.page-theme--red .event-menu__accordions .accordion__card-body .table__body-cell p {
  color: #07272D;
}
@media (max-width: 767.98px) {
  .page-theme--red .event-menu__accordions .accordion__card-body .table__body-cell p {
    color: #FFFFFF;
  }
}
.page-theme--red .event-menu .event-menu__accordions .accordion__card-heading::after {
  color: #CC1534;
}

.event-menu .breadcrumb__list-item:nth-child(2) {
  left: -3px;
}
.event-menu .breadcrumb__list-item:nth-child(3) {
  left: -6px;
}
.event-menu .button--involved {
  font-size: 16px;
}
.event-menu__heading {
  border-bottom: 3px solid #CC1534;
  padding-bottom: 25px;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .event-menu__heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .event-menu__heading {
    margin-bottom: 30px;
  }
}
.event-menu .rte {
  margin-bottom: 47px;
}
.event-menu .rte h1 {
  color: #FFFFFF;
  font-size: 60px;
  width: 70%;
  position: relative;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .event-menu .rte h1 {
    font-size: 40px;
    width: unset;
  }
}
@media (max-width: 767.98px) {
  .event-menu .rte h1 {
    font-size: 28px;
  }
}
.event-menu .rte p {
  color: #FFFFFF;
  max-width: unset;
  width: 70%;
}
@media (max-width: 1199.98px) {
  .event-menu .rte p {
    width: unset;
  }
}
.event-menu .rte p:has(> strong), .event-menu .rte h2, .event-menu .rte h3 {
  font-size: 30px;
  margin-bottom: 4px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .event-menu .rte p:has(> strong), .event-menu .rte h2, .event-menu .rte h3 {
    font-size: 22px;
  }
}
.event-menu .elearning-landing__accordians {
  width: 70%;
  margin-bottom: 53px;
}
@media (max-width: 1199.98px) {
  .event-menu .elearning-landing__accordians {
    width: unset;
  }
}
.event-menu .lower-body__text {
  margin-bottom: 35px;
  border-bottom: 3px solid #CC1534;
  width: 70%;
}
@media (max-width: 1199.98px) {
  .event-menu .lower-body__text {
    width: unset;
  }
}
.event-menu .lower-body__text p {
  margin-bottom: 30px;
}

.button--download:before, .rte .rte__button[href$=doc]:before, .rte .rte__button[href$=docx]:before, .rte .rte__button[href$=xls]:before, .rte .rte__button[href$=xlsx]:before, .rte .rte__button[href$=ppt]:before, .rte .rte__button[href$=pptx]:before, .rte .rte__button[href$=pdf]:before {
  content: "\f33d";
  display: inline-block;
  margin-right: 15px;
  font-size: 17px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.opportunity-listing .rte > p {
  margin-bottom: 16px;
}
.opportunity-listing__accordion {
  margin: 0px !important;
}
@media screen and (min-width: 1400px) {
  .opportunity-listing__accordion {
    margin: 0px !important;
  }
}
.opportunity-listing__accordion article.rte {
  margin-bottom: 0px;
}
.opportunity-listing__accordion-container {
  margin-bottom: 0px;
}
.opportunity-listing article h2, .opportunity-listing article h3 {
  font-size: 22px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .opportunity-listing article h2, .opportunity-listing article h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .opportunity-listing article h2, .opportunity-listing article h3 {
    font-size: 30px;
  }
}
.opportunity-listing .breadcrumb {
  margin-top: 18px;
}
@media screen and (min-width: 1400px) {
  .opportunity-listing__heroSection h1 {
    max-width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .opportunity-listing__content {
    padding-left: 0px;
  }
}
.opportunity-listing__content h1 {
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .opportunity-listing__content h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .opportunity-listing__contentDetails {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .opportunity-listing__contentDetails {
    margin-bottom: 29px;
  }
}
.opportunity-listing__relatedContentSection {
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .opportunity-listing__relatedContentSection {
    display: flex;
    justify-content: space-between;
  }
}
.opportunity-listing__article strong {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .opportunity-listing__article {
    width: 70%;
  }
}
.opportunity-listing__quoteContainer p {
  font-size: 22px;
}
@media screen and (min-width: 1400px) {
  .opportunity-listing__quoteContainer p {
    font-size: 25px;
  }
}
.opportunity-listing__quote {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 10px 10px 0px;
  margin-bottom: 37px;
}
@media screen and (min-width: 1400px) {
  .opportunity-listing__quote {
    border-radius: 10px;
  }
}
.opportunity-listing__quote p {
  font-size: 20px;
  padding: 15px 11px;
  line-height: 1.4;
}
@media screen and (min-width: 1400px) {
  .opportunity-listing__quote p {
    font-size: 28px;
    padding: 25px;
  }
}
.opportunity-listing .cta-buttons {
  margin-top: 28px;
}
.opportunity-listing .cta-btn {
  font-size: 18px !important;
  background: #07272D !important;
  border-radius: 0px 4px 4px 0px;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 4px 10px;
  font-weight: 100 !important;
  letter-spacing: 2.56px;
  margin-bottom: 7px;
  margin-right: 15px;
  width: unset;
  transition: transform 0.5s ease;
}
.opportunity-listing .cta-btn:hover {
  transform: scale(1.1);
}
.opportunity-listing hr {
  border: none;
  height: 3px;
  background-color: #CC1534;
  margin: 13px 0 15px;
}
@media (min-width: 768px) {
  .opportunity-listing hr {
    margin: 27px 0;
  }
}
.opportunity-listing .related-content--mobile .latest-news__card .news-card__content:after {
  background-color: #CC1534;
}
@media (min-width: 1200px) {
  .opportunity-listing .related-content {
    margin-top: 118px;
    margin-right: -40px;
  }
}
.opportunity-listing .related-content .latest-news__card .news-card__content:after {
  background-color: #CC1534;
}
@media screen and (min-width: 1400px) {
  .opportunity-listing .content-page__page-tag {
    padding: 3px 27px;
  }
}
.opportunity-listing__accordion {
  margin: 60px 0 30px;
}
@media screen and (min-width: 1400px) {
  .opportunity-listing__accordion {
    margin: 60px 0 50px;
  }
}
.opportunity-listing__accordion h5 {
  color: #07272D !important;
}
.opportunity-listing__accordion .accordion__card-body {
  padding: unset;
  margin: unset;
  background-color: unset;
  box-shadow: unset;
}
.opportunity-listing__accordion .accordion__card-heading:after {
  color: #CC1534;
}
@media (min-width: 768px) {
  .opportunity-listing__accordion table {
    margin: 20px 0;
  }
}
.opportunity-listing__accordion table strong {
  font-size: 20px;
}
@media (min-width: 768px) {
  .opportunity-listing__accordion table strong {
    font-size: 22px;
  }
}
.opportunity-listing__accordion .table__body-cell:first-child {
  background: #CC1534;
}
@media (min-width: 768px) {
  .opportunity-listing__accordion .table__body-cell:first-child {
    background: unset;
  }
}
@media (min-width: 768px) {
  .opportunity-listing__accordion .table__head-row {
    background: #CC1534;
  }
}
.opportunity-listing__accordion .table__body-row {
  border: unset;
  border-radius: 0px 10px 10px 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 768px) {
  .opportunity-listing__accordion .table__body-row {
    border-radius: unset;
    box-shadow: unset;
  }
}
.opportunity-listing__accordion tr.table__body-row {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .opportunity-listing__accordion tr.table__body-row {
    margin: 0;
  }
}
.opportunity-listing__accordion .accordion__table-data {
  background: #fff;
  border-radius: unset;
}
@media (min-width: 768px) {
  .opportunity-listing__accordion .accordion__table-data {
    background: unset;
    font-size: 22px;
  }
}
.opportunity-listing__accordion .accordion__table-data:before {
  color: #CC1534;
}
.opportunity-listing__accordion .table__body-cell:last-child {
  border-radius: 0 0px 10px 0;
}
@media (min-width: 768px) {
  .opportunity-listing__accordion .table__head-cell:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .opportunity-listing__accordion table tbody tr:nth-child(odd) {
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .opportunity-listing__accordion table tbody tr:nth-child(even) {
    background: rgba(164, 188, 194, 0.1490196078);
  }
}
@media (min-width: 768px) {
  .opportunity-listing__accordion .table__head-cell-text {
    font-size: 24px;
    color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .opportunity-listing__accordion table th {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .opportunity-listing__accordion table tr td {
    padding: 12px 25px;
  }
}
.opportunity-listing__accordion .accordion__card-heading:after {
  background-image: unset;
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 21px;
}
.opportunity-listing__accordion .accordion__card-button.collapsed .accordion__card-heading::after {
  background-image: unset;
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 21px;
}
.opportunity-listing__accordion .table-wrapper {
  margin-bottom: 17px;
}
.opportunity-listing .button, .opportunity-listing .rte .rte__button, .rte .opportunity-listing .rte__button {
  font-size: 18px !important;
  border-radius: 0px 4px 4px 0px;
  padding: 4px 10px;
  width: unset;
  transition: transform 0.5s ease;
}
.opportunity-listing .button:hover, .opportunity-listing .rte .rte__button:hover, .rte .opportunity-listing .rte__button:hover {
  transform: scale(1.1);
  background: #07272D !important;
}

.news-page__withoutImage .news-page__content {
  padding-left: unset;
}
.news-page__withoutImage .news-page__body {
  margin: 17px 0;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.event__navigation {
  display: inline-flex;
  line-height: 1;
  gap: 5px;
}
@media (max-width: 1199.98px) {
  .event__navigation {
    gap: 34px;
  }
}
@media (min-width: 992px) {
  .event__navigation {
    margin: 0 0 25px 0;
    padding: 20px 0 0 0;
    line-height: unset;
    gap: 20px;
  }
}
.event__navigation .prev-event {
  background-color: #07272D;
}
.event__navigation .next-event {
  background-color: #CC1534;
}
.event__navigation a {
  font-size: 16.2px;
  color: #FFFFFF;
  padding: 7px 10px;
  border-radius: 0px 4px 4px 0px;
  letter-spacing: 1.56px;
  align-self: center;
  transition: transform 0.3s ease;
}
.event__navigation a:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
@media screen and (min-width: 576px) {
  .event__navigation a {
    letter-spacing: 2.56px;
  }
}
.event__navigation--container {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .event__navigation--container {
    display: flex;
    justify-content: space-between;
  }
}
.event__header {
  background: rgba(7, 39, 45, 0.1490196078) 0% 0% no-repeat padding-box;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  border-radius: 0 20px 20px 0;
}
@media (min-width: 1200px) {
  .event__header {
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .event__intro {
    display: flex;
    padding: 20px 20px 0 20px;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .event__intro {
    padding: 40px 40px 0 40px;
  }
}
@media (min-width: 1400px) {
  .event__intro {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .event__title-wrapper {
    padding: 20px 15px;
  }
}
.event__title-wrapper h1 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media (min-width: 576px) {
  .event__title-wrapper h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .event__title-wrapper h1 {
    font-size: 59.4px;
  }
}
.event__title-wrapper p {
  color: #FFFFFF;
  font-size: 18px;
}
@media (min-width: 768px) {
  .event__title-wrapper {
    width: 80%;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .event__details {
    background: rgba(7, 39, 45, 0.2509803922) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    opacity: 1;
    padding: 25px 0 25px 30px;
  }
}
@media (max-width: 1199.98px) {
  .event__details {
    border-radius: 0px 20px 0px 0px;
    padding: 15px 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .event__details {
    display: flex;
    width: 350px;
  }
}
.event__content {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .event__content {
    background: rgba(7, 39, 45, 0.2509803922) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    opacity: 1;
    padding: 25px 0 25px 30px;
    border-radius: 0px 20px 0px 0px;
    margin-top: 20px;
  }
}
.event__content p {
  font-size: 28px;
  margin-bottom: 0;
  text-transform: lowercase;
}
@media (min-width: 576px) {
  .event__content p {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .event__content p {
    font-size: 59.4px;
  }
}
.event__content span {
  font-size: 16px;
  display: flex;
  gap: 10px;
  letter-spacing: 2.56px;
  align-items: center;
  padding: 15px;
  padding-left: 0;
  border-top: 1px solid rgba(164, 188, 194, 0.2);
  border-bottom: 1px solid rgba(164, 188, 194, 0.2);
  color: #F7F7F7;
}
@media (min-width: 1200px) {
  .event__content span {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.event__content a {
  max-width: fit-content;
  color: #FFFFFF;
  margin: 21px 0;
  background-color: #CC1534;
  letter-spacing: 3.52px;
  padding: 5px 20px;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  transition: transform 0.3s ease;
}
@media (max-width: 1199.98px) {
  .event__content a {
    margin: 15px 0px;
  }
}
.event__content a:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
@media (min-width: 992px) {
  .event__content a {
    font-size: 21.6px;
  }
}
.event__image {
  width: 100%;
  border-radius: 0 0 20px 0;
}
@media (min-width: 1400px) {
  .event__image {
    border-radius: 0 20px 20px 0;
  }
}
.event__body, .event__lower-body {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 3px solid #CC1534;
  color: #FFFFFF;
}
.event__body strong, .event__body h2, .event__body h3, .event__lower-body strong, .event__lower-body h2, .event__lower-body h3 {
  font-size: 21.6px;
}
@media (min-width: 768px) {
  .event__body strong, .event__body h2, .event__body h3, .event__lower-body strong, .event__lower-body h2, .event__lower-body h3 {
    font-size: 30px;
  }
}
.event__body p, .event__lower-body p {
  font-size: 18px;
}
.event__body p:has(strong), .event__lower-body p:has(strong) {
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .event__speaker-info {
    text-align: center;
  }
}
.event__speaker-list {
  padding-top: 20px;
}
@media (min-width: 576px) {
  .event__speaker-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .event__speaker-list {
    justify-content: flex-start;
  }
}
.event__speaker-heading {
  font-size: 28px;
  line-height: 1;
  margin: 20px 0 13px 0;
  color: #FFFFFF;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 3px solid #CC1534;
}
@media (min-width: 576px) {
  .event__speaker-heading {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .event__speaker-heading {
    font-size: 50.4px;
  }
}
.event__speaker-section {
  color: #FFFFFF;
}
.event__speaker-item {
  max-width: fit-content;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.event__speaker-item.active .event__speaker-photo::after {
  z-index: 10;
}
@media (min-width: 576px) {
  .event__speaker-item {
    margin: unset;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .event__speaker-item {
    justify-content: flex-start;
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
@media (min-width: 1200px) {
  .event__speaker-item {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
.event__speaker-card {
  display: flex;
  flex-direction: column;
}
.event__speaker-photo img {
  margin-bottom: 25px;
  width: 100%;
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.event__speaker-photo span {
  position: absolute;
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  border-radius: 100%;
  font-size: 25px;
  left: 200px;
  color: #07272D;
  z-index: 1;
}
.event__speaker-info h3 {
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .event__speaker-info h3 {
    font-size: 35px;
  }
}
.event__speaker-info p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .event__speaker-info p {
    font-size: 21.6px;
  }
}
.event__speaker-bio {
  display: none;
  position: absolute;
  top: 0;
  right: 35px;
  background: #fff;
  color: #000;
  padding: 20px;
  z-index: 2;
  color: #F7F7F7;
  width: 260px;
  background: rgba(4, 18, 21, 0.9490196078) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px 0 0 20px;
}
@media (max-width: 1199.98px) {
  .event__speaker-bio {
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 576px) {
  .event__speaker-bio {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .event__speaker-bio {
    width: 350px;
  }
}
.event__speaker-bio.active {
  display: block;
}
.event__speaker-bio-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  color: #F7F7F7;
  margin-bottom: 25px;
}
.event__speaker-bio-body {
  color: #F7F7F7;
  font-size: 19.8px;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}
.event__speaker-bio-body::-webkit-scrollbar {
  width: 10px;
}
.event__speaker-bio-body::-webkit-scrollbar-track {
  background: #07272D;
}
.event__speaker-bio-body::-webkit-scrollbar-thumb {
  background: rgba(164, 188, 194, 0.3450980392);
}
.event__lower-body {
  border-top: none;
  border-bottom: 3px solid #CC1534;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.event__lower-body ul {
  padding: 0 0 0 20px;
  margin: 30px 0;
}
.event__links {
  display: flex;
  gap: 10px;
  padding-bottom: 25px;
  flex-wrap: wrap;
}
.event__links a {
  color: #FFFFFF;
  padding: 5px 20px;
  background-color: #07272D;
  letter-spacing: 3.52px;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  align-self: center;
  transition: transform 0.3s ease;
}
.event__links a:first-child {
  background-color: #CC1534;
}
.event__links a:hover {
  transform: scale(1.1);
  text-decoration: none;
  background-color: #07272D;
}
@media (min-width: 992px) {
  .event__links a {
    font-size: 21.6px;
  }
}
@media (min-width: 992px) {
  .event__links {
    gap: 20px;
  }
}

@media (min-width: 576px) {
  .event__speaker-item:nth-child(odd) .event__speaker-bio {
    left: 215px;
    border-radius: 0 20px 20px 0;
  }
  .event__speaker-item:nth-child(even) .event__speaker-bio {
    left: -103px;
    right: unset;
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 992px) {
  .event__speaker-item:nth-child(n) .event__speaker-bio, .event__speaker-item:nth-child(2n) .event__speaker-bio {
    left: 215px;
    border-radius: 0 20px 20px 0;
  }
  .event__speaker-item:nth-child(3n) .event__speaker-bio {
    left: -103px;
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .event__speaker-item:nth-child(n) .event__speaker-bio, .event__speaker-item:nth-child(2n) .event__speaker-bio, .event__speaker-item:nth-child(3n) .event__speaker-bio {
    left: 215px;
    border-radius: 0 20px 20px 0;
  }
  .event__speaker-item:nth-child(4n) .event__speaker-bio {
    left: -134px;
    border-radius: 20px 0 0 20px;
  }
}
.page-theme--red .container__event {
  background: url(../../images/meetingBackgroundImage.png);
  background-repeat: no-repeat;
}
.page-theme--red .container__event-wrapper {
  background-color: #3A0B11;
}
.page-theme--red .event__container {
  background: linear-gradient(0deg, #3A0B11 60%, rgba(58, 11, 17, 0.6) 80%, rgba(58, 11, 17, 0) 100%) no-repeat padding-box;
  opacity: 1;
  margin: 0 -15px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .page-theme--red .event__container {
    margin: 0 -40px;
    padding: 0 40px;
  }
}

.page-theme--blue .container__event {
  background-image: url(../../images/summerMettingBackground.png);
  background-repeat: no-repeat;
}
.page-theme--blue .container__event-wrapper {
  background-color: #07272D;
}
.page-theme--blue .event__container {
  background: transparent linear-gradient(180deg, rgba(7, 39, 45, 0) 0%, #07272D 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0 -15px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .page-theme--blue .event__container {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
.page-theme--blue .event__navigation .next-event {
  background-color: #009CDE;
}
.page-theme--blue .event__navigation .next-event:hover {
  background-color: #07272D;
}
.page-theme--blue .event__content a {
  background-color: #009CDE;
}
.page-theme--blue .event__content a:hover {
  background-color: #07272D;
}
.page-theme--blue .event__body {
  border-top: 3px solid #009CDE;
}
.page-theme--blue .event__speaker-heading {
  border-bottom: 3px solid #009CDE;
}
.page-theme--blue .event__lower-body {
  border-bottom: 3px solid #009CDE;
}
.page-theme--blue .event__links a:first-child {
  background-color: #009CDE;
}
.page-theme--blue .event__links a:hover {
  background-color: #07272D;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.committeeAdvisory__list li {
  font-weight: normal;
}
.committeeAdvisory__list li a {
  font-weight: normal !important;
}
.committeeAdvisory article h2, .committeeAdvisory article h3 {
  font-size: 22px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .committeeAdvisory article h2, .committeeAdvisory article h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .committeeAdvisory article h2, .committeeAdvisory article h3 {
    font-size: 30px;
  }
}
.committeeAdvisory .breadcrumb {
  margin-top: 18px;
}
@media screen and (min-width: 1400px) {
  .committeeAdvisory__heroSection h1 {
    max-width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .committeeAdvisory__content {
    padding-left: 0px;
  }
}
.committeeAdvisory__content h1 {
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .committeeAdvisory__content h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .committeeAdvisory__contentDetails {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .committeeAdvisory__contentDetails {
    margin-bottom: 29px;
  }
}
.committeeAdvisory__relatedContentSection {
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .committeeAdvisory__relatedContentSection {
    display: flex;
    justify-content: space-between;
  }
}
.committeeAdvisory__article strong {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .committeeAdvisory__article {
    width: 70%;
  }
}
.committeeAdvisory__quoteContainer p {
  font-size: 22px;
}
@media screen and (min-width: 1400px) {
  .committeeAdvisory__quoteContainer p {
    font-size: 25px;
  }
}
.committeeAdvisory__quote {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 10px 10px 0px;
  margin-bottom: 37px;
}
@media screen and (min-width: 1400px) {
  .committeeAdvisory__quote {
    border-radius: 10px;
  }
}
.committeeAdvisory__quote p {
  font-size: 20px;
  padding: 15px 11px;
  line-height: 1.4;
}
@media screen and (min-width: 1400px) {
  .committeeAdvisory__quote p {
    font-size: 28px;
    padding: 25px;
  }
}
.committeeAdvisory .cta-buttons {
  margin-top: 28px;
}
.committeeAdvisory .cta-btn {
  font-size: 18px !important;
  background: #07272D !important;
  border-radius: 0px 4px 4px 0px;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 4px 10px;
  font-weight: 100 !important;
  letter-spacing: 2.56px;
  margin-bottom: 7px;
  margin-right: 15px;
  width: unset;
  transition: transform 0.5s ease;
}
.committeeAdvisory .cta-btn:hover {
  transform: scale(1.1);
}
.committeeAdvisory hr {
  border: none;
  height: 3px;
  background-color: #009CDE;
  margin: 18px 0 20px;
}
@media (min-width: 768px) {
  .committeeAdvisory hr {
    margin: 27px 0;
  }
}
.committeeAdvisory .related-content--mobile .latest-news__card .news-card__content:after {
  background-color: #009CDE;
}
@media (min-width: 1200px) {
  .committeeAdvisory .related-content {
    margin-top: 118px;
    margin-right: -40px;
  }
}
.committeeAdvisory .related-content .latest-news__card .news-card__content:after {
  background-color: #009CDE;
}
@media screen and (min-width: 1400px) {
  .committeeAdvisory .content-page__page-tag {
    padding: 3px 27px;
  }
}
.committeeAdvisory__accordion {
  margin: 60px 0 30px;
}
@media screen and (min-width: 1400px) {
  .committeeAdvisory__accordion {
    margin: 60px 0 50px;
  }
}
.committeeAdvisory__accordion h5 {
  color: #07272D !important;
}
.committeeAdvisory__accordion .accordion__card-body {
  padding: unset;
  margin: unset;
  background-color: unset;
  box-shadow: unset;
}
.committeeAdvisory__accordion .accordion__card-heading:after {
  color: #009CDE;
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion table {
    margin: 20px 0;
  }
}
.committeeAdvisory__accordion table strong {
  font-size: 20px;
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion table strong {
    font-size: 22px;
  }
}
.committeeAdvisory__accordion .table__body-cell:first-child {
  background: #009CDE;
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion .table__body-cell:first-child {
    background: unset;
  }
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion .table__head-row {
    background: #009CDE;
  }
}
.committeeAdvisory__accordion .table__body-row {
  border: unset;
  border-radius: 0px 10px 10px 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion .table__body-row {
    border-radius: unset;
    box-shadow: unset;
  }
}
.committeeAdvisory__accordion tr.table__body-row {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion tr.table__body-row {
    margin: 0;
  }
}
.committeeAdvisory__accordion .accordion__table-data {
  background: #fff;
  border-radius: unset;
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion .accordion__table-data {
    background: unset;
    font-size: 22px;
  }
}
.committeeAdvisory__accordion .accordion__table-data:before {
  color: #009CDE;
}
.committeeAdvisory__accordion .table__body-cell:last-child {
  border-radius: 0 0px 10px 0;
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion .table__head-cell:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion table tbody tr:nth-child(odd) {
    background: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion table tbody tr:nth-child(even) {
    background: rgba(164, 188, 194, 0.1490196078);
  }
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion .table__head-cell-text {
    font-size: 24px;
    color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion table th {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .committeeAdvisory__accordion table tr td {
    padding: 12px 25px;
  }
}
.committeeAdvisory__accordion .accordion__card-heading:after {
  background-image: unset;
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 21px;
}
.committeeAdvisory__accordion .accordion__card-button.collapsed .accordion__card-heading::after {
  background-image: unset;
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 21px;
}
.committeeAdvisory__accordion .table-wrapper {
  margin-bottom: 17px;
}

.page-theme--blue .winter-meeting-container .category-list ul li:has(a.active-category) {
  background: #009CDE;
}
.page-theme--blue .winter-meeting-container .session-wrapper .session-row .info-tab {
  background-color: #009CDE;
}
.page-theme--blue .winter-meeting-container .sub-section {
  border-bottom: 1px solid rgba(0, 155, 221, 0.5019607843);
}

.event-menu ul li {
  color: #fff;
}

@media (min-width: 992px) {
  .winter-meeting-background-overlay {
    background-image: url("../../images/Path-216.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    right: 0px;
    height: 494.83px;
    width: 494.83px;
  }
}

.meetingEventWrapper {
  display: flex;
  position: relative;
}
.meetingEventWrapper:last-child .event-info {
  left: -90px !important;
}

.winter-meeting-container {
  position: relative;
  background: url("/assets/images/winter-page-bg.png") no-repeat center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.winter-meeting-container .session-wrapper {
  width: 100%;
  position: relative;
  padding: 20px 0;
}
.winter-meeting-container .session-wrapper .session-row {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 10px 0;
  text-align: left;
  align-items: stretch;
}
.winter-meeting-container .session-wrapper .session-row .session-card {
  min-width: 390px;
  max-width: 390px;
  min-height: 400px;
  background: rgba(7, 39, 45, 0.2509803922);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .session-wrapper .session-row .session-card {
    max-width: 320px;
    min-width: 320px;
  }
}
.winter-meeting-container .session-wrapper .session-row .session-card a {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
}
.winter-meeting-container .session-wrapper .session-row .session-card .session-time {
  color: #F7F7F7;
  text-align: left;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 38px;
  border-bottom: 1px solid #A4BCC2;
  margin-right: -20px;
  text-transform: lowercase;
}
.winter-meeting-container .session-wrapper .session-row .session-card .session-time span {
  padding-right: 20px;
}
.winter-meeting-container .session-wrapper .session-row .session-card .session-title {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section {
  margin-top: auto;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .session-duration {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  letter-spacing: 2.56px;
  line-height: 19px;
  color: #F7F7F7;
  border-top: 1px solid #A4BCC2;
  padding-top: 10px;
  margin-right: -20px;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .session-duration span {
  padding-right: 20px;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .session-duration::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-size: 20px;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .session-type {
  text-align: left;
  margin: 10px 5px 20px 0;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .session-type p {
  display: inline-block;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1803921569);
  border-radius: 26px;
  padding: 5px 15px;
  margin: 10px 5px 0 0;
  color: #fff;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .session-guests {
  display: flex;
  align-items: center;
  gap: 10px;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .guest-avatar {
  background: linear-gradient(139deg, rgba(247, 247, 247, 0.0784313725) 0%, rgba(124, 124, 124, 0.0392156863) 100%);
  height: 85.43px;
  width: 85.43px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .guest-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .guest-avatar:hover .speakerName {
  pointer-events: unset;
  user-select: unset;
  opacity: 1;
  visibility: visible;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .guest-avatar i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .guest-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .guest-avatar span.speakerName {
  display: none;
}
@media (min-width: 992px) {
  .winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .guest-avatar span.speakerName {
    letter-spacing: -0.07px;
    padding: 6px 10px 6px 10px;
    background-color: #07272D;
    position: absolute;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-radius: 26px;
    color: #fff;
    font-size: 14px;
    transition: all ease-in 0.2s;
    pointer-events: none;
    user-select: none;
    visibility: hidden;
    opacity: 0;
    bottom: -25px;
  }
}
.winter-meeting-container .session-wrapper .session-row .session-card .bottom-section .guest-avatar:not(:first-child) {
  margin-left: -30px;
}
.winter-meeting-container .session-wrapper .session-row .info-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  text-align: center;
  background: #CB1634;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 20px 20px 0px;
  margin-right: 38px;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .session-wrapper .session-row .info-tab {
    margin-rigth: 18px;
  }
}
.winter-meeting-container .session-wrapper .session-row .info-tab .session-information {
  height: auto;
  text-align: center;
  font-size: 22px;
  padding: 0 4px 0 4px;
  color: #fff;
}
.winter-meeting-container .session-wrapper .session-row .info-tab .session-information i {
  cursor: pointer;
}
.winter-meeting-container .session-wrapper .session-row .event-info {
  background: rgba(4, 18, 21, 0.9490196078);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 20px 20px 0px;
  width: 500px;
  opacity: 90%;
  margin-right: 30px;
  transition: all ease-in 0.8s;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 200px;
  top: 0;
  height: 100%;
}
.winter-meeting-container .session-wrapper .session-row .event-info.openTabInfo {
  visibility: visible;
  pointer-events: auto;
  user-select: auto;
  opacity: 100%;
  left: 390px;
  z-index: 9;
}
.winter-meeting-container .session-wrapper .session-row .event-info__information {
  width: 500px;
  padding: 25px 25px 25px 0;
  margin-left: 20px;
  position: relative;
}
.winter-meeting-container .session-wrapper .session-row .event-info__information .label {
  display: flex;
  border-bottom: 1px solid #A4BCC2;
  padding-bottom: 5px;
  width: 100%;
  justify-content: space-between;
}
.winter-meeting-container .session-wrapper .session-row .event-info__information .label p {
  color: #fff;
  letter-spacing: 2.56px;
  text-align: left;
  line-height: 19px;
  font-size: 16px;
}
.winter-meeting-container .session-wrapper .session-row .event-info__information .label i {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 40px;
  cursor: pointer;
}
.winter-meeting-container .session-wrapper .session-row .event-info__information span {
  text-align: left;
  color: white;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
}
.winter-meeting-container .session-wrapper .scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 10;
}
.winter-meeting-container .session-wrapper .scroll-btn i {
  font-size: 35px;
  color: rgba(247, 247, 247, 0.7647058824);
}
.winter-meeting-container .session-wrapper .scroll-btn.left-btn {
  left: -10px;
}
.winter-meeting-container .session-wrapper .scroll-btn.left-btn:focus {
  outline: none;
}
.winter-meeting-container .session-wrapper .scroll-btn.right-btn {
  right: -10px;
}
.winter-meeting-container .session-wrapper .scroll-btn.right-btn:focus {
  outline: none;
}
.winter-meeting-container .page-title {
  font-size: 100px;
  text-align: left;
  letter-spacing: 0px;
  line-height: 80px;
  color: #fff;
  width: 60%;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .page-title {
    font-size: 50px;
    width: 100%;
    line-height: normal;
    margin-bottom: 0px;
  }
}
.winter-meeting-container .page-title .bold {
  font-weight: bold;
}
.winter-meeting-container .page-title .normal {
  font-weight: normal;
}
.winter-meeting-container .sub-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(204, 21, 52, 0.5019607843);
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .sub-section {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .winter-meeting-container .sub-section .day-filters {
    margin-top: 20px;
  }
}
.winter-meeting-container .sub-section__subTitle {
  font-size: 50px;
  text-align: left;
  line-height: 30px;
  text-wrap: nowrap;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .sub-section__subTitle {
    font-size: 30px;
    width: 100%;
  }
}
.winter-meeting-container .sub-section .day-filters {
  display: flex;
  gap: 25px;
  text-align: end;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .sub-section .day-filters {
    gap: 15px;
  }
}
.winter-meeting-container .sub-section .day-filters a {
  color: #ffffff;
  font-size: 50px;
  line-height: 30px;
  font-size: 18px;
  text-decoration: none;
}
.winter-meeting-container .sub-section .day-filters a p {
  font-size: 50px;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .sub-section .day-filters a p {
    font-size: 40px;
  }
}
.winter-meeting-container .sub-section .day-filters a:hover {
  text-decoration: none;
}
.winter-meeting-container .sub-section .day-filters a.active-day {
  color: #fff; /* white */
  font-weight: 500;
}
.winter-meeting-container .sub-section .day-filters a.inactive-day {
  opacity: 0.6;
}
.winter-meeting-container .sub-section .day-filters a.inactive-day p {
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .sub-section .day-filters a.inactive-day p {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.winter-meeting-container .category-list {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.winter-meeting-container .category-list p {
  font-size: 30px;
  color: #fff;
  text-align: left;
  letter-spacing: -0.16px;
  line-height: 38px;
  text-wrap: nowrap;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .category-list p {
    font-size: 22px;
  }
}
.winter-meeting-container .category-list ul li:has(a.active-category) {
  background: #CB1634;
  color: #fff;
}
.winter-meeting-container .category-list ul li:has(a.active-category) a {
  color: #fff;
}
.winter-meeting-container .category-list ul {
  display: flex;
  gap: 20px;
  background: rgba(7, 39, 45, 0.2509803922);
  width: 100%;
  padding-left: 0;
  margin-left: 20px;
  border-radius: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE & Edge */
  scrollbar-width: none; /* Firefox */
}
.winter-meeting-container .category-list ul::-webkit-scrollbar {
  display: none;
}
.winter-meeting-container .category-list ul li {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 26px;
  list-style: none;
  padding: 2px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}
.winter-meeting-container .category-list ul li a {
  text-decoration: none;
  color: #000;
  text-align: center;
  transition: transform 0.3s ease;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: -0.11px;
}
.winter-meeting-container .category-list ul li:hover {
  background: #000;
  color: #fff;
  transform: scale(1.1);
}
.winter-meeting-container .category-list ul li:hover a {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .category-list ul {
    overflow-x: auto;
    gap: 10px; /* Reduce gap on mobile */
    margin-left: 0;
    padding: 5px;
  }
  .winter-meeting-container .category-list ul li {
    padding: 2px 15px; /* Smaller padding for pills */
  }
  .winter-meeting-container .category-list ul li a {
    font-size: 16px; /* Reduce font size for mobile */
    line-height: 24px;
  }
}
.winter-meeting-container .session-time-title {
  font-size: 50px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .winter-meeting-container .session-time-title {
    font-size: 40px;
    line-height: 48px;
  }
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.search--page {
  width: 100%;
}
.search--page__search-section {
  text-align: center;
}
.search--page__search-section .rte {
  text-align: center;
}
.search--page__search-section .rte h1 {
  font-size: 70px;
}
@media (max-width: 1199.98px) {
  .search--page__search-section .rte h1 {
    font-size: 34px;
  }
}
.search--page__search-section .rte .search-list {
  text-align: center;
}
.search--page__search-section .rte .search-list__search-form {
  width: 55%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 26px;
  padding: 4px;
  color: rgba(7, 39, 45, 0.5);
  letter-spacing: -0.12px;
  line-height: 38px;
}
@media (max-width: 1199.98px) {
  .search--page__search-section .rte .search-list__search-form {
    width: 90%;
  }
}
.search--page__search-section .rte .search-list__search-form .form-search {
  position: relative;
  width: 100%;
}
.search--page__search-section .rte .search-list__search-form .form-search .form-search__input-text {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 26px;
  padding: 12px 50px 12px 20px;
  font-size: 16px;
  color: rgba(7, 39, 45, 0.5019607843);
  line-height: 1.4;
  box-sizing: border-box;
}
.search--page__search-section .rte .search-list__search-form .form-search .form-search__inline-button {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #07272D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
}
.search--page__search-section .rte .search-list__search-form .form-search .form-search__inline-button::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}
.search--page__search-section .rte .search-list__stat {
  color: #07272D;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  padding: 20px;
  letter-spacing: 0px;
}
.search--page__search-section .rte .search-list__stat span {
  font-weight: bold;
}
.search--page__search-section .rte .search-list__search-results {
  text-align: left;
}
.search--page__search-section .rte .search-list__search-results .search-result {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .search--page__search-section .rte .search-list__search-results .search-result {
    flex-wrap: wrap;
  }
}
.search--page__search-section .rte .search-list__search-results .search-result a {
  margin: 0;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  height: 40px;
  letter-spacing: 2.88px;
  line-height: 22px;
  background: #07272D;
  border-radius: 0px 4px 4px 0px;
  padding: 2px 10px;
  font-weight: normal;
  transition: transform 0.3s ease;
}
.search--page__search-section .rte .search-list__search-results .search-result a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
.search--page__search-section .rte .search-list__search-results .search-result h3 {
  font-size: 30px;
  text-align: left;
  letter-spacing: 0px;
  line-height: 32px;
  color: #07272D;
  font-weight: normal;
  width: 80%;
}
@media (max-width: 1199.98px) {
  .search--page__search-section .rte .search-list__search-results .search-result h3 {
    width: 100%;
  }
}
.search--page__search-section .rte .search-list__sector-title {
  border-radius: 0px 4px 4px 0px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
}

.page-theme--blue .rte > h1 {
  border-bottom: none;
  padding-bottom: 0px;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.my-bts {
  background: #FFFFFF;
}
.my-bts__main .info-box__heading {
  color: #07272D;
  font-weight: 600;
}
.my-bts__main .rte {
  margin-bottom: 30px;
}
.my-bts__main .rte > h1 {
  font-size: 40px !important;
}
@media (min-width: 768px) {
  .my-bts__main .rte > h1 {
    font-size: 70px !important;
  }
}
.my-bts__main-tile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.my-bts__main-tile-content {
  flex: 1 1 100%;
}
.my-bts__main-tile-content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(164, 188, 194, 0.2509803922);
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  transition: transform 0.5s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.my-bts__main-tile-content a h1 {
  color: #07272D;
  margin: 0 0 0 25px;
  line-height: 1;
  font-size: 30px;
  flex: 1;
}
@media screen and (min-width: 1600px) {
  .my-bts__main-tile-content a h1 {
    font-size: 45px;
  }
}
.my-bts__main-tile-content a span {
  font-size: 30px;
  background: #07272D;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A4BCC2;
  border-radius: 0 20px 20px 0;
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  .my-bts__main-tile-content a span {
    padding: 25px 15px;
  }
}
.my-bts__main-tile-content a:hover {
  text-decoration: none;
  color: unset;
  transform: scale(1.04);
}
@media (min-width: 576px) {
  .my-bts__main-tile-content {
    flex: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .my-bts__main-tile-content {
    flex: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
@media (min-width: 1400px) {
  .my-bts__main-tile-content {
    flex: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media (min-width: 1400px) {
  .my-bts__main-tile {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .my-bts__main-tile {
    margin-bottom: 110px;
  }
}
.my-bts .horizontalLine {
  height: 20px;
}
@media (min-width: 992px) {
  .my-bts .horizontalLine {
    height: 36px;
  }
}
.my-bts__promo {
  padding-bottom: 20px;
}
.my-bts__promo .latest-news {
  margin-top: 0;
}
.my-bts__promo .latest-news__header {
  margin-top: 15px;
  margin-bottom: 20px;
}
.my-bts__promo .latest-news__header h2 {
  line-height: 1;
}
@media (min-width: 992px) {
  .my-bts__promo .latest-news__header {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.my-bts__promo .latest-news__carousel .owl-stage-outer:after {
  width: 100px;
}
.my-bts__promo .latest-news__carousel .owl-nav button.owl-next {
  right: 0;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.elearning--resource .breadcrumb {
  margin-top: 18px;
}
@media screen and (min-width: 1400px) {
  .elearning--resource__heroSection h1 {
    max-width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .elearning--resource__contentDetails {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .elearning--resource__contentDetails {
    margin-bottom: 29px;
  }
}
.elearning--resource__relatedContentSection {
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .elearning--resource__relatedContentSection {
    display: flex;
    justify-content: space-between;
  }
}
.elearning--resource .cta-buttons {
  margin-top: 28px;
}
.elearning--resource .cta-btn {
  font-size: 18px !important;
  background: #07272D !important;
  border-radius: 0px 4px 4px 0px;
  color: #FFFFFF !important;
  text-decoration: none !important;
  padding: 4px 10px;
  font-weight: 100 !important;
  letter-spacing: 2.56px;
  margin-bottom: 7px;
  margin-right: 15px;
  width: unset;
  transition: transform 0.5s ease;
}
.elearning--resource .cta-btn:hover {
  transform: scale(1.1);
}
.elearning--resource hr {
  border: none;
  height: 3px;
  background-color: #009CDE;
  margin: 16px 0 24px 0;
}
/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
.guideline-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 27px 0 20px 0;
  justify-content: center;
}
.guideline-filter__label {
  font-weight: 700;
  font-size: 21.6px;
  color: #07272D;
  max-width: fit-content;
}
.guideline-filter__select {
  appearance: none;
  border: 0;
  padding: 10px 35px 10px 14px;
  font-weight: 700;
  outline: none;
  background: #fff;
  border-radius: 9999px;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
  font-size: 18px;
  color: #07272D;
  min-width: 166px;
  width: 100%;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guideline-filter__control {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d9e0e6;
  border-radius: 9999px;
  overflow: hidden;
  background: #027347;
}
@media screen and (max-width: 576px) {
  .guideline-filter__control {
    width: 100%;
  }
}
.guideline-filter__control::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #A4BCC2;
  pointer-events: none;
}
.guideline-filter__dir {
  min-width: 44px;
  height: 100%;
  background: #027347 no-repeat center;
  border: 0;
  cursor: pointer;
  display: flex;
  outline: 0;
}
.guideline-filter__dir:focus {
  outline: 0;
}
.guideline-filter__dir::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 35px;
  background-image: url(/assets/icons/icon-arrow-up-white.svg), url(/assets/icons/icon-arrow-down-white.svg);
  background-position: right center, left center;
  background-repeat: no-repeat;
  background-size: 23px 23px, 12px 25px;
  background-position: right 2px center, 1px 15px;
  float: inline-end;
  position: absolute;
  top: 5px;
}

.page-theme--green .guideline-listing > .table {
  border-bottom: 3px solid #027347;
}

.page-theme--orange .guideline-listing > .table {
  border-bottom: 3px solid #FF6A27;
}

/* Colors */
/* Spacing */
/* Font Sizes */
/* Desktop font size */
/* Mobile font size */
/*@include mixins.responsive-heading(("h1", "h2", "h3", "h4", "h5", "h6"));*/
@media (min-width: 768px) {
  .latest-news__title {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .latest-news__title {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .latest-news__title {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .explore-more__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .explore-more__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .explore-more__heading {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .upComing-events__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .upComing-events__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .upComing-events__heading {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .bts-banner__subtitle {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .bts-banner__subtitle {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .bts-banner__subtitle {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .guideline-disease__text h2 {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .guideline-disease__text h2 {
    font-size: 64px;
  }
}
@media (min-width: 1600px) {
  .guideline-disease__text h2 {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .membership__content h1 {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .membership__content h1 {
    font-size: 64px;
  }
}
@media (min-width: 1600px) {
  .membership__content h1 {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .pn-module .rte > h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .pn-module .rte > h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .pn-module .rte > h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .clinicalListing .rte h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .clinicalListing .rte h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .clinicalListing .rte h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .committeeAdvisoryGroup .page-content h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .committeeAdvisoryGroup .page-content h1 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .committeeAdvisoryGroup .page-content h1 {
    font-size: 90px;
  }
}
.page-theme--blue .rte > h1 {
  font-size: 40px;
}

@media (min-width: 576px) {
  .page-theme--blue .rte > h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .page-theme--blue .rte > h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .page-theme--blue .rte > h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .page-theme--blue .rte > h1 {
    font-size: 60px;
  }
}
.diseaseLanding .heading {
  font-size: 40px;
}

@media (min-width: 576px) {
  .diseaseLanding .heading {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .diseaseLanding .heading {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .diseaseLanding .heading {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .diseaseLanding .heading {
    font-size: 90px;
  }
}
@media (min-width: 768px) {
  .relatedContent .heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .relatedContent .heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .relatedContent .heading {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .highlight-block .explore-more__text h3 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .highlight-block .explore-more__text h3 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .highlight-block .explore-more__text h3 {
    font-size: 70px;
  }
}
.page-theme--orange .rte.qualityStandardListing > h1 {
  font-size: 40px;
}

@media (min-width: 576px) {
  .page-theme--orange .rte.qualityStandardListing > h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .page-theme--orange .rte.qualityStandardListing > h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .page-theme--orange .rte.qualityStandardListing > h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .page-theme--orange .rte.qualityStandardListing > h1 {
    font-size: 60px;
  }
}
.event__title-wrapper h1 {
  font-size: 32px;
}

@media (min-width: 576px) {
  .event__title-wrapper h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .event__title-wrapper h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .event__title-wrapper h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .event__title-wrapper h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .news-page h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .news-page h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .news-page h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .winter-meeting-container .page-title {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .winter-meeting-container .page-title {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .winter-meeting-container .page-title {
    font-size: 100px;
  }
}
@media (min-width: 768px) {
  .event-banner__title {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .event-banner__title {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .event-banner__title {
    font-size: 100px;
  }
}
@media (min-width: 768px) {
  .event-menu .rte h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .event-menu .rte h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .event-menu .rte h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .event-banner__title span.meeting-year {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .event-banner__title span.meeting-year {
    font-size: 64px;
  }
}
@media (min-width: 1600px) {
  .event-banner__title span.meeting-year {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .bts-module__group h1 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .bts-module__group h1 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .bts-module__group h1 {
    font-size: 70px;
  }
}
.page-theme--green .rte > h1 {
  font-size: 40px;
}

@media (min-width: 576px) {
  .page-theme--green .rte > h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .page-theme--green .rte > h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .page-theme--green .rte > h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .page-theme--green .rte > h1 {
    font-size: 60px;
  }
}
.text-style-heading-level-1, .rte > h1, .quick-links__heading, .cta-tile__heading, .accordion__card-heading, .form-tile__heading, .link-list__heading, .info-box__heading, .info-box > h2, .person-listing__heading, .wz-list-of-links__heading, .wz-text__heading {
  font-size: 40px;
}

@media (min-width: 576px) {
  .text-style-heading-level-1, .rte > h1, .quick-links__heading, .cta-tile__heading, .accordion__card-heading, .form-tile__heading, .link-list__heading, .info-box__heading, .info-box > h2, .person-listing__heading, .wz-list-of-links__heading, .wz-text__heading {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .text-style-heading-level-1, .rte > h1, .quick-links__heading, .cta-tile__heading, .accordion__card-heading, .form-tile__heading, .link-list__heading, .info-box__heading, .info-box > h2, .person-listing__heading, .wz-list-of-links__heading, .wz-text__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .text-style-heading-level-1, .rte > h1, .quick-links__heading, .cta-tile__heading, .accordion__card-heading, .form-tile__heading, .link-list__heading, .info-box__heading, .info-box > h2, .person-listing__heading, .wz-list-of-links__heading, .wz-text__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .text-style-heading-level-1, .rte > h1, .quick-links__heading, .cta-tile__heading, .accordion__card-heading, .form-tile__heading, .link-list__heading, .info-box__heading, .info-box > h2, .person-listing__heading, .wz-list-of-links__heading, .wz-text__heading {
    font-size: 70px;
  }
}
.wz-text__heading {
  font-size: 40px;
}

@media (min-width: 576px) {
  .wz-text__heading {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .wz-text__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .wz-text__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .wz-text__heading {
    font-size: 70px;
  }
}
.wz-list-of-links__heading {
  font-size: 40px;
}

@media (min-width: 576px) {
  .wz-list-of-links__heading {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .wz-list-of-links__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .wz-list-of-links__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .wz-list-of-links__heading {
    font-size: 70px;
  }
}
.person-listing__heading {
  font-size: 40px;
}

@media (min-width: 576px) {
  .person-listing__heading {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .person-listing__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .person-listing__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .person-listing__heading {
    font-size: 70px;
  }
}
.info-box > h2 {
  font-size: 40px;
}

@media (min-width: 576px) {
  .info-box > h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .info-box > h2 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .info-box > h2 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .info-box > h2 {
    font-size: 70px;
  }
}
.info-box__heading {
  font-size: 40px;
}

@media (min-width: 576px) {
  .info-box__heading {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .info-box__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .info-box__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .info-box__heading {
    font-size: 70px;
  }
}
.link-list__heading {
  font-size: 40px;
}

@media (min-width: 576px) {
  .link-list__heading {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .link-list__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .link-list__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .link-list__heading {
    font-size: 70px;
  }
}
.form-tile__heading {
  font-size: 40px;
}

@media (min-width: 576px) {
  .form-tile__heading {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .form-tile__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .form-tile__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .form-tile__heading {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .accordion__card-heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .accordion__card-heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .accordion__card-heading {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .cta-tile__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .cta-tile__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .cta-tile__heading {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .quick-links__heading {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .quick-links__heading {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .quick-links__heading {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .rte > h1 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .rte > h1 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .rte > h1 {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .main-container .content-download__main-title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .main-container .content-download__main-title {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .main-container .content-download__main-title {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .layout__header .layout__title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .layout__header .layout__title {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .layout__header .layout__title {
    font-size: 60px;
  }
}
h5.accordion__card-heading {
  font-size: 20px;
}

@media (min-width: 576px) {
  h5.accordion__card-heading {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h5.accordion__card-heading {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h5.accordion__card-heading {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  h5.accordion__card-heading {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .shortCourse__content .courseContent article.rte h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .shortCourse__content .courseContent article.rte h1 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .shortCourse__content .courseContent article.rte h1 {
    font-size: 90px;
  }
}
.layout__article > h2 {
  font-size: 20px;
}

@media (min-width: 576px) {
  .layout__article > h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .layout__article > h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .layout__article > h2 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .layout__article > h2 {
    font-size: 30px;
  }
}
.layout__article .accordion__card-heading {
  font-size: 20px;
}

@media (min-width: 576px) {
  .layout__article .accordion__card-heading {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .layout__article .accordion__card-heading {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .layout__article .accordion__card-heading {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .layout__article .accordion__card-heading {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .guidelines-archive .rte > h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .guidelines-archive .rte > h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .guidelines-archive .rte > h1 {
    font-size: 60px;
  }
}
.guidelines-archive__content h2 {
  font-size: 20px;
}

@media (min-width: 576px) {
  .guidelines-archive__content h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .guidelines-archive__content h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .guidelines-archive__content h2 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .guidelines-archive__content h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .newsListing .content-page__header h1 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .newsListing .content-page__header h1 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .newsListing .content-page__header h1 {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .shortCourse__content .courseContent article.rte h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .shortCourse__content .courseContent article.rte h1 {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .shortCourse__content .courseContent article.rte h1 {
    font-size: 90px;
  }
}
@media (min-width: 768px) {
  .news-archive__heading h1 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .news-archive__heading h1 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .news-archive__heading h1 {
    font-size: 70px;
  }
}
.elearning-landing__article-wrapper .rte h2 {
  font-size: 20px;
}

@media (min-width: 576px) {
  .elearning-landing__article-wrapper .rte h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .elearning-landing__article-wrapper .rte h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .elearning-landing__article-wrapper .rte h2 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .elearning-landing__article-wrapper .rte h2 {
    font-size: 30px;
  }
}
.elearning-landing__lower-text h2 {
  font-size: 20px;
}

@media (min-width: 576px) {
  .elearning-landing__lower-text h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .elearning-landing__lower-text h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .elearning-landing__lower-text h2 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .elearning-landing__lower-text h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .page-header-title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .page-header-title {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .page-header-title {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .page-header-title__xl {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .page-header-title__xl {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  .page-header-title__xl {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .opportunity-listing__content h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .opportunity-listing__content h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .opportunity-listing__content h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .committeeAdvisory__heroSection h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .committeeAdvisory__heroSection h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .committeeAdvisory__heroSection h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .elearning-landing__heading {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .elearning-landing__heading {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .elearning-landing__heading {
    font-size: 60px;
  }
}
.memberModuleContact .bts-module {
  margin: 0px 0px;
}
.memberModuleContact__wrapper {
  margin-top: 12px;
}
.memberModuleContact__wrapper .bts-module__section-button {
  text-align: start;
}
.memberModuleContact__wrapper .bts-module__section-button button {
  letter-spacing: 2.88px;
  background: #009CDE 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
  transition: all ease-in 0.3s;
  border: none;
  line-height: 22px;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-left: 0px;
  cursor: pointer;
}
.memberModuleContact__wrapper .bts-module__section-button button:hover {
  transform: scale(1.1);
  background-color: #07272D;
}
.memberModuleContact__topSection {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .memberModuleContact__topSection {
    gap: 10px;
  }
}
.memberModuleContact__bottomSection .memberModuleContact__group {
  width: 100%;
}
.memberModuleContact__group {
  width: calc(25% - 40px);
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 1199.98px) {
  .memberModuleContact__group {
    width: 100%;
  }
}
.memberModuleContact__label {
  margin-bottom: 5px;
  margin-left: 15px;
}
.memberModuleContact__label label {
  font-size: 22px;
  line-height: 26px;
  color: #07272D;
}
@media (max-width: 1199.98px) {
  .memberModuleContact__label label {
    font-size: 18px;
  }
}
.memberModuleContact__selectTab {
  width: 100%;
}
.memberModuleContact__selectTab select {
  width: 100%;
  font-size: 18px;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
  color: rgba(7, 39, 45, 0.5019607843);
  letter-spacing: -0.1px;
  height: 38px;
  appearance: none;
  border-radius: 19px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding-inline: 12px;
}
.memberModuleContact__inputField {
  width: 100%;
}
.memberModuleContact__inputField input, .memberModuleContact__inputField textarea {
  height: 38px;
  padding-inline: 12px;
  border-radius: 19px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid rgba(112, 112, 112, 0.231372549);
  color: rgba(7, 39, 45, 0.5019607843);
  font-size: 18px;
  box-shadow: unset;
}
@media (max-width: 1199.98px) {
  .memberModuleContact__inputField input, .memberModuleContact__inputField textarea {
    font-size: 16px;
  }
}