html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding-top: 36px;
  overflow-x: hidden;
}
#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(../img/overlay-bg.png) 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;
  }
}
.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;
  }
}
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 {
  -webkit-appearance: button;
  cursor: pointer;
}

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

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff");
}

* {
  -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;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../img/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../img/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"] {
  -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;
}
.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: white;
  border-color: grey;
  border-radius: 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: var(--color-border);
  z-index: 100;
}

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

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

#navbar-main.affix #navi-home .sprite-icon {
  height: 17px;
  width: 16px;
}

#login_menu .sprite-icon {
  filter: none;
  background-position: -675px -26px;
  width: 20px;
  height: 20px;
  /*filter: invert(100%);
      width: 13px;
      height: 17px;*/
}

#navbar-main.affix #navi-home:hover .sprite-icon {
  background-position: -100px -389px;
}

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

.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(../img/home-red.svg);
}

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

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

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

.mobilenav ul > li:hover .podcast {
  background-image: url(../img/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 ul > li div:hover {
  color: var(--color-primary);
}

.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(../img/home-grey.svg);
}

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

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

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

.mobilenav__icon.podcast {
  background-image: url(../img/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;
}

.home-light .icon.sprite-icon {
  filter: none;
  background-position: -603px -27px;
  width: 17px;
  height: 17px;
}

.home-light:active .icon.sprite-icon,
.home-light:hover .icon.sprite-icon,
.home-light:focus .icon.sprite-icon {
  filter: invert(0);
  background-position: -100px -389px;
}

.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;
  }
}
#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 {
  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;
}

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

.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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  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;
}
@font-face {
  font-family: "Montserrat";
  src: url("../img/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../img/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"] {
  -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;
}

.form-wrapper {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 992px) {
  #navbar-main {
    display: none;
  }
  .img-sticker img {
    width: 100%;
  }
  .trend-list h3 {
    font-size: 18px;
  }
  ul {
    padding-left: 0px !important;
  }
}
.button-view a {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #bb0000;
}
