body {
  margin: 0;
  padding-top: 36px;
}

#thestar-global-bar a {
  cursor: pointer;
}

#thestar-global-bar .float-left {
  float: left;
}

#thestar-global-bar .float-right {
  float: right;
}

#thestar-global-bar .clearfix:after {
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
  display: block;
  visibility: hidden;
}

#thestar-global-bar .global-bar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../index/overlay-bg.webp) repeat scroll 0 0 transparent;
  z-index: 99990;
}

#thestar-global-bar .global-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font: Bold 12px/15px Lato;
  z-index: 99999;
}

#thestar-global-bar .global-bar-color {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  background: #000;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  z-index: 99998;
}

#thestar-global-bar .global-bar-container a {
  display: block;
  float: left;
  margin-top: 3px;
  padding: 5px 10px;
  text-decoration: none;
  color: #8f8f8f;
}

#thestar-global-bar .global-bar-container a:hover {
  color: #fff;
}

#thestar-global-bar .global-bar-container .float-left {
  margin-left: 4px;
}

.global-bar-powered {
  padding: 12px 12px;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  #thestar-global-bar {
    display: none;
  }
}

@media screen and (max-width: 1328px) {
  #thestar-global-bar {
    display: none;
  }

  body {
    padding-top: 0 !important;
  }

  #navbar-main.affix {
    top: 0 !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  padding: 0;
}

@media xprint {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-5,
.col-lg-7,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xs-12,
.col-xs-2,
.col-xs-5,
.col-xs-6,
.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12,
.col-xs-2,
.col-xs-5,
.col-xs-6,
.col-xs-7 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-2 {
  width: 16.66666667%;
}

@media (min-width: 768px) {
  .col-sm-12,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7 {
    float: left;
  }

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

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12,
  .col-md-3,
  .col-md-4,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

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

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

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

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

@media (min-width: 1200px) {
  .col-lg-5,
  .col-lg-7 {
    float: left;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }
}

table {
  background-color: transparent;
}

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

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-block {
  display: block;
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.dropdown {
  position: relative;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after,
.container-fluid:after,
.container:after,
.nav:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-sm,
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@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;
  }
}

@media print {
  #thestar-global-bar {
    display: none !important;
  }

  .affix {
    position: initial !important;
    top: 0px;
  }
}

.story-wrapper {
  overflow: hidden;
  display: flex;
  padding-top: 25px;
}

.story-wrapper ul.side-note li {
  padding-bottom: 2px;
}

.story-wrapper ul {
  margin: 0 20px 20px 20px;
  list-style: disc;
  padding-left: 15px;
}

.story-wrapper ul li {
  margin-bottom: 10px;
  list-style: disc;
  font-size: 0.95em;
}

.story-wrapper .side-note .timestamp {
  margin: 0;
  font-size: 1em;
}

.story-wrapper article p {
  margin-bottom: 15px;
  overflow: visible;
  line-height: 1.533em;
  word-wrap: break-word;
}

.content-holder {
  position: relative;
}

ul.side-note {
  position: absolute;
  top: 0;
  margin-bottom: 10px;
  max-width: 200px;
  padding-right: 0;
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
}

ul.side-note li {
  list-style: none;
}

.story-content {
  position: relative;
  /* margin-left: 25% */
}

blockquote {
  font-size: 1.25em;
  padding: 0.35em 40px;
  line-height: 1.3;
  font-weight: 900;
  color: #4a4a4a;
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}

blockquote:before {
  display: block;
  padding-left: 10px;
  /* content: "“"; */
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .story-wrapper {
    padding-top: 0;
  }

  .side-note {
    position: static;
    max-width: 100%;
  }

  .story-content {
    margin-left: 0;
  }

  .story-wrapper p.date {
    float: left;
    margin-right: 10px;
  }

  ul.side-note {
    position: static;
    max-width: 100%;
  }

  blockquote {
    width: 95%;
  }

  blockquote::before {
    left: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .focus-wrapper {
    display: block;
  }

  .focus-wrapper .side-note {
    position: static;
    max-width: 100%;
  }

  .focus-wrapper .story-content {
    margin-left: 0;
  }

  .story-wrapper article p {
    font-size: 1.125em;
    line-height: 1.444em;
  }

  .story-wrapper p.date {
    float: left;
  }
}

.med-rec:has(iframe[style*="display:none"]) {
  display: none;
}

.articleDetails {
  display: block;
  padding-top: 25px;
}

.articleDetails .img-sticker img {
  object-fit: contain;
}

:root {
  --color-icon: #231f20;
  --color-text: #4a4a4a;
  --color-text-2: #4a4a4a;
  --color-text-3: #333333;
  --color-text-4: #444444;
  --color-text-5: #979797;
  --color-bg-1: #ffffff;
  --color-on-bg-1: #4a4a4a;
  --color-bg-2: #f2f2f2;
  --color-on-bg-2: #4a4a4a;
  --color-bg-3: #303030;
  --color-on-bg-3: #8f8f8f;
  --color-bg-primary: #bb0000;
  --color-on-bg-primary: #ffffff;
  --color-on-bg-dark: #ffffff;
  --color-border: #d6d6d6;
  --color-border-2: #dddddd;
  --color-text-1: #4a4a4a;
  --color-primary: #bb0000;
  --color-primary-alt: #cc0000;
  --color-white-1: #ffffff;
  --color-red-2: #dd0000;
  --color-red-3: #da2128;
  --color-gold: #c89414;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-icon: #231f20;
    --color-text: #4a4a4a;
    --color-text-2: #4a4a4a;
    --color-text-3: #333333;
    --color-text-4: #444444;
    --color-text-5: #979797;
    --color-bg-1: #ffffff;
    --color-on-bg-1: #4a4a4a;
    --color-bg-2: #f2f2f2;
    --color-on-bg-2: #4a4a4a;
    --color-bg-3: #303030;
    --color-on-bg-3: #8f8f8f;
    --color-bg-primary: #bb0000;
    --color-on-bg-primary: #ffffff;
    --color-on-bg-dark: #ffffff;
    --color-border: #d6d6d6;
    --color-border-2: #dddddd;
    --color-text-1: #4a4a4a;
    --color-primary: #bb0000;
    --color-primary-alt: #cc0000;
    --color-white-1: #ffffff;
    --color-red-2: #dd0000;
    --color-red-3: #da2128;
    --color-gold: #c89414;
  }
}

a {
  color: var(--color-text);
}

.kicker {
  font-size: 0.75em;
  font-weight: 900;
  color: var(--color-primary);
  text-transform: uppercase;
  text-align: left;
  margin-right: 6px;
}

.btn {
  font-size: 16px;
  font-weight: bold;
}

.btn--bookmark {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn--bookmark:hover {
  background: transparent;
}

.btn--bookmark:hover i::before {
  color: var(--color-primary);
  content: "\f02e";
}

.btn--bookmark i {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 30px;
  line-height: 34px;
}

.btn--bookmark i::before {
  color: #7f7f7f;
}

.btn--subscribe {
  color: #fff;
  background-color: var(--color-red-3);
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.813em;
}

.btn--subscribe:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.bttn {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 0.813em;
  font-weight: 600;
  color: var(--color-on-bg-1);
}

@media (max-width: 1024px) {
  .bttn {
    padding: 4px 10px;
  }
}

.bttn:hover {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  color: #333333;
}

.bttn:focus {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  color: #333333;
}

.bttn--log {
  color: var(--color-on-bg-1);
  border: 1px solid;
}

.button--bookmark i:hover:before {
  content: "\f02e";
}

.footer-n {
  color: #8f8f8f;
  background-color: #303030;
  border-top: 1px solid #707070;
  padding: 30px 10px;
}

.footer-n__inner {
  max-width: 800px;
  margin: 0 auto 30px;
}

.footer-n__inner:last-child {
  margin: 0 auto 0;
}

.footer-n__links {
  display: inline-block;
  float: left;
  width: 20%;
}

@media (max-width: 1024px) {
  .footer-n__links {
    width: 50%;
    margin-bottom: 30px;
  }
}

.footer-n__links b {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #bbbbbb;
}

.footer-n__links ul li a {
  color: #8f8f8f;
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 5px;
  cursor: pointer;
}

.footer-n__clearfix {
  display: none;
}

@media (max-width: 1024px) {
  .footer-n__clearfix {
    display: block;
  }
}

.footer-n__socials {
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-n__socials {
    display: block;
    margin-bottom: 20px;
  }
}

.footer-n__socials li {
  display: inline-block;
  padding: 0 6px;
}

@media (max-width: 1024px) {
  .footer-n__socials li {
    margin: 0 5px;
  }
}

.footer-n__downloads {
  display: inline-block;
}

.footer-n__downloads li {
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-n__downloads li {
    display: block;
    margin-bottom: 5px;
  }
}

.footer-n__newsletter {
  padding: 10px 0;
}

.timestamp {
  color: var(--color-text-2);
}

.nav .btn--subscribe {
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .nav .btn--subscribe {
    padding: 3px 10px;
    margin-right: 5px;
  }
}

.nav .btn--subscribe:active,
.nav .btn--subscribe:focus,
.nav .btn--subscribe:hover {
  color: #383838 !important;
}

.navbar-right .dropdown--subscribe {
  display: none;
}

@media (max-width: 991px) {
  .navbar-right .dropdown--subscribe {
    display: inline-block;
  }
}

#navbar-main.navbar {
  background-color: var(--color-bg-1);
  border-color: var(--color-border);
  border-radius: 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: var(--color-border);
}

@media (max-width: 991px) {
  #navbar-main.navbar {
    background-color: var(--color-bg-1);
    min-height: 47px;
  }
}

#navbar-main.navbar .login {
  /*color: #ffffff;*/
}

@media (max-width: 1024px) {
  #navbar-main.navbar .login {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  #navbar-main.navbar .login {
    margin-top: 4px;
  }
}

#navbar-main.navbar .login:hover {
  color: #555 !important;
}

#navbar-main.navbar .login.bttn--log:hover {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  color: #333333;
}

@media (max-width: 768px) {
  #navbar-main.navbar a {
    color: #555;
  }
}

#navbar-main.affix {
  top: 36px;
}

@media (max-width: 1024px) {
  #navbar-main.affix {
    top: 31px;
  }
}

#navbar-main.affix .container {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  #navbar-main.affix .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#navbar-main.affix .navbar-left li a {
  line-height: 28px;
}

#navbar-main.affix .navbar-right {
  display: flex;
  align-items: center;
  padding-top: 4px;
}

@media (max-width: 1024px) {
  #navbar-main.affix .navbar-right #login_menu {
    /*margin-top: 5px;*/
  }

  #navbar-main.affix .navbar-right {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .tab-panel-2 .nav-pills > li.active > a {
    border-top: 2px solid var(--color-primary) !important;
  }
}

.topics {
  padding: 10px 0 10px 10px;
  background-color: var(--color-bg-2);
}

.btn-login .login {
  border: 1px solid var(--color-border);
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  border-radius: 2px;
  font-size: 0.813em;
  line-height: 20px;
}

.btn-login .login:hover {
  color: #383838;
}

ul.social-branding li {
  padding: 10px 0;
}

.navbar-nav #btn_login {
  display: none;
}

@media (max-width: 991px) {
  .navbar-nav #btn_login {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .navbar-nav #btn_login a {
    /*color: #ffffff !important;*/
  }
}

/*#navbar-main .nav__headline__logo:hover {
    background-color: #cc0000 !important;
  }*/

#navbar-main .nav__button {
  padding: 7px 10px;
  display: inline-block;
  float: right;
  line-height: 28px;
}

#navbar-main .nav__button.button--share {
  padding-top: 7px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  #navbar-main .nav__button {
    padding: 7px 10px;
  }

  #navbar-main .nav__button.button--share {
    padding-top: 7px;
    padding-bottom: 0;
  }
}

#navbar-main .nav__button i {
  color: var(--color-on-bg-1);
}

#navbar-main .nav__button i:before {
  color: var(--color-on-bg-1);
}

.sponsored-panel {
  border: 1px solid var(--color-border);
}

.drop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.drop .audio-box-ctr {
  display: none;
}

.drop__close {
  background-color: #303030;
  padding: 10px 15px;
  text-align: right;
}

.drop__closebutton {
  display: inline-block;
  cursor: pointer;
}

.drop--audio {
  bottom: 60px;
}

.drop--audio .drop__close {
  padding: 10px 25px;
  color: white;
}

.drop .tab-content {
  overflow-y: scroll;
  height: calc(100vh - 250px);
}

.drop .audio-box {
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
  border: 0;
  position: relative;
}

.drop .audio-box .playlist {
  height: auto;
}

.drop .tab-content .tab-pane-audio {
  padding: 0 10px;
}

.drop .tab-content .tab-pane-foryou {
  padding: 50px 40px;
}

.drop .tab-content .tab-pane-foryou .icon-headphone {
  margin: 0 auto 15px;
  width: 65px;
  height: 65px;
  background-image: url(../index/podcast-icon-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.drop .tab-content .tab-pane-foryou h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.drop .tab-content .tab-pane-foryou p {
  font-size: 16px;
}

.drop .tab-content .tab-pane-foryou .btn {
  padding: 10px 25px;
  margin: 30px 0 10px;
}

.drop .tracks {
  padding: 8px 5px 8px 0;
}

.drop .tracks:last-child {
  padding: 8px 5px 0 0;
}

.drop .tracks h3 {
  cursor: pointer;
}

.mobilenav {
  display: block;
  background-color: #ffffff;
  z-index: 1000;
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #efefef;
  padding-top: 5px;
}

.mobilenav ul > li {
  display: inline-block;
  width: 6%;
  float: left;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  margin: 0 7% 0 7%;
}

@media (max-width: 765px) {
  .mobilenav ul > li {
    display: inline-block;
    width: 8%;
    float: left;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    margin: 0 6% 0 6%;
  }
}

@media (max-width: 589px) {
  .mobilenav ul > li {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    margin: 0 0 0 0;
  }
}

.mobilenav ul > li.active,
.mobilenav ul > li:hover {
  background-color: #ffffff;
}

.mobilenav ul > li.active div,
.mobilenav ul > li:hover div {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav ul > li.active a,
.mobilenav ul > li:hover a {
  color: var(--color-primary);
}

.mobilenav ul > li.active a:before,
.mobilenav ul > li:hover a:before {
  color: var(--color-primary);
}

.mobilenav ul > li.active .home,
.mobilenav ul > li:hover .home {
  background-image: url(../index/home-red.svg);
}

.mobilenav ul > li:hover .paper {
  background-image: url(../index/for-you-red.svg);
}

.mobilenav ul > li:hover .bookmark {
  background-image: url(../index/bookmark-red.svg);
}

.mobilenav ul > li:hover .search {
  background-image: url(../index/search-red.svg);
}

.mobilenav ul > li:hover .podcast {
  background-image: url(../index/podcast-icon-red.svg);
}

.mobilenav ul > li:hover > div {
  color: var(--color-primary);
}

.mobilenav ul > li a {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav ul > li div {
  padding: 7px 0;
  display: block;
  color: #979797;
}

.mobilenav__icon {
  width: 20px;
  height: 20px;
  margin: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: contain;
}

.mobilenav__icon.home {
  background-image: url(../index/home-grey.svg);
}

.mobilenav__icon.paper {
  background-image: url(../index/for-you-grey.svg);
}

.mobilenav__icon.bookmark {
  background-image: url(../index/bookmark-grey.svg);
}

.mobilenav__icon.search {
  background-image: url(../index/search-grey.svg);
}

.mobilenav__icon.podcast {
  background-image: url(../index/podcast-icon-grey.svg);
}

.affix .mega-nav-toggle {
  padding: 15px 10px;
}

.mega-nav-toggle {
  display: block;
  margin: 0;
  padding: 10px;
}

@media (max-width: 768px) {
  .mega-nav-toggle {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .m-login-button {
    display: inline-block !important;
    opacity: 1 !important;
    margin-right: 5px;
    top: 1px;
  }

  .navbar-right .dropdown--subscribe {
    top: 1px;
  }
}

#hllogin:focus,
#hllogin:hover {
  background-color: #eeeeee;
}

.headline {
  padding-bottom: 8px;
}

.headline hr {
  background-color: var(--color-red-2);
  border: 1.5px solid var(--color-primary);
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

#tsolnavbar {
  display: block;
}

@media (max-width: 991px) {
  #tsolnavbar {
    display: none;
  }
}

#tsolnavbar ul.nav li a {
  color: var(--color-on-bg-1);
  padding: 11px 10px !important;
}

#tsolnavbar ul.nav li a.active,
#tsolnavbar ul.nav li a:active,
#tsolnavbar ul.nav li a:hover,
#tsolnavbar ul.nav li a:focus {
  color: var(--color-on-bg-primary);
  background-color: var(--color-bg-primary);
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.branding .login {
  color: var(--color-on-bg-1);
}

.branding .login:hover {
  color: #555 !important;
  background-color: #eee;
}

.branding a {
  color: var(--color-on-bg-1);
}

@media (max-width: 768px) {
  .branding a {
    color: #555;
  }
}

.navbar__interact {
  display: inline-block;
  float: left;
  margin-left: -70px;
  margin-top: -4px;
}

@media (max-width: 1024px) {
  .navbar__interact {
    display: none;
  }
}

.navbar-brand {
  position: relative;
}

.navbar-header .navbar-brand.brand-mobile {
  display: none;
}

@media (max-width: 991px) {
  .navbar-header .navbar-brand.brand-mobile {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    top: 5px;
    max-height: 38px;
  }
}

@media (max-width: 767px) {
  .navbar-header .navbar-brand.brand-mobile {
    /*top: 0;*/
    top: 2px;
  }
}

.branding {
  margin-top: 90px;
  background-color: var(--color-bg-1);
  border-color: var(--color-bg-1);
}

.nav > li > a.login {
  color: var(--color-on-bg-1);
  border: 1px solid var(--color-on-bg-1);
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
    padding: 11px 10px;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
}

.navbar-toggle .icon-bar {
  border: 2px solid var(--color-on-bg-1);
  border-radius: 0;
  background-color: var(--color-on-bg-1);
}

.navbar-toggle .icon-x {
  display: none;
  color: var(--color-on-bg-1);
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}

#page-header nav .navbar-right {
  margin-right: 15px;
}

@media (max-width: 1024px) {
  #page-header nav .navbar-right {
    top: 3px;
    right: 10px;
    margin-right: 0;
  }
}

button:focus,
button:active {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#wrapperFooter {
  padding-bottom: 60px;
}

.show-sd {
  display: block;
}

@media (max-width: 1024px) {
  .show-sd {
    display: none;
  }
}

@media (min-width: 1200px) {
  .show-sd {
    display: none;
  }
}

.videos {
  padding-top: 15px;
}

.trending--10 {
  padding-top: 8px;
}

.trending--10 .trend-list__num {
  padding: 0;
  text-align: center;
}

.related-articles--side {
  display: none;
}

@media (min-width: 1024px) {
  .related-articles--side {
    display: block;
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .related-articles--side {
    padding-top: 15px;
  }
}

.related-articles--side .headline {
  display: block;
}

.related-articles--side .story-set {
  display: inline-block;
}

.related-articles--side .in-sec-story {
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 15px;
}

.related-articles--side .in-sec-story h2 {
  font-size: 16px;
}

.related-articles--side .in-sec-story .timestamp {
  font-size: 0.781em;
}

.related-articles--side .img-sticker {
  margin-bottom: 4px;
}

.info {
  padding-bottom: 18px;
}

.info__interact {
  display: inline-block;
  float: right;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .info__interact {
    float: none;
    display: block;
    padding: 14px 0 20px;
  }
}

.info__button {
  padding-left: 20px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .info__button {
    padding-left: 0px;
    padding-right: 20px;
    float: left;
  }
}

.credit {
  height: 28px;
  font-size: 14px;
  color: #adadad;
}

ul.side-note {
  border-top: 0;
}

@media (min-width: 1024px) {
  ul.side-note {
    border-top: 1px solid var(--color-border);
    padding-top: 15px;
    margin-left: 10px;
    max-width: 141px;
  }
}

@media (min-width: 1100px) {
  ul.side-note {
    max-width: 160px;
  }
}

@media (min-width: 1230px) {
  ul.side-note {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  ul.side-note {
    max-width: none;
  }
}

.button--bookmark {
  float: right;
}

@media (max-width: 1024px) {
  .button--bookmark {
    float: none;
  }
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  width: auto;
  height: 150px;
  margin: 100px auto;
}

@media (min-width: 768px) {
  .modalDialog {
    width: 600px;
    background: rgba(0, 0, 0, 0.5);
  }
}

.modalDialog > div {
  width: 500px;
  position: relative;
  margin: 10% auto;
  padding: 15px;
  background: transparent;
}

@media (max-width: 575px) {
  .modalDialog > div {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .modalDialog > div > a {
    color: var(--color-bg-1) !important;
  }
}

.shareClose {
  color: var(--color-bg-1);
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  bottom: 80px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px !important;
  opacity: 0.7;
}

@media (max-width: 575px) {
  .shareClose {
    right: 10px;
  }
}

@supports (-webkit-touch-callout: none) and (not (-moz-appearance: none)) {
  /* This applies only to iOS devices (iPhones & iPads) */
  .navbar__interact {
    margin-left: -65px;
  }
}

@media (hover: none) {
  .btn--bookmark:not(.active):hover i::before,
  .navbar__interact .button--bookmark:not(.active):hover i::before {
    content: "\f097";
    color: #7f7f7f;
  }
}

/* search icon next to login */

.login-search {
  padding: 7px 7px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.login-search i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
}

.login-search:hover {
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  color: #383838;
}

@media (min-width: 991px) {
  #navbar-main.affix .nav > li > a.login {
    margin: 0 8px;
  }
}

ul.nav.social-branding {
  display: inline-flex !important;
  gap: 8px;
  align-items: center;
}

.nav a.btn--subscribe {
  margin: 0 !important;
}

.btn-login a {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  a#hllogin:hover {
    background-color: #eee !important;
  }
}

.navbar-header {
  margin-right: 0 !important;
}

.navbar-toggle .icon-x {
  display: none;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.mega-nav-toggle.navbar-toggle {
  display: flex;
  flex-direction: column;
  padding: 13px 8px 0;
}

.navbar-toggle .icon-bar {
  width: 16px;
  border: 1.5px solid var(--color-on-bg-1);
}

#tsolnavbar ul.nav li a {
  padding: 11px 10px !important;
}

ul.social-branding li {
  padding: 13px 0;
}

.nav .btn--subscribe {
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 8px;
  color: #fff !important;
}

@media (max-width: 990px) {
  .navbar-header .navbar-brand.brand-mobile {
    top: 4px;
  }

  .navbar-toggle {
    margin-right: 0;
    padding: 15px 12px 5px 13px;
  }

  #navbar-main.navbar {
    min-height: 48px;
  }
}

@media (min-width: 991px) {
  .navbar-brand.brand-prime {
    margin-left: -0.55em;
  }

  .mega-nav-toggle.navbar-toggle {
    margin-left: -0.5em;
  }

  .branding .navbar-brand {
    top: 4.5px;
  }

  #navbar-main.affix #tsolnavbar ul.nav li a {
    line-height: 19px;
    padding: 11px 8px !important;
  }

  #navbar-main.affix .nav > li > a.login {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #navbar-main.affix ul.nav.navbar-nav.navbar-right,
  ul.nav.navbar-nav.navbar-right {
    padding-top: 3px;
  }

  .navbar-toggle {
    padding: 16px 13px 5px 14px;
    margin-left: -1em;
    margin-right: 14px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3.1px;
  }

  #page-header nav .navbar-right {
    margin-right: -0.6rem !important;
  }

  #navbar-main .nav > li > a.login {
    padding: 5px 10px;
  }

  .nav > li > a.login {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  #navbar-main.affix ul.nav.navbar-nav.navbar-right,
  ul.nav.navbar-nav.navbar-right {
    padding-top: 2px;
  }

  .nav .btn--subscribe {
    padding: 5px 10px;
    margin-right: 5px;
  }

  .nav > li > a.login {
    margin-right: 0;
    padding: 5px 10px;
  }
}

@media (max-width: 1024px) {
  #page-header nav .navbar-right {
    top: 0;
    right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .nav > li > a.login {
    margin-right: 0;
    padding: 3px 7px;
  }

  #navbar-main.affix {
    top: 0;
  }

  .med-rec {
    width: 100%;
    height: auto;
  }

  #tsolnavbar {
    display: none;
  }

  .focus-wrapper {
    display: block;
  }

  ul.social-branding {
    display: none;
  }

  .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
  }

  ul.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-brand.brand-prime {
    display: none;
  }

  .navbar-brand.brand-mobile {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    text-align: center;
    margin: 0 auto;
  }

  .topics {
    margin-top: 2px;
  }

  #page-header .navbar-right {
    float: right;
  }

  #page-header .navbar-right li {
    display: inline-block;
  }

  #page-header .navbar-right {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }

  .story-set {
    margin-bottom: 0;
  }

  .tab-content > .tab-pane,
  .tab-content > .tab-pane.active {
    margin-bottom: 0;
  }

  .in-sec-story h2 {
    font-size: 1em;
  }

  .trending ul.trend-list p.trend-list-num {
    font-size: 1.813em;
  }

  .trending p {
    font-size: 0.95em;
  }

  .trending ul.trend-list {
    height: auto;
  }

  .trending ul.trend-list li:nth-child(2) {
    padding: 0;
  }

  .market-trans .linedlist:nth-child(10),
  .market-trans .linedlist:nth-child(6),
  .market-trans .linedlist:nth-child(7),
  .market-trans .linedlist:nth-child(8),
  .market-trans .linedlist:nth-child(9) {
    display: none;
  }

  .tab-panel-2 .nav-pills > li.active > a {
    border-top: none;
  }

  .tab-panel-2 .nav-pills > li {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .story-wrapper {
    flex-direction: column;
  }

  #navbar-main.navbar .login {
    display: none;
  }

  .container-fluid {
    margin-top: 60px;
    padding: 0;
  }
}

#st-1 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: center;
  z-index: 94034;
}

#st-1.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in,
    c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in,
    i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in,
    i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in,
    c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in,
    i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

#st-1 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

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

#st-1 .st-btn:last-child {
  margin-right: 0;
}

#st-1 .st-btn > img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-1 .st-btn:hover {
  opacity: 0.8;
  top: -4px;
}

#st-1 .st-btn[data-network="facebook"] {
  background-color: #4267b2;
}

#st-1 .st-btn[data-network="facebook"] img {
}

#st-1 .st-btn[data-network="twitter"] {
  background-color: #000000;
}

#st-1 .st-btn[data-network="twitter"] img {
}

#st-1 .st-btn[data-network="whatsapp"] {
  background-color: #25d366;
}

#st-1 .st-btn[data-network="whatsapp"] img {
}

#st-1 .st-btn[data-network="telegram"] {
  background-color: #0088cc;
}

#st-1 .st-btn[data-network="telegram"] img {
}

#st-1 .st-btn[data-network="linkedin"] {
  background-color: #0077b5;
}

#st-1 .st-btn[data-network="linkedin"] img {
}

:root {
  --color-neutral: #ffffff;
  --color-neutral-10: #f7f7f7;
  --color-neutral-20: #eeeeee;
  --color-neutral-30: #d6d6d6;
  --color-neutral-40: #bbbbbb;
  --color-neutral-50: #adadad;
  --color-neutral-60: #939393;
  --color-neutral-70: #707070;
  --color-neutral-80: #595959;
  --color-neutral-90: #4a4a4a;
  --color-neutral-110: #333333;
  --color-neutral-120: #202020;
  --color-primary: #bb0000;
  --color-on-primary: #ffffff;
  --color-bg-hover: #eeeeee;
  --color-on-hover: #333333;
  --color-border: #d6d6d6;
  --color-text: #4a4a4a;
  --color-link: #0066cc;
  --color-bg-1: #ffffff;
  --color-bg-2: #f2f2f2;
  --color-bg-3: #eeeeee;
  --color-on-bg: #4a4a4a;
  --color-bg-footer: #333333;
  --color-on-footer: #d6d6d6;
  --color-color-white: #ffffff;
  --color-border-footer: #707070;
}

.topics {
  padding: 10px 0;
  align-items: center;
  gap: 10px;
  display: flex;
  position: relative;
  padding-left: 0.3rem;
}

.topics__section {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-bg-2);
  position: relative;
}

.topics__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  color: #4a4a4a;
}

.topics__scroll {
  left: 1px;
  display: flex;
  overflow-y: scroll;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  /* user-select: none; */
  top: -1px;

  &::-webkit-scrollbar {
    display: none;
  }
}

.topics__links {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 12px;
  padding: 0 12px;
}

.topics__links a {
  position: relative;
  font-size: 13px;
  color: var(--color-primary);
  text-decoration: none;
  flex-shrink: 0;
  padding-right: 12px;
}

.topics__links a::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 0.5px;
  height: 70%;
  background-color: var(--color-border);
}

.topics__links a:last-child::after {
  display: none;
}

.topics__links a:hover {
  text-decoration: underline;
}

.topics__content {
  overflow: hidden;
  position: relative;
}

.topics__content::before {
  content: "";
  width: 2px;
  display: block;
  background-color: var(--color-bg-2);
}

.container-topic-bar {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-topic-bar {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-topic-bar {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-topic-bar {
    max-width: 960px;
  }
}

.container-topic-bar {
  max-width: 1260px;
}

/*        @media  only screen and (max-width: 767px){  
  a.navbar-brand.brand-mobile {
    padding-top: 3px !important;
    margin-top: 12px !important;
  }
  }    */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #thestar-global-bar {
    display: none;
  }

  body {
    padding-top: 0 !important;
  }

  #navbar-main.affix {
    top: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  /*50 years special*/
}

@media only screen and (max-width: 960px) {
  #sideNote {
    position: initial !important;
  }
}

.story-wrapper {
  padding-top: 0 !important;
  overflow: visible;
}

.related-articles--side .in-sec-story .timestamp {
  font-size: 0.781em;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .row {
    width: auto;
  }
}

#story-Article img {
  width: 100%;
}

#story-Article p {
  margin-block: 12px;
}

#story-Article h2 {
  margin-block: 12px;
  font-size: 30px;
  color: #333;
}

#story-Article a {
  color: #004bd1;
}

#story-Article blockquote {
  border-left: 5px solid #bb0000;
}

.commentsWrapper {
  width: clamp(350px, 1005px, 100%);
  margin: 0 auto;
}

._ohe {
  margin-right: 10px;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container a {
  color: #365899 !important;
  cursor: pointer;
  text-decoration: none;
}

.fb--container img {
  border: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle,
.fb--container .fcg,
.fb--container a.uiLinkSubtle {
  color: #90949c;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf,
.fb--container .rfloat {
  float: right;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container ._2vq9 a {
  color: #4267b2;
}

.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}

.fb--container ._517h:hover {
  background-color: #e9ebee;
}

.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container ._6b {
  vertical-align: middle;
  display: inline-block;
  word-wrap: normal;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  line-height: 22px;
}

.fb--container ._5mdd,
.fb--container._2pi8 {
  word-wrap: break-word;
}

.fb--container ._6b::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
}

.fb--container ._2pis {
  padding-left: 8px;
  margin-left: 56px;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container._5lm5 {
  margin-top: 12px;
  border-top: 1px solid #e9ebee;
}

.fb--container._5lm5 ._42ef {
  font-size: 11px;
  color: #365899;
  cursor: pointer;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 700;
}

.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

#comments_form.mycomment {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 20px 0 0;
  font-size: 16px;
}

#comments_form .mycomment-img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

#comments_form .mycomment-info {
  width: 100%;
  max-width: 100%;
}

#comments_form .textbox {
  color: #1d2129;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  margin-bottom: 10px;
  outline: 0;
}

#comments_form .mycomment-info__inner {
  background-color: #f2f3f5;
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0;
  padding: 0.75rem 12px 1rem;
  position: relative;
}

#comments_form .error {
  position: relative;
  margin-top: -10px;
  color: red;
  font-size: 13px;
  padding-left: 5px;
  display: none;
}

.step-block-yellow {
  border-left: 3px solid #e32402;
  border-radius: 4px;
  background: rgba(247, 247, 247, 1);
  padding: 12px;
  width: 100%;
}

.step-block-yellow .step-label {
  display: inline-block;
  border-radius: 2px;
  background: #e32402;
  color: white;
  font-size: 12px;
  font-weight: 900;
  padding: 2px 6px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.step-block-yellow .step-text {
  font-size: 18px;
  line-height: 1.4;
  color: rgba(34, 34, 34, 1);
  margin-bottom: 0;
}

.availability-block {
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 6.300000190734863px 0px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 1);
}

.availability-places-info {
  font-size: 16px;
  margin-bottom: 0px;

  font-weight: 600;
}

.availability-description-text {
  font-size: 16px;
  line-height: 120%;

  margin-bottom: 3px !important;
}

.availability-progress-container {
  width: 100%;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}

.availability-progress-bar {
  height: 100%;
  background-color: #e53e3e;
  width: 0;
  border-radius: 4px;
  transition: width 0.3s ease;
}

.cta-block {
  border: 1px solid red;
  border-radius: 4px;
  background: rgba(247, 247, 247, 1);
  padding: 12px;
  width: 100%;
  text-align: center;
}

.cta-title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(34, 34, 34, 1);
  margin-bottom: 8px;
}

.cta-subtitle {
  font-size: 16px;
  color: rgba(34, 34, 34, 1);
  line-height: 120%;
  margin-bottom: 8px;
  padding: 0 16px 8px;
}

.testimonial-block-rep {
  border-radius: 4px;
  background: rgba(221, 42, 48, 0.1);
  padding: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.profile-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  max-width: 80px;
}

.testimonial-text {
  font-size: 14px;
  font-weight: 600;
  color: black;
}

@media (min-width: 700px) {
  .testimonial-text {
    font-size: 20px;
  }

  .cta-block {
    padding: 48px;
  }
}

.privacy-notice {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 12px;
  color: rgba(98, 98, 98, 1);
  line-height: 120%;
  justify-content: center;
  font-weight: 400;
}

.brand-name-image {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  max-width: 20%;
  width: 100%;
  text-align: center;
  line-height: initial;
  color: black;
  /* user-select: none; */
  word-wrap: normal;
}

@media (max-width: 800px) {
  .brand-name-image {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .brand-name-image {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .brand-name-image {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .brand-name-image {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .brand-name-image {
    font-size: 8px;
  }
}

.brand-name-image2 {
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  max-width: 30%;
  width: 100%;
  text-align: center;
  line-height: initial !important;
  right: 3%;
  top: 37%;
  color: black;
  /* user-select: none; */
  transform: translate(0, -50%);
  word-wrap: normal;
}

@media (max-width: 800px) {
  .brand-name-image2 {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .brand-name-image2 {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .brand-name-image2 {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .brand-name-image2 {
    font-size: 10px;
  }
}

.text-red {
  color: rgba(221, 42, 48, 1);
  font-weight: bold;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../index/fontawesome-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
  content: "\f002";
}

.fa-times:before {
  content: "\f00d";
}

.fa-play:before {
  content: "\f04b";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-share-alt:before {
  content: "\f1e0";
}

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

a {
  font-weight: 600;
}

a,
p {
  color: #4a4a4a;
}

#navbar-main.navbar {
  min-height: 42px;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

.headline h1 {
  letter-spacing: 0.5px;
}

.button-more label,
a {
  cursor: pointer;
}

a,
article,
b,
body,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
img,
label,
li,
nav,
p,
section,
span,
table,
time,
ul {
  margin: 0;
  padding: 0;
  border: none;
}

article,
footer,
header,
nav,
section {
  display: block;
}

a:focus,
a:hover {
  color: #5e5e5e;
}

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

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

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-lg-5,
.col-lg-7,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xs-12,
.col-xs-2,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.container {
  padding-left: 10px;
  padding-right: 10px;
}

html {
  height: 100%;
}

.navbar-brand.brand-mobile,
.side-div .market-movers ul li:nth-child(3),
.side-div .market-movers ul li:nth-child(5),
.side-div ul.biz-sec-wrap td:nth-child(2),
.side-div ul.biz-sec-wrap td:nth-child(3),
.side-div ul.biz-sec-wrap td:nth-child(4),
.side-div ul.biz-sec-wrap td:nth-child(7) {
  display: none;
}

.img-sticker {
  position: relative;
}

body {
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: Lato, Arial, Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 400;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

p {
  overflow: hidden;
  font-size: 1em;
  line-height: 1.35em;
  margin-bottom: 8px;
}

h1,
h2,
h3 {
  font-weight: 900;
}

.container {
  max-width: 1260px;
  width: 100%;
}

.wrapper-maincontent {
  flex: 1;
}

.button-more,
.right {
  float: right;
}

.left,
.sponsored-panel header h3 {
  float: left;
}

.med-rec {
  margin: 0 auto;
  text-align: center;
}

.kicker {
  font-weight: 900;
  color: #b00;
  text-align: left;
  font-size: 0.75em;
}

.kicker {
  text-transform: uppercase;
  margin-right: 6px;
}

.button-more a,
.button-view a {
  text-transform: capitalize;
}

a.kicker:hover {
  color: #b00;
}

.timestamp {
  font-size: 0.781em;
  font-weight: 400;
  color: #4a4a4a;
  margin-right: 6px;
}

.bot-20 {
  margin-bottom: 20px;
}

#wrapper,
.biz-sec-wrap {
  overflow: hidden;
  display: block;
}

.navbar-nav li a.log-in {
  padding: 7px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .navbar-nav li a.log-in {
    padding: 7px 9px 7px 7px;
    border-radius: 4px;
  }
}

.title-02 {
  font-weight: 900;
}

.img-sticker {
  float: left;
}

.img-sticker a,
.img-sticker img,
.story-set {
  display: block;
  overflow: hidden;
}

.Ads-slot .ads {
  margin: 0 auto 20px;
  display: block;
}

.arrow-r {
  border-top: 2px solid #4a4a4a;
  margin-bottom: 3px;
}

.arrow-r {
  vertical-align: middle;
  display: inline-block;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border-right: 2px solid #4a4a4a;
}

.button-more a {
  font-size: 0.813em;
  line-height: 1.154em;
  color: #b00;
}

.button-more label {
  border: 1px solid #4a4a4a;
  padding: 4px 8px;
  margin: 0 3px;
}

.button-more a:hover label {
  background: #d6d6d6;
}

.arrow-r {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 2px;
}

.button-view {
  margin: 10px auto 0;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 10px 0;
}

.button-view a {
  border: 2px solid #b00;
  padding: 8px 25px;
  background: 0 0;
  color: #b00;
  border-radius: 8px;
}

.button-view a:hover {
  color: #b00;
  background: #f0f0f0;
}

.f13 {
  font-size: 0.813em;
  line-height: 1.35em;
}

.f18 {
  font-size: 1.125em;
  line-height: 1.5em;
}

.headline h1 a {
  color: #b00;
  font-weight: 900;
}

.title-02 {
  color: #b00;
  font-size: 1.563em;
  line-height: 1.24em;
}

#navbar-main.navbar,
.branding {
  background: #fff;
  border-color: #d6d6d6;
  margin-bottom: 0;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.branding .navbar-brand {
  min-height: 67px;
  padding: 4px;
}

.social-branding {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.social-branding li {
  float: left;
  padding: 10px 0;
}

.market-trans tr td:last-child,
ul.social-branding li:last-child {
  padding-right: 0;
}

.active {
  background: #dfdfdf;
}

.navbar-toggle,
.navbar-toggle:hover {
  background: 0 0 !important;
}

#navbar-main.affix {
  width: 100%;
  top: 30px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  -moz-box-shadow: 0 0.8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8px 0 rgba(0, 0, 0, 0.1);
}

#page-header .navbar-right {
  margin-right: 0;
}

#tsolnavbar ul.nav li a {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
}

.nav > li > a.login {
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.813em;
}

#tsolnavbar .nav > li > a {
  padding: 11px 10px !important;
}

.navbar-toggle {
  margin-right: 35px;
  border: none;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: 0.2s;
  border: 2px solid #383838;
}

.topics {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  position: relative;
  background: #fff;
}

.market-trans a:hover {
  text-decoration: underline;
}

.headline {
  border-bottom: 1px solid #d6d6d6;
}

.headline {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 18px;
  overflow: hidden;
}

.headline hr {
  border: 1.5px solid #b00;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.headline p {
  margin-top: 5px;
  margin-bottom: 0;
}

.headline p span {
  padding: 0 10px 2px 0;
  border-right: 1px solid #ddd;
  margin-right: 8px;
  display: inline-block;
  font-size: 0.889em;
}

.headline p span:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.headline p span:last-child {
  margin-left: 0;
}

.trending {
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}

.tab-panel-2 .nav-pills > li > a {
  border-radius: 0;
  color: #4a4a4a;
}

.tab-panel-2 .nav-pills > li.active > a {
  background: #fff;
  color: #b00;
  border-top: 2px solid #b00;
}

.tab-content > .tab-pane,
.tab-content > .tab-pane.active {
  background: #fff;
  padding: 20px 0;
}

.in-sec-story img {
  margin-bottom: 2px;
}

.sponsored-panel .panel-content img {
  margin-bottom: 10px;
}

.in-sec-story {
  margin-bottom: 25px;
}

.in-sec-story h2 {
  font-size: 1.125em;
  line-height: 1.18em;
}

.sponsored-panel .panel-content {
  margin-bottom: 5px;
}

.market-trans tbody td,
.market-trans thead td {
  text-align: center;
}

.market-trans tbody td:last-child,
.market-trans-head tr.header td:last-child {
  text-align: right;
}

.market-movers-wrap .market-trans tbody td:first-child {
  text-transform: uppercase;
}

.market-trans-head tr.header {
  vertical-align: top;
}

.market-movers-wrap .tab-content > .tab-pane {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-top: 0;
}

.market-trans {
  border-collapse: collapse;
  line-height: 1.333em;
  font-size: 0.9em;
  width: 100%;
}

.market-trans-head {
  color: #444;
  font-weight: 700;
}

.market-trans tbody tr {
  margin: 5px 0;
}

.market-trans tbody td:first-child,
.market-trans thead td:first-child {
  text-align: left;
  padding-left: 0;
}

.market-trans .linedlist {
  border-top: 1px solid #e5e5e2;
  border-bottom: 0;
}

.market-trans tr.linedlist:hover {
  background: #efefef;
}

.footer-bottom .container,
.market-movers-wrap .market-trans tr.linedlist:hover {
  background: 0 0;
}

.market-trans tr td {
  padding: 8px 4px;
  text-align: right;
}

.quote_text_up {
  color: #008c00;
  padding: 2px 0;
  font-weight: 900;
}

.quote_text_down {
  color: #c00;
  padding: 2px 0;
  font-weight: 900;
}

.market-trans a {
  color: #004bd1;
}

.sponsored-panel {
  overflow: hidden;
  display: block;
  background: #fff;
  padding: 10px 15px 20px;
  margin-bottom: 20px;
}

.sponsored-panel header {
  margin-bottom: 15px;
  overflow: hidden;
}

.tab-panel-2 .nav-pills {
  color: #4a4a4a;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #ddd;
}

.trending ul.trend-list {
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
}

.tab-panel-2 .nav-pills > li {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 2px solid transparent;
}

.tab-panel-2 .nav-pills > .active {
  border: 1px solid #ddd;
  border-bottom: none;
  background: #fff;
  margin-bottom: -2px !important;
}

.trending p {
  line-height: 1.15em;
}

.trending ul.trend-list {
  display: block;
  margin: 0 0 11px;
  padding: 0 0 10px;
  height: 100px;
  list-style: none;
}

.trending ul.trend-list li {
  list-style: none;
}

.trending ul.trend-list p.trend-list-num {
  font-size: 2.813em;
  vertical-align: middle;
  padding: 15px 10px 15px 0;
  color: #9b9b9b;
}

.trend-list h3 {
  font-size: 1em;
}

.footer-bottom {
  background: #282828;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-bottom p {
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin: 0;
}

.btn-login a {
  padding: 5px 10px;
  font-size: 0.813em;
}

.btn-login a {
  border: 1px solid #d6d6d6;
  margin-right: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
}

.btn-login a:hover {
  xbackground: #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle,
  ul.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  #tsolnavbar,
  .navbar-brand.brand-prime {
    display: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-brand.brand-mobile {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    text-align: center;
    margin: 0 auto;
  }

  #tsolnavbar .nav > li > a {
    padding: 10px !important;
  }

  #navbar-main .nav > li > a.login {
    padding: 5px 18px;
  }

  .focus-wrapper {
    display: block;
  }

  .headline p {
    text-align: right;
    font-size: 0.875em;
  }
}

@media only screen and (min-width: 992px) {
  .in-sec-story img {
    width: 100%;
    margin-bottom: 2px;
  }

  .headline p {
    text-align: right;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 10px 12px;
  }
}

@media (max-width: 991px) {
  .branding {
    display: none;
  }
}

.topics {
  display: flex;
}

.branding .navbar-brand {
  position: relative;
  top: 8px;
  z-index: 1;
}

@font-face {
  font-family: "Montserrat";
  src: url("../index/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../index/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header {
  display: block;
}

ul,
li {
  list-style: none;
}

input,
button {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input[type="text"],
input[type="submit"],
input[type="email"] {
  -webkit-appearance: none !important;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button {
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

.iti-flag {
  width: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px;
  }
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("_.html");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("_-1.html");
  }
}

#loading {
  display: none;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading img {
  width: 100%;
}

.custom-form {
  max-width: 500px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;*/
  border-radius: 18px !important;
  padding: 20px;
  position: relative;
  width: 100%;
}

.custom-form__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: fit-content;
}

.custom-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#Send-Us-Message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* position: relative; */
  width: 100%;
}

#Send-Us-Message input {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
  min-height: 55px !important;
  border-radius: 8px !important;
  padding: 14px;
  width: 100%;
  background: #fff;
  color: #333;
  transition: 0.3s ease background-color, 0.3s ease box-shadow;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  border: none !important;
  box-sizing: border-box;
}

#Send-Us-Message input::-moz-placeholder {
  color: #333;
}

#Send-Us-Message .phone__input {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
  border-radius: 8px !important;
  padding-left: 8px;
  transition: 0.3s ease background-color, 0.3s ease box-shadow;
  border: none;
}

#Send-Us-Message .phone__input .flag-container {
  background: none !important;
}

#Send-Us-Message .phone__input input {
  padding-left: 10px;
  background: none;
  box-shadow: none;
}

#Send-Us-Message .phone__input .selected-flag {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

#Send-Us-Message .phone__input .flag-container {
  height: 100%;
  position: relative;
}

#Send-Us-Message .phone__input .flag-container .iti-arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

#Send-Us-Message .form__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  background-color: rgb(221 42 48);
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s ease box-shadow, 0.3s ease background-color;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 17px;
  color: #fff;
  border: none;
}

.iti-flag {
  background-image: url("../index/flags_2x.webp");
}

@media (max-width: 500px) {
  .custom-form {
    padding: 10px;
  }
}

.countdown-container {
  background: rgba(221, 42, 48, 0.1);
  border-radius: 4px;
  padding: 20px 30px 60px 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  box-sizing: border-box;
}

.countdown-header {
  text-align: center;
  margin-bottom: 15px;
}

.countdown-title {
  font-size: 24px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.countdown-value {
  background: rgb(221 42 48);
  color: white;
  font-size: 42px;
  font-weight: bold;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  position: relative;
  transition: transform 0.3s ease;
}

.countdown-value:hover {
  transform: translateY(-5px);
}

.countdown-label {
  font-size: 11px;
  text-transform: uppercase;
  color: black;
  position: absolute;
  bottom: -50%;
}

.separator {
  font-size: 30px;
  color: black;
  align-self: center;
}

.expired-message {
  display: none;
  text-align: center;
  padding: 20px;
}

.expired-message h3 {
  color: #e53e3e;
  font-size: 28px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .countdown-wrapper {
    gap: 10px;
  }

  .countdown-value {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }

  .separator {
    font-size: 20px;
  }

  .countdown-container {
    padding: 30px 20px 45px 20px;
  }

  .countdown-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .countdown-wrapper {
    gap: 8px;
  }

  .countdown-value {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .separator {
    font-size: 18px;
  }

  .countdown-label {
    font-size: 9px;
  }
}

@media (max-width: 400px) {
  .countdown-wrapper {
    gap: 5px;
  }

  .countdown-value {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .countdown-container {
    padding: 25px 15px 35px 15px;
  }

  .countdown-title {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .countdown-value {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .separator {
    font-size: 16px;
  }

  .countdown-label {
    font-size: 8px;
  }
}
.benefits-box {
  background: #fff9e0;
  border: 1px solid #f3e0a0;
  border-radius: 10px;
  padding: 16px 20px;
  margin: 16px 0;
}

.benefits-box h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.benefits-list {
  margin: 0;
  padding-left: 20px;
}

.benefits-list li {
  margin-bottom: 6px;
  font-weight: 500;
}
.moe-box {
  background: #f2f8ff;
  border: 1px solid #c8ddff;
  border-radius: 10px;
  padding: 16px 20px;
  margin: 16px 0;
}

.moe-box h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.moe-box p {
  margin: 8px 0;
}
.spots-box {
  background: #fff3f3;
  border: 1px solid #f5c2c2;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 16px 0;
}

.spots-box p {
  margin: 0;
  font-weight: 600;
}
.thank-you-container {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.checkmark::after {
  content: "✔";
  color: green;
  margin-right: 10px;
}
.thank-you-text {
  font-size: 26px !important;
  color: #000;
  text-align: center;
}
@media (max-width: 600px) {
  .thank-you-container {
    width: 100%;
    padding: 10px;
  }
}
.generatePassword {
  width: 100%;
  text-align: center;
  background: #06bd06;
  border: none;
  padding: 7px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}
.no-citizen,
.preparing-data,
.preparing-register,
.question,
.yes-citizen {
  text-align: center !important;
}
.error-message {
  color: red;
  font-size: 0.8em;
  position: absolute;
  bottom: -20px;
  left: 0;
  visibility: hidden;
  margin-left: 13px;
}
.intgrtn-input {
  font-size: 18px;
  color: #000;
  display: block;
  margin: 8px auto !important;
  padding: 15px 8px;
  border: 1px solid #ececec;
  border-radius: 12px;
  width: 90%;
}
.intgrtn-input-group {
  margin: 8px auto;
}
.redirect-button {
  background-color: green !important;
}
.intgrtn-form-signup .intgrtn-input-phone,
.intgrtn-form-signup-3-steps .intgrtn-input-phone {
  border: none !important;
}
.iti {
  border: 1px solid #ececec !important;
  border-radius: 6px !important;
}
.intgrtn-btn-submit-holder {
  margin-top: 30px;
}
#custom-regbox * {
  font: 18px Arial, sans-serif !important;
}
.rf-alert {
  display: flex;
  align-items: flex-start;
  padding: 8px;
  border-radius: 8px;
}
.rf-alert_error {
  color: #b91c1c;
  background: #fee2e2;
}
.rf-alert_success {
  color: #15803d;
  background: #dcfce7;
}
.rf-alert__icon {
  opacity: 0.65;
}
.rf-alert__content {
  font-size: 14px;
  line-height: 20px;
  padding-left: 12px;
}
.rf-alert__content * {
  font-family: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.rf-alert__content > * {
  margin: 0 !important;
  padding: 0 !important;
}
.rf-alert__content > * + * {
  margin-top: 0.35em !important;
}
.rf-alert__content > h1,
.rf-alert__content > h2,
.rf-alert__content > h3,
.rf-alert__content > h4,
.rf-alert__content > h5,
.rf-alert__content > h6 {
  font-size: 100% !important;
  font-weight: 600 !important;
}
.rf-alert__content > ol,
.rf-alert__content > ul {
  padding-left: 1.5em !important;
}
.rf-form__content > * + * {
  margin-top: 16px;
}
.rf-form__content > :last-child {
  margin-top: 20px;
}
.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
  color: #000;
}
.redirect-button.intgrtn-btn-submit {
  box-shadow: #06bd06 0 0 0 0;
  animation: 2s infinite pulsing;
}
.no-citizen,
.yes-citizen {
  box-shadow: none;
  animation: none;
}
.no-citizen {
  width: 50%;
  height: 80px;
  background-color: #60359b !important;
  border-radius: 6px;
  color: #fff;
}
.yes-citizen {
  margin-top: 7% !important;
  width: 50%;
  height: 80px;
  background-color: #fff !important;
  border: 1px solid #60359b !important;
  border-radius: 6px;
}
.country-asking {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ajax-processing {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.2;
  animation: 1.5s ease-in-out infinite pulse;
}
.dot:first-child {
  animation-delay: 0s;
}
.dot:nth-child(2) {
  animation-delay: 0.5s;
}
.dot:nth-child(3) {
  animation-delay: 1s;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
.wait-block {
  margin-top: 3% !important;
}
.phone-icon img {
  width: 90px;
  height: 80px;
  animation: 1s infinite ring;
}
@keyframes ring {
  0%,
  100%,
  50% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(20deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(-20deg) scale(1.1);
  }
}
.response-success {
  flex-direction: column;
  align-items: center;
}
.iti__arrow,
.iti__country-list {
  display: none;
}
/* mixin vendorPrefixed */

/* mixin demodeBorder */

.intgrtn-form-signup,
.intgrtn-form-signup-3-steps {
  position: relative;
}

.intgrtn-form-signup,
.intgrtn-form-signup *,
.intgrtn-form-signup-3-steps,
.intgrtn-form-signup-3-steps * {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  text-indent: 0;
  text-align: left;
}

.intgrtn-form-signup .intgrtn-input-holder,
.intgrtn-form-signup-3-steps .intgrtn-input-holder {
  margin-bottom: 10px;
}

.intgrtn-form-signup .intgrtn-input-group,
.intgrtn-form-signup-3-steps .intgrtn-input-group {
  display: flex;
  flex-direction: row;
}

.intgrtn-form-signup .intgrtn-input-group .intgrtn-input-area-code,
.intgrtn-form-signup-3-steps .intgrtn-input-group .intgrtn-input-area-code {
  width: 50px;
  margin-right: 10px;
}

.intgrtn-form-signup .intgrtn-input,
.intgrtn-form-signup-3-steps .intgrtn-input {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px;
  margin: 0;
  background-color: #fff;
  display: block;
  width: 100%;
}

.intgrtn-form-signup .intgrtn-input.intgrtn-invalid,
.intgrtn-form-signup-3-steps .intgrtn-input.intgrtn-invalid {
  border-color: #f44336;
}

.intgrtn-form-signup .intgrtn-input-area-code-flags,
.intgrtn-form-signup-3-steps .intgrtn-input-area-code-flags {
  display: none !important;
}

.intgrtn-form-signup .intgrtn-input-phone,
.intgrtn-form-signup-3-steps .intgrtn-input-phone {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.intgrtn-form-signup .intgrtn-input-message-error,
.intgrtn-form-signup-3-steps .intgrtn-input-message-error {
  color: #f44336;
  text-align: right;
}

.intgrtn-form-signup .intgrtn-btn-submit-holder,
.intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder {
  margin-bottom: 10px;
  text-align: center;
}

.intgrtn-form-signup .intgrtn-btn-submit,
.intgrtn-form-signup-3-steps .intgrtn-btn-submit {
  font-size: 14px;
  display: inline-block;
  min-width: 88px;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  border-radius: 2px;
  background: #337ab7;
  color: #fff;
  transition: all 0.2s linear;
}

.intgrtn-form-signup .intgrtn-btn-submit:hover,
.intgrtn-form-signup-3-steps .intgrtn-btn-submit:hover {
  background: #265a87;
}

.intgrtn-form-signup .intgrtn-steps-holder .intgrtn-step,
.intgrtn-form-signup-3-steps .intgrtn-steps-holder .intgrtn-step {
  display: none;
}

.intgrtn-form-signup .intgrtn-steps-holder .intgrtn-step.intgrtn-active,
.intgrtn-form-signup-3-steps
  .intgrtn-steps-holder
  .intgrtn-step.intgrtn-active {
  display: block;
}

.intgrtn-loader-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50;
  display: none;
}

.intgrtn-loader-holder .intgrtn-loader-text-holder {
  text-align: center;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.intgrtn-loader-holder .intgrtn-loader-text-holder .intgrtn-lds-dual-ring {
  position: static;
  left: auto;
  right: auto;
  transform: translate(0%, 0%);
}

.intgrtn-loader-holder .intgrtn-lds-dual-ring {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.intgrtn-loader-holder .intgrtn-lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: intgrtn-lds-dual-ring 1.2s linear infinite;
}

@keyframes intgrtn-lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.intgrtn-btn-submit {
  transition: all 0.5s;
}

.intgrtn-btn-submit:hover {
  background: #442e76;
  text-decoration: none;
}
/* latin-ext */

.formwrap-outer .intgrtn-form-signup {
  padding: 20px;
}

.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-input-holder
  .intgrtn-input {
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formwrap-outer
  .intgrtn-form-signup
  .intgrtn-form-signup-3-steps
  .intgrtn-btn-submit {
  margin: 0 auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #5a3594;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 24px;
  cursor: pointer;
  white-space: normal;
  text-align: center;
}
@media screen and (min-width: 280px) {
  .formwrap-outer .intgrtn-form-signup {
    padding: 0;
  }
}

.intgrtn-input-message-error {
  display: none;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti input,
.iti input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti__flag {
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("flags.webp");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("flags@2x.webp");
  }
}
