.tf-hide {
  display: none !important;
}

.weather-widget {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget {
    color: #000;
  }
}

.weather-widget__data {
  border-left: 1px solid #e9e9e9;
  margin-left: 12px;
  padding: 2px 0 2px 12px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget__data {
    border-left: none;
    margin-left: 0;
    padding: 2px 0;
    color: #000;
  }
}

.weather-widget__data--date {
  margin: 0;
}

.weather-widget__data--city {
  font-weight: bold;
  color: #000;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget__data--city {
    font-size: 10px;
    color: #000;
  }
}

.weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget__image {
    width: 18px;
    height: 18px;
    order: 2;
    outline: 0;
  }
}

.weather-widget--locked {
  margin-left: 12px;
  min-width: 190px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget--locked {
    min-width: 0;
  }
}

.weather-widget--locked .weather-widget__image {
  flex: 0 0 auto;
  width: 37px;
  height: 24px;
}

.weather-widget--locked .weather-widget__image:after {
  content: "";
  width: 40px;
  height: 26px;
  display: block;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  background-image: url("/img/icon-weather-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget--locked .weather-widget__image:after {
    background-image: url("/img/icon-weather-black.svg");
  }
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget--locked .weather-widget__data {
    display: none;
  }
}
.tf-hide {
  display: none !important;
}

.most-read-widget {
  background-color: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
}

.most-read-widget input {
  display: none;
}

.most-read-widget input:checked + label {
  color: #21418d;
  border-bottom: 3px solid #21418d;
}

.most-read-widget label {
  width: 50%;
  color: #909090;
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 11px 13px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}

.most-read-widget label:hover {
  color: #21418d;
  border-bottom: 3px solid #21418d;
}

.most-read-widget #tab-0:checked ~ #content-tab-0 {
  display: block;
}

.most-read-widget__tab {
  display: none;
  width: 100%;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(1):before {
  content: "1";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(2):before {
  content: "2";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(3):before {
  content: "3";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(4):before {
  content: "4";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(5):before {
  content: "5";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.most-read-widget__tab {
  border-top: 1px solid #e9e9e9;
}

.most-read-widget__tab ul li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.most-read-widget__tab ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.most-read-widget__tab ul li:before {
  font-size: 24px;
  line-height: 30px;
  color: #e9e9e9;
  font-weight: bold;
  border-right: 3px solid #e9e9e9;
  min-width: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: none;
}

.most-read-widget__tab ul li a {
  display: flex;
  color: #212121;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px 0 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.most-read-widget__tab ul li a:hover {
  color: #545454;
}
.tf-hide {
  display: none !important;
}

.fin-indicators {
  background-color: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.fin-indicators input {
  display: none;
}

.fin-indicators input:checked + label {
  color: #212121;
  border-bottom: 3px solid #21418d;
}

.fin-indicators label {
  width: 33.3333333333%;
  color: #909090;
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 11px 13px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}

.fin-indicators label:hover {
  color: #212121;
  border-bottom: 3px solid #21418d;
}

.fin-indicators__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  min-height: 322px;
  align-content: flex-start;
  width: 100%;
}

.fin-indicators label {
  font-size: 10px;
  font-weight: bold;
}

.fin-indicators #fin-tab-0:checked ~ #fin-content-0 {
  display: block;
}

.fin-indicators #fin-tab-1:checked ~ #fin-content-1 {
  display: block;
}

.fin-indicators #fin-tab-2:checked ~ #fin-content-2 {
  display: block;
}

.fin-indicators__content {
  display: none;
  width: 100%;
  border-top: #e9e9e9;
}

.fin-indicators__row {
  display: flex;
  justify-content: space-evenly;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 21px;
  border-bottom: #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .fin-indicators__row {
    padding: 12px;
    font-size: 10px;
  }
}

.fin-indicators__row div {
  text-align: center;
  background: #fff;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  border-bottom-color: #e9e9e9;
  margin-bottom: 0;
}

.fin-indicators__row .price {
  width: 80px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .fin-indicators__row .price {
    width: 68px;
  }
}

.fin-indicators__row .change--1,
.fin-indicators__row .change-1 {
  width: 80px;
  text-align: left;
  margin-left: 12px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .fin-indicators__row .change--1,
  .fin-indicators__row .change-1 {
    width: 68px;
  }
}

.fin-indicators__row .change--1:before,
.fin-indicators__row .change-1:before {
  top: 4px;
}

.fin-indicators .description {
  text-align: left;
  width: 60%;
  margin-right: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fin-indicators #fin-content-0 .description {
  width: 70%;
}

.fin-indicators .price {
  text-align: left;
  width: 30%;
}

.fin-indicators .change--1 {
  color: #e64620;
}

.fin-indicators .change--1:before {
  /* background-image: url("/img/indicator-down.svg"); */
}

.fin-indicators .change-1 {
  color: #29b85d;
}

.fin-indicators .change-1:before {
  /* background-image: url("/img/indicator-up.svg"); */
}

.fin-indicators .change-1,
.fin-indicators .change--1 {
  padding-left: 16px;
  position: relative;
}

.fin-indicators .change-1:before,
.fin-indicators .change--1:before {
  content: "";
  width: 12px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.fin-indicators__sponsor {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 8px 16px;
}

.fin-indicators__sponsor span {
  font-size: 12px;
  line-height: 18px;
  color: #9e9eaf;
}

.fin-indicators__sponsor img {
  height: 25px;
  margin-left: 4px;
  align-self: center;
}
.tf-hide {
  display: none !important;
}

.company-snapshot-widget {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  margin-bottom: 16px;
}

.company-snapshot-widget__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  min-height: 40px;
  color: #212121;
  margin: 0 0 16px -16px;
  border-bottom: 1px solid #e9e9e9;
  width: calc(32px + 100%);
  padding: 0 16px 16px;
}

.company-snapshot-widget input[type="text"] {
  font-size: 16px;
  color: #212121;
  margin-bottom: 8px;
  padding: 0 12px;
  height: 48px;
  width: 100%;
  border: 1px solid #909090;
  background-color: #fff;
  transition: 0.2s ease-in border, 0.2s ease-in outline;
  overflow: hidden;
  border-radius: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.company-snapshot-widget input[type="text"]:focus {
  outline: 1px solid #000;
  border-color: #000;
}

.company-snapshot-widget input[type="text"]::-webkit-input-placeholder,
.company-snapshot-widget input[type="text"]:-ms-input-placeholder {
  color: #3b3b3b;
}
.tf-hide {
  display: none !important;
}

.newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .newsletter-subscription {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    padding: 32px;
    align-items: center;
    position: relative;
  }

  .newsletter-subscription:after {
    content: "";
    border-bottom: 1px solid #e9e9e9;
    width: calc(100% - 32px);
    display: block;
    margin: -1px auto 0;
    bottom: 0;
    height: 1px;
    left: 16px;
    position: absolute;
  }
}

.newsletter-subscription__heading {
  display: flex;
  margin-bottom: 16px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .newsletter-subscription__heading {
    margin-bottom: 8px;
  }
}

.newsletter-subscription__heading-text {
  margin-right: 8px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .newsletter-subscription__heading-text {
    margin-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.newsletter-subscription__heading-text div {
  font-weight: bold;
  font-size: 20px;
  color: #212121;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .newsletter-subscription__heading-text div {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
}

.newsletter-subscription__heading-text p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.newsletter-subscription__blurb {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  margin: 16px 0 0;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .newsletter-subscription__blurb {
    text-align: center;
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 24px;
  }
}

.newsletter-subscription__blurb img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
  flex: 0 0 auto;
}

.newsletter-subscription__blurb p {
  margin: 0;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .newsletter-subscription__blurb p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.newsletter-subscription__btn {
  font-size: 16px;
  color: #fff;
  background-color: #212121;
  outline: 0;
  padding: 12px 12px;
  border: 1px solid #212121;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  height: 48px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 16px;
}

.newsletter-subscription__btn:hover,
.newsletter-subscription__btn:focus {
  outline: 0;
  background-color: #080808;
}

.newsletter-subscription__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .newsletter-subscription__btn {
    margin-top: 16px;
    padding: 12px 24px;
  }
}

.newsletter-subscription__image-url {
  height: 214px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .newsletter-subscription__image-url {
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
    margin: 0 0 24px 0;
  }
}

.newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.tf-hide {
  display: none !important;
}

.traffic-widget {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  margin-bottom: 16px;
}

.traffic-widget__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  min-height: 40px;
  color: #212121;
  margin: 0 0 16px -16px;
  border-bottom: 1px solid #e9e9e9;
  width: calc(32px + 100%);
  padding: 0 16px 16px;
}

.traffic-widget__blurb {
  display: block;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}

.traffic-widget__btn {
  font-size: 16px;
  color: #fff;
  background-color: #212121;
  outline: 0;
  padding: 12px 12px;
  border: 1px solid #212121;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  height: 48px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 16px;
}

.traffic-widget__btn:hover,
.traffic-widget__btn:focus {
  outline: 0;
  background-color: #080808;
}

.traffic-widget__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 900px) {
  .footer__nav {
    display: none;
  }
}
@media (max-width: 900px) {
  #main-content {
    margin-bottom: 70px;
  }
}
.maincont p {
  letter-spacing: 0.5px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  margin-bottom: 1em;
}

.maincont .img-responsive {
  width: 100%;
  margin: 1em 0;
}

.maincont h2 {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-feature-settings: "";
  font-size: 1.5rem;
  line-height: 1.1666666666666667;
  color: #141414;
  margin-bottom: 1em;
  margin-top: 1em;
}

.maincont h3 {
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
  font-feature-settings: "";
  font-size: 1rem;
  line-height: 1.1666666666666667;
  color: #141414;
  margin-bottom: 1em;
  margin-top: 1em;
}

.maincont b {
  font-weight: 700;
}

.btn--animate-grow {
  transition-duration: 0.3s;
  transition-property: transform;
}

.btn--animate-grow:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.btn--orange {
  background: #e90e0e;
  color: #fff !important;
  text-decoration: none !important;
}

.btn {
  display: block;
  margin: 0 auto !important;
  width: 70%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px;
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

.maincont a {
  color: #eb0000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.maincont .no_hover {
  border-bottom: 0px dashed;
}

.flos span {
  background: #e5e5e5;
  width: auto;
  display: block;
  margin-bottom: 1em;
  padding: 10px;
  font-size: 14px;
  color: #555;
}

.flos img {
  margin-top: 1em !important;
  margin-bottom: 0 !important;
}
.sorser {
  text-align: center;
  background: #0a0a0a;
  padding: 2em;
  margin: 1em 0;
}

.article-body a {
  text-decoration: none;
  color: #e60505;
}

.sorser h3 span {
  color: #e60505;
  font-weight: 900 !important;
  font-size: 41px;
}

.sorser h4 {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
  margin: 10px 0;
}

.sorser h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}

.sorser h3,
.sorser h4 {
  color: #fff;
}

.sorser .flw {
  width: 100%;
}

@media (max-width: 768px) {
  .sorser h3 span {
    font-size: 29px;
  }

  .sorser h4 {
    font-size: 14px;
  }
}

.sx_0beb10 img {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 3px;
  padding: 0 !important;
}

#zephr-message.dismissed {
  display: none;
}

#zephr-message {
  font-size: 62.5%;
  font-size: 10px;
  font-family: ReithSans, Helvetica, Arial, freesans, sans-serif;
  font-weight: 700;
}

#zephr-message * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline;
}

#zephr-message h2 {
  margin-block: unset;
  margin-inline: unset;
}

#zephr-message .zephr-overlay {
  background: rgba(31, 31, 31, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4001;
  overflow: auto;
}

#zephr-message.dismissed {
  display: none;
}

#zephr-message .zephr-wrapper {
  position: relative;
  max-width: 889px;
  margin: 10% auto;
}

#zephr-message .zephr-inner {
  background: black;
  height: 429px;
}

#zephr-message .context-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -28px;
  width: 100%;
}

#zephr-message .signin-later {
  padding: 3em 0;
}

@media (max-width: 899px) {
  #zephr-message .zephr-inner {
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }

  #zephr-message .context-image {
    background-image: url("/img/background_t.png");
  }

  #zephr-message .heading,
  #zephr-message .signin-wrapper,
  #zephr-message .signin-later {
    text-align: center;
  }

  #zephr-message .context-image {
    height: 332px;
  }

  #zephr-message .context-image .close-button {
    display: none;
  }

  #zephr-message .content {
    margin: 3.2em 3.2em 0;
    padding-top: 322px;
    padding-bottom: 3em;
  }

  #zephr-message .zephr-wrapper {
    width: 80%;
  }

  #zephr-message .close-button {
    top: -30px;
  }
}

@media (min-width: 600px) {
  #zephr-message .heading h2 {
    font-size: 3.2em;
    line-height: 112%;
  }
}

@media (max-width: 600px) {
  #zephr-message .heading h2 {
    font-size: 2.4em;
    line-height: 116%;
  }

  #zephr-message .signin-later {
    padding: 2em 0;
  }

  #zephr-message .content {
    margin: 3.2em 1.2em 0;
    padding-top: 300px;
    padding-bottom: 2em;
  }
}

@media (max-width: 900px) {
  #zephr-message .spacer {
    display: none;
  }

  #zephr-message .heading {
    padding: 1em 0;
  }
}

@media (min-width: 900px) {
  #zephr-message .zephr-wrapper {
    width: 80%;
    padding-bottom: 5.5em;
    margin: 10% auto;
  }

  #zephr-message .context-image {
    background-image: url("/img/background_d.png");
    height: 505px;
    position: absolute;
    right: 50px;
    top: -30px;
    width: 434px;
    max-width: 52%;
  }

  #zephr-message .content {
    width: 48%;
    max-width: 672px;
    display: inline-block;
    margin: 7em 0 0 4em;
  }

  #zephr-message .heading,
  #zephr-message .signin-wrapper,
  #zephr-message .signin-later {
    text-align: left;
  }

  #zephr-message .zephr-inner {
    max-width: 730px;
  }

  #zephr-message .close-button {
    top: 0;
  }

  #zephr-message .container > .close-button {
    display: none;
  }

  #zephr-message .spacer {
    padding: 1em 0;
  }
}

@media (min-width: 899px) and (max-width: 1000px) {
  #zephr-message .context-image {
    right: -30px;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  #zephr-message .zephr-wrapper {
    width: 90%;
  }

  #zephr-message .signin-wrapper {
    margin: 3em 0;
  }

  #zephr-message .content {
    padding-top: 320px;
  }
}

@media (max-width: 320px) {
  #zephr-message .zephr-wrapper {
    width: 90%;
  }
}

#zephr-message .close-button {
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  text-align: center;
  border: 0;
  height: 30px;
  width: 30px;
  z-index: 999;
  background-color: black;
  color: white;
  position: absolute;
  right: 0px;
  background: #000
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' fill='white' width='30px' viewBox='0 0 50 50' focusable='false' style='&%2310; background-color: black;&%2310;'%3E%3Cpath d='M30 3.5L28.5 0 16 12.5 3.5 0 0 3.5 12.5 16 0 28.5 3.5 32 16 19.5 28.5 32l3.5-3.5L19.5 16 32 3.5z'/%3E%3C/svg%3E")
    5px 5px no-repeat;
}

#zephr-message .heading h2 {
  margin: 0px;
  color: #f6f6f6;
}

#zephr-message .signin-wrapper {
  margin: 1em 0;
}

#zephr-message .signin-separator {
  line-height: 122%;
  display: inline-block;
  color: white;
  font-size: 1.8em;
  font-weight: 400;
  vertical-align: 6px;
  padding: 0 0.25em;
}

#zephr-message .signin-signin {
  box-sizing: border-box;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  color: #3092ff;
  transition: all 0.5s ease 0s;
  font-size: 1.8em;
  line-height: 122%;
  vertical-align: 6px;
}

#zephr-message .hide-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

#zephr-message .signin-dismiss {
  padding-bottom: 0.25em;
  font-size: 1.4em;
  line-height: 135%;
  cursor: pointer;
  width: auto;
  color: #f6f6f6;
  font-weight: 400;
  text-align: left;
  margin: 3.5em auto 0px 0px;
  letter-spacing: -0.34px;
}

#zephr-message .signin-register {
  font-size: 1.8em;
  box-sizing: border-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: calc(0.5em - 2px) calc(1.6em - 2px);
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  background: #0078ff;
  color: white;
  box-shadow: #0078ff 0px 0px 0px 0px;
  min-height: 3em !important;
  line-height: 122% !important;
}

#zephr-message .textWrapper {
  padding-left: 5px;
}

#zephr-message .iconWrapper {
  width: 24px;
  height: 24px;
  background: #0078ff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 32 32' width='24' height='24'%3E%3Cpath fill-rule='white' d='M16 17.5a7.878 7.878 0 01-8-7.75A7.878 7.878 0 0116 2a7.878 7.878 0 018 7.75 7.878 7.878 0 01-8 7.75zM2 30c0-5.883 7.519-10 14.014-10C22.48 20 30 24.12 30 29.994c0 .005-28 .007-28 .005z'%3E%3C/path%3E%3C/svg%3E")
    0px 0px no-repeat;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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)
    format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-menu :focus:not(:focus-visible),
.video-js :focus:not(:focus-visible) {
  outline: 0;
  background: 0 0;
}
