@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYY.woff2')
    format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'rte-icons';
  src: url('../fonts/rte-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input {
  overflow: visible;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .content {
  background-color: #fff;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.row:after,
.row:before {
  content: ' ';
  display: table;
}

.row:after {
  clear: both;
}

.columns {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 40em) {
  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.columns:last-child:not(:first-child) {
  float: right;
}

.small-12 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-2 {
    width: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-12 {
    width: 100%;
  }
}

:root {
  --wide-min-breakpoint: 75em;
  --large-max-breakpoint: 74.9375em;
  --large-min-breakpoint: 64em;
  --medium-max-breakpoint: 63.9375em;
  --medium-min-breakpoint: 40em;
  --small-max-breakpoint: 39.9375em;
}

[class^='dotie-icon_'],
[class*=' dotie-icon_'] {
  font-family: 'rte-icons', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dotie-icon_logo_rte:before {
  content: '\e90e';
}

.dotie-icon_facebook:before {
  content: '\e906';
}

.dotie-icon_x:before {
  content: '\e930';
}

.dotie-icon_youtube:before {
  content: '\e904';
}

.dotie-icon_linkedin:before {
  content: '\e928';
}

.dotie-icon_instagram:before {
  content: '\e927';
}

.dotie-icon_whatsapp2:before {
  content: '\e923';
}

.dotie-icon_email:before {
  content: '\e905';
}

.dotie-icon_print:before {
  content: '\e91b';
}

@supports (grid-gap: 0.625rem) {
}

@media screen and (min-width: 40em) {
  @supports (grid-gap: 1.25rem) {
  }
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  background-color: #eeecec;
}

.row {
  max-width: 1160px;
}

.columns:last-child:not(:first-child) {
  float: left;
}

a {
  color: #8f897c;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.icon {
  line-height: 0;
}

.clearfix {
  clear: both;
}

article .img-container {
  position: relative;
  overflow: hidden;
}

article .img-container .inner {
  position: relative;
}

article .img-container .gradient {
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 2, 34, 0.64) 99%,
    rgba(2, 34, 34, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 2, 34, 0.64) 99%,
    rgba(2, 34, 34, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 2, 34, 0.64) 99%,
    rgba(2, 34, 34, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6022222", GradientType=0);
}

article:hover div:not(.analysis-card) .img-container .inner .gradient {
  opacity: 0.3;
}

.primary-color {
  color: #8f897c;
}

ul {
  list-style: none;
  padding: 0;
}

.gutter {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.category-name {
  display: inline-block;
  color: #746f65;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}

@media screen and (min-width: 64em) {
  .category-name {
    font-size: 14px;
    line-height: 18px;
  }
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@-moz-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@-o-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media screen and (min-width: 64em) {
  .icon-link:has(.whatsapp2) {
    display: none;
  }
}

.btn-group {
  display: inline-block;
}

.btn-group .icon {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  background: #6b728c;
  margin-left: 0.5rem;
  font-family: 'rte-icons', sans-serif !important;
  font-style: normal;
  line-height: 30px;
  font-size: 2.3rem;
  position: relative;
}

@media screen and (min-width: 64em) {
  .btn-group .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 3rem;
  }
}

.btn-group .icon.facebook {
  margin-left: 0;
}

.btn-group .icon.facebook:before {
  margin-left: -3px;
}

@media screen and (min-width: 64em) {
  .btn-group .icon.facebook:before {
    margin-left: -5px;
  }
}

.btn-group .icon.twitter {
  font-size: 30px;
}

@media screen and (min-width: 64em) {
  .btn-group .icon.twitter {
    font-size: 40px;
    line-height: 42px;
  }
}

.btn-group .icon.whatsapp2 {
  display: inline-block;
  width: 29px;
  height: 27px;
  margin-top: 1px;
  background: #fff;
  font-size: 57px;
  color: #25d366;
}

.btn-group .icon.whatsapp2:before {
  margin-left: -13px;
}

@media screen and (min-width: 64em) {
  .btn-group a:has(.icon.whatsapp2) {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .btn-group .icon.linkedin {
    line-height: 38px;
  }
}

.btn-group .icon.linkedin:before {
  margin-left: -3px;
}

.btn-group .icon.envelope {
  font-size: 24px;
}

.btn-group .icon.envelope:before {
  margin-left: 3px;
}

@media screen and (min-width: 64em) {
  .btn-group .icon.envelope {
    font-size: 30px;
  }

  .btn-group .icon.envelope:before {
    margin-left: 5px;
  }
}

:root {
  --blink-animation: blinker 1.5s linear infinite alternate;
  --blink-cursor: pointer;
}

.btn-group {
  display: inline-block;
}

.btn-group span {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  background: #6b728c;
  margin-left: 0.5rem;
  line-height: 30px;
  font-size: 2.3rem;
  position: relative;
}

@media screen and (min-width: 64em) {
  .btn-group span {
    line-height: 30px;
    font-size: 2.5rem;
  }
}

.btn-group span.facebook {
  margin-left: 0;
  background: #3b5997;
}

.btn-group span.facebook:before {
  margin-left: -3px;
}

@media screen and (min-width: 64em) {
  .btn-group span.facebook:before {
    margin-left: -5px;
  }
}

.btn-group span.twitter {
  font-size: 30px;
  background: black;
}

.btn-group span.whatsapp2 {
  background: #fff;
  display: inline-block;
  width: 29px;
  height: 27px;
  margin-top: 1px;
  font-size: 57px;
  color: #25d366;
}

.btn-group span.whatsapp2:before {
  margin-left: -13px;
}

@media screen and (min-width: 64em) {
  .btn-group span.whatsapp2 {
    width: 37px;
    height: 37px;
    margin-left: 0.6rem;
    margin-top: 0.07rem;
  }

  .btn-group span.whatsapp2:before {
    margin-left: -17px;
  }
}

@media screen and (min-width: 64em) {
  .btn-group span.whatsapp2 {
    display: none;
  }
}

.btn-group span.linkedin {
  background: #007cbb;
}

@media screen and (min-width: 64em) {
  .btn-group span.linkedin {
    line-height: 38px;
  }
}

.btn-group span.linkedin:before {
  margin-left: -3px;
}

.btn-group span.envelope {
  background: #a4aebb;
  font-size: 24px;
}

.btn-group span.envelope:before {
  margin-left: 3px;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

:root {
  --primary-bar-height: 40px;
}

.primary-bar {
  --background-color: #ffffff;
  --heading-color: #1a1e24;
  --text-color: #333c47;
  --filter: none;
  --weather-filter: brightness(0);
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 8px 8px 8px 12px;
  height: var(--primary-bar-height);
  border-bottom: 1px solid #f8f6f5;
  width: 100%;
}

.primary-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.primary-bar__button {
  flex: 1;
}

.primary-bar__rte-logo {
  max-width: 100%;
  min-width: 46px;
  width: 46px;
}

.primary-bar__rte-logo-container--history-highlights .primary-bar__rte-logo {
  min-width: 100px;
  width: 100px;
}

.primary-bar__rte-logo-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-bar__nav {
  display: none;
}

.primary-bar__weather-widget {
  display: none;
}

.primary-bar__search-profile {
  flex: 1;
  display: flex;
  justify-content: right;
}

@media screen and (min-width: 40em) {
  .primary-bar {
    padding: 8px 28px 8px 20px;
    --hamburger-button-order: 9999;
  }

  .primary-bar__inner {
    justify-content: initial;
    gap: 12px;
  }

  .primary-bar__button {
    flex: initial;
  }

  .primary-bar__search-profile {
    flex: initial;
  }

  .primary-bar__rte-logo-container {
    flex: initial;
  }

  .primary-bar__nav {
    display: block;
    margin-left: 8px;
  }

  .primary-bar__nav-list {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style-type: none;
    margin: 0;
  }

  .primary-bar__nav-list-item--separator {
    background-color: #bcb8b0;
    min-width: 1px;
    height: 16px;
  }

  .primary-bar__nav-link {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 126%;
    color: inherit;
    position: relative;
    display: inline-block;
    height: 20px;
    text-decoration: none;
    transition: transform 200ms ease-out;
  }

  .primary-bar__nav-link:active {
    transform: translateY(2px);
  }

  .primary-bar__nav-link:hover,
  .primary-bar__nav-link:focus {
    color: inherit;
  }

  .primary-bar__nav-link::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease-out;
    background-color: #459fab;
  }

  .primary-bar__nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .primary-bar__nav-link--selected::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .primary-bar__nav-link--tv {
    text-transform: uppercase;
  }

  .primary-bar__nav-link--news::after {
    background-color: #235bae;
  }

  .primary-bar__nav-link--sport::after {
    background-color: #509ecf;
  }

  .primary-bar__nav-link--entertainment::after {
    background-color: #d45a7d;
  }

  .primary-bar__nav-link--lifestyle::after {
    background-color: #da9335;
  }

  .primary-bar__nav-link--culture::after {
    background-color: #5338a2;
  }

  .primary-bar__nav-link--player::after {
    background-color: #ff0035;
  }

  .primary-bar__nav-link--tv::after {
    background-color: #459fab;
  }

  .primary-bar__nav-link--radio::after {
    background-color: #ff0135;
  }

  .primary-bar__nav-link--gaeilge::after {
    background-color: #459fab;
  }

  .primary-bar__search-profile {
    margin-left: auto;
  }
}

@media screen and (min-width: 64em) {
  .primary-bar {
    --primary-bar-height: 48px;
    padding: 4px 0;
  }

  .primary-bar__inner {
    margin: auto;
    gap: 8px;
    max-width: 1160px;
    padding: 0 20px;
  }

  .primary-bar__rte-logo-container {
    min-width: 50px;
    width: 50px;
  }

  .primary-bar__rte-logo-container--history-highlights {
    min-width: 100px;
    width: 100px;
  }

  .primary-bar__nav {
    display: block;
    margin-left: 68px;
  }

  .primary-bar__nav-link {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    height: 21px;
  }

  .primary-bar__weather-widget {
    display: block;
    margin-left: auto;
  }

  .primary-bar__search-profile {
    margin-left: 0;
  }
}

.weather-widget {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  font-weight: 600;
  font-size: 0.75rem;
}

.weather-widget:hover {
  --weather-filter: invert(55%) sepia(61%) saturate(352%) hue-rotate(139deg)
    brightness(89%) contrast(94%);
}

.weather-widget__text {
  display: flex;
  text-transform: uppercase;
  color: #24221f;
}

.weather-widget__link {
  display: flex;
  color: black;
  gap: 8px;
}

.weather-widget__images {
  position: relative;
}

.weather-widget__icon {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  background-size: 2100% 300%;
  background-image: url('../img/widget_sprites.png');
  filter: var(--weather-filter);
}

.weather-widget__temperature {
  display: flex;
  align-items: center;
  color: var(--text-color);
  filter: var(--weather-filter);
}

@media screen and (min-width: 40em) {
  .weather-widget {
    padding: 4px 8px;
    font-size: 1rem;
  }

  .weather-widget__text {
    display: none;
  }
}

.search_profile {
  display: flex;
  gap: 12px;
}

.search_profile__button {
  all: unset;
  cursor: pointer;
  display: flex;
  height: 24px;
  width: 24px;
  justify-content: center;
  align-items: center;
}

.search_profile__button:focus {
  outline: revert;
  color: inherit;
  background-color: transparent;
}

.search_profile__button:hover {
  background-color: transparent;
}

.search_profile__button--login {
  width: fit-content;
}

.search_profile__button--login .search_profile__icon--profile {
  width: 24px;
}

.search_profile__button--login .search_profile__icon--login {
  width: fit-content;
}

.search_profile__icon {
  filter: var(--filter);
}

.search_profile__icon.search_profile__icon--login {
  visibility: visible;
  display: inline-block;
}

.search_profile__icon.search_profile__icon--profile {
  visibility: hidden;
  display: none;
}

.search_profile__icon--close-search {
  display: none;
}

.search_profile__icon:hover {
  filter: invert(55%) sepia(61%) saturate(352%) hue-rotate(139deg)
    brightness(89%) contrast(94%);
}

@media screen and (min-width: 40em) {
  .search_profile {
    gap: 12px;
  }
}

@media screen and (min-width: 64em) {
  .search_profile {
    gap: 20px;
  }

  .search_profile__button {
    height: 28px;
    width: 28px;
  }

  .search_profile .search_profile__icon--profile {
    height: 28px;
    width: 28px;
  }
}

.hamburger-button {
  order: var(--hamburger-button-order, initial);
}

.hamburger-button__button {
  all: unset;
  cursor: pointer;
  display: flex;
  height: 24px;
  width: 24px;
  min-width: 24px;
  justify-content: center;
  align-items: center;
}

.hamburger-button__button:focus {
  outline: revert;
  color: inherit;
  background-color: transparent;
}

.hamburger-button__button:hover {
  background-color: transparent;
}

.hamburger-button__icon {
  filter: var(--filter);
}

.hamburger-button__icon:hover {
  filter: invert(55%) sepia(61%) saturate(352%) hue-rotate(139deg)
    brightness(89%) contrast(94%);
}

@media screen and (min-width: 64em) {
  .hamburger-button__button {
    height: 28px;
    width: 28px;
  }
}

.topic-bar {
  --background-color: #ffffff;
  --heading-color: #1a1e24;
  --text-color: #333c47;
  --filter: none;
  border-bottom: 3px solid #459fab;
  background-color: var(--background-color);
  padding: 8px 0 4px;
}

.topic-bar__link {
  color: inherit;
}

.topic-bar__link::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease-out;
  background-color: #459fab;
}

.topic-bar__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.topic-bar--news {
  border-color: #235bae;
}

.topic-bar--news .topic-bar__link::after {
  background-color: #235bae;
}

.topic-bar__list {
  padding: 0 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 4px;
}

.topic-bar__item {
  display: flex;
  gap: 4px;
  position: relative;
  height: 25px;
  text-transform: capitalize;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  transition: transform 200ms ease-out;
}

.topic-bar__item:active {
  transform: translateY(2px);
}

.topic-bar__item--index {
  font-weight: 600;
  color: var(--heading-color);
}

.topic-bar__item--topic {
  font-weight: 500;
  color: var(--text-color);
}

.topic-bar__arrow {
  height: 8px;
  width: 8px;
}

@media screen and (min-width: 40em) {
  .topic-bar__list {
    padding: 8px 20px;
  }

  .topic-bar__item {
    height: 23px;
  }
}

@media screen and (min-width: 64em) {
  .topic-bar {
    border-bottom-width: 4px;
    padding: 8px 0;
  }

  .topic-bar__list {
    padding: 0 20px;
    max-width: 1160px;
    margin: auto;
    column-gap: 20px;
    row-gap: 8px;
  }

  .topic-bar__item {
    gap: 8px;
    height: 25px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
  }

  .topic-bar__item--topic {
    font-weight: 500;
  }

  .topic-bar__arrow {
    height: 12px;
    width: 12px;
  }
}

@supports (grid-gap: 0.625rem) {
}

@media screen and (min-width: 40em) {
  @supports (grid-gap: 1.25rem) {
  }
}

article.card {
  border-bottom: 1px solid #8f897c;
  background: #fff;
}

@media screen and (min-width: 64em) {
  article.card {
    margin-bottom: 0;
  }
}

article.card .img-container {
  display: block;
  position: relative;
}

article.card .img-container .top-tag {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10000;
  max-width: 76%;
  overflow: hidden;
  border: 0;
  padding: 3px 4px;
  background-color: #1a1e23;
}

article.card .img-container .top-tag p {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  line-height: 0.85rem;
}

@media screen and (min-width: 64em) {
  article.card .img-container .top-tag p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

article.card .article-meta .category-name {
  text-transform: capitalize;
  margin-bottom: 10px;
}

article.card .article-meta {
  display: inline-block;
}

@media screen and (max-width: 63.9375em) {
  article.card .article-meta {
    display: inline;
    width: calc(100% - 130px);
    float: left;
  }
}

article.card .article-meta .article-title {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
}

article.card:not(.top-story) {
  background: #ffffff;
}

article.card:not(.top-story) a {
  display: inline;
}

article.card:not(.top-story) .img-container {
  min-height: 67px;
  width: 120px;
  float: left;
}

@media screen and (max-width: 39.9375em) {
  article.card:not(.top-story) .img-container img {
    height: 67px;
  }
}

article.card:not(.top-story) .article-meta {
  width: calc(100% - 120px);
  padding: 2px 5px 0;
}

@media screen and (min-width: 40em) {
  article.card:not(.top-story) {
    padding: 0;
  }
}

@media screen and (min-width: 64em) {
  article.card:not(.top-story) {
    margin-top: 0;
  }

  article.card:not(.top-story) .img-container {
    width: 50%;
  }

  article.card:not(.top-story) .img-container img {
    min-height: 100%;
  }

  article.card:not(.top-story) .article-meta {
    width: 50%;
    padding: 6px 10px 0;
  }

  article.card:not(.top-story) .article-meta .article-title {
    font-size: 15px;
    line-height: 17px;
  }
}

@media screen and (min-width: 75em) {
  article.card:not(.top-story) .article-meta .article-title {
    font-size: 16px;
    line-height: 20px;
  }
}

article.card.medium-card {
  padding: 0;
}

@media screen and (min-width: 64em) {
  article.card.medium-card .img-container {
    width: 176px;
  }

  article.card.medium-card .img-container img {
    height: 99px;
  }

  article.card.medium-card .article-meta {
    width: calc(100% - 180px);
    padding: 6px 10px 0;
  }

  article.card.medium-card .article-meta .article-title {
    font-size: 20px;
    line-height: 24px;
  }

  article.card.medium-card .article-meta .category-name {
    font-size: 14px;
    line-height: 18px;
  }
}

.masthead {
  font-family: 'IBM Plex Sans', sans-serif;
  margin: 0 auto;
  background: #eeecec;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 99994;
}

.masthead *,
.masthead *::after,
.masthead *::before {
  box-sizing: border-box;
}

.masthead .row {
  max-width: 1160px;
}

.masthead .row {
  padding-left: -1.25rem;
  padding-right: -1.25rem;
}

.masthead .col {
  position: relative;
  vertical-align: bottom;
  display: inline-block;
}

.masthead .nav-header {
  position: relative;
  display: table;
  max-width: 100%;
  padding: 0.375rem 0;
}

@media screen and (min-width: 40em) {
  .masthead .nav-header {
    background: #eeecec;
    padding: 1.125rem 0;
  }
}

.masthead .nav-header > div {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}

.masthead #compact-nav {
  background-color: #ffffff;
  position: initial;
  top: -50px;
  width: 100%;
  transition:
    top 0.3s,
    visibility 0.3s;
  z-index: 99998;
  height: 0;
}

@media screen and (min-width: 40em) {
  .masthead #compact-nav {
    height: 40px;
    padding: 0;
  }
}

.masthead #compact-nav .col:first-child {
  display: flex;
}

.masthead #compact-nav nav {
  overflow: hidden;
}

.masthead #compact-nav .nav-header {
  padding: 0;
  background: #ffffff;
  display: block;
}

.masthead #compact-nav .nav-header .col {
  padding: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .masthead #compact-nav .nav-header {
    height: 40px;
  }

  .masthead #compact-nav .nav-header ul {
    height: 42px;
  }
}

.masthead #compact-nav .search_profile {
  gap: 12px;
}

@media screen and (min-width: 64em) {
  .masthead #compact-nav .search_profile {
    gap: 20px;
  }
}

.masthead #compact-nav .hamburger-button {
  padding-left: 0;
}

@media screen and (min-width: 64em) {
  .masthead #compact-nav .hamburger-button {
    padding-left: 12px;
  }
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

@keyframes blinker {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

article.rte-article {
  font-family: 'IBM Plex Sans', sans-serif;
  background: #fff;
  padding-top: 5px;
  border-bottom: 1px solid #dbd9d4;
}

@media screen and (min-width: 40em) {
  article.rte-article {
    padding-top: 0;
  }
}

article.rte-article h2,
article.rte-article h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}

article.rte-article h2 {
  font-size: 1.3em;
}

@media screen and (min-width: 64em) {
  article.rte-article h2 {
    font-size: 1.5em;
  }
}

article.rte-article h3 {
  font-size: 1em;
}

@media screen and (min-width: 40em) {
  article.rte-article h3 {
    font-size: 1.17em;
  }
}

article.rte-article .headline {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin: 0;
}

@media screen and (min-width: 40em) {
  article.rte-article .headline {
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 64em) {
  article.rte-article .headline {
    font-size: 2.25rem;
  }
}

article.rte-article .falsecap {
  color: #59554c;
  text-transform: none;
  margin: 0;
  padding-bottom: 0.25rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

@media screen and (min-width: 40em) {
  article.rte-article .falsecap {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

article.rte-article figure {
  position: relative;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  article.rte-article figure#main-article-image {
    margin-left: -10px;
    margin-right: -10px;
  }

  article.rte-article figure#main-article-image figcaption {
    margin: 0 10px;
  }
}

article.rte-article figure img {
  width: 100%;
}

article.rte-article figure figcaption {
  border-bottom: 1px solid #dbd9d4;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #6d7278;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 40em) {
  article.rte-article figure figcaption {
    line-height: 16px;
  }
}

@media screen and (min-width: 64em) {
  article.rte-article figure figcaption {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 10px;
  }
}

article.rte-article .article-meta {
  /* display: flex;
  justify-content: flex-end; */
  display: block;
}

article.rte-article .article-meta .columns {
  padding: 6px 0;
}

@media screen and (min-width: 40em) {
  article.rte-article .article-meta .columns {
    padding-top: 1.5em;
    padding-bottom: 1.5rem;
  }
}

article.rte-article .article-body p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 24px 0;
  color: #000000;
}

@media screen and (min-width: 40em) {
  article.rte-article .article-body p {
    line-height: 1.625rem;
  }
}

@media screen and (min-width: 64em) {
  article.rte-article .article-body p {
    margin: 31px 0;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

article.rte-article .article-body p::selection {
  background: #8f897c;
  color: #ffffff;
}

article.rte-article .article-body p::-moz-selection {
  background: #8f897c;
  color: #fff;
}

@media screen and (min-width: 40em) {
  article.rte-article .article-body {
    padding: 0 32px;
  }
}

@media screen and (max-width: 39.9375em) {
  article.rte-article .article-body.columns {
    padding-left: 0;
    padding-right: 0;
  }
}

article.rte-article .columns.social-btn-container {
  padding: 1rem 0;
}

@media screen and (min-width: 40em) {
  article.rte-article .columns.social-btn-container {
    text-align: right;
  }
}

@media screen and (max-width: 39.9375em) {
  article.rte-article .columns.social-btn-container {
    padding: 0 0 0.25rem 0;
  }
}

article.rte-article .columns.social-btn-container .btn-group {
  display: inline-block;
}

article.rte-article .columns.social-btn-container .btn-group .icon {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 2.5rem !important;
}

article.rte-article
  .columns.social-btn-container
  .btn-group
  .icon:not(.whatsapp2) {
  color: #fff !important;
}

article.rte-article
  .columns.social-btn-container
  .btn-group
  .icon.facebook:before {
  margin-left: -5px;
}

article.rte-article .columns.social-btn-container .btn-group .icon.twitter {
  font-size: 30px !important;
}

article.rte-article .columns.social-btn-container .btn-group .icon.whatsapp2 {
  font-size: 55px !important;
  margin-top: 0;
  height: 28px;
  width: 28px;
  line-height: 28px !important;
}

article.rte-article .columns.social-btn-container .btn-group .icon.linkedin {
  font-size: 37px !important;
  line-height: 28px !important;
}

article.rte-article .columns.social-btn-container .btn-group .icon.envelope {
  font-size: 24px !important;
  background: #bcb8b0;
}

article.rte-article
  .columns.social-btn-container
  .btn-group
  .icon.envelope:before {
  margin-left: 3px !important;
}

article.rte-article .columns.social-btn-container .btn-group .icon.facebook {
  background: #3b5997;
}

article.rte-article .columns.social-btn-container .btn-group .icon.twitter {
  background: black;
}

article.rte-article .columns.social-btn-container .btn-group .icon.whatsapp2 {
  background: #fff;
}

article.rte-article .columns.social-btn-container .btn-group .icon.linkedin {
  background: #007cbb;
}

article.rte-article .columns.social-btn-container .btn-group .icon.envelope {
  background: #bcb8b0;
}

article.rte-article
  .columns.social-btn-container
  .btn-group
  .icon.dotie-icon_print {
  display: block;
}

article.rte-article
  .columns.social-btn-container
  .btn-group
  .icon-link:has(.icon.dotie-icon_print) {
  display: none;
}

@media screen and (min-width: 64em) {
  article.rte-article
    .columns.social-btn-container
    .btn-group
    .icon-link:has(.icon.dotie-icon_print) {
    display: revert;
  }
}

@media screen and (min-width: 40em) {
  article.rte-article .main-article-row {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 0;
  }
}

@media screen and (min-width: 64em) {
  article.rte-article .main-article-row {
    display: flex;
  }
}

@media screen and (max-width: 39.9375em) {
  article.rte-article .main-article-row {
    margin-top: 0;
  }
}

article.rte-article .article-footer {
  display: block;
  float: none;
  padding: 0;
}

@media screen and (min-width: 40em) {
  article.rte-article .article-footer {
    padding: 0 32px;
  }
}

@media screen and (min-width: 64em) {
  article.rte-article .article-footer {
    max-width: 1160px;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
  }
}

article.rte-article .tags-container {
  margin-top: 25px;
  margin-bottom: 30px;
}

@media screen and (min-width: 40em) {
  article.rte-article .tags-container {
    margin-bottom: 40px;
  }
}

article.rte-article .tags-container ul.tags {
  display: inline-block;
  width: 100%;
  margin: 0;
}

article.rte-article .tags-container ul.tags li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

article.rte-article .tags-container ul.tags li a {
  display: block;
  float: left;
  color: #000000;
  padding: 0 0.3125rem 0 0;
  border-right: 1px solid #bcb8b0;
  font-weight: 600;
}

@media screen and (max-width: 39.9375em) {
  article.rte-article .tags-container ul.tags li a {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

@media screen and (min-width: 40em) {
  article.rte-article .tags-container ul.tags li a {
    line-height: 1.25rem;
  }
}

article.rte-article .tags-container ul.tags li:last-child a {
  border: 0;
}

.sidebar {
  margin-top: 0;
  position: relative;
  height: 100%;
  padding: 0;
}

@media screen and (min-width: 64em) {
  .sidebar {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 40em) and (max-width: 1200px) {
  .sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}

.panel {
  background: #eeecec;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 64em) {
  .panel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.panel .article-meta {
  line-height: 15px;
}

.panel .article-meta h3 {
  margin: 0 0 5px 0;
  font-weight: 600;
}

.panel a {
  display: block;
  color: black;
  width: 100%;
}

.panel img {
  width: 100%;
}

.panel-top-stories
  .top-story-wrapper:has(.related_article)
  .article-parent
  .leadin,
.panel.panel-top-stories-news
  .top-story-wrapper:has(.related_article)
  .article-parent
  .leadin {
  margin-bottom: 10px;
}

.panel-special-event
  .panel-body
  .cover-image-container:has(~ .blur-container .main-article-container:hover) {
  transform: scale(1.018);
}

:root {
  --blink-animation: blinker 1.5s linear 0s infinite alternate forwards;
  --blink-cursor: pointer;
}

.panel-most-popular {
  display: inline-block;
  width: 100%;
  margin: auto;
  background-color: #eeecec;
}

.panel-most-popular .most-popular-time {
  display: block;
  font-size: 0.875rem;
}

@media screen and (min-width: 40em) {
  .panel-most-popular .most-popular-time {
    font-size: 1rem;
  }
}

.panel-most-popular .most-popular-time {
  font-size: 0.75rem;
}

.panel-most-popular .heading {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
  font-size: 1.3rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .panel-most-popular ul {
    padding: 0 30px 0 20px;
    column-count: 2;
  }
}

@media screen and (max-width: 39.9375em) {
  .panel-most-popular ul {
    padding: 0 10px;
  }
}

@media screen and (min-width: 40em) {
  .panel-most-popular {
    margin: 0 0 10px auto;
  }
}

@media screen and (min-width: 64em) {
  .panel-most-popular {
    width: calc(100% + 20px);
  }

  .panel-most-popular ul {
    padding: 0 10px;
  }
}

.panel-most-popular ul {
  margin-top: 0;
}

.panel-most-popular ul li {
  clear: both;
  line-height: 1.2;
}

.panel-most-popular ul li article {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 39.9375em) {
  .panel-most-popular ul li article {
    min-height: 67px !important;
  }
}

.panel-most-popular ul li article .img-container .top-tag {
  width: auto !important;
  padding: 0 6px !important;
}

.panel-most-popular ul li article .img-container img {
  height: 67px !important;
}

.panel-most-popular ul li article .article-meta h3 {
  color: #000;
}

@media screen and (min-width: 64em) {
  .panel-most-popular ul li article {
    margin-bottom: 20px !important;
  }

  .panel-most-popular ul li article .img-container {
    width: 50% !important;
    height: auto !important;
    max-width: 170px;
    max-height: 99px;
  }

  .panel-most-popular ul li article .img-container img {
    height: auto !important;
  }

  .panel-most-popular ul li article .article-meta {
    width: 49% !important;
  }

  .panel-most-popular ul li article .article-meta h3 {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600;
  }

  .panel-most-popular ul li article .article-meta .category-name {
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 75em) {
  .panel-most-popular ul li article .img-container {
    width: 176px !important;
    margin-right: 0 !important;
  }

  .panel-most-popular ul li article .img-container img {
    height: 99px !important;
  }

  .panel-most-popular ul li article .article-meta {
    width: calc(100% - 177px) !important;
  }
}

.most-popular-page-list-item.most-popular-page-list-item
  .most-popular-page-list-item__link {
  display: flex;
}

.most-popular-page-list-item.most-popular-page-list-item
  .most-popular-page-list-item__link
  .img-container {
  float: none;
}

.most-popular-page-list-item.most-popular-page-list-item
  .most-popular-page-list-item__link
  .article-meta {
  float: none;
}

.panel-author .byline:not(:has(.byline-image-container)) .meta {
  padding: 0;
}

article.card {
  border-bottom: 1px solid #8f897c;
  background: #fff;
}

@media screen and (min-width: 64em) {
  article.card {
    margin-bottom: 0;
  }
}

article.card .img-container {
  display: block;
  position: relative;
}

article.card .img-container .top-tag {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10000;
  max-width: 76%;
  overflow: hidden;
  border: 0;
  padding: 3px 4px;
  background-color: #1a1e23;
}

article.card .img-container .top-tag p {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  line-height: 0.85rem;
}

@media screen and (min-width: 64em) {
  article.card .img-container .top-tag p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

article.card .article-meta .category-name {
  text-transform: capitalize;
  margin-bottom: 10px;
}

article.card .article-meta {
  display: inline-block;
}

@media screen and (max-width: 63.9375em) {
  article.card .article-meta {
    display: inline;
    width: calc(100% - 130px);
    float: left;
  }
}

article.card .article-meta .article-title {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
}

article.card:not(.top-story) {
  background: #ffffff;
}

article.card:not(.top-story) a {
  display: inline;
}

article.card:not(.top-story) .img-container {
  min-height: 67px;
  width: 120px;
  float: left;
}

@media screen and (max-width: 39.9375em) {
  article.card:not(.top-story) .img-container img {
    height: 67px;
  }
}

article.card:not(.top-story) .article-meta {
  width: calc(100% - 120px);
  padding: 2px 5px 0;
}

@media screen and (min-width: 40em) {
  article.card:not(.top-story) {
    padding: 0;
  }
}

@media screen and (min-width: 64em) {
  article.card:not(.top-story) {
    margin-top: 0;
  }

  article.card:not(.top-story) .img-container {
    width: 50%;
  }

  article.card:not(.top-story) .img-container img {
    min-height: 100%;
  }

  article.card:not(.top-story) .article-meta {
    width: 50%;
    padding: 6px 10px 0;
  }

  article.card:not(.top-story) .article-meta .article-title {
    font-size: 15px;
    line-height: 17px;
  }
}

@media screen and (min-width: 75em) {
  article.card:not(.top-story) .article-meta .article-title {
    font-size: 16px;
    line-height: 20px;
  }
}

article.card.medium-card {
  padding: 0;
}

@media screen and (min-width: 64em) {
  article.card.medium-card .img-container {
    width: 176px;
  }

  article.card.medium-card .img-container img {
    height: 99px;
  }

  article.card.medium-card .article-meta {
    width: calc(100% - 180px);
    padding: 6px 10px 0;
  }

  article.card.medium-card .article-meta .article-title {
    font-size: 20px;
    line-height: 24px;
  }

  article.card.medium-card .article-meta .category-name {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 63.9375em) {
  #main_inner,
  #sidebar_outer {
    height: auto !important;
  }

  #sidebar_outer {
    min-height: 100%;
  }
}

footer.rte-global-footer {
  background-color: #ffffff;
  height: auto;
  width: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer.rte-global-footer *,
footer.rte-global-footer *::after,
footer.rte-global-footer *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer.rte-global-footer .row {
  position: relative;
  max-width: 1160px;
}

@media screen and (min-width: 40em) {
  footer.rte-global-footer .more-links {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .more-links > .columns {
    padding: 0;
  }
}

footer.rte-global-footer .more-links .social-btn-container {
  margin: 23px 0;
}

footer.rte-global-footer p:not(.cookie-text) {
  font-size: 0.75rem;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #24221f;
  font-weight: normal;
}

@media screen and (min-width: 40em) {
  footer.rte-global-footer p:not(.cookie-text) {
    font-size: 0.875rem;
  }
}

footer.rte-global-footer .footer-logo {
  display: block;
  font-size: 3.8em;
  color: #24221f;
  text-decoration: none;
  float: left;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .footer-logo {
    float: none;
    height: 47px;
  }
}

footer.rte-global-footer .menu-heading {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #292724;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding: 8px 10px;
  margin: 0px 0px;
  text-transform: uppercase;
}

footer.rte-global-footer .menu-heading.youth {
  margin-top: 13px;
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .menu-heading.youth {
    margin-top: 0;
  }
}

footer.rte-global-footer .menu-heading .sub-nav-menu-label-btn {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .menu-heading .sub-nav-menu-label-btn {
    display: inline-block;
    all: unset;
  }

  footer.rte-global-footer .menu-heading .sub-nav-menu-label-btn:focus {
    outline: revert;
  }
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .menu-heading:hover {
    cursor: pointer;
  }

  footer.rte-global-footer .menu-heading .arrow_ {
    float: right;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #292724;
    margin-top: 3px;
  }
}

@media screen and (min-width: 40em) {
  footer.rte-global-footer .menu-heading {
    padding: 6px 10px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

footer.rte-global-footer .nav-list {
  list-style: none;
  overflow: hidden;
  padding: 0 10px;
  margin: 0;
  max-height: 0;
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .nav-list {
    background-color: #dbd9d5;
  }
}

@media screen and (min-width: 40em) {
  footer.rte-global-footer .nav-list {
    max-height: 2000px;
    padding: 0 10px 4px;
  }
}

footer.rte-global-footer .nav-list:first-of-type {
  margin-bottom: 0;
}

footer.rte-global-footer .nav-list:last-child {
  margin: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .nav-list:last-child {
    display: none;
  }
}

footer.rte-global-footer .nav-list li {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6875rem;
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .nav-list li {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 40em) {
  footer.rte-global-footer .nav-list li {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 6px 0;
  }
}

footer.rte-global-footer .nav-list li a {
  color: #24221f;
  text-decoration: none;
  font-weight: inherit;
}

footer.rte-global-footer .nav-list li a:hover {
  text-decoration: underline;
}

footer.rte-global-footer .social-btn-container {
  float: left !important;
}

footer.rte-global-footer .disclaimer {
  background: #eeecec;
  text-align: left;
  padding: 0.625rem 0 0.625rem 0;
}

@media screen and (min-width: 40em) {
  footer.rte-global-footer .disclaimer .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer.rte-global-footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .copyright {
    margin: 15px 0;
  }
}

footer.rte-global-footer .copyright__message {
  margin: 0;
  padding-left: 16px;
}

@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .copyright__message {
    padding: 0;
  }
}

footer.rte-global-footer .btn-group {
  display: inline-block;
  margin-top: 0;
  padding: 0 10px;
}

@media screen and (min-width: 40em) {
  footer.rte-global-footer .btn-group {
    padding: 12px 10px 12px 10px;
  }
}

footer.rte-global-footer .btn-group li {
  display: inline-block;
}

footer.rte-global-footer .btn-group span {
  color: #ffffff;
  margin: 0 0.4rem !important;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  background: #6f6f6f;
  font-style: normal;
  line-height: 2rem;
  font-size: 1.8rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  footer.rte-global-footer .btn-group span {
    margin: 0 1rem;
  }
}

footer.rte-global-footer .btn-group span.facebook {
  font-size: 41px;
  line-height: 33px;
}

footer.rte-global-footer .btn-group span.facebook:before {
  margin-left: -6px;
}

footer.rte-global-footer .btn-group span.twitter {
  line-height: 33px;
  margin-left: 0 !important;
}

footer.rte-global-footer .btn-group span.twitter:before {
  margin-top: 6px;
}

footer.rte-global-footer .btn-group span.linkedin {
  line-height: 27px;
  font-size: 37px;
}

footer.rte-global-footer .btn-group span.linkedin:before {
  margin-left: -3px;
}

footer.rte-global-footer .btn-group span.youtube {
  font-size: 46px;
  line-height: 31px;
}

footer.rte-global-footer .btn-group span.youtube:before {
  margin-left: -9px;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .sidebar_panels {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px;
    height: 100%;
  }
}

.sidebar_panels .heading {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: 0;
  font-size: 30px !important;
  line-height: 34px !important;
  margin: 0;
  padding: 20px 10px;
}

@media screen and (min-width: 40em) {
  .sidebar_panels .heading {
    padding: 20px 20px 20px;
  }
}

:root {
  --primary-color: #005ab4;
  --primary-color-hover: #003e7d;
}

body.news .primary-color {
  color: #005ab4;
}

body.news .primary-color.category-name {
  color: #59554c;
}

body.news .primary-color:hover {
  color: #005ab4;
}

body.news #sidebar_panels .heading:after {
  color: #005ab4;
}

body.news article.rte-article p::selection {
  background: #005ab4;
}

body.news article.rte-article p::-moz-selection {
  background: #005ab4;
}

body.news .tags-container ul.tags li a:hover {
  color: #005ab4;
}

@media (max-width: 1023.5px) {
  #sidebar_outer {
    display: none;
  }
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 22px 0 26px;
}

.partners-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 10px;
  background: #f8f9fa;
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  transition:
    transform 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}

.partners-grid__item:hover {
  transform: translateY(-2px);
  border-color: #c8d1de;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.partners-grid__logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 8px;
}

.partners-grid__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.partners-grid__name {
  font-weight: 700;
  font-size: 14px;
  color: #0f172a;
  line-height: 1.3;
}

.partners-grid__role {
  font-size: 12px;
  color: #5b6675;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }
}

.steps {
  margin: 18px 0;
}

.step {
  display: flex;
  gap: 14px;
  margin: 14px 0;
  align-items: flex-start;
}

.step .num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #235bae;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50%;
}

.step .content strong {
  font-size: 18px;
  display: block;
  margin-bottom: 2px;
}

.step .content span {
  font-size: 16px;
}

.security-block {
  max-width: 900px;
  margin: 31px auto;
  padding: 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.security-block h2 {
  font-size: 2.2rem;
  margin: 0;
}

.security-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 24px 0;
}

.security-block__header > img {
  width: 150px;
  height: auto;
}

.images-block {
  margin: 31px auto;
}

.images-block img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.custom-list {
  list-style-type: disc;
  padding-inline-start: 25px;
  margin-bottom: 24px;
}

.custom-list li {
  font-size: 16px;
}

.custom-list li:not(:last-child) {
  margin-bottom: 5px;
}

.blockquote-t {
  max-width: 700px;
  margin: 31px auto;
  padding: 16px;
  border-left: 5px solid #235bae;
  background: #f8f9fa;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #222;
}

.blockquote-t p {
  margin: 0 0 20px 0 !important;
}

.blockquote-t footer {
  margin-top: 25px;
  font-style: italic;
  color: #444;
}

@media (max-width: 1023.5px) {
  .blockquote-t {
    margin: 24px auto;
  }

  .security-block {
    margin: 24px auto;
  }

  .images-block {
    margin: 24px auto;
  }
}

@media (max-width: 575.5px) {
  .security-block__header > img {
    width: 120px;
    height: auto;
  }
}

@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

#Send-Us-Message {
  border: none;
  border-radius: 15px;
  max-width: 504px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Instrument Sans';
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-block: 30px;
}

#Send-Us-Message h3 {
  padding: 0 15px;
  margin: 0 0 20px 0;
  font-family: 'Instrument Sans';
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

#Send-Us-Message h3 span {
  font-weight: 600;
  color: #0062dd;
  font-family: 'Instrument Sans';
}

#Send-Us-Message .form-photo {
  max-width: 452px;
  padding: 0 15px;
  box-sizing: border-box;
}

#Send-Us-Message .form-photo img {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  width: 100%;
}

#Send-Us-Message h2 {
  padding: 0 10px;
  color: #000;
  margin: 0 0 10px 0;
  font-family: 'Instrument Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

#cd-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-family: sans-serif;
  font-family: 'Instrument Sans';
}

.cd-unit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
}

.cd-digits {
  display: flex;
}

.cd-box {
  box-sizing: border-box;
  min-width: 35px;
  margin: 0 2px;
  border-radius: 8px;
  padding: 15px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  background: #fff;
}

.cd-label {
  position: absolute;
  bottom: -25px;
  margin-top: 5px;
  color: #333;
  font-weight: bold;
  font-size: 0.6em;
  text-transform: uppercase;
}

.cd-separator {
  border-radius: 8px;
  color: black;
  font-weight: bold;
  font-size: 1.5em;
}

@media (max-width: 550px) {
  .cd-box {
    font-size: 18px;
  }

  .cd-separator {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .cd-box {
    min-width: initial;
    padding: 10px 13px;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .cd-box {
    min-width: initial;
    padding: 8px 10px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .cd-box {
    min-width: initial;
    padding: 6px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .cd-box {
    margin: 0 1.5px;
  }
}

.form-footer {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 22px 37px 20px 37px;
  background-image: url('../img/noise.webp');
  background-size: cover;
}

.form-footer img {
  width: 100%;
  margin: 25px auto;
}

.form-footer .uniqp {
  color: #ffffff !important;
  margin: 0 !important;
  font-family: 'Instrument Sans';
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.25 !important;
  text-align: center;
}

.form-footer .pp {
  color: #ffffff !important;
  margin: 0 !important;
  font-family: 'Instrument Sans';
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: center;
}

.progress {
  align-self: stretch;
  margin: 0 auto 20px;
  padding: 0 15px;
  max-width: 452px;
  width: 100%;
  text-align: center;
}

.spots {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.spots strong {
  font-size: 20px;
  font-weight: 700;
}

.progress-bar {
  background: rgb(224, 224, 224);
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}

.progress-fill {
  height: 8px;
  background: #000;
  width: 89%;
}

#comments * {
  font-family: 'IBM Plex Sans', sans-serif;
}

.comments {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  padding: 0 8px;
  color: #1c1e21;
}

.comments a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.comments img {
  border: 0;
  display: block;
}

.comment {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.comment__avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.comment__body {
  overflow: hidden;
}

.comment__author {
  font-weight: 700;
  color: #666 !important;
}

.comment__text {
  margin: 4px 0 !important;
  word-wrap: break-word;
}

.comment__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  padding-top: 2px;
  color: #90949c;
}

.comment__meta a {
  color: #107fc9 !important;
}

.comment__meta time {
  color: #333;
}

.mycomment {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  margin: 0 0 20px;
  padding: 0 8px;
  font-size: 16px;
}

.mycomment-img {
  display: none;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}

.mycomment-info {
  width: 100%;
  max-width: 100%;
}

.mycomment-info__inner {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 10px 15px;
  color: #1d2129;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  text-align: left;
  background: #ffffff;
  border: 1px solid #d8d4d5;
  border-radius: 5px;
  outline: none;
}

.mycomment-info__inner:not(:last-child) {
  margin-bottom: 10px;
}

.sendcomment {
  float: right;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
  background-color: #0f0e0d;
  cursor: pointer;
  border-radius: 2px;
}

.sendcomment:hover {
  text-decoration: none;
  background-color: #47453e;
}

.coral__container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  scroll-margin-top: 100px;
  width: 100%;
}

.coral__title {
  margin-top: 0;
  margin-bottom: 12px;
  padding-block: 12px;
  border-bottom: 1px solid #000;
}
