/* ========================================================================
**Laura CARBO**, June 2026: 
		June: fixes to code under v4, deleting dead code.
  	May: to tidy the code, eliminate the legacy lines coming from the theme that are no longer used, 
					order the code for easy modification, etc.
=========================================================================== */


/* ==========================================================================
   1. BRAND / GLOBAL
   ========================================================================== */

/* Montserrat as per Spacewell branding 2026 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Apply Montserrat to text elements ONLY, not icons */
html,
body,
input, textarea, select,
.hero-unit,
.intro-title,
.intro-subtitle,
.custom-block__title,
.custom-block__description,
.home-kb-heading__title,
.topbar,
.topbar__link,
.topbar__menu,
.language-selector,
.btn--topbar,
.user-nav {
  font-family: 'Montserrat', sans-serif !important;
}

/* EXCLUDE icon fonts explicitly */
[class*="fa-"],
[class*="icon-"],
[data-x-icon],
.icon,
.custom-block__icon,
.footer-social-link,
i {
  font-family: inherit !important;
}

/* Protect FontAwesome and icon fonts */
.fa,
.fas,
.far,
.fal,
.fab,
[class^="fa-"],
[class*=" fa-"],
.fontawesome-i2svg-active,
.fontawesome-i2svg-complete {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
}

/* Hide manual hardcoded language nav (not the dropdown) */
.lang-switcher {
  display: none !important;
}

/* Language dropdown */
.language-selector {
  position: relative;
  display: inline-block;
}

.language-selector .dropdown-toggle::after {
  content: " ▾";
  font-size: 0.75em;
}

.language-selector .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 999;
  min-width: 140px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  padding: 4px 0;
  flex-direction: column;
}

.language-selector.is-open .dropdown-menu {
  display: flex;
}

.language-selector .dropdown-menu a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
}

.language-selector .dropdown-menu a:hover {
  background: #f0f8f8;
  color: #0598A0;
}

/* Brand primary colour */
:root {
  --brand-primary: #0598A0;
}

/* ==========================================================================
   2. RESET / NORMALISE: no harm, leave here
   ========================================================================== */

body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: 0em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/* Reset the box-sizing */
*,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
html,
body {
  height: 100%;
}


/* ==========================================================================
   3. BASE ELEMENTS
   ========================================================================== */

/* Body reset */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #2b2b2b;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Reset fonts for relevant elements */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Links */
.section-articles__link {
  color: #00B3BC;
}
a {
  color: #00B3BC;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00B3BC;
  text-decoration: none;
}
a.disabled {
  color: #818a91;
  cursor: default;
}

figure { margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #f1f1f1;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}
h2, h3, h4, h5 { color: #0156A2; }

h1, .h1 { margin: 0 0 21px; font-size: 35px; }
h2, .h2 { margin: 0 0 21px; font-size: 24px; }
h3, .h3 { margin: 0 0 21px; font-size: 21px; }
h4, .h4 { margin: 0 0 21px; font-size: 17.5px; }
h5, .h5 { margin: 0 0 21px; font-size: 15.4px; }
h6, .h6 { margin: 0 0 21px; font-size: 14px; }

p  { margin: 0 0 21px; }
ul { margin: 0 0 21px; }
ol { margin: 0 0 21px; }

b      { font-weight: 600; }
strong { font-weight: 600; }

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

/* Description Lists */
dl { margin-top: 0; margin-bottom: 21px; }
dt {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}
dd {
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 1.5;
}
.dl-horizontal::before,
.dl-horizontal::after {
  display: table;
  content: "";
}
.dl-horizontal::after { clear: both; }
.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 30%;
    padding-right: 15px;
    clear: both;
  }
  .dl-horizontal dd {
    float: right;
    width: 70%;
  }
}

/* Abbreviations */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* Blockquotes */
blockquote {
  padding: 10px 21px;
  margin: 0 0 21px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  background-color: #fcfcfd;
  border-left: 5px solid #f1f1f1;
}
blockquote.is-colored {
  border-left: 5px solid #00B3BC;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* Code */
code {
  padding: 20px !important;
  border-radius: 4px !important;
}

/* Addresses */
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}

/* ==========================================================================
   4. UTILITIES
   ========================================================================== */
.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}
.clearfix::after { clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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


/* ==========================================================================
   5. FORMS
   ========================================================================== */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}

input[type="file"]  { display: block; }
input[type="range"] { display: block; width: 100%; }

select[multiple],
select[size] { height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

/* Common form controls */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c2c7cb;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.nesty-input:focus {
  border-color: #9ed5e7;
  outline: 0;
}

select::placeholder,
textarea::placeholder,
input::placeholder,
.nesty-input::placeholder {
  color: #999;
  opacity: 1;
}

select { height: 35px; }
textarea { height: 102px; resize: vertical; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 35px;
  }
}

/* Form fields */
.form-field {
  margin-bottom: 21px;
}
.form-field p {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #6e6e6e;
}
.form-field.required > label::after {
  margin-left: 2px;
  color: #d9534f;
  content: "*";
}
.form-field.boolean {
  position: relative;
  padding-left: 20px;
}
.form-field.boolean input[type="checkbox"] {
  position: absolute;
  left: 0;
}
.form-field.boolean label {
  min-height: 21px;
  margin-bottom: 0;
  cursor: pointer;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.help-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #6e6e6e;
}

/* ==========================================================================
   6. BUTTONS
   ========================================================================== */
.btn,
[role="button"],
input[type="submit"] {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

.btn:focus,
.btn:active:focus,
[role="button"]:focus,
[role="button"]:active:focus,
input[type="submit"]:focus,
input[type="submit"]:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
[role="button"]:hover,
[role="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #fff;
  text-decoration: none;
}

.btn:active,
[role="button"]:active,
input[type="submit"]:active {
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[role="button"] {
  color: #fff;
  background-color: #00B3BC;
  border-color: #00B3BC;
}
[role="button"]:hover,
[role="button"]:focus,
[role="button"]:active {
  color: #e0e0e0;
  background-color: #008f97;
  border-color: #008089;
}
[role="button"]:active:focus {
  outline: none;
}

/* Default button */
.btn--default,
.section-subscribe .dropdown-toggle,
input[type="submit"] {
  color: #fff;
  background: #00B3BC;
  border-color: #00B3BC;
  border-radius: 5px;
}
.btn--default:hover,
.btn--default:focus,
.btn--default:active,
.section-subscribe .dropdown-toggle:hover,
.section-subscribe .dropdown-toggle:focus,
.section-subscribe .dropdown-toggle:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  color: #fff;
  background: #008f97;
  border-color: #008089;
}

/* Hide follow/subscribe buttons */
.article-subscribe,
.article-unsubscribe {
  display: none !important;
}

/* Success */
.btn--success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #55b055;
}
.btn--success:hover,
.btn--success:focus,
.btn--success:active {
  color: #e0e0e0;
  background-color: #48a648;
  border-color: #3d8f3d;
}

/* Warning */
.btn--warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #ed9f34;
}
.btn--warning:hover,
.btn--warning:focus,
.btn--warning:active {
  color: #d4881a;
  border-color: #c87b10;
}

/* Danger */
.btn--danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d2433f;
}
.btn--danger:hover,
.btn--danger:focus,
.btn--danger:active {
  color: #e0e0e0;
  background-color: #c9302c;
  border-color: #b52421;
}

/* Topbar / Login buttons */
.btn--topbar,
.login {
  border: 1px solid currentColor;
  border-radius: 100px;
}
.btn--topbar:hover,
.login:hover {
  opacity: 1;
}
.btn--topbar:active,
.login:active {
  box-shadow: none;
}

@media (min-width: 768px) {
  .btn--topbar,
  .login {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
}

.topbar--small .btn--topbar,
.topbar--small .login {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.topbar--small .btn--topbar:hover,
.topbar--small .btn--topbar:focus,
.topbar--small .btn--topbar:active,
.topbar--small .login:hover,
.topbar--small .login:focus,
.topbar--small .login:active {
  color: #e0e0e0;
  border-color: #e0e0e0;
}

@media (max-width: 767px) {
  .btn--topbar,
  .login,
  .language-selector,
  .submit-a-request {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   7. LAYOUT
   ========================================================================== */
.container {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
.container {
    padding-right: calc(15px * 2);
    padding-left: calc(15px * 2)
}
  }
.container-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ==========================================================================
   8. TABLES
   ========================================================================== */
table {
  background-color: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #818a91;
  text-align: left;
}

th {
  text-align: left;
}

/* Baseline styles */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table th,
.table td {
  padding: 12px;
  vertical-align: top;
}
.table td {
  border-top: 1px solid #ddd;
}
.table thead th {
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 1px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table--color-header th {
  color: #fff;
  background-color: #00B3BC;
}

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: #fff;
}
.table--striped tbody tr:nth-child(odd) {
  color: inherit;
  background-color: #f1f1f1;
}

.table--hover tbody tr:hover {
  color: inherit;
  background-color: #f1f1f1;
}

.table--bordered {
  border: 1px solid #bdc1c5;
}
.table--bordered td,
.table--bordered th {
  border-left: 1px solid #bdc1c5;
}

/* Responsive tables */
.table-responsive {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16px;
    overflow-y: hidden;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
/* ==========================================================================
   9. GRID / LAYOUT
   ========================================================================== */

.row {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}
.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.column--xs-1 {
  width: 8.33333%;
}
.column--xs-2 {
  width: 16.66667%;
}
.column--xs-3 {
  width: 25%;
}
.column--xs-4 {
  width: 33.33333%;
}
.column--xs-5 {
  width: 41.66667%;
}
.column--xs-6 {
  width: 50%;
}
.column--xs-7 {
  width: 58.33333%;
}
.column--xs-8 {
  width: 66.66667%;
}
.column--xs-9 {
  width: 75%;
}
.column--xs-10 {
  width: 83.33333%;
}
.column--xs-11 {
  width: 91.66667%;
}
.column--xs-12 {
  width: 100%;
}
.column--xs-offset-0 {
  margin-left: 0%;
}
.column--xs-offset-1 {
  margin-left: 8.33333%;
}
.column--xs-offset-2 {
  margin-left: 16.66667%;
}
.column--xs-offset-3 {
  margin-left: 25%;
}
.column--xs-offset-4 {
  margin-left: 33.33333%;
}
.column--xs-offset-5 {
  margin-left: 41.66667%;
}
.column--xs-offset-6 {
  margin-left: 50%;
}
.column--xs-offset-7 {
  margin-left: 58.33333%;
}
.column--xs-offset-8 {
  margin-left: 66.66667%;
}
.column--xs-offset-9 {
  margin-left: 75%;
}
.column--xs-offset-10 {
  margin-left: 83.33333%;
}
.column--xs-offset-11 {
  margin-left: 91.66667%;
}
.column--xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .column--sm-4 {
    width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }

  .column--sm-offset-0 {
    margin-left: 0%;
  }

  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }

  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }

  .column--sm-offset-3 {
    margin-left: 25%;
  }

  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }

  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }

  .column--sm-offset-6 {
    margin-left: 50%;
  }

  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }

  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }

  .column--sm-offset-9 {
    margin-left: 75%;
  }

  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }

  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }

  .column--sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-3 {
    width: 25%;
  }

  .column--md-4 {
    width: 33.33333%;
  }

  .column--md-5 {
    width: 41.66667%;
  }

  .column--md-6 {
    width: 50%;
  }

  .column--md-7 {
    width: 58.33333%;
  }

  .column--md-8 {
    width: 66.66667%;
  }

  .column--md-9 {
    width: 75%;
  }

  .column--md-10 {
    width: 83.33333%;
  }

  .column--md-11 {
    width: 91.66667%;
  }

  .column--md-12 {
    width: 100%;
  }

  .column--md-offset-1 {
    margin-left: 8.33333%;
  }

  .column--md-offset-2 {
    margin-left: 16.66667%;
  }

  .column--md-offset-3 {
    margin-left: 25%;
  }

  .column--md-offset-4 {
    margin-left: 33.33333%;
  }

  .column--md-offset-5 {
    margin-left: 41.66667%;
  }

  .column--md-offset-6 {
    margin-left: 50%;
  }

  .column--md-offset-7 {
    margin-left: 58.33333%;
  }

  .column--md-offset-8 {
    margin-left: 66.66667%;
  }

  .column--md-offset-9 {
    margin-left: 75%;
  }

  .column--md-offset-10 {
    margin-left: 83.33333%;
  }

  .column--md-offset-11 {
    margin-left: 91.66667%;
  }

  .column--md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }

  .column--lg-2 {
    width: 16.66667%;
  }

  .column--lg-3 {
    width: 25%;
  }

  .column--lg-4 {
    width: 33.33333%;
  }

  .column--lg-5 {
    width: 41.66667%;
  }

  .column--lg-6 {
    width: 50%;
  }

  .column--lg-7 {
    width: 58.33333%;
  }

  .column--lg-8 {
    width: 66.66667%;
  }

  .column--lg-9 {
    width: 75%;
  }

  .column--lg-10 {
    width: 83.33333%;
  }

  .column--lg-11 {
    width: 91.66667%;
  }

  .column--lg-12 {
    width: 100%;
  }

  .column--lg-pull-0 {
    right: auto;
  }

  .column--lg-pull-1 {
    right: 8.33333%;
  }

  .column--lg-pull-2 {
    right: 16.66667%;
  }

  .column--lg-pull-3 {
    right: 25%;
  }

  .column--lg-pull-4 {
    right: 33.33333%;
  }

  .column--lg-pull-5 {
    right: 41.66667%;
  }

  .column--lg-pull-6 {
    right: 50%;
  }

  .column--lg-pull-7 {
    right: 58.33333%;
  }

  .column--lg-pull-8 {
    right: 66.66667%;
  }

  .column--lg-pull-9 {
    right: 75%;
  }

  .column--lg-pull-10 {
    right: 83.33333%;
  }

  .column--lg-pull-11 {
    right: 91.66667%;
  }

  .column--lg-pull-12 {
    right: 100%;
  }

  .column--lg-push-0 {
    left: auto;
  }

  .column--lg-push-1 {
    left: 8.33333%;
  }

  .column--lg-push-2 {
    left: 16.66667%;
  }

  .column--lg-push-3 {
    left: 25%;
  }

  .column--lg-push-4 {
    left: 33.33333%;
  }

  .column--lg-push-5 {
    left: 41.66667%;
  }

  .column--lg-push-6 {
    left: 50%;
  }

  .column--lg-push-7 {
    left: 58.33333%;
  }

  .column--lg-push-8 {
    left: 66.66667%;
  }

  .column--lg-push-9 {
    left: 75%;
  }

  .column--lg-push-10 {
    left: 83.33333%;
  }

  .column--lg-push-11 {
    left: 91.66667%;
  }

  .column--lg-push-12 {
    left: 100%;
  }

  .column--lg-offset-0 {
    margin-left: 0%;
  }

  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }

  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }

  .column--lg-offset-3 {
    margin-left: 25%;
  }

  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }

  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }

  .column--lg-offset-6 {
    margin-left: 50%;
  }

  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }

  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }

  .column--lg-offset-9 {
    margin-left: 75%;
  }

  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }

  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }

  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

/* ==========================================================================
   10. HEADER / TOPBAR / NAVIGATION
   ========================================================================== */

/* Mobile hamburger toggle */
.lines-button {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 7.5px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent !important;
  border: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.lines-button:focus,
.lines-button:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lines-button:hover,
.lines-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.lines-button:active {
  outline: none;
  box-shadow: none;
  transition: none;
}
@media (max-width: 767px) {
  .lines-button {
    float: right;
  }
}
@media (min-width: 768px) {
  .lines-button {
    display: none;
  }
}

/* Hamburger icon (three lines) */
.lines {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  content: "";
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
  transform-origin: 2px center;
}
.lines:before {
  top: 8px;
}
.lines:after {
  top: -8px;
}
.topbar--small .lines,
.topbar--small .lines:before,
.topbar--small .lines:after {
  background-color: #333333;
}
.lines-button.is-active {
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.is-active .lines {
  background: transparent;
}
.lines-button.is-active .lines:before,
.lines-button.is-active .lines:after {
  top: 0;
  width: 30px;
  transform-origin: 50% 50%;
}
.lines-button.is-active .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.is-active .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Logo */
.logo-wrapper {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.logo img {
  display: block;
  max-height: 40px !important;
}
.logo svg use {
  fill: #0598A0;
}
.topbar--small .logo svg use {
  fill: #fff;
}

/* Dropdown bounce animation */
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
  25% {
    transform: translate3d(0, 10px, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
  75% {
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* User menu (v4) */
.topbar__user {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 12px;
}

.topbar__user-avatar img,
.topbar__user-avatar svg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.topbar__user-name {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.topbar__user-name::after {
  content: " ▾";
  font-size: 0.75em;
  opacity: 0.8;
}

/* Hide menu by default, show on hover or .is-open */
.topbar__user-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 999;
  min-width: 160px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  padding: 4px 0;
  flex-direction: column;
  animation: bounce 0.3s ease-out;
}

.topbar__user.is-open .topbar__user-menu {
  display: flex;
}

.topbar__user-menu a {
  display: block;
  padding: 10px 16px;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}

.topbar__user-menu a:hover {
  background: #f0f8f8;
  color: #0598A0;
}

@media (max-width: 767px) {
  .topbar__user {
    position: relative !important;
  }

  .topbar__user-menu {
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    min-width: 160px !important;
  }

  .language-selector {
    position: relative !important;
  }

  .language-selector .dropdown-menu {
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
  }

  .topbar__collapse .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
}

.topbar__user-menu hr {
  margin: 4px 0;
  border: none;
  border-top: 1px solid #eeeeee;
}

/* ==========================================================================
   11. SEARCH
   ========================================================================== */
.search {
  position: relative;
}
.search::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 24px;
  height: 24px;
  content: "";
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2223%22%20height%3D%2224%22%20viewBox%3D%220%200%2023%2024%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28-6%20-2%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2219.889%22%20cy%3D%2211.611%22%20r%3D%228%22%20stroke%3D%22%23BDBDBD%22%20stroke-width%3D%222%22%20transform%3D%22rotate%2845%2019.89%2011.61%29%22%3E%3C/circle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23BDBDBD%22%20fill-rule%3D%22nonzero%22%20d%3D%22M9.34328327%2C15.6566781%20L11.3432833%2C15.6566781%20L11.3432833%2C25.6606781%20C11.3432833%2C26.2106781%2010.8992833%2C26.6566781%2010.3432833%2C26.6566781%20C9.79128327%2C26.6566781%209.34328327%2C26.2116781%209.34328327%2C25.6606781%20L9.34328327%2C15.6566781%20Z%22%20transform%3D%22rotate%2845%2010.343%2021.157%29%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/svg%3E)
    no-repeat;
  transform: translateY(-50%);
}

.searchbox {
  margin-top: 21px;
}
.searchbox-suggestions ul {
  padding-left: 0;
  margin-bottom: 21px;
  list-style: none;
}
.searchbox-suggestions li {
  margin-bottom: 7px;
}

input[type="search"]:focus {
  border-color: #f1f1f1;
}

.search-results-column a {
  color: #00B3BC;
}

.search-box {
  position: relative;
}
.search-box #query {
  padding: 10px 12px 10px 35px;
  transition: border 0.3s ease;
}

/* Hero unit search */
.search-box--hero-unit {
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  transition: top 0.3s ease;
}
.search-box--hero-unit .search {
  display: flex;
}
.search-box--hero-unit .search::before {
  left: 20px;
}
.search-box--hero-unit #query {
  height: 50px;
  padding: 0 55px;
  background-color: #fff;
  border-color: #fff;
  transition: border 0.3s ease, background-color 0.3s ease;
}
.search-box--hero-unit #query:focus {
  background-color: #fff;
}
.search-box--hero-unit input[type="submit"] {
  display: inline-block;
  height: 50px;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  flex-shrink: 0;
}
.search-box--hero-unit input[type="submit"]:hover,
.search-box--hero-unit input[type="submit"]:focus,
.search-box--hero-unit input[type="submit"]:active {
  color: #e0e0e0;
  background-color: transparent;
  border-color: transparent;
}
.search-box--hero-unit input[type="submit"]:active {
  background-image: none;
}
.search-box--hero-unit input[type="submit"]:hover {
  color: #fff;
  background: linear-gradient(111deg, #009198, #007d83);
}

@media (max-width: 991px) {
  .search-box--hero-unit input[type="submit"] {
    display: none;
  }
}
@media (min-width: 768px) {
  .search-box--hero-unit input[type="submit"] {
    padding-right: 38px;
    padding-left: 38px;
  }
}

/* Small search variant */
.search-box--small {
  margin-bottom: 42px;
}
.search-results-page {
  margin-bottom: 42px;
}

/* Results count */
.search-results-count {
  margin-bottom: 24px;
  font-size: 15px;
  color: #3d3d3d;
}

/* Each result block */
.search-result {
  padding: 24px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
.search-result:first-child {
  padding-top: 8px;
}

/* Title */
.search-result__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.search-result__title a {
  color: #0156A2;
  text-decoration: none;
}
.search-result__title a:hover {
  color: #00B3BC;
  text-decoration: underline;
}

/* Breadcrumb / section path */
.search-result__breadcrumbs,
.search-result .breadcrumbs,
.search-result__section {
  margin-bottom: 6px;
  font-size: 13px;
  color: #008188;
}

/* Snippet */
.search-result__description {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #3d3d3d;
}
.search-result__description:empty {
  display: none;
}
.search-result__description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: #fff3ca;
  border-radius: 3px;
}

/* Author / date line */
.search-result__meta {
  margin-bottom: 0;
  font-size: 13px;
  color: #979797;
}

/* Vote badge */
.search-result-votes {
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  background-color: #00B3BC;
  border-radius: 4px;
}

/* ==========================================================================
   12. CATEGORY / SECTION PAGES
   ========================================================================== */
@media (min-width: 768px) {
  .category-page {
    margin-bottom: 42px;
  }
}

.category-description:empty {
  display: none;
}

.category-tree-item {
  padding-top: 21px;
  border-top: 1px solid #f1f1f1;
}
.category-tree-item:nth-child(odd) {
  background-color: #fcfcfd;
}
.category-tree-item:last-child {
  border-bottom: 1px solid #f1f1f1;
}
@media (min-width: 768px) {
  .category-tree-item {
    padding-top: 90px;
    padding-bottom: 76px;
  }
}

.category-tree-item__title {
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .category-tree-item__title {
    margin-bottom: 50px;
  }
}

.category-tree-item__sections {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: none;
  }
  .category-tree-item__sections .section:nth-child(3n + 1) {
    clear: left;
  }
  .category-tree-item__sections {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.category-tree-item__title-link {
  color: inherit;
}

.category-list-title {
  text-align: left;
}
@media (min-width: 768px) {
  .category-list-title {
    margin-bottom: 70px;
  }
}

.category-list {
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 21px;
  margin-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .category-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: 76px;
    margin-left: -30px;
  }
}

.category-list-item {
  position: relative;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .category-list-item {
    height: 120px;
  }
}

.category-list-item__link {
  display: block;
  padding: 22px 20px;
  font-weight: 400;
  color: #00B3BC;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px 5px rgba(62, 60, 98, 0.08);
  transition: all 0.3s ease;
}
.category-list-item__link:active,
.category-list-item__link:focus,
.category-list-item__link:hover {
  text-decoration: none;
  background-color: #00B3BC;
}
.category-list-item__link:active .category-list-item__title,
.category-list-item__link:focus .category-list-item__title,
.category-list-item__link:hover .category-list-item__title,
.category-list-item__link:active .meta,
.category-list-item__link:focus .meta,
.category-list-item__link:hover .meta {
  color: #fff;
}
@media (min-width: 768px) {
  .category-list-item__link {
    height: 100%;
  }
}

.category-list-item__title {
  margin-bottom: 8px;
  font-weight: 600;
}

/* Sections */
.section-page {
  margin-bottom: 42px;
}
.section {
  margin-bottom: 21px;
}
.section__title {
  font-size: 22px;
  font-weight: 300;
}
.section__title-link {
  color: #666;
}
.section-header {
  position: relative;
}
.section-subscribe .dropdown-toggle {
  margin-top: 21px;
}
.section-subscribe .dropdown-toggle:after {
  display: none;
}
.section-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}
.section-title {
  text-align: center;
}
@media (min-width: 768px) {
  .section-tree .section:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .section-tree .section:nth-child(2n + 1) {
    clear: none;
  }
  .section-tree .section:nth-child(3n + 1) {
    clear: left;
  }
}

/* Energy sections and subsections */
.subsection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin-top: 1.5rem;
  padding: 14px 0 !important;
}
@media (max-width: 900px) {
  .subsection-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .subsection-grid {
    grid-template-columns: 1fr;
  }
}

.subsection-col__title {
  font-size: 1rem;
  font-weight: 400;
  color: #aaa;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  font-family: inherit;
}
.subsection-col__title a {
  color: inherit;
  text-decoration: none;
}

.subsection-block {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
}
.subsection-block:last-child {
  border-bottom: none;
}

.subsection-block__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.subsection-block__title a {
  color: inherit;
  text-decoration: none;
}
.subsection-block__title a:hover {
  text-decoration: underline;
}

.subsection-grid .article-list--section {
  column-count: 1 !important;
  columns: unset !important;
  display: block !important;
}
.subsection-grid .article-list-item {
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 12px;
}

.subsection-see-all {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #1f4e8c;
  padding: 0.4rem 0.9rem;
  border-radius: 4px;
  text-decoration: none;
}
.subsection-see-all:hover {
  opacity: 0.85;
}

/* Search bar in Energy */
.category-search-bar {
  max-width: 600px;
  margin: 0 auto 2rem;
}
.category-search-bar__inner {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}
.category-search-bar__input {
  flex: 1;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 0.95rem;
  outline: none;
}
.category-search-bar__btn {
  background: #1a5276;
  color: #fff;
  border: none;
  padding: 0 1.2rem;
  cursor: pointer;
}
.category-search-bar__btn:hover {
  background: #154360;
}

/* ==========================================================================
   13. ARTICLE BODY — FINAL OVERRIDES
============================================================================= */

.article-body h2,
.article__body h2,
.article__body h2 strong {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #0156A2 !important;
  line-height: 1.3 !important;
  margin-top: 1.75rem !important;
  margin-bottom: 0.5rem !important;
}

.article-body h3,
.article__body h3,
.article__body h3 strong {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #0156A2 !important;
  line-height: 1.3 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.4rem !important;
}

.article-body h4,
.article__body h4,
.article__body h4 strong {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #0156A2 !important;
  line-height: 1.3 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.4rem !important;
}

.article-body h5,
.article__body h5,
.article__body h5 strong {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #0156A2 !important;
  line-height: 1.3 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.4rem !important;
}

.article-body p,
.article-body li,
.article__body p,
.article__body li {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #3d3d3d !important;
}

.section-articles__title {
  margin-bottom: 10px;
  font-size: 17.5px;
  font-weight: 600;
}

.section-articles__list {
  padding-left: 0;
  list-style: none;
}

.section-articles__item {
  margin-bottom: 10px;
}

.section-articles__link {
  position: relative;
  padding-left: 20px;
  color: #00B3BC;
  font-weight: 400;
}

.section-articles__link::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #00B3BC;
  border-style: solid;
  border-width: 5px 0 5px 6px;
}

.section-articles__link.is-active {
  font-weight: 600;
  color: #2b2b2b;
}

.see-all-articles,
.subsection-see-all {
  background: #0698A0;
  border-color: #0698A0;
  color: #fff !important;
}

.see-all-articles:hover,
.subsection-see-all:hover {
  background: #006d73;
  border-color: #006d73;
  color: #fff !important;
}

/* Energy section tiles */
.energy-tiles {
  margin-top: 32px;
}

.energy-tiles__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.energy-tiles__item {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.energy-tiles__item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  transform: translateY(-2px);
}

.energy-tiles__link {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.energy-tiles__icon {
  flex-shrink: 0;
  margin-bottom: 12px;
}

.energy-tiles__title {
  min-height: 47px; /* 18px × 1.3 × 2 lines */
  font-size: 18px;
  font-weight: 600;
  color: #0156A2;
  line-height: 1.3;
  margin: 0 0 6px;
}

.energy-tiles__description {
  font-size: 14px;
  font-weight: 400;
  color: #656d76;
  line-height: 1.5;
  margin: 0;
}

/* Section article list links */
.article-list-item__link,
.article-list-item a {
  font-size: 14px !important;
  color: #0156A2 !important;
}

.article-unsubscribe,
.article-subscribe,
button[aria-label="Follow Article"],
button[aria-label="Unfollow Article"] {
  display: none !important;
}

/* Author hidden (decision July 2026) */
.article-author,
.article-meta .author,
.avatar--agent,
[itemprop="author"],
.article-header .meta-data__item--author {
  display: none !important;
}
.article-page .avatar,
.article-page .user-avatar,
.article-page .article-avatar {
  display: none !important;
}

/* ==========================================================================
   14. COMMENTS / COMMUNITY
   ========================================================================== */

/* Comment list */
.comments__callout {
  font-size: 12px;
  color: #979797;
}
.comments__callout:empty {
  display: none;
}
.comments__list {
  padding-left: 0;
  list-style: none;
}
.comment-list-header {
  padding-bottom: 10px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f1f1f1;
}
.comment-list-heading {
  margin-bottom: 0;
  font-size: 15.4px;
  font-weight: 600;
}
.comment-sorter {
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f1f1f1;
}
@media (min-width: 768px) {
  .comment-sorter {
    display: table;
    width: 100%;
  }
  .comment-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
  .comment-sorter__col--main {
    padding-right: 12px;
  }
  .comment-sorter__col--filters {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .comment-sorter__col--main {
    margin-bottom: 10px;
  }
}
.comment-sorter__item.is-active {
  font-weight: 600;
}
.comment-sorter__item + .comment-sorter__item:before {
  margin: 0 6px;
  font-size: 10px;
  content: "\2022";
}

/* Comment item */
.comment {
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f1f1f1;
}
.comment__inner {
  position: relative;
  padding-right: 72px;
}
.comments__content {
  position: relative;
  padding-right: 12px;
}
.comment__header {
  position: relative;
  margin-bottom: 21px;
}
.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  text-align: center;
}
.comment__voting-and-actions .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f013";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment__official-heading {
  position: absolute;
  top: 0;
  right: 36px;
  width: auto;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  background-color: #0598A0;
  border-radius: 0 0 4px 4px;
}
.comment--official .comment__inner {
  position: relative;
  padding: 21px 24px;
  background-color: #d9eeef;
  border: 1px solid #0598A0;
  border-radius: 4px;
}

/* Comment form */
.comment-form {
  position: relative;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .comment-form {
    padding-left: 72px;
  }
}
.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .comment-form__avatar {
    display: none;
  }
}
.comment__body {
  margin-bottom: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgb(0, 0, 0);
}
.comment__body ul {
  list-style: disc;
}
.comment__body ul,
.comment__body ol {
  padding-left: 20px;
}
.comment__body ul ul,
.comment__body ul ol,
.comment__body ol ul,
.comment__body ol ol {
  margin-top: 10px;
}
.comment__body ul li,
.comment__body ol li {
  margin-bottom: 10px;
}
.comment-form__attachments {
  margin-bottom: 21px;
}
.comment-form__mark-as-solved {
  position: relative;
}
.comment-form__comment-ccs ul {
  margin-bottom: 0;
}

/* COMMUNITY */
.post-page,
.post-list-page,
.topic-page,
.topic-list-page,
.community-post-page,
.community-post-list-page,
.community-topic-page,
.new-community-post-page {
  padding-top: 48px !important;
}

.new-community-post-page {
  margin-top: 48px !important;
  padding-top: 0 !important;
}

.new-community-post-page .container,
.new-community-post-page .container-inner,
.new-community-post-page .row,
.new-community-post-page .column,
.new-community-post-page .new-post-form {
  padding-top: 0 !important;
}

.new-community-post-page .page-header,
.new-community-post-page .new-post-title,
.new-community-post-page h1 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

.new-community-post-page .section-breadcrumb,
.new-community-post-page .breadcrumbs,
.post-page .section-breadcrumb,
.post-page .breadcrumbs,
.post-list-page .section-breadcrumb,
.post-list-page .breadcrumbs,
.topic-page .section-breadcrumb,
.topic-page .breadcrumbs,
.topic-list-page .section-breadcrumb,
.topic-list-page .breadcrumbs {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 3 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

a.new-post,
.new-post,
.topic-col--new-post a,
.topic-col--new-post .button,
.topic-col--new-post .btn,
.post-page .button,
.post-page .btn,
.post-page a.button,
.post-page a.btn,
.post-list-page .button,
.post-list-page .btn,
.post-list-page a.button,
.post-list-page a.btn,
.topic-page .button,
.topic-page .btn,
.topic-page a.button,
.topic-page a.btn,
.topic-list-page .button,
.topic-list-page .btn,
.topic-list-page a.button,
.topic-list-page a.btn,
.new-community-post-page .button,
.new-community-post-page .btn,
.new-community-post-page a.button,
.new-community-post-page a.btn,
.new-community-post-page input[type="submit"],
.new-community-post-page button[type="submit"] {
  background: #0698A0 !important;
  background-color: #0698A0 !important;
  background-image: none !important;
  border: 1px solid #0698A0 !important;
  border-color: #0698A0 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

a.new-post:hover,
.new-post:hover,
.topic-col--new-post a:hover,
.topic-col--new-post .button:hover,
.topic-col--new-post .btn:hover,
.post-page .button:hover,
.post-page .btn:hover,
.post-page a.button:hover,
.post-page a.btn:hover,
.post-list-page .button:hover,
.post-list-page .btn:hover,
.post-list-page a.button:hover,
.post-list-page a.btn:hover,
.topic-page .button:hover,
.topic-page .btn:hover,
.topic-page a.button:hover,
.topic-page a.btn:hover,
.topic-list-page .button:hover,
.topic-list-page .btn:hover,
.topic-list-page a.button:hover,
.topic-list-page a.btn:hover,
.new-community-post-page .button:hover,
.new-community-post-page .btn:hover,
.new-community-post-page a.button:hover,
.new-community-post-page a.btn:hover,
.new-community-post-page input[type="submit"]:hover,
.new-community-post-page button[type="submit"]:hover,
a.new-post:focus,
.new-post:focus,
.topic-col--new-post a:focus,
.topic-col--new-post .button:focus,
.topic-col--new-post .btn:focus,
.post-page .button:focus,
.post-page .btn:focus,
.post-page a.button:focus,
.post-page a.btn:focus,
.post-list-page .button:focus,
.post-list-page .btn:focus,
.post-list-page a.button:focus,
.post-list-page a.btn:focus,
.topic-page .button:focus,
.topic-page .btn:focus,
.topic-page a.button:focus,
.topic-page a.btn:focus,
.topic-list-page .button:focus,
.topic-list-page .btn:focus,
.topic-list-page a.button:focus,
.topic-list-page a.btn:focus,
.new-community-post-page .button:focus,
.new-community-post-page .btn:focus,
.new-community-post-page a.button:focus,
.new-community-post-page a.btn:focus,
.new-community-post-page input[type="submit"]:focus,
.new-community-post-page button[type="submit"]:focus {
  background: #006d73 !important;
  background-color: #006d73 !important;
  border-color: #006d73 !important;
  color: #ffffff !important;
}

.community-topic-page a:not(.button):not(.btn):not(.new-post),
.community-post-page a:not(.button):not(.btn):not(.new-post),
.community-post-list-page a:not(.button):not(.btn):not(.new-post),
.topic-page a:not(.button):not(.btn):not(.new-post),
.topic-list-page a:not(.button):not(.btn):not(.new-post),
.post-page a:not(.button):not(.btn):not(.new-post),
.post-list-page a:not(.button):not(.btn):not(.new-post),
.new-community-post-page a:not(.button):not(.btn):not(.new-post) {
  color: #0698A0 !important;
}

.topic-page .container-inner > .row:first-child,
.topic-list-page .container-inner > .row:first-child,
.post-page .container-inner > .row:first-child,
.post-list-page .container-inner > .row:first-child {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.topic-page .section-breadcrumb,
.topic-list-page .section-breadcrumb,
.post-page .section-breadcrumb,
.post-list-page .section-breadcrumb {
  display: block !important;
  position: relative !important;
  z-index: 10 !important;
}

.topic-page .topic,
.topic-page .community-nav,
.topic-list-page .community-nav,
.post-page .row:not(:first-child),
.post-list-page .community-nav {
  margin-top: 0 !important;
}

.topic-page .topic__title,
.topic-page h1 {
  margin-top: 0 !important;
}

.new-community-post-page .container-inner > .row:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* ==========================================================================
   15. GLOBAL COMPONENTS
   ========================================================================== */

.meta {
  font-size: 14px;
  color: #979797;
}
.meta__item {
  display: inline-block;
  margin-right: calc(12px / 2);
}
.meta__item + .meta__item:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }
.meta--profile {
  margin-bottom: 0;
}

/* ==========================================================================
   BREADCRUMBS - UNIFIED FOR ALL PAGES
   ========================================================================== */

/* reset */
.breadcrumbs,
.breadcrumbs ol,
.breadcrumbs ul,
.breadcrumbs li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* outer spacing */
.section-breadcrumb,
nav[aria-label="Breadcrumb"],
.breadcrumbs-container {
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}

/* breadcrumb row */
.breadcrumbs {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  column-gap: 0 !important;
  row-gap: 6px !important;
  background: transparent !important;
  padding: 0 !important;
}

/* item */
.breadcrumbs > li {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* remove theme separators */
.breadcrumbs > li::before,
.breadcrumbs > li::after,
.breadcrumbs > li > *::before,
.breadcrumbs > li > *::after {
  content: none !important;
  display: none !important;
}

/* custom separator */
.breadcrumbs > li + li {
  margin-left: 10px !important;
}

.breadcrumbs > li + li::before {
  content: ">" !important;
  display: inline-block !important;
  margin-right: 10px !important;
  color: #7d8b99 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

/* links */
.breadcrumbs a {
  display: inline-flex !important;
  align-items: center !important;
  color: #008188 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #006670 !important;
  text-decoration: underline !important;
}

/* first item = home icon */
.breadcrumbs > li:first-child > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  min-width: 16px !important;
  height: 18px !important;
  text-indent: -9999px !important;
  line-height: 0 !important;
}

.breadcrumbs > li:first-child > a::before {
  content: "" !important;
  display: inline-block !important;
  width: 16px !important;
  height: 18px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'><path d='M2 7.5L8 2L14 7.5V15.5C14 15.7761 13.7761 16 13.5 16H10V11H6V16H2.5C2.22386 16 2 15.7761 2 15.5V7.5Z' stroke='%23008188' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
}

/* current page */
.breadcrumbs > li:last-child,
.breadcrumbs > li:last-child a {
  color: #222222 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.breadcrumbs > li:last-child a:hover {
  color: #222222 !important;
  text-decoration: none !important;
}

/* wrapping */
.breadcrumbs,
.breadcrumbs * {
  overflow: visible !important;
  text-overflow: clip !important;
}

@media (max-width: 767px) {
  .breadcrumbs {
    flex-wrap: wrap !important;
  }

  .breadcrumbs > li,
  .breadcrumbs a {
    white-space: normal !important;
    word-break: break-word !important;
  }
}

/* breadcrumbs to sit on top */
.section-breadcrumb,
nav[aria-label="Breadcrumb"],
.breadcrumbs-container {
  position: relative !important;
  z-index: 20 !important;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs li {
  position: relative !important;
  z-index: 21 !important;
}
/* ===  END BREADCRUMBS ====*/

/* Help center name */
.help-center-name {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: middle;
  font-style: 700;
}
@media (max-width: 767px) {
.help-center-name {
    display: none
}
  }

/* Share */
.share {
  padding-left: 0;
  white-space: nowrap;
  list-style: none;
}
.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}
.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  border-radius: 5px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: FontAwesome;
    text-align: center;
  }
.share-facebook {
  color: #3d5b95;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.share-facebook:hover {
    color: #2b406a;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-facebook:focus {
    color: #2b406a;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-facebook:active {
    color: #2b406a;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-facebook:active {
    background-image: none;
  }
.share-facebook:before {
    content: "\f09a";
  }
.share-twitter {
  color: #24aadd;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.share-twitter:hover {
    color: #1a82a9;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-twitter:focus {
    color: #1a82a9;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-twitter:active {
    color: #1a82a9;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-twitter:active {
    background-image: none;
  }
.share-twitter:before {
    content: "\f099";
  }
.share-linkedin {
  color: #0976b4;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.share-linkedin:hover {
    color: #06507a;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-linkedin:focus {
    color: #06507a;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-linkedin:active {
    color: #06507a;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-linkedin:active {
    background-image: none;
  }
.share-linkedin:before {
    content: "\f0e1";
  }
.share-googleplus {
  color: #d23e30;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.share-googleplus:hover {
    color: #a22e23;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-googleplus:focus {
    color: #a22e23;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-googleplus:active {
    color: #a22e23;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
  }
.share-googleplus:active {
    background-image: none;
  }
.share-googleplus:before {
    content: "\f0d5";
  }

/* Dropdown menus */
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-menu {
  min-width: 170px !important;
  overflow: hidden;
  font-size: 14px;
}
.dropdown-menu [role="menuitem"] {
    position: relative;
    padding: calc($font_size_base * $line_height_base / 2) 26px
      calc($font_size_base * $line_height_base / 2) 12px;
    white-space: normal;
  }
.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    position: absolute;
    top: 16px;
    right: 12px;
    display: inline-block;
    margin-left: 10px !important;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

/* Pagination */
.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 calc($font_size_base * $line_height_base / 2);
  }
.pagination ul > li {
      display: inline-block;
      margin-right: 6px;
      margin-bottom: calc($font_size_base * $line_height_base / 2);
    }
.pagination ul > li > a {
        position: relative;
        display: block;
        padding: 6px calc(12px + 4px);
        line-height: $line_height_base;
        color: #a6a6a7;
        text-decoration: none;
        background-color: #f6f6f6;
        border-radius: 5px;
      }
.pagination ul > li > span {
        position: relative;
        display: block;
        padding: 6px calc(12px + 4px);
        line-height: $line_height_base;
        color: #a6a6a7;
        text-decoration: none;
        background-color: #f6f6f6;
        border-radius: 5px;
      }
.pagination ul > li > a:hover {
        color: #012e56;
        background-color: #f1f1f1;
        border-color: #ddd;
      }
.pagination ul > li > a:focus {
        color: #012e56;
        background-color: #f1f1f1;
        border-color: #ddd;
      }
.pagination ul > li > span:hover {
        color: #012e56;
        background-color: #f1f1f1;
        border-color: #ddd;
      }
.pagination ul > li > span:focus {
        color: #012e56;
        background-color: #f1f1f1;
        border-color: #ddd;
      }
.pagination ul > .pagination-current > span,
      .pagination ul > .pagination-current > span:hover,
      .pagination ul > .pagination-current > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: $brand_primary;
        border-color: $brand_primary;
      }

/* Entry info */
.entry-info {
  display: block;
  font-size: calc($font_size_base * 0.85);
}
.entry-info__avatar {
  display: none !important;
}
.entry-info__content .meta {
  padding-top: 0;
  padding-bottom: 16px;
}

/* Status labels */
.status-label {
  padding: 2px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
}
.status-label--pending {
  background-color: #E7CB6E;
}
.status-label--with-ticket {
  background-color: $brand_primary;
}
.status-label--with-ticket:hover,
  .status-label--with-ticket:focus,
  .status-label--with-ticket:active {
    color: #fff;
  }
.status-label--solved,
.status-label--closed {
  background-color: #8ABB5A;
}
.status-label--new,
.status-label--open {
  background-color: #FF5252;
}
.status-label--answered {
  background-color: #E7CB6E;
}
.status-label--official {
  background-color: $brand_primary;
}
.status-label--completed,
.status-label--answered {
  background-color: #8ABB5A;
}
.status-label--planned {
  background-color: $brand_secondary;
}
.status-label--not-planned {
  color: #000000;
  background-color: #f1f1f1;
}

/* Attachment list */
.attachment-list {
  padding-left: 0;
  margin: 0;
  font-size: calc($font_size_base * 0.85);
  list-style: none;
}
.attachment-list__item {
  position: relative;
  padding-left: calc(
    12px + 12px / 2
  );
  margin-bottom: calc($font_size_base * $line_height_base / 2);
}
.attachment-list__item:last-child {
    margin-bottom: 0;
  }
.attachment-list__icon {
  position: absolute;
  top: 4px;
  left: 0;
}

/* Promoted articles */
@media (min-width: 768px) {
.promoted-articles {
    margin-right: -15px;
    margin-left: -15px
}
  }
.promoted-articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 768px) {
.promoted-articles__list {
    margin-right: -15px;
    margin-bottom: 66px;
    margin-left: -15px
}
  }
.promoted-articles-item .fa-star {
  margin-right: 6px;
  color: $brand_secondary;
}
.promoted-articles-item__content {
  display: inline-block;
  vertical-align: top;
}
.promoted-articles__title {
  font-size: calc($font_size_base * 1.75);
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
.promoted-articles__title {
    margin-bottom: 76px
}
  }
.promoted-articles-item__title {
  display: block;
  max-width: 360px;
  margin-bottom: calc($font_size_base * $line_height_base / 4);
  font-size: 18px;
}

/* Callout */
.callout {
  padding: calc($font_size_base * $line_height_base) 20px;
  margin-bottom: calc($font_size_base * $line_height_base);
  background-color: #f1f1f1;
  border-left: 5px solid;
}
.callout p:last-child {
    margin-bottom: 0;
  }
.callout--transparent {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}
.callout--success {
  color: #000000;
  background-color: #fff;
  border-color: #8ABB5A;
}
.callout--success .callout__title {
    color: #8ABB5A;
  }
.callout--info {
  color: #000000;
  background-color: #4df2fb;
  border-color: #0498A0;
}
.callout--info .callout__title {
    color: #0498A0;
  }
.callout--warning {
  color: #000000;
  background-color: #f6ecca;
  border-color: #E7CB6E;
}
.callout--warning .callout__title {
    color: #E7CB6E;
  }
.callout--danger {
  color: #000000;
  background-color: #ffebeb;
  border-color: #FF5252;
}
.callout--danger .callout__title {
    color: #FF5252;
  }
.callout--primary {
  color: #000000;
  background-color: lighten($brand_primary, 52%);
  border-color: $brand_primary;
}
.callout--primary .callout__title {
    color: $brand_primary;
  }
.callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

/* ==========================================================================
   16. REQUESTS / MY ACTIVITIES
   ========================================================================== */
.my-activities-header {
  margin-bottom: 21px;
}

.my-activities-items {
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .my-activities-items {
    display: table;
    width: 100%;
  }
}

.my-activities-items__head {
  display: none;
  color: #979797;
}
@media (min-width: 768px) {
  .my-activities-items__head {
    display: table-header-group;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .my-activities-items__body {
    display: table-row-group;
  }
}

@media (min-width: 768px) {
  .my-activities-items__row {
    display: table-row;
  }
}

@media (min-width: 768px) {
  .my-activities-items__col {
    display: table-cell;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #f1f1f1;
  }

  .my-activities-items__col + .my-activities-items__col {
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .my-activities-items__request-id {
    display: inline;
  }
}
@media (min-width: 768px) {
  .my-activities-items__request-id {
    display: none;
  }
}

.my-activities-menu ul {
  padding-left: 0;
  list-style: none;
}
.my-activities-menu__items {
  margin-bottom: 0;
}
.my-activities-menu__item {
  margin-bottom: 0;
}
.my-activities-menu__item a {
  display: block;
}
@media (min-width: 768px) {
  .my-activities-menu__item {
    float: left;
  }
}
@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }
}

.my-activities-menu--main {
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f1f1f1;
}
.my-activities-menu--main .my-activities-menu__item {
  padding: 6px 12px;
  background-color: #f1f1f1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: 7px;
  }
}
.my-activities-menu--main .my-activities-menu__item.is-active {
  font-weight: 600;
  color: #2b2b2b;
}

.my-activities-menu--sub {
  margin-bottom: 21px;
}
.my-activities-menu--sub .my-activities-menu__item.is-active {
  font-weight: 600;
}
.my-activities-menu--sub .my-activities-menu__item a {
  display: inline-block;
}
@media (min-width: 768px) {
  .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022";
  }
}

@media (max-width: 767px) {
  .my-activities-item {
    padding: 10px 12px;
    margin-bottom: 21px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
  }
}

.my-activities-item__meta {
  font-size: 14px;
  color: #979797;
}
@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
    margin-right: 6px;
  }

  .my-activities-item__meta + .my-activities-item__meta:before {
    margin-right: 6px;
    content: "\2022";
  }
}

.my-activities-item__title {
  font-weight: 400;
}
@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: 17.5px;
  }
}

@media (max-width: 767px) {
  .my-activities-item__icon {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .my-activities-item__icon {
    display: none;
  }
}

/* Request tables and filters */
.request-table-toolbar {
  padding: 16px 12px !important;
  margin-bottom: 20px !important;
  background-color: #f9f9f9;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .request-table-toolbar {
    padding-top: 6px;
    padding-bottom: 12px;
  }
}
.request-table-toolbar label {
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .request-table-filters {
    display: table;
    width: 100%;
  }
}
.request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .request-table-filters__item {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

.request-table-organization {
  display: table;
  width: 100%;
}
.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}
.request-table-organization__col--main {
  width: 100%;
}
.request-table-organization__col--button {
  padding-left: 6px;
}
.request-table-organization__col--button [role="button"] {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}

.requests-sort-symbol {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.requests-sort-symbol:after {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 5px;
  font-family: FontAwesome;
  font-size: 14px;
  color: #979797;
  content: "\f0d7";
}
.requests-link {
  color: #979797;
  white-space: nowrap;
}
.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: "\f0d8";
}

/* Individual request page */
.request-page .section-breadcrumb,
.section-breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.request-page {
  margin-bottom: 42px;
}
.request {
  position: relative;
}
.request-id {
  margin-bottom: 10px;
  font-weight: 600;
}
.request-subject {
  font-size: 21px;
}
.request-page-ticket-id {
  font-weight: 600;
  color: #2b2b2b;
}
@media (min-width: 992px) {
  .request-subject {
    font-size: 28px;
    font-weight: 300;
  }
}
.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  padding: 24px 20px;
  margin-bottom: 24px;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.request-sidebar dt {
  margin-top: 12px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: rgb(0, 0, 0);
}
.request-sidebar dt:first-child {
  margin-top: 0;
}
.request-sidebar dd {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgb(0, 0, 0);
}

/* Request status badges */
.request-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}
.request-status--solved,
.request-status--closed {
  background-color: #5cb85c;
}
.request-status--new,
.request-status--open {
  background-color: #d9534f;
}
.request-status--answered {
  background-color: #f0ad4e;
}

/* Request priority badges */
.request-priority {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #4f4f4f;
  white-space: nowrap;
  border-radius: 4px;
}
.request-priority--urgent { background-color: #ffb5b5; }
.request-priority--high   { background-color: #ffd396; }
.request-priority--normal { background-color: #fffb96; }
.request-priority--low    { background-color: #deff96; }

/* New request form */
@media (min-width: 768px) {
  .new-request-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .new-request-title {
    font-size: 35px;
  }
}
.new-request-form {
  margin-bottom: 21px;
}
.upload-dropzone {
  padding: 21px 16px;
  border-color: #b8bfc4;
  border-radius: 4px;
}
.upload-dropzone,
.upload-dropzone a {
  font-size: 12px;
}

/* New Request page breadcrumb spacing */
.new-request-page .section-breadcrumb,
.new-request-page nav[aria-label="Breadcrumb"],
.new-request-page .breadcrumbs-container,
.new-request-page .section-breadcrumb.custom-breadcrumbs,
.new-request-page .section-breadcrumb.category-breadcrumbs.custom-breadcrumbs {
  margin-top: -60px !important;
  margin-bottom: 20px !important;
}
.new-request-page .portal-request-hero__content {
  margin-top: 8px !important;
  padding-top: 0 !important;
}
.new-request-page .new-request-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Colour: Submit buttons for requests */
.request-form input[type="submit"],
.request-form footer input[type="submit"],
.new-request-container input[type="submit"],
.form footer input[type="submit"] {
  background: #00a9b2 !important;
  border-color: #00a9b2 !important;
  color: #ffffff !important;
}
.request-form input[type="submit"]:hover,
.request-form footer input[type="submit"]:hover,
.new-request-container input[type="submit"]:hover,
.form footer input[type="submit"]:hover {
  background: #006d73 !important;
  border-color: #006d73 !important;
  color: #ffffff !important;
}

/* ==========================================================================
   17. ERROR PAGES
   ========================================================================== */
.error-page {
  padding: 10% 0;
  text-align: center;
}
.error-page__title {
  text-transform: capitalize;
}

/* ==========================================================================
   18. FOOTER
   ========================================================================== */

/* Footer submit ticket section */
.footer-submit-ticket {
  position: relative;
  padding: 42px 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.footer-submit-ticket__title {
  font-size: 24.5px;
}
@media (min-width: 768px) {
  .footer-submit-ticket__title {
    font-size: 35px;
  }
}
.footer-submit-ticket__subtitle {
  font-size: 21px;
  color: #fff;
  opacity: 0.8;
}
.footer-submit-ticket__btn {
  font-size: 14px;
  background: linear-gradient(104deg, #00B3BC, #009198);
}
.footer-submit-ticket__btn:hover {
  background: linear-gradient(104deg, #009198, #007d83);
}

/* Footer: actual footer */
.footer {
  padding-top: 70px;
  margin-top: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.footer__wrapper {
  position: relative;
  background: #00B3BC;
}

.footer__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 24px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer__col {
  position: relative;
}

.footer__col--links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer__col--social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  text-align: right;
}

.footer-meta-link,
.footer__col a,
.copyright a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.footer-meta-link:hover,
.footer-meta-link:focus,
.footer__col a:hover,
.footer__col a:focus,
.copyright a:hover,
.copyright a:focus {
  color: #fff !important;
  text-decoration: underline;
}

.footer-meta-separator {
  display: inline-block;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 1;
  color: #fff !important;
  vertical-align: middle;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-social-link + .footer-social-link {
  margin-left: 0;
}

.footer-social-link:hover,
.footer-social-link:focus {
  color: #fff !important;
  opacity: 1;
  transform: translateY(-1px);
}

.copyright,
.copyright p {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 20px 20px;
  }

  .footer__col--social-links {
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }

  .footer-meta-link,
  .copyright,
  .copyright p {
    font-size: 13px;
  }

  .footer-meta-separator {
    margin: 0 9px;
    font-size: 11px;
  }

  .footer-social-link {
    font-size: 17px;
  }
}

/* Make footer background break out of the page container */
.layout__footer {
  overflow: hidden;
}

.footer__wrapper.container {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.footer .waves,
.footer svg,
.footer__inner,
.footerinner,
.footerwrapper {
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   19. LAYOUT
   ========================================================================== */
.layout {
  min-height: 100%;
  background-color: #fff;
}
.layout__content {
  width: 100%;
  min-height: calc(25vh - 490px);
}
.layout__content:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\00a0";
}
.layout__header,
.layout__footer {
  flex: none;
}



/* ==========================================================================
   20. SATISFACTION RATING
   ========================================================================== */
.satisfaction-box {
  padding: 21px 15px;
  margin: 0 0 20px;
  margin-top: 0;
  border-color: #f1f1f1;
  border-radius: 4px;
}

.satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box input[type="radio"] ~ label {
  display: inline-block;
  padding: 6px 18px;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

.satisfaction-box input[type="radio"] ~ label:focus,
.satisfaction-box input[type="radio"] ~ label:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.satisfaction-box input[type="radio"] ~ label:hover,
.satisfaction-box input[type="radio"] ~ label:focus {
  color: #fff;
  text-decoration: none;
}

.satisfaction-box input[type="radio"] ~ label:active {
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  color: #e0e0e0;
  background-color: #449d44;
  border-color: #3d8b3d;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  background-image: none;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #d9534f;
  border-color: #c94c49;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  color: #e0e0e0;
  background-color: #c9302c;
  border-color: #ac2925;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  background-image: none;
}

.satisfaction-box input[type="radio"][checked="checked"][value="good"] + label {
  color: #fff !important;
  background-color: #3d8b3d !important;
  border-color: #3d8b3d !important;
}

.satisfaction-box input[type="radio"][checked="checked"][value="bad"] + label {
  color: #fff !important;
  background-color: #b52b27 !important;
  border-color: #ac2925 !important;
}

.satisfaction-box label.disabled {
  margin-bottom: 21px !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #5cb85c !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #d9534f !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  margin-left: 10px !important;
  font-size: 9px !important;
  color: #fff;
  background-color: #0598A0;
  border-color: #048b92;
}

.satisfaction-box .satisfaction-submit:hover,
.satisfaction-box .satisfaction-submit:focus,
.satisfaction-box .satisfaction-submit:active {
  color: #e0e0e0;
  background-color: #048087;
  border-color: #036d73;
}

.satisfaction-box .satisfaction-submit:active {
  background-image: none;
}

.satisfaction-reason {
  padding-top: 21px;
}

.satisfaction-box .satisfaction-cancel {
  font-size: 9px !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   21. HEADER / TOPBAR / NAVIGATION (continued)
   ========================================================================== */
.topbar {
  position: relative;
  width: 100%;
}

.topbar__container-inner {
  position: relative;
  z-index: 4;
}

.topbar__inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .topbar__inner {
    display: table;
  }
}

.topbar__col {
  position: relative;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topbar__col {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .topbar__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .topbar__collapse {
    display: none;
    padding-top: 10px;
    padding-bottom: 21px;
  }
}
@media (min-width: 768px) {
  .topbar__collapse {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .topbar__menu {
    padding: 0;
  }
}

.topbar__search {
  height: 40px;
}
.topbar__search input[type="submit"] {
  display: none;
}
@media (max-width: 767px) {
  .topbar__search {
    display: block !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .topbar__search {
    display: inline-block;
    height: auto;
    margin-right: 24px;
  }
}

.topbar__search-bar {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .topbar__search-bar {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .topbar__search-bar {
    width: auto;
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s;
  }

  .topbar__search-bar:before {
    display: none;
  }
}

.topbar__btn-search {
  padding-right: 0;
  cursor: pointer;
  background-color: transparent;
}
.topbar__btn-search:hover,
.topbar__btn-search:focus,
.topbar__btn-search:active {
  background-color: transparent;
  border-color: transparent;
}
.topbar__btn-search svg circle {
  stroke: #FFFFFF;
}
.topbar__btn-search svg path {
  fill: #FFFFFF;
}
@media (max-width: 767px) {
  .topbar__btn-search {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .topbar__link {
    margin-right: 24px;
  }
}

/* Topbar variants */
.topbar--small {
  color: #ffffff;
  background: linear-gradient(360deg, #00B3BC, #0156A2);
}

.topbar--small .topbar__link {
  color: #ffffff;
}

.topbar--small .topbar__link:hover,
.topbar--small .topbar__link:active,
.topbar--small .topbar__link:focus {
  color: #e0e0e0;
}

.topbar--small .login {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.topbar--small .login:hover,
.topbar--small .login:focus,
.topbar--small .login:active {
  color: #e0e0e0;
  background-color: transparent;
  border-color: #e0e0e0;
}

.topbar--small .login:active {
  background-image: none;
}

.topbar--small .topbar__btn-search svg circle {
  stroke: #ffffff;
}

.topbar--small .topbar__btn-search svg path {
  fill: #ffffff;
}

.topbar--large {
  padding-bottom: 210px;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(
    at 25% 40%,
    #fff 0,
    #fff 50%,
    #fff 110%
  );
}

/* Wave floor fill — prevents teal gradient bleeding through */
.topbar--large .waves__wave path[fill-rule="nonzero"] {
  fill: #ffffff !important;
}

@media (min-width: 768px) {
  .topbar--large {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .topbar--large {
    padding-bottom: 80px !important;
  }
  .topbar--large .waves--large {
    margin-top: -20px !important;
  }
}
.topbar--large.topbar_image {
  background: url(/hc/theming_assets/01K4MBX22EVYBF6JJYCM827CXX) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.topbar--large.topbar_image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F7F1F1;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topbar--large .login {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.topbar--large .login:hover,
.topbar--large .login:focus,
.topbar--large .login:active {
  color: #e0e0e0;
  background-color: transparent;
  border-color: #e0e0e0;
}
.topbar--large .login:active {
  background-image: none;
}
.topbar--large .topbar__link {
  color: #fff;
}
.topbar--large .topbar__link:hover,
.topbar--large .topbar__link:active,
.topbar--large .topbar__link:focus {
  color: #e0e0e0;
}

/* Scroll to top button */
.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 1px solid #0598A0;
  border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.scroll-to-top:focus,
.scroll-to-top:active {
  outline: 0;
}
.scroll-to-top.is-active {
  bottom: 30px;
}
.scroll-to-top:hover {
  color: #009198;
  border-color: #009198;
}
@media (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
}

/* Embed responsive */
.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}
.embed img,
.embed-responsive img {
  width: 100%;
}
.embed iframe,
.embed embed,
.embed object,
.embed video,
.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:focus,
.embed-responsive:focus {
  outline: none !important;
}

/* Modifier class for 16:9 aspect ratio */
.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

/* Modifier class for 4:3 aspect ratio */
.embed-responsive--4by3 {
  padding-bottom: 75%;
}

/* Sign in button in topbar — v4 fix */
.topbar__controls .topbar__link[href*="signin"],
.topbar__controls a[href*="signin"],
.topbar__controls [role="button"] {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 100px !important;
  padding: 6px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.topbar__controls .topbar__link[href*="signin"]:hover,
.topbar__controls a[href*="signin"]:hover,
.topbar__controls [role="button"]:hover {
  color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  background-color: transparent !important;
}

/* ==========================================================================
   22. UTILITY CLASSES
   ========================================================================== */

/* Responsive visibility utilities */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* Print utilities */
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Page header */
.page-header {
  margin-top: 42px;
  margin-bottom: 42px;
}
.page-header--with-border {
  border-bottom: 1px solid #f1f1f1;
}
.page-header--center {
  text-align: center;
}
.page-description {
  max-width: 600px;
  margin: auto;
  color: #818a91;
}

/* Recent & related articles */
.recent-articles h3,
.related-articles h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .recent-articles h3,
  .related-articles h3 {
    margin-top: 10px;
  }
}
.recent-articles ul,
.related-articles ul {
  padding-left: 0;
  list-style: none;
}
.recent-articles ul > li,
.related-articles ul > li {
  margin-bottom: 10px;
}
.recent-articles ul > li a,
.related-articles ul > li a {
  padding-bottom: 1px;
  color: #2b2b2b;
  border-bottom: 1px solid #f1f1f1;
}
.recent-articles h3 {
  font-size: 17.5px;
}

/* Section articles */
.section-articles {
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .section-articles {
    margin-bottom: 21px;
  }
}
.section-articles__title {
  color: #0156A2 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}
.section-articles__list,
.section-articles__list li {
  list-style: none !important;
  list-style-type: none !important;
}
.section-articles__link::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #0698A0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
}
.section-articles__link:hover {
  text-decoration: underline !important;
}
.section-articles__link {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #0156A2 !important;
}
.section-articles__link.is-active {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #0156A2 !important;
}

/* ==========================================================================
   23. COMMUNITY & RECENT ACTIVITY
   ========================================================================== */

/* --- Page spacing --- */
.post-page,
.post-list-page,
.topic-page,
.topic-list-page,
.community-post-page,
.community-post-list-page,
.community-topic-page,
.new-community-post-page {
  padding-top: 0 !important;
}

/* --- Breadcrumbs --- */
.new-community-post-page .section-breadcrumb,
.new-community-post-page .breadcrumbs,
.post-page .section-breadcrumb,
.post-page .breadcrumbs,
.post-list-page .section-breadcrumb,
.post-list-page .breadcrumbs,
.topic-page .section-breadcrumb,
.topic-page .breadcrumbs,
.topic-list-page .section-breadcrumb,
.topic-list-page .breadcrumbs {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

/* --- Post header: title left, Follow right (Copenhagen pattern) --- */
.post-page .post-header {
  align-items: baseline !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  margin-bottom: 10px !important;
}
.post-page .post-title {
  margin-bottom: 0 !important;
  padding-right: 10px !important;
  flex: 1 !important;
}
.post-page .post-title h1 {
  display: inline !important;
  vertical-align: middle !important;
  color: #2b2b2b !important;
  font-size: 28px !important;
}

/* --- Follow button (Copenhagen: border brandcolor, color brandcolor, hover fills) --- */
.post-page .community-follow {
  margin-bottom: 0 !important;
  width: auto !important;
  flex-shrink: 0 !important;
}
.post-page .community-follow button {
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid #0698A0 !important;
  border-radius: 4px !important;
  color: #0698A0 !important;
  cursor: pointer !important;
  font-size: 12px !important;
  line-height: 2.34 !important;
  padding: 0 20px !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}
.post-page .community-follow button:hover,
.post-page .community-follow button:focus,
.post-page .community-follow button[data-selected="true"] {
  background-color: #0698A0 !important;
  color: #fff !important;
  border-color: #0698A0 !important;
  text-decoration: none !important;
}
.post-page .community-follow button[data-selected="true"]:hover {
  background-color: #006d73 !important;
  border-color: #006d73 !important;
}

/* --- post-info-container: content left, vote+actions right --- */
.post-page .post-info-container {
  display: flex !important;
  margin-bottom: 40px !important;
}
.post-page .post-info {
  min-width: 0 !important;
  padding-right: 20px !important;
  width: 100% !important;
}

/* --- Vote + actions wrapper (Copenhagen: .post-actions-wrapper) --- */
.post-page .post-actions-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

/* --- Vote group (Copenhagen: flex column, centered) --- */
.post-page .post-vote.vote,
.post-page .comment-vote.vote {
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
  align-items: center !important;
}

/* Vote buttons — Copenhagen style: no border, just icon + hover colour */
.post-page .vote-up,
.post-page .vote-down,
.post-page .comment-vote .vote-up,
.post-page .comment-vote .vote-down {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #9a9a9a !important;
  cursor: pointer !important;
  min-height: 35px !important;
  min-width: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.post-page .vote-up svg,
.post-page .comment-vote .vote-up svg {
  transform: scale(1, -1) !important; /* flip chevron to point up */
  color: inherit !important;
  width: 16px !important;
  height: 16px !important;
}

.post-page .vote-down svg,
.post-page .comment-vote .vote-down svg {
  color: inherit !important;
  width: 16px !important;
  height: 16px !important;
}

.post-page .vote-up:hover,
.post-page .vote-down:hover,
.post-page .comment-vote .vote-up:hover,
.post-page .comment-vote .vote-down:hover {
  color: #0698A0 !important;
}

.post-page .vote-voted,
.post-page .comment-vote .vote-voted {
  color: #0698A0 !important;
}
.post-page .vote-voted:hover,
.post-page .comment-vote .vote-voted:hover {
  color: #006d73 !important;
}

/* Vote count */
.post-page .vote-sum {
  color: #9a9a9a !important;
  display: block !important;
  margin: 3px 0 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-align: center !important;
}

/* --- Post actions (gear SVG) — Copenhagen: same pattern as vote button --- */
.post-page .post-actions.actions,
.post-page .comment-actions.actions {
  text-align: center !important;
  flex-shrink: 0 !important;
  margin-top: 4px !important;
}

.post-page .post-actions.actions button,
.post-page .comment-actions.actions button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #9a9a9a !important;
  cursor: pointer !important;
  min-height: 35px !important;
  min-width: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.post-page .post-actions.actions button svg,
.post-page .comment-actions.actions button svg {
  color: inherit !important;
  width: 16px !important;
  height: 16px !important;
}

.post-page .post-actions.actions button:hover,
.post-page .comment-actions.actions button:hover {
  color: #0698A0 !important;
}

/* --- Buttons (New post, submit etc.) --- */
a.new-post,
.new-post,
.topic-col--new-post a,
.post-list-page .button,
.post-list-page a.button,
.topic-page .button,
.topic-page a.button,
.topic-list-page .button,
.topic-list-page a.button,
.new-community-post-page .button,
.new-community-post-page a.button,
.new-community-post-page input[type="submit"],
.new-community-post-page button[type="submit"] {
  background: #0698A0 !important;
  background-color: #0698A0 !important;
  background-image: none !important;
  border: 1px solid #0698A0 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

a.new-post:hover,
.new-post:hover,
.post-list-page .button:hover,
.topic-page .button:hover,
.topic-list-page .button:hover,
.new-community-post-page .button:hover,
.new-community-post-page input[type="submit"]:hover,
.new-community-post-page button[type="submit"]:hover {
  background: #006d73 !important;
  background-color: #006d73 !important;
  border-color: #006d73 !important;
  color: #ffffff !important;
}

/* --- Links (catch-all teal) --- */
.community-topic-page a:not(.button):not(.btn):not(.new-post),
.community-post-page a:not(.button):not(.btn):not(.new-post),
.community-post-list-page a:not(.button):not(.btn):not(.new-post),
.topic-page a:not(.button):not(.btn):not(.new-post),
.topic-list-page a:not(.button):not(.btn):not(.new-post),
.post-page a:not(.button):not(.btn):not(.new-post),
.post-list-page a:not(.button):not(.btn):not(.new-post),
.new-community-post-page a:not(.button):not(.btn):not(.new-post) {
  color: #0698A0 !important;
}

/* --- Title overrides (blue for post list, dark for topic list/post page) --- */
.post-list-page .post-list-item .post-list-item__title a,
.post-list-page .post-list-item .post-list-item__title a:link,
.post-list-page .post-list-item .post-list-item__title a:visited {
  color: #0156A2 !important;
}
.post-list-page .post-list-item .post-list-item__title a:hover {
  color: #003d7a !important;
}

.topic-list-page .topic-list-item__box .topic-list-item__title a,
.topic-list-page .topic-list-item__box .topic-list-item__title a:visited {
  color: #2b2b2b !important;
}
.topic-list-page .topic-list-item__box .topic-list-item__title a:hover {
  color: #0156A2 !important;
}

/* Post page author name */
.post-page .post-meta a,
.post-page .post-meta a:visited {
  color: #2b2b2b !important;
  font-weight: 600 !important;
}
.post-page .meta-data {
  color: #9a9a9a !important;
}

/* --- Sidebar callout (New post) --- */
.post-sidebar {
  border-top: 1px solid #ddd !important;
  flex: 1 !important;
  padding: 30px 0 !important;
  text-align: center !important;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0 !important;
    flex: 1 0 30% !important;
    padding: 0 0 0 50px !important;
    text-align: initial !important;
  }
}
.post-sidebar-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: #2b2b2b !important;
}
.post-sidebar .button,
.post-sidebar a.button {
  background: #0698A0 !important;
  background-color: #0698A0 !important;
  background-image: none !important;
  border: 1px solid #0698A0 !important;
  color: #fff !important;
  box-shadow: none !important;
  display: inline-block !important;
  padding: 0 20px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-align: center !important;
  line-height: 2.72 !important;
}
.post-sidebar .button:hover,
.post-sidebar a.button:hover {
  background: #006d73 !important;
  border-color: #006d73 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* --- Filter dropdowns --- */
.topic-filters .dropdown-toggle.btn--default {
  color: #333 !important;
  background-color: #fff !important;
  border: 1px solid #c2c7cb !important;
  background-image: none !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}
.topic-filters .dropdown-toggle.btn--default:hover {
  background-color: #f0f8f8 !important;
  border-color: #0698A0 !important;
  color: #0698A0 !important;
}

/* --- Topics --- */
.topic-list-item__box {
  padding: 21px 12px;
  margin-bottom: 21px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.topic-list-item__title {
  margin-bottom: 10px;
}
.topic {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f1f1f1;
}
.topic__col {
  display: table-cell;
  vertical-align: top;
}
.topic__col--new-post {
  text-align: right;
}
.topic__title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 24.5px;
}

/* --- Post list --- */
.post-list-item {
  padding-bottom: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f1f1f1;
}
.post-list-item__title {
  margin-bottom: 10px;
  font-size: 21px;
}
.post-list-item__title .fa-star {
  position: relative;
  top: -4px;
  font-size: 50%;
}
.post-info {
  font-size: 14px;
  color: #979797;
}
.post-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}
.post-status--completed,
.post-status--answered {
  background-color: #5cb85c;
}
.post-status--planned {
  background-color: #00B3BC;
}
.post-status--not-planned {
  color: #2b2b2b;
  background-color: #f1f1f1;
}

/* --- Recent activity --- */
.community-recent-activity {
  padding: 90px 0;
  margin-bottom: 42px;
}
.community-recent-activity h2 {
  font-size: 24.5px;
  font-weight: 400;
  text-align: center;
}
.community-recent-activity .recent-activity-list {
  padding-left: 0;
  margin-bottom: 21px;
  list-style: none;
}
.community-recent-activity .recent-activity-item {
  width: 100%;
  padding: 20px 20px 15px;
  margin-bottom: 21px;
  border-radius: 8px;
  box-shadow: 0 0 20px 5px rgba(62, 60, 98, 0.08);
}
.community-recent-activity .recent-activity-item-meta {
  font-size: 12px;
  color: #979797;
}
.recent-activity-item-link {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
}

/* ==========================================================================
   24. USER PROFILES
   ========================================================================== */

/* Profile header */
.profile-header {
  padding: 24px 15px;
  margin-bottom: 24px;
  color: #222222;
  text-align: center;
  background-color: transparent;
  border-radius: 4px;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: 12px;
  font-size: 24px;
}

.profile-header__name a {
  color: #222222;
  font-weight: 600 !important;
}

@media (min-width: 768px) {
  .profile-header__name {
    font-size: 28px;
    font-weight: 300;
  }
}

.profile-header__options [data-action="edit-profile"] {
  color: #ffffff;
  background-color: #0698A0;
  border: 1px solid #0698A0;
}

.profile-header__options [data-action="edit-profile"]:hover,
.profile-header__options [data-action="edit-profile"]:focus,
.profile-header__options [data-action="edit-profile"]:active {
  color: #ffffff;
  background-color: #006d73;
  border-color: #006d73;
}

.profile-header__options [data-action="edit-profile"]:active {
  background-image: none;
}

.profile-header__options [data-action="edit-profile"]:hover {
  opacity: 1;
}

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #0698A0;
  color: #ffffff;
}

.profile-header__description {
  word-break: break-all;
  color: #0698A0;
}

/* Profile Stats */
.profile-stats {
  padding-left: 0;
  margin-bottom: 12px;
  font-size: 13.6px;
  color: #979797;
  list-style: none;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }
  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: 6px;
}

.profile-stats__value {
  color: #0698A0;
}

/* Profile Nav */
.profile-nav {
  margin-bottom: 24px;
  overflow: hidden;
  font-size: 13.6px;
  font-weight: 600;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.profile-nav__items {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-nav__item a {
  display: block;
  color: #0698A0;
  padding: 16px 12px;
  line-height: 1;
}

.profile-nav__item:after {
  right: 12px !important;
}

/* Active tab */
.profile-nav__item.is-active {
  background-color: #0698A0 !important;
  border-radius: 4px;
  color: #ffffff !important;
  padding: 16px 12px;
  line-height: 1;
}

.profile-nav__item.is-active a {
  color: #ffffff !important;
}

/* Optional hover for inactive tabs */
.profile-nav__item:not(.is-active) a:hover,
.profile-nav__item:not(.is-active) a:focus {
  color: #006d73 !important;
}

/* Profile Section */
.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: 24px;
}

.profile-section__title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #222222;
}

.profile-section__description {
  font-size: 13.6px;
  color: #979797;
}

@media (min-width: 768px) {
  .profile-section__description {
    padding-bottom: 0;
  }
}

/* Profile Section Sorter */
.profile-section-sorter {
  font-size: 13.6px;
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 768px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
    padding-top: 0;
    border-top: 0;
  }
  .profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
  .profile-section-sorter__col--main {
    padding-right: 12px;
  }
  .profile-section-sorter__col--btn {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .profile-section-sorter__col--main {
    margin-bottom: 12px;
  }
}

/* Profile Contribution */
.profile-contribution {
  position: relative;
  padding: 12px 15px;
  word-wrap: break-word;
  background-color: #f4f4f4;
  border-radius: 4px;
}

.profile-contribution__header {
  margin-bottom: 6px;
}

.profile-contribution__status {
  margin-bottom: 6px;
}

.profile-contribution__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: 12px;
}

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  margin-right: 2px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: 12px;
  font-size: 13.6px;
}

.profile__no-activity,
.profile__private-activity {
  color: #979797;
  text-align: center;
}

/* Profile activity */
.profile-activity-list {
  padding-left: 0;
  list-style: none;
}

.profile-activity {
  position: relative;
  margin-bottom: 36px;
}

.profile-activity__header {
  margin-bottom: 12px;
  font-size: 13.6px;
  font-weight: 600;
  color: #222222;
}

.profile-activity__header:before {
  display: inline-block;
  margin-right: 2px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: none !important;
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: "\f0e6";
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: "\f0e5";
}

/* User subscribe */
.user-subscribe {
  display: inline-block;
}

/* Profile sorter button - default state */
.profile-section-sorter .dropdown-toggle,
.profile-section-sorter .btn,
.profile-section-sorter [role="button"],
.profile-section-sorter .dropdown > .dropdown-toggle {
  background: #0698A0 !important;
  background-image: none !important;
  border: 1px solid #0698A0 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

/* Profile sorter button - hover/focus/active */
.profile-section-sorter .dropdown-toggle:hover,
.profile-section-sorter .dropdown-toggle:focus,
.profile-section-sorter .dropdown-toggle:active,
.profile-section-sorter .btn:hover,
.profile-section-sorter .btn:focus,
.profile-section-sorter .btn:active,
.profile-section-sorter [role="button"]:hover,
.profile-section-sorter [role="button"]:focus,
.profile-section-sorter [role="button"]:active {
  background: #006d73 !important;
  background-image: none !important;
  border-color: #006d73 !important;
  color: #ffffff !important;
}

/* Fix dropdown clipping */
.topbar,
.topbar__container-inner,
.topbar__inner,
.topbar__col,
.topbar__menu,
.topbar__collapse,
.topbar__controls {
  overflow: visible !important;
}

/* ==========================================================================
   25. CONTENT ELEMENTS
   ========================================================================== */

/* Image utilities */
.image-with-border {
  padding: 10px;
  border: 1px solid #ced3d7;
  border-radius: 4px;
}
.image-with-shadow {
  -webkit-box-shadow: 0 5px 15px 2px #666;
          box-shadow: 0 5px 15px 2px #666;
}
.image-with-lightbox {
  cursor: pointer;
}
.image-overlay {
  position: relative;
}
.image-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}
.image-with-video-icon {
  position: relative;
  display: block;
}
.image-with-video-icon img {
  width: 100%;
}
.image-with-video-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  font-size: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 30px 0 30px 60px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.image-with-video-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.image-with-video-icon:active:before,
.image-with-video-icon:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

/* Custom list styles */
.list-colored,
.list-bullet {
  padding-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}
.list-colored li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 14px !important;
  counter-increment: list;
}
.list-colored li:before {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  content: counter(list);
  background-color: #0598A0;
  border-radius: 50%;
}
.list-colored ol {
  margin-bottom: 14px;
  list-style-type: none;
  counter-reset: list;
}
.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.list-bullet li:before {
  position: absolute;
  top: -2px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #0598A0;
  content: "\f046";
}
.list-bullet ul {
  margin-bottom: 14px;
  list-style: none;
}

/* Text utilities */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-primary {
  background-color: #0598A0;
}
.text-info {
  background-color: #0156A2;
}
.text-warning {
  background-color: #f0ad4e;
}
.text-danger {
  background-color: #d9534f;
}
.text-success {
  background-color: #5cb85c;
}

/* Accordion */
.accordion {
  padding-top: 0;
  margin-bottom: 21px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.accordion__item-title {
  position: relative;
  padding: 15px 20px 15px 52px;
  font-size: 17.5px;
  cursor: pointer;
}
.accordion__item-title:not(.accordion__item-title--active) {
  border-bottom: 1px solid #ddd;
}
.accordion__item-title:before {
  position: absolute;
  content: "";
}
.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.accordion__item-content p:last-child {
  margin-bottom: 0;
}
.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}
.accordion--default .accordion__item-title:before {
  top: 50%;
  left: 22px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #0598A0;
  border-left: 2px solid #0598A0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion--default .accordion__item-title--active {
  background-color: #f0f0f0;
}
.accordion--default .accordion__item-title--active:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--colored .accordion__item-title {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.accordion--colored .accordion__item-title:before,
.accordion--colored .accordion__item-title:after {
  top: 50%;
}
.accordion--colored .accordion__item-title:before {
  left: 20px;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #818a91;
}
.accordion--colored .accordion__item-title:after {
  position: absolute;
  left: 24px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  content: "";
  background-color: #818a91;
}
.accordion--colored .accordion__item-title--active {
  color: #fff;
  background-color: #0598A0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.accordion--colored .accordion__item-title--active:before {
  background-color: #fff;
}
.accordion--colored .accordion__item-title--active:after {
  display: none;
}

/* Tabs */
.tabs {
  margin-bottom: 21px;
}
.tab {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.tab:nth-child(2) {
  border-top-left-radius: 0;
}
.tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: 600;
  color: #2b2b2b;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-width: 0;
}
.tabs-link:hover {
  color: #0598A0;
}
@media (max-width: 767px) {
  .tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd;
  }

  .tabs-link:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (min-width: 768px) {
  .tabs-link {
    display: inline-block;
  }
}
.tabs-link.is-active {
  color: #0598A0;
  cursor: pointer;
  border-color: #ddd;
}
.tabs-link.is-active:hover {
  color: #0598A0;
  cursor: default;
}
@media (min-width: 768px) {
  .tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.tabs--colored-1 .tab {
  background-color: #fcfcfd !important;
}
.tabs--colored-1 .tabs-link.is-active {
  background-color: #fcfcfd;
  border-bottom-color: #fcfcfd;
}
.tabs--colored-2 .tabs-link:hover {
  color: #0598A0;
}
.tabs--colored-2 .tabs-link.is-active {
  color: #fff;
  background-color: #0598A0;
  border-color: #0598A0;
}
.tabs--colored-2 .tabs-link.is-active:hover {
  color: #fff;
}
.tabs--colored-2 .tab {
  background-color: #fcfcfd !important;
}

.waves {
  overflow: hidden;
}
.waves--footer {
  position: absolute;
  top: -78px;
  left: 0;
  width: 100%;
}
.waves--footer svg {
  width: 100%;
  min-width: 1900px;
}
.waves--large {
  position: absolute;
  bottom: -61px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.waves--large svg {
  width: 100%;
  min-width: 500px;
  min-height: 500px;
}
/* Mobile: remove the min-height so SVG doesn't overflow the header */
@media (max-width: 479px) {
  .waves--large svg {
    min-height: 0 !important;
    height: auto !important;
  }
  .waves--large {
    bottom: -20px !important;
  }
}

@media (min-width: 480px) {
  .waves--large svg {
    min-width: 700px;
  }
}

@media (min-width: 992px) {
  .waves--large svg {
    min-width: 1300px;
  }
}

@media (min-width: 1200px) {
  .waves--large svg {
    min-width: 1900px;
  }
}
.waves--small {
  position: relative;
  margin-top: -1px;
  margin-bottom: 1.5rem;
  color: #00B3BC;
}

.waves--small svg {
  width: 100%;
  min-width: 1900px;
  height: 47px;
}

.waves--small svg path {
  fill: currentColor;
}
.waves__wave {
  fill: #fff;
}
.waves__wave-left.wave-bottom,
.waves__wave-right.wave-bottom {
  opacity: 0.4;
}
.waves__wave-left.waves__wave-top,
.waves__wave-right.waves__wave-top {
  opacity: 0.3;
}
.waves__wave--footer-primary {
  fill: #00B3BC;
}
.waves__wave-footer-with-opacity {
  fill: #00B3BC;
}

/* ==========================================================================
=============================================================================
   AA. CUSTOM OVERRIDES
   Layout, tiles, forms, requests/RFC UI, typography
=============================================================================
============================================================================= */

@media (min-width: 768px) {
  /* Make each row its own flex container */
  #custom-blocks-row1,
  #custom-blocks-row2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  
@media (max-width: 767px) {

  /* --- LOGO: constrain width, don't let it stretch full width --- */
  .logo img,
  .site-header .logo img,
  header .logo img {
    max-width: 140px !important;
    height: auto !important;
  }

  /* --- HEADER: keep logo and hamburger on the same row --- */
  .topbar__inner,
  .topbar .container-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }

  /* --- MENU BUTTON: prevent it from dropping below logo --- */
  [data-toggle-menu],
  .topbar__menu-toggle,
  .mobile-menu-toggle {
    flex-shrink: 0 !important;
    margin-left: auto !important;
  }

  /* --- HERO TITLE: reduce on mobile --- */
  .intro-title {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }

  /* --- HERO SUBTITLE: reduce on mobile --- */
  .intro-subtitle {
    font-size: 15px !important;
  }

  /* --- HERO PADDING: less vertical space on mobile --- */
  .hero-unit {
    padding: 8px 16px 16px !important;
  }

}

  /* First row: 3 columns */
  #custom-blocks-row1 .custom-block {
    box-sizing: border-box;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  /* Second row: 2 columns (50/50) */
  #custom-blocks-row2 .custom-block {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Add vertical spacing between the two rows */
#custom-blocks-row2 {
  margin-top: 24px; /* adjust spacing as you like */
}

/* FORM CUSTOMISATIONS */
/* Remove the form selector, but keep all other dropdown fields*/
div[data-garden-id="dropdowns.combobox"]:has(#downshift-0-input) {
  display: none !important;
}
div[data-garden-id="dropdowns.combobox.field"]:has(#downshift-0-input) label[data-garden-id="dropdowns.combobox.label"] {
  display: none !important;
}
/* asterisk mandatory field form */
p[data-garden-id="typography.paragraph"][aria-hidden="true"] {
  display: none !important;
}
label[data-garden-id="forms.input_label"] span[data-garden-id="typography.font"] {
  color: #d92d20 !important;
}
/* upload form */
div[data-garden-id="forms.file_upload"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  text-align: center;
  background: #fff !important;
  border: 1px dashed #000 !important;
  border-radius: 6px !important;
  font-weight: 400 !important;
  color: #00A8A8 !important;
  font-size: 14px !important;
}
/* Submit button colour */
button[type="submit"][data-garden-id="buttons.button"] {
  background-color: #00B3BC !important;
  border-color: #00B3BC !important;
  color: #fff !important;
}
button[type="submit"][data-garden-id="buttons.button"]:hover,
button[type="submit"][data-garden-id="buttons.button"]:focus,
button[type="submit"][data-garden-id="buttons.button"]:active {
  background-color: #0598A0 !important;
  border-color: #0598A0 !important;
  color: #fff !important;
}
/* Description section */
label[data-garden-id="forms.input_label"] {
  order: 1 !important;
}
textarea[data-garden-id="forms.textarea"] {
  order: 2 !important;
}
div[data-garden-id="forms.input_hint"] {
  order: 3 !important;
  margin-top: 6px !important;
  font-size: 13px;
  color: #656d76;
}
#6--label { order: 1; }
#6--input { order: 2; }
#6--hint  { order: 3; margin-top: 8px !important; }


.home-box {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.home-box__inner {
  padding: 16px;
  border-radius: 4px;
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-box__inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.home-box__image {
  max-width: 800px;
  height: auto;
  margin-bottom: 10px;
}

.home-box__title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #000000;
}

.home-box__text {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}


/* ==========================================================================
   AB. CATEGORIES : grid with tiles
============================================================================= */

/* Each tile  */
.tickets-tiles__item {
  box-sizing: border-box;
  flex: 0 1 calc(50% - 16px);
  max-width: 240px;
  padding-bottom: 16px;
}

/* Icon + title */
.tickets-tiles__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  background: #f0fafc;
  border-radius: 8px;
  flex-shrink: 0;
}

.tickets-tiles__icon img,
.tickets-tiles__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
}

.tickets-tiles__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #0156A2;
}

/* Mobile: stack tiles full width */
@media (max-width: 768px) {
  .tickets-tiles__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Categories as ticket tiles - customised categories */
.category-page .tickets-tiles__row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 24px !important; /* space between tiles */
  margin: 0 0 40px 0 !important;
}

.category-page .tickets-tiles__item {
  box-sizing: border-box !important;
  flex: 0 0 calc(25% - 18px) !important;
  max-width: calc(25% - 18px) !important;
  margin: 0 !important;
  padding: 0 !important;
}



.category-page .tickets-tiles__icon img,
.category-page .tickets-tiles__icon svg {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}

/* Changes 22/05/2026*/
.category-page .tickets-tiles__link {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  min-height: 88px !important;
  padding: 14px 16px !important;
  text-align: left !important;
  text-decoration: none !important;
  color: inherit !important;
  background: #fff !important;
  border: 1px solid #e1e4ea !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06) !important;
}

.category-page .tickets-tiles__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  flex: 0 0 48px !important;
}

.category-page .tickets-tiles__title {
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.25 !important;
}

.category-page .tickets-tiles__description {
  display: none !important;
}
/* end of changes 22/05/2026 */

@media (max-width: 1024px) {
  .category-page .tickets-tiles__item {
    flex: 0 0 calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
  }
}

@media (max-width: 767px) {
  .category-page .tickets-tiles__item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Link with information for ticketing */ 
.category-26073848627356 .home-box,
.category-26073848627356 .home-box:hover,
.category-26073848627356 .home-box:focus,
.category-26073848627356 .home-box:visited {
  display: inline-block !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  color: #00B3BC !important;
}

.category-26073848627356 .home-box__inner {
  display: inline !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.category-26073848627356 .home-box__title {
  display: inline !important;
  margin: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  color: #00B3BC !important;
  text-decoration: none !important;
}

.category-26073848627356 .home-box__title,
.category-26073848627356 .home-box__title:hover,
.category-26073848627356 .home-box__title:focus,
.category-26073848627356 .home-box__title:visited {
  color: #00B3BC !important;
}

.category-26073848627356 .home-box__title u,
.category-26073848627356 .home-box__title b {
  text-decoration: none !important;
  font-weight: inherit !important;
}


/* ==========================================================================
   AC. FORMS
============================================================================= */

/* FORMS FOR SUPPORT/REQUESTS LOOK */
.new-request-page {
  padding-top: 120px !important;   /* adjust 60–100px */
  margin-bottom: calc($font_size_base * $line_height_base * 2);
}
.new-request-title {
  margin-top: 0;
  margin-bottom: 16px;           /* a bit of space above the first field */
  font-size: 24px;
}
/* space below form */
.portal-request-main {
  padding-bottom: 60px !important;
}

/* ==========================================================================
   AD. HOMEPAGE
   All homepage layout: hero, main tile rows (2x2), KB row (4 tiles)
   Language selector, nav, avatar stay in original header CSS untouched
============================================================================= */

/* --- HERO & INTRO --- */
.hero-unit {
  position: relative;
  z-index: 4;
  padding: 10px 10px 20px;
  margin: 8px 0 0;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .hero-unit {
    padding-bottom: 5%;
  }
}

.hero-unit h1,
.hero-unit .hero-title {
  margin-bottom: 6px;
}

.hero-unit p,
.hero-unit .hero-subtitle {
  margin-bottom: 10px;
}

.intro-title {
  margin-bottom: calc(16px * 1.5);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .intro-title {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .intro-title {
    margin-bottom: calc(16px * 1.5 * 1.4);
    font-size: 40px;
  }
}

.intro-subtitle {
  margin: 0 auto;
  max-width: 640px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

/* --- HEADER OVERLAP & WAVE --- */
.layout__head {
  position: relative;
  z-index: 1;
  margin-bottom: -150px;
}

.waves.waves--large {
  margin: 0;
  padding: 0;
}

/* --- MAIN ACTION ROWS (2 x 2) — WIDER, SHORTER, SMALLER ICON --- */
#home-main-row1,
#home-main-row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 0 40px;
}

#home-main-row1 {
  position: relative;
  z-index: 3;
  margin-top: -110px;
  margin-bottom: 24px;
}

#home-main-row2 {
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 32px;
}

#home-main-row1 .custom-block,
#home-main-row2 .custom-block {
  float: none;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 12px);
  min-width: 340px;
  max-width: 500px;
  margin: 0;
  padding: 0;
}
/* --- HORIZONTAL CARD STYLING --- */
#home-main-row1 .custom-block__link,
#home-main-row2 .custom-block__link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 80px;
  padding: 16px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

#home-main-row1 .custom-block__link:hover,
#home-main-row1 .custom-block__link:focus,
#home-main-row2 .custom-block__link:hover,
#home-main-row2 .custom-block__link:focus {
  background-color: #ffffff;
  border-color: #008188;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: none;
}

/* --- TILE ICONS (left side) --- */
#home-main-row1 .custom-block__icon,
#home-main-row2 .custom-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #f0fafc;
  border-radius: 8px;
  flex-shrink: 0;
}

#home-main-row1 .custom-block__icon img,
#home-main-row1 .custom-block__icon svg,
#home-main-row2 .custom-block__icon img,
#home-main-row2 .custom-block__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
}

/* --- TEXT CONTAINER (right side) --- */
#home-main-row1 .custom-block__content,
#home-main-row2 .custom-block__content {
  flex: 1;
  min-width: 0;
}

/* --- TILE TITLES --- */
#home-main-row1 .custom-block__title,
#home-main-row2 .custom-block__title {
  display: block;
  margin: 0 0 2px !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #0156A2;
  text-align: left !important;
}

/* --- TILE DESCRIPTIONS --- */
#home-main-row1 .custom-block__description,
#home-main-row2 .custom-block__description {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #656d76;
  text-align: left !important;
  white-space: normal;
}

#home-main-row1 .custom-block__title > *,
#home-main-row2 .custom-block__title > * {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

#home-main-row1 .custom-block__description > *,
#home-main-row2 .custom-block__description > * {
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

/* ------ KB SECTION WRAPPER (grey box) ------- */
.home-kb-section {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 40px;
  margin-bottom: 0;
  max-width: 100vw;
  background-color: #f5f7f9;
  padding: 56px 0 60px;
  z-index: 1;
}

/* --- KB HEADING --- */
/* constrain the heading and tiles, but not the grey box itself */
.home-kb-heading,
#home-kb-row {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.home-kb-heading {
  margin-bottom: 32px;
  text-align: center;
}

.home-kb-heading__title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #222222;
}

/* --- KB ROW --- */
#home-kb-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

#home-kb-row > .custom-block {
  float: none;
  box-sizing: border-box;
  flex: 0 0 calc(25% - 15px);
  width: calc(25% - 15px);
  max-width: 290px;
  min-width: 260px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}


/* Equal-height behaviour for homepage tile groups */
#home-main-row1,
#home-main-row2,
#home-kb-row {
  align-items: stretch;
}

#home-main-row1 .custom-block,
#home-main-row2 .custom-block,
#home-kb-row .custom-block {
  display: flex;
}

#home-main-row1 .custom-block__link,
#home-main-row2 .custom-block__link,
#home-kb-row .custom-block__link {
  height: 100%;
  width: 100%;
}

/* KB tiles: vertical layout, icon on top */
#home-kb-row .custom-block__link {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  min-height: 190px !important;
  padding: 16px 14px !important;
  background-color: #ffffff;
  border: 1px solid #e1e4ea;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  text-align: left !important;
  text-decoration: none;
  color: inherit;
  transition:
    box-shadow 0.15s ease,
    transform 0.15s ease,
    border-color 0.15s ease,
    background-color 0.15s ease;
}

#home-kb-row .custom-block__link:hover,
#home-kb-row .custom-block__link:focus {
  background-color: #f9fbff;
  border-color: #c8d4f0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* KB icon on top, left, inside square */
#home-kb-row .custom-block__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 0 4px 0 !important;
  background: #f0fafc !important;
  border-radius: 8px !important;
  flex: 0 0 48px !important;
}

#home-kb-row .custom-block__icon img,
#home-kb-row .custom-block__icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  margin: 0 !important;
}

/* KB text: no content wrapper needed for vertical centered layout */
#home-kb-row .custom-block__title {
  display: block;
  margin: 0 0 8px !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #0156A2;
  text-align: center !important;
}

#home-kb-row .custom-block__description {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.5;
  color: #656d76;
  text-align: center !important;
}

/* --- MOBILE --- */
@media (max-width: 1024px) {
  #home-kb-row > .custom-block {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .home-kb-section {
    padding: 32px 20px 36px;
    border-radius: 12px;
  }

  #home-kb-row {
    gap: 16px;
  }

  #home-kb-row > .custom-block {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  #home-kb-row .custom-block__link {
    min-height: auto;
    padding: 24px 18px;
  }
}

/* --- ICON COLOR UTILITIES --- */
.icon-color-stroke-primary {
  stroke: #0156A2;
}
.icon-color-stroke-secondary {
  stroke: #00B3BC;
}
.icon-color-fill-primary {
  fill: #0156A2;
}
.icon-color-fill-secondary {
  fill: #00B3BC;
}
.icon-color-fill {
  fill: #f8f8f8;
}

/* --- AVATAR & LANGUAGE SELECTOR (keep original behavior) --- */
.language-selector .btn--topbar {
  width: 100%;
}

@media (min-width: 768px) {
  .language-selector {
    display: inline-block;
    vertical-align: middle;
  }
}

.avatar {
  position: relative;
  display: inline-block;
}

.avatar--agent:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -4px;
  font-family: "FontAwesome";
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #00B3BC;
  content: "\f19d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.user-avatar {
  border-radius: 100%;
}

.user-avatar--default {
  width: 60px;
  height: 60px;
}

#user .user-avatar {
  width: 30px;
  height: 30px;
}

/* --- PROFILE & REQUESTS PAGE TOP SPACING --- */
.profile-header {
  margin-top: 40px;
}

.my-activities-header {
  margin-top: 16px;
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 767px) {
  #home-main-row1,
  #home-main-row2,
  #home-kb-row {
    flex-wrap: wrap;
    gap: 16px;
  }

  #home-main-row1 .custom-block,
  #home-main-row2 .custom-block,
  #home-kb-row .custom-block {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}


/* ==========================================================================
   AE. CATEGORIES
============================================================================= */
.container.category-page,
.container.category-page .container-inner {
  margin-bottom: 0;
  padding-bottom: 0;
}
.main,
.page,
.wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}

.category-page .page-header {
  margin-top: 4px !important;
  padding-top: 0 !important;
}

.category-page .page-header h1,
.category-page .page-header .h2 {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

.category-page {
  padding-bottom: 60px !important;
}

/* ==========================================================================
   AG. REQUESTS_PAGE: Support and RFC tables - visual
============================================================================= */

/* Tabs */
.requests-switcher {
  display: flex;
  gap: 16px;
  margin: 0 0 24px;
}

.requests-switcher__btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  min-width: 170px;
  padding: 12px 24px;
  margin: 0;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #666666;
  background: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.requests-switcher__btn:hover,
.requests-switcher__btn:focus {
  color: #333333;
  border-color: #d8d8d8;
  outline: none;
  text-decoration: none;
}

.requests-switcher__btn.is-active {
  color: #ffffff;
  background: #0598A0; /* 0598A0 is turquoise, 0156A2 is dark blue also on theme */
  border-color: #0598A0;
  box-shadow: 0 2px 8px rgba(1, 86, 162, 0.18);
}

/* Priority as text, not badge */
.custom-request-priority {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: capitalize;
}

.custom-request-priority--low {
  color: #1F7A35;
}

.custom-request-priority--normal {
  color: #9A7B00;
}

.custom-request-priority--high {
  color: #B54708;
}

.custom-request-priority--urgent {
  color: #B42318;
}

.custom-request-priority--default {
  color: #667085;
}

/* Keep status as pill with colour */
.custom-request-badge--status {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 5px;
  background-color: #E5E7EB;
  color: #4B5563;
}

.custom-request-badge--status.is-open {
  background-color: #FDE2E1;
  color: #B42318;
}

.custom-request-badge--status.is-in-progress {
  background-color: #D7EBFA;
  color: #0156A2;
}

.custom-request-badge--status.is-pending {
  background-color: #FDECC8;
  color: #B54708;
}

.custom-request-badge--status.is-done {
  background-color: #DFF5E3;
  color: #1F7A35;
}

.custom-request-badge--status.is-cancelled { /* we could make it grey instead */
  background-color: #E5E7EB;
  color: #4B5563;
}

.custom-request-badge--status.is-default {
  background-color: #E5E7EB;
  color: #4B5563;
}

.my-activities-menu--sub-custom {
  margin-bottom: 16px;
}

.requests-scope-menu .my-activities-menu__item {
  margin-bottom: 0;
}

.requests-scope-btn {
  padding: 0;
  font: inherit;
  color: #1696a3;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.requests-scope-btn:hover,
.requests-scope-btn:focus {
  color: #0f6f79;
  text-decoration: underline;
  outline: none;
}

.requests-scope-menu .my-activities-menu__item.is-active .requests-scope-btn,
.requests-scope-btn.is-active {
  color: #222222;
  font-weight: 700;
  text-decoration: none;
}

.request-scope-toolbar.is-hidden {
  display: none;
}

/* RFC table: estimation column centered */
@media (min-width: 768px) {
  [data-requests-panel="rfcs"] .my-activities-items__head .my-activities-items__col:nth-child(6),
  [data-requests-panel="rfcs"] .my-activities-items__body .my-activities-items__row .my-activities-items__col:nth-child(6) {
    text-align: center;
  }
}
/* END CUSTOM REQUESTS / RFCS PAGE */


/* ==========================================================================
   AH. FOOTER final settings: kept at the end
============================================================================= */
/* Sticky footer structure */
html,
body {
  height: 100%;
}

.layout {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

.layoutcontent,
.layout__content {
  flex: 1 0 auto !important;
  min-height: 0 !important;
}

.layoutfooter,
.layout__footer {
  margin-top: auto !important;
  background: transparent !important;
  overflow: hidden;
}

.footer {
  box-shadow: none !important;
}

/* Homepage only */
body.is-homepage .layoutfooter,
body.is-homepage .layout__footer,
body.is-homepage .footer {
  background: #f5f7f9 !important;
}

body.is-homepage .footerwrapper,
body.is-homepage .footerwrapper.container {
  background: #00B3BC !important;
}

body.is-homepage .user-dropdown { z-index: 10000 !important; }
body.is-homepage .hero-unit { z-index: 1 !important; }


/*  =============================================================================
END OF **Laura CARBO**, June 2026 UPDATE
=================================================================================== */

/* Hide suggested articles on Help Center submit request page only: Tanja*/ 
.new-request-page .suggested-articles,
.new-request-page .request-suggestions,
.new-request-page .searchbox-suggestions,
.new-request-page .search-results,
.new-request-page .suggestion-list {
  display: none !important;
}

/* LauraCarbo: temporary fix June 2026, hide Community tile from homepage core tiles. To be removed once we add community */
#home-main-row2 .custom-block:nth-child(2) {
  display: none !important;
}