: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.750em;
  font-weight: 900;
  color: var(--color-primary);
  text-transform: uppercase;
  text-align: left;
  margin-right: 6px;
}

.follow {
  padding: 30px 0;
}

.follow .btn--follow {
  float: right;
}

@media (max-width: 767px) {
  .follow .btn--follow {
    float: left;
  }
}

.btn {
  font-size: 16px;
  font-weight: bold;
}

.btn--follow {
  min-width: 120px;
  padding: 5px 10px;
  border-radius: 18px;
  border: 1.2px solid;
  color: var(--color-primary);
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 5px;
}

i .btn--follow:hover {
  cursor: pointer;
}

.btn--follow__icon {
  float: right;
}

.btn--followed {
  color: #5e5e5e;
}

.btn--bookmark {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.btn--bookmark.active,
.btn--bookmark:hover {
  background: transparent;
}

.btn--bookmark.active i::before,
.btn--bookmark:hover i::before {
  color: var(--color-primary);
  content: "\f02e";
}

.btn--bookmark i {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-size: 30px;
  line-height: 34px;
}

.btn--bookmark i::before {
  color: #7f7f7f;
}

.btn--bookmarked {
  color: var(--color-primary);
}

.btn--bookmark--big {
  margin-top: 5px;
  background: url("urn:scrapbook:download:error:https://leakopalcheek.com/_cdn/production/landing-cdn/666/3ae91672-fb6f-4c8c-ba92-48da3969ec6e/assets/img/bookmark-btn-stories.svg");
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  line-height: 20px;
  width: 20px;
  height: 20px;
  outline: none;
}

.btn--bookmark--big:hover {
  background: url("urn:scrapbook:download:error:https://leakopalcheek.com/_cdn/production/landing-cdn/666/3ae91672-fb6f-4c8c-ba92-48da3969ec6e/assets/img/bookmark-btn-stories-red.svg");
  background-position: top left;
  background-repeat: no-repeat;
}

.btn--bookmarked--big {
  background: url("urn:scrapbook:download:error:https://leakopalcheek.com/_cdn/production/landing-cdn/666/3ae91672-fb6f-4c8c-ba92-48da3969ec6e/assets/img/bookmark-btn-stories-red.svg");
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  line-height: 20px;
  width: 20px;
  height: 20px;
  outline: none;
  margin-top: 5px;
}

.btn--bookmarked--big:hover {
  background: url("urn:scrapbook:download:error:https://leakopalcheek.com/_cdn/production/landing-cdn/666/3ae91672-fb6f-4c8c-ba92-48da3969ec6e/assets/img/bookmark-btn-stories.svg");
  background-position: top left;
  background-repeat: no-repeat;
}

.btn--load {
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 3px;
  font-weight: 600;
  padding: 6px 25px;
  text-transform: capitalize;
}

.btn--load:hover {
  cursor: pointer;
}

.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: .813em;
}

.btn--subscribe:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.dropdown--subscribe li {
  padding: 0 !important;
  float: none !important;
}

.dropdown--subscribe li a {
  padding: 10px;
  font-size: 12px;
}

.dropdown--folder {
  display: inline-block;
  margin-right: 10px;
}

.dropdown--folder .btn {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  min-width: 160px;
  text-align: left;
}

.dropdown--folder .btn:focus {
  color: var(--color-on-bg-primary);
}

@media (max-width: 768px) {
  .dropdown--folder .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.dropdown--folder .btn .caret {
  position: absolute;
  right: 15px;
  top: 15px;
}

.dropdown--folder .dropdown-menu {
  font-size: 15px;
}

@media (max-width: 768px) {
  .dropdown--folder .dropdown-menu {
    top: 80%;
  }
}

.dropdown--folder .dropdown-menu li a {
  font-size: 14px;
  padding: 5px 15px;
}

.btn--toggle {
  color: var(--color-primary);
  border: 2px solid;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
}

.btn--confirm {
  border: 2px solid var(--color-bg-primary);
  background-color: var(--color-bg-primary);
  color: var(--color-on-bg-primary);
  font-weight: 600;
}

.btn--confirm:hover {
  color: var(--color-on-bg-primary);
}

.btn--confirm:focus {
  color: var(--color-on-bg-primary);
}

.btn--outline {
  font-weight: 600;
  border: 2px solid;
  color: var(--color-primary);
  background-color: #ffffff;
}

.btn--outline:hover {
  color: var(--color-primary);
}

.btn--outline:focus {
  color: var(--color-primary);
}

.btn--wide {
  padding: 7px 35px;
}

.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--subscribe {
  background-color: var(--color-red-3);
  border: 1px solid var(--color-red-3);
  color: var(--color-on-bg-primary);
  display: none;
}

.bttn--log {
  color: var(--color-on-bg-1);
  border: 1px solid;
}

.button__container {
  width: 100%;
  padding: 25px 0;
}

.button__notes {
  margin-top: 12px;
}

.button--bookmark i:hover:before {
  content: "\f02e";
}

.panel-heading.dark {
  background-color: #4E4E4E;
  color: var(--color-on-bg-dark);
}

.followboxes__desc {
  padding: 10px 0;
}

.followboxes__link {
  visibility: hidden;
  padding: 10px 0;
}

.followboxes__link a {
  color: var(--color-primary);
}

.followboxes--columnists .followbox {
  height: 160px;
}

@media (max-width: 767px) {
  .followboxes--columnists .followbox {
    height: auto;
  }
}

.followboxes--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.followboxes--flex .followbox {
  height: 100%;
}

.followboxes--flex .col-xs-12 {
  margin-bottom: 10px;
}

.followboxes__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.followboxes__headings .btn--toggle {
  margin-left: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.followboxes__headings .btn--toggle::before {
  content: "Collapse All";
}

.followboxes__headings .btn--toggle.active {
  background: transparent;
}

.followboxes__headings .btn--toggle.active::before {
  content: "Expand All";
}

.followboxes h3 {
  font-size: 18px;
  margin: 15px 0;
  display: inline-block;
}

.followboxes .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.followboxes .panel-heading {
  background-color: #EDEDF3;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.followboxes .panel-heading.dark {
  background-color: #4E4E4E;
  color: var(--color-on-bg-dark);
}

.followboxes .panel-heading.dark [data-toggle="collapse"]:after {
  color: var(--color-on-bg-1);
}

#followed-topics .panel-heading.dark [data-toggle="collapse"]:after {
  color: var(--color-on-bg-dark);
}

.followboxes .panel-heading.dark a {
  font-size: 18px;
}

.followboxes .panel-heading.dark a:hover,
.followboxes .panel-heading.dark a:focus {
  color: var(--color-on-bg-1);
}

#followed-topics .panel-heading.dark a:hover,
#followed-topics .panel-heading.dark a:focus {
  color: var(--color-on-bg-dark);
}

.followboxes .panel-body {
  padding: 10px 0;
  border-top: 0 !important;
}

.followboxes .panel-title a {
  font-size: 16px;
}

.followboxes .panel-heading [data-toggle="collapse"]:after {
  content: "\f077";
  font-weight: 100;
}

.followbox {
  padding: 15px 10px;
  border: 1px solid var(--color-border);
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.followbox.followed .followbox__button {
  color: #5e5e5e;
}

.followbox .mt-2 {
  margin-top: 15px;
}

.followbox__title h4 {
  xtext-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.followbox__title.topic h4 {
  font-size: 16px;
}

.followbox__title a {
  display: inline-block;
}

.followbox__author {
  border-radius: 100%;
  border: 1px solid var(--color-border);
  padding: 0;
  max-width: 80px;
}

.followbox__columnist {
  font-size: .813em;
  line-height: 1.385em;
  font-weight: 400;
  padding-left: 0;
  margin-top: 0px;
  color: #adadad;
}

.followbox__button-container {
  height: 100%;
  display: initial;
  display: flex-items;
  position: absolute;
  overflow-y: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid var(--color-border);
  padding: 0;
}

.followbox__image {
  padding: 10px;
  text-align: center;
}

.followbox__title {
  padding: 10px 15px;
}

.followbox__button {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid;
  color: var(--color-primary);
}

.followbox__button:hover {
  cursor: pointer;
}

.followbox .btn--follow {
  display: inline-block;
  width: 40%;
}

.followbox:after {
  content: '';
  clear: both;
  display: table;
}

.followbox--2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.followbox--2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.tab-option {
  position: relative;
  bottom: 0;
  padding: 15px 10px;
}

.bookmark--empty {
  padding: 100px 0;
  text-align: center;
}

.bookmark--empty .bookmark__icon {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.bookmark--empty .bookmark__text {
  margin-bottom: 32px;
}

.bookmark--empty .bookmark__text h2 {
  font-size: 18px;
  margin-bottom: 18px;
}

.bookmark--empty .bookmark__text i {
  margin: 0 5px;
  font-size: 1.4em;
}

.bookmark__dropdown {
  display: inline-block;
}

.bookmark__dropdown .btn {
  background-color: #ffffff;
  color: #4a4a4a;
  border: 1px solid var(--color-border);
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  width: 200px;
  text-align: left;
}

@media (max-width: 768px) {
  .bookmark__dropdown .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.bookmark__dropdown .btn .caret {
  position: absolute;
  right: 15px;
  top: 15px;
}

.bookmark__dropdown .dropdown-menu {
  font-size: 15px;
}

.bookmark__dropdown .dropdown-menu li a {
  padding: 5px 15px;
}

.bookmark__select a {
  font-weight: 400;
}

.bookmark__notes p {
  margin-bottom: 15px;
}

.bookmark__notes .alert {
  margin-bottom: 0px;
}

.bookmark__tools {
  margin: 20px 0;
  float: right;
}

@media (max-width: 767px) {
  .bookmark__tools {
    width: 100%;
    text-align: right;
    margin: 20px 0 50px;
  }
}

.bookmark__tools .form-inline {
  text-align: left;
}

.bookmark__tools .form-inline .form-group {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .bookmark__tools .form-inline .form-group {
    margin-left: 0;
  }
}

.bookmark__tools .form-inline .form-group:first-child {
  margin-left: 0px;
}

.bookmark__tools .form-inline .form-group:last-child {
  margin-bottom: 0px;
}

.bookmark__tools .form-inline .form-group label {
  margin: 0 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .bookmark__tools .form-inline .form-group label {
    margin: 5px 0;
    display: inline-block;
    width: 20%;
    float: left;
  }
}

@media (max-width: 767px) {
  .bookmark__tools .form-inline .form-group .form-control {
    display: inline-block;
    float: left;
    width: 80%;
  }
}

.bookmark__library {
  padding-top: 12px;
  padding-bottom: 50px;
}

.bookmark__folders {
  padding-top: 80px;
}

.folder {
  margin-bottom: 60px;
  display: inline-block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media (max-width: 767px) {
  .folder {
    width: 100%;
  }
}

.folder__container {
  display: table;
  width: 100%;
}

.folder--highlight .folder__item {
  display: block;
}

.folder--highlight .folder__item.folder--active {
  background-color: var(--color-bg-2);
}

.folder--highlight .folder__item:hover {
  background-color: var(--color-bg-2);
}

.folder--list .folder__item {
  margin: 0;
  padding: 8px 10px;
}

.folder--list .folder__details {
  width: 90%;
  display: inline-block;
}

.folder--list .folder__icon {
  display: inline-block;
  float: left;
  padding-right: 15px;
}

.folder--list .folder__icon i {
  font-size: 22px;
  color: var(--color-primary);
}

.folder--list .folder__icon img {
  width: 20px;
  margin-bottom: 0px;
}

.folder--list .folder__name {
  display: inline-block;
  margin: 0;
  float: left;
  font-weight: 600;
}

.folder--list .folder__tools {
  width: 10%;
  float: right;
}

.folder--empty {
  cursor: pointer;
  border: 2px dashed;
  color: #979797;
  text-align: center;
  padding: 8px;
  height: 150px;
}

.folder--empty:hover {
  background-color: #efefef;
}

.folder--empty .folder__icon {
  height: 100px;
}

.folder--empty .folder__icon i {
  line-height: 100px;
  font-size: 20px;
  color: #979797;
}

.folder--empty .folder__name {
  color: #979797;
}

@media (max-width: 767px) {
  .folder__details {
    width: 70%;
    float: left;
  }
}

@media (max-width: 767px) {
  .folder__icon {
    width: 30%;
    float: left;
    text-align: center;
  }
}

.folder__icon img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.folder__name {
  font-weight: 600;
  margin-bottom: 10px;
}

.folder__numbers {
  font-size: 12px;
}

.folder__link {
  font-size: 13px;
  color: var(--color-primary);
  padding-right: 8px;
  border-right: 1px solid var(--color-border);
}

.folder__link:last-child {
  padding-left: 8px;
  padding-right: 0px;
  border-right: 0;
}

.folder .btn {
  border: 0px;
}

.wrap-nav {
  display: block;
  min-height: 87px;
}

.wrap-nav .navbar {
  padding: 6px 40px;
}

@media (min-width: 768px) {
  .wrap-nav .navbar {
    display: block;
  }
}

.wrap-nav .navbar-header {
  text-align: center;
  float: none;
}

.wrap-nav .backto {
  position: absolute;
  left: 5%;
  margin-top: 25px;
}

.wrap-nav .header-log {
  position: absolute;
  right: 5%;
  top: 30px;
}

.wrap-nav .backto-dark .icon.sprite-icon {
  background-position: -816px -27px;
  width: 24px;
  height: 16px;
}

.wrap-nav .sprite-icon {
  background: url("tsol-spritesv5-2.svg");
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .wrap-nav .biz {
    display: none;
  }
}

.wrap-nav .biz.icon-res {
  display: none;
}

@media (max-width: 767px) {
  .wrap-nav .biz.icon-res {
    display: block;
    margin: 0 auto;
  }
}

.footer-alt {
  background: #444443;
  padding: 10px 0 20px 0;
}

.footer-alt h3 {
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.429em;
  letter-spacing: 0.3px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 10px;
}

.footer-alt ul,
.footer-alt li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-alt ul.footer-nav {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.footer-alt ul.footer-nav li {
  display: inline-block;
}

.footer-alt ul.footer-nav li a {
  color: #b5b5b5;
  font-weight: 400;
  vertical-align: middle;
  font-size: 0.85em;
  line-height: 25px;
  display: inline-block;
}

.footer-alt ul.footer-nav li .divider {
  color: var(--color-border);
  margin: 0 15px;
}

.footer-alt ul.social {
  overflow: hidden;
}

.footer-alt ul.social li {
  float: left;
  margin: 0 6px 5px 0;
  padding: 0;
}

.footer-alt .fb-color .icon.sprite-icon {
  background-position: -308px -235px;
  width: 31px;
  height: 31px;
}

.footer-alt .copyright {
  text-align: left;
  color: #fff;
  font-size: 0.688em;
  letter-spacing: 0.5px;
  margin: 0;
}

.footer-col-right {
  float: right;
  text-align: right;
  margin-top: 10px;
}

.footer-col-right h3,
.footer-col-right ul {
  display: inline-block;
  vertical-align: middle;
}

.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__inner:last-child iframe {
  height: 60px;
}

@media (max-width: 1023px) {
  .footer-n__inner:last-child iframe {
    height: 110px;
  }
}


.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;
}

.footer-n__newsletter input {
  border-radius: 0;
}

.footer-n__newsletter .form-group {
  margin-bottom: 0;
}

.footer-n__newsletter .btn-default.regbutton {
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 25px;
  background-color: #000000;
  font-size: 14px;
}

.footer-n__newsletter .btn-default.regbutton:active {
  color: #fff;
}

.footer-n__newsletter label {
  float: left;
  width: 30%;
  line-height: 32px;
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer-n__newsletter label {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px;
  }
}

.footer-n__newsletter .footer-n__input {
  display: inline-block;
  font-size: 14px;
}

.list {
  display: table;
  margin-bottom: 18px;
}

.list--bullet {
  border-spacing: 0 18px;
  margin-bottom: 0;
}

.list li {
  display: table-row;
}

.list li:before {
  display: table-cell;
  content: "•";
  padding-right: 8px;
  color: var(--color-primary);
}

.list li.list--spacer {
  height: 18px;
}

.list li.list--spacer:before {
  display: table-cell;
  content: "";
  padding-right: 8px;
  color: var(--color-primary);
}

.timestamp {
  color: var(--color-text-2);
}

.columnists-set .col-wrap {
  margin-bottom: 20px;
}

.columnists-set .timestamp {
  display: block;
}

.follow__columnist .buttons {
  padding: 0 0 15px;
}

.follow__columnist .btn--follow {
  margin-right: 10px;
  margin-bottom: 7px;
  min-width: auto;
  float: left;
  font-weight: 400;
}

.follow__columnist .btn--follow__icon {
  margin-left: 5px;
}

.follow__columnist .btn--followed {
  display: inline-block;
}

.nav .btn--logout {
  border: 1px solid var(--color-border);
  padding: 5px 10px;
  border-radius: 2px;
  font-size: .813em;
  display: inline-block;
  font-weight: 600;
}

.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-menu li a {
  padding: 10px;
}

.navbar-right .dropdown-menu .center {
  text-align: center;
}

.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);
  margin-bottom: 2px;
}

@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 .nav__headline__logo.active,
#navbar-main.affix .nav__headline__logo:active,
#navbar-main.affix .nav__headline__logo:hover,
#navbar-main.affix .nav__headline__logo:focus {
  background-color: var(--color-bg-2);
}

#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 {
  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 .navbar__buttons {
    padding-top: 8px;
  }
}

#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.active .sprite-icon {
  background-position: -100px -389px;
}

#navbar-main.affix #navi-home:hover .sprite-icon {
  background-position: -100px -389px;
}

#navbar-main.navbar--grey {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}

#navbar-main.navbar--grey .log-in-light .sprite-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.navbar__buttons {
  display: inline-block;
  float: right;
  padding-top: 5px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .tab-panel-2 .nav-pills>li.active>a {
    border-top: 2px solid var(--color-primary) !important;
  }
}

.filter-navi .btn--follow {
  float: right;
}

@media (max-width: 767px) {
  .filter-navi .btn--follow {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
  }

  .filter-navi .btn--follow span {
    display: none;
  }
}

.mobile-panel .btn--subscribe {
  color: #ffffff !important;
}

.highlights {
  border-top: 1px solid transparent;
  border-bottom: 0;
  background-color: var(--color-bg-2);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.topics {
  padding: 10px 0 10px 10px;
  background-color: var(--color-bg-2);
}

@media (max-width: 1024px) {
  .topics ul.topics-content {
    margin-top: 0 !important;
  }
}

.topics ul.topics-content label {
  background-color: var(--color-bg-2);
  text-transform: capitalize;
}

.feed__icon {
  max-width: 160px;
  margin-bottom: 10px;
}

.btn-login .login {
  border: 1px solid var(--color-border);
  padding: 5px 10px;
  margin-top: 4px;
  margin-right: 12px;
  border-radius: 2px;
  font-size: .813em;
  line-height: 20px;
}

.btn-login .login:hover {
  color: #383838;
}

.social-branding li .epaper:first-child:hover {
  background-color: transparent;
}

.topics-content .divider {
  margin: 0;
}

.social-inner {
  width: 75%;
  float: left;
}

ul.social-branding li {
  padding: 10px 0;
}

.social-branding-mobile {
  display: none;
}

@media (max-width: 767px) {
  .social-branding-mobile {
    display: block;
  }
}

.social-branding-mobile li {
  display: inline-block;
}

.social-branding-mobile .appstore .icon.sprite-icon {
  background-position: -735px -310px;
  width: 120px;
  height: 35px;
}

.social-branding-mobile .playstore .icon.sprite-icon {
  background-position: -589px -310px;
  width: 120px;
  height: 35px;
}

.social-branding-mobile.small .appstore .icon.sprite-icon {
  background-position: -245px -24px;
  width: 86px;
  height: 30px;
}

.social-branding-mobile.small .playstore .icon.sprite-icon {
  background-position: -101px -24px;
  width: 86px;
  height: 30px;
}

.navbar-nav #btn_login,
.navbar-nav #podcast {
  display: none;
}

@media (max-width: 991px) {

  .navbar-nav #btn_login,
  .navbar-nav #podcast {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .navbar-nav #btn_login a {
    /*color: #ffffff !important;*/
  }
}



#navbar-main .nav__headline {
  display: none;
  position: absolute;
  margin-left: 40px;
  /*padding-right: 140px;*/
  max-width: 1260px;
  color: var(--color-on-bg-1);
}

#navbar-main .nav__headline__logo {
  display: inline-block;
  float: left;
}

/*#navbar-main .nav__headline__logo:hover {
  background-color: #cc0000 !important;
}*/

#navbar-main .nav__headline__logo img {
  display: block;
  margin: auto;
  max-width: 64px;
}

#navbar-main .nav__headline span {
  float: left;
  padding: 11px 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  width: 950px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1230px) {
  #navbar-main .nav__headline span {
    width: 835px;
  }
}

@media (max-width: 1120px) {
  #navbar-main .nav__headline span {
    width: 720px;
  }
}

#navbar-main .nav__button {
  padding: 11px 10px;
  display: inline-block;
  float: right;
  line-height: 28px;
}

#navbar-main .nav__button.button--share {
  padding-top: 10px;
  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);
}

#navbar-main.affix .nav__headline span {
  line-height: 28px;
}

#navbar-main.affix .nav__headline__logo {
  padding: 16px 5px !important;
}

.promobox {
  /* CSS Document */
  /*------------------
   PROMO SLIDE BOX 
-------------------*/
}

.promobox #promobox {
  bottom: 60px;
  z-index: 9999;
  /*width: 100%;
  padding: 3px 20px;
  background-color: #f0f0f0;
  position: fixed;
  right: 0;
      -moz-box-shadow:-1px 0px 2px #d7d7d7;
    -webkit-box-shadow:-1px 0px 2px #d7d7d7;
    box-shadow:-1px 0px 2px #d7d7d7;
  border-top: 1px solid #b00;
  text-align: center;
  display: block;*/
}

.widget--border {
  border: 1px solid var(--color-border);
}

.widget--border.subscribe {
  padding: 10px 15px 20px;
}

.sponsored-panel {
  border: 1px solid var(--color-border);
}

.newsletter--travel {
  border: 1px solid var(--color-border);
}

.subscribe {
  border: 1px solid var(--color-border);
  padding: 10px 15px 20px;
}

.modal {
  top: 20%;
}

.modal--scroll .modal-content {
  overflow: hidden;
}

.modal--scroll .modal-body {
  height: 200px;
  overflow-y: scroll;
}

.modal__headings {
  padding: 0 30px 5px;
}

@media (max-width: 1024px) {
  .modal__headings {
    padding: 0px 15px 10px;
  }
}

.modal__form .form-control {
  border-radius: 0;
  margin-bottom: 8px;
}

.modal-header {
  border-bottom: 0;
  padding: 8px 30px 0;
}

@media (max-width: 1024px) {
  .modal-header {
    padding: 8px 15px 0;
  }
}

.modal-header .close {
  font-size: 32px;
}

.modal-body {
  margin: 0 30px 15px;
  padding: 0;
}

@media (max-width: 1024px) {
  .modal-body {
    margin: 0px 15px 15px;
  }
}

.modal-body p,
.modal-body ol,
.modal-body ul,
.modal-body li {
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}

.modal-body ol,
.modal-body ul {
  padding-left: 15px;
}

.modal-body small {
  font-size: 12px;
  line-height: 19.2px;
}

.modal-footer {
  border-top: 0;
  padding: 10px 30px 20px;
}

@media (max-width: 1024px) {
  .modal-footer {
    padding: 10px 15px 20px;
  }
}

@media (max-width: 320px) {
  .modal-footer .btn {
    margin-bottom: 5px;
  }

  .modal-footer .btn+.btn {
    margin-bottom: 5px;
  }
}

.modal-title {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.alert {
  padding: 8px;
  font-weight: 600;
  color: var(--color-black-text);
}

.alert-warning {
  background-color: #F6F2D3;
}

.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 .4s ease-in-out;
  transition: all .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--search {
  bottom: 60px;
}

.drop--search .container {
  padding-top: 30vh;
}

.drop--audio {
  bottom: 60px;
}

.drop--audio .drop__close {
  padding: 10px 25px;
  color: white;
}

.drop--search .drop__close {
  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.active {
  opacity: 1;
  visibility: visible;
}

.drop.active .audio-box-ctr {
  display: block;
  top: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .drop.active .audio-box-ctr {
    bottom: 0px;
    overflow: hidden;
  }
}

.drop .nav {
  background-color: #f9f9f9;
}

.drop .nav li {
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid transparent;
  float: left;
  text-align: center;
}

.drop .nav li a {
  background-color: #f9f9f9;
  font-size: 14px;
}

.drop .nav li.active {
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-primary);
}

.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("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:first-child {
  padding: 0px 5px 8px 0;
}

.drop .tracks:last-child {
  padding: 8px 5px 0 0;
}

.drop .tracks.played:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.drop .tracks h3 {
  cursor: pointer;
}

.mobilenav {
  display: none;
  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 i,
.mobilenav ul>li.active a,
.mobilenav ul>li:hover i,
.mobilenav ul>li:hover a {
  color: var(--color-primary);
}

.mobilenav ul>li.active i:before,
.mobilenav ul>li.active a:before,
.mobilenav ul>li:hover i:before,
.mobilenav ul>li:hover a:before {
  color: var(--color-primary);
}

.mobilenav ul>li.active .home,
.mobilenav ul>li:hover .home {
  background-image: url("home-red.svg");
}

.mobilenav ul>li.active .paper,
.mobilenav ul>li:hover .paper {
  background-image: url("for-you-red.svg");
}

.mobilenav ul>li.active .bookmark,
.mobilenav ul>li:hover .bookmark {
  background-image: url("urn:scrapbook:download:error:https://leakopalcheek.com/_cdn/production/landing-cdn/666/3ae91672-fb6f-4c8c-ba92-48da3969ec6e/assets/img/bookmark-red.svg");
}

.mobilenav ul>li.active .search,
.mobilenav ul>li:hover .search {
  background-image: url("search-red.svg");
}

.mobilenav ul>li.active .podcast,
.mobilenav ul>li:hover .podcast {
  background-image: url("podcast-icon-red.svg");
}

.mobilenav ul>li.active>div,
.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("home-grey.svg");
}

.mobilenav__icon.paper {
  background-image: url("for-you-grey.svg");
}

.mobilenav__icon.bookmark {
  background-image: url("bookmark-grey.svg");
}

.mobilenav__icon.search {
  background-image: url("search-grey.svg");
}

.mobilenav__icon.podcast {
  background-image: url("podcast-icon-grey.svg");
}

.affix .mega-nav-toggle {
  padding: 15px 10px;
}

.affix .mega-nav {
  top: 52px;
  height: calc(100vh - 172px);
}

.mega-nav {
  display: none;
  position: absolute;
  top: 42px;
  z-index: 100;
  width: 100%;
  height: calc(100vh - 230.4px);
  overflow-y: hidden;
  padding-right: 17px;
  /* Increase/decrease this value for cross-browser compatibility */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* So the width will be 100% + 17px */
  padding: 15px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 768px) {
  .mega-nav {
    display: none !important;
  }
}

.mega-nav-toggle {
  display: block;
  margin: 0;
  padding: 10px;
}

@media (max-width: 768px) {
  .mega-nav-toggle {
    display: none !important;
  }
}

.mega-nav__col {
  width: 20%;
  float: left;
  padding: 0 7px;
}

.mega-nav__inner {
  margin-bottom: 20px;
}

.mega-nav__inner a {
  font-weight: 600;
  font-size: 14px;
}

.mega-nav__title {
  display: block;
  padding: 7px 10px;
  background-color: #eeeeee;
}

.mega-nav__list li>a {
  display: block;
  padding: 15px 10px 0px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.labels {
  font-size: 0.781em;
  font-weight: 400;
  color: #4a4a4a;
  margin-right: 6px;
}

.labels--free {
  color: #bbb;
}

.labels--gold {
  color: #bba77a;
}

.biz-icon {
  font-family: 'Lato';
  font-size: 12px;
  color: #C89414;
}

.biz-icon .fa.fa-lock,
.biz-icon .fa.fa-unlock,
.biz-icon .fa.fa-unlock-alt {
  font-size: 12.496px !important;
}

.icon--folderplus {
  width: 20px;
  margin-top: -4px;
  margin-right: 5px;
}

.embed-responsive-2by3 {
  padding-bottom: 150%;
}

.login-nav {
  padding: 15px 6px;
}

@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;
}

.small-txt {
  position: relative;
  top: -8px;
  background: #8B8B8B;
  border-radius: 1px;
  color: #fff;
  font-size: 9px;
  padding: 2px;
}

.headline {
  padding-bottom: 8px;
}

.headline--links .headline__title {
  width: 85%;
  display: inline-block;
  float: left;
}

@media (max-width: 1024px) {
  .headline--links .headline__title {
    width: 60%;
  }
}

.headline--links .headline__link {
  width: 15%;
  display: inline-block;
  float: right;
  text-align: right;
  padding-top: 4px;
}

@media (max-width: 1024px) {
  .headline--links .headline__link {
    width: 40%;
  }
}

.headline--links .headline__link i {
  color: #4a4a4a;
}

.headline__title {
  font-size: 1.563em;
  line-height: 1.120em;
}

.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;
}

.highlight--red {
  font-weight: 600;
  color: var(--color-primary);
}

.for-you__desc {
  margin-bottom: 30px;
}

.for-you__desc .f18 {
  margin-bottom: 6px;
}

.for-you__desc .feed {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.for-you__desc .follow__columnist {
  margin-bottom: 20px;
  padding: 0;
}

.for-you__desc .bottom-grey {
  height: 1px;
  margin-bottom: 0;
}

.for-you .panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.for-you .panel-heading {
  background-color: #EDEDF3;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.for-you .panel-heading.dark {
  background-color: #4E4E4E;
  color: var(--color-on-bg-1);
}

.for-you .panel-heading.dark [data-toggle="collapse"]:after {
  color: var(--color-on-bg-1);
}

.for-you .panel-heading.dark a {
  font-size: 18px;
}

.for-you .panel-heading.dark a:hover,
.for-you .panel-heading.dark a:focus {
  color: var(--color-on-bg-1);
}

.for-you .panel-body {
  padding: 15px 0;
}

@media (max-width: 1024px) {
  #tsolmobar.in {
    display: block;
    overflow-y: scroll !important;
    height: 100% !important;
  }
}

@media (max-width: 1024px) {
  .navi-primary-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .navi-primary-mobile .navigation-title {
    background: #e6e6e6;
    display: block;
    padding: 7px 10px;
    border-bottom: 1px solid var(--color-border);
    font-weight: bold;
  }

  .navi-primary-mobile .navigation-section {
    background: #ffffff !important;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .navi-primary-mobile .navigation-children {
    -webkit-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    column-count: 2;
    list-style: none;
    margin: 7px 0;
  }

  .navi-primary-mobile .navigation-children li {
    margin: 0 10px 0 20px;
    padding: 6px 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: -602px -26px;
  width: 17px;
  height: 16px;
}

.home-light.active .icon.sprite-icon,
.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;
}

#tsolnavbar ul.nav li ul li a {
  color: #333333;
}

.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-main.navbar--grey .navbar-right .dropdown-menu li a {
  color: #262626;
}

.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 {
  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;
}

.story-wrapper article H3 {
  margin-bottom: 15px;
}

.story a {
  color: #e11229;
  font-weight: inherit;
  text-decoration: underline;
}

.story a:hover {
  color: #007FFF;
 
}

#page-header .podcast-btn {
  background: url("podcast-icon-white.svg") !important;
}

#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;
}

.bottom-grey {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}

.no-scroll {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Avoid width reflow */
}

.no-scroll .mega-nav {
  height: calc(130vh - 94.6px);
}

ul.dropdown-menu.log-in li {
  padding: 0;
}


#wrapperFooter {
  margin-bottom: 60px;
}

.story-wrapper .btn--follow {
  min-width: 0;
  margin-right: 5px;
  margin-bottom: 4px;
}

.story-wrapper .btn--follow:hover {
  cursor: pointer;
}

.wrapper--content {
  padding: 20px 0;
}

.show-sd {
  display: block;
}

@media (max-width: 1024px) {
  .show-sd {
    display: none;
  }
}

@media (min-width: 1200px) {
  .show-sd {
    display: none;
  }
}

.navbar-nav>li:hover>.dropdown-menu {
  display: block;
}

@media (max-width: 1024px) {
  .navbar-nav>li:hover>.dropdown-menu {
    display: none;
  }
}

.ads--50px {
  padding: 0 0 10px;
  text-align: center;
  margin-bottom: 10px;
}

.ads--50px img {
  height: 50px;
}

.ads--50px p {
  font-size: 10px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 20px;
}

.Inline.Ads-slot {
  background: var(--color-bg-1);
}

.prev {
  padding: 15px 0;
}

.prev__link {
  color: var(--color-primary);
}

.tagline {
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  color: #979797;
  position: absolute;
}

.tagline--navbar {
  bottom: 13px;
  right: -85px;
}

@media (max-width: 991px) {
  .tagline--navbar {
    font-size: 9px;
    line-height: 10px;
    right: -60px;
  }
}

@media (max-width: 767px) {
  .tagline--navbar {
    bottom: 0px;
    left: 2px;
    right: auto;
  }
}

.slider-story {
  -webkit-box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.1);
  padding: 12px 30px;
  bottom: 59px;
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
  margin-left: -10px;
}

@media (max-width: 1024px) {
  .slider-story {
    padding: 12px 0px;
  }
}

.slider-story__headtitle {
  font-size: 14px;
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .slider-story__headtitle {
    font-size: 12px;
  }
}

.slider-story__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}

@media (max-width: 767px) {
  .slider-story__title {
    font-size: 12px;
  }
}

.slider-story__image {
  float: left;
  width: 20%;
}

.slider-story__desc {
  float: left;
  width: 80%;
  padding-left: 10px;
}

@media (max-width: 1024px) {
  .slider-story .slick-list {
    padding: 0 20% 0 0;
  }
}

.slider-story .slick-slider {
  margin-bottom: 0;
}

.slider-story .slick-arrow {
  border: 1px solid;
  padding: 5px;
  position: absolute;
  background-color: #ffffff;
  top: 0;
  z-index: 1;
}

.slider-story .slick-disabled {
  display: none !important;
  pointer-events: none;
}

.slider-story .prev-arr {
  left: -15px;
}

.slider-story .next-arr {
  right: -15px;
}

.slider-story__image-container {
  width: auto;
  height: 40px;
  overflow: hidden;
}

.slider-story__image-container img {
  height: 100%;
  margin: auto;
}

.slider-story__image-container .vid-icon {
  display: none;
}


.thumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumb--vp {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.thumb--vp .thumb__inner {
  height: 280px;
  border: 1px solid var(--color-border);
  border-top: 0;
}

.thumb__title {
  color: var(--color-text);
  font-size: 1.125em;
  line-height: 1.18em;
  font-weight: 600;
  margin-bottom: 10px;
}

.thumb__info {
  margin-bottom: 5px;
}

.thumb__image {
  text-align: center;
  position: relative;
}

.thumb__image img {
  width: 100%;
  margin: auto;
  display: block;
}

.viewpoints__stories .thumb__image img {
  height: auto;
  width: 100%;
  margin: auto;
  display: block;
  height: 267px;
  max-height: 267px;
}

@media (max-width: 1024px) {
  .viewpoints__stories .thumb__image img {
    height: 215px;
    max-height: 215px;
  }
}

@media (max-width: 768px) {
  .viewpoints__stories .thumb__image img {
    height: 243px;
    max-height: 243px;
  }
}

@media (max-width: 495px) {
  .viewpoints__stories .thumb__image img {
    height: 237px;
    max-height: 237px;
  }
}

@media (max-width: 320px) {
  .viewpoints__stories .thumb__image img {
    height: 201px;
    max-height: 201px;
  }
}

.thumb__inner {
  padding: 8px 10px 0;
  position: relative;
  background-color: #ffffff;
}

.thumb__desc {
  font-size: 16px;
  line-height: 20px;
  color: #363636;
}

.thumb__author {
  color: #adadad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin-bottom: 15px;
}

.thumb__authorname {
  font-size: 12px;
}

.thumb__authorname a {
  font-size: 12px;
}

.thumb__authorimage {
  margin-left: auto;
}

.thumb__authorimage img {
  max-width: 65px;
  height: 65px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--color-border);
}

.thumb__tags {
  background-color: #dddddd;
  color: #979797;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 9px;
  font-size: 12px;
  line-height: 16px;
}

.block.sidebar-wrapper {
  background-color: var(--color-bg-1);
}

.wide-layout.oth {
  background-color: var(--color-bg-1);
}

.wide-layout.hero-panel {
  height: auto;
}

.quick-wrap {
  background-color: var(--color-bg-2);
}

.bg--revell {
  background-color: #eeeeee;
}

.feature {
  display: block;
  margin: auto;
  width: 400px;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .feature {
    width: auto;
  }
}

@media (max-width: 767px) {
  .feature {
    padding: 50px 20px;
  }
}

.feature__headline {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.feature__vl {
  border-left: 3px solid var(--color-primary);
}

@media (max-width: 767px) {
  .feature__vl {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .feature__vl .feature {
    border-top: 3px solid var(--color-primary);
  }
}

.feature .btn {
  margin-top: 20px;
}

.notes {
  border-radius: 4px;
  padding: 18px;
  display: block;
  margin: auto;
  width: 90%;
}

@media (max-width: 767px) {
  .notes {
    width: 100%;
  }
}

.notes--yellow {
  background-color: #F6F2D3;
}

.notes--inline {
  display: inline-block;
}

.notes__headline {
  font-size: 16px;
  margin-bottom: 10px;
}

.hero {
  padding: 25px 0;
}

@media (max-width: 1024px) {
  .hero {
    padding: 0 10px;
  }
}

.hero__headline {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .hero__headline {
    padding-top: 0;
  }
}

.hero__image {
  padding-bottom: 15px;
}

@media (max-width: 1024px) {
  .hero__image {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .hero__image {
    padding: 0 25%;
  }
}

@media (max-width: 767px) {
  .hero__image {
    padding: 0 3%;
  }
}

.hero__intro {
  padding: 20px;
}

.hero__intro h2 {
  font-size: 25px;
  line-height: 19.2px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hero__intro h2 {
    line-height: 32px;
  }
}

.hero__intro .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hero__intro .desc {
    font-size: 16px;
    line-height: 22px;
  }
}

.hero--feature {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .hero--feature {
    padding: 10px 0;
  }
}

.videos {
  padding-top: 15px;
}

.videos--default {
  background-color: var(--color-bg-2);
}

.videos__items .nav-pills li {
  border: 0;
}

.videos__items .nav-pills li a {
  border-top: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.videos__items .nav-pills li.active {
  background-color: transparent;
  border: 0;
}

.videos__items .nav-pills li.active a {
  background-color: transparent;
}

.videos__items .nav-pills li.active a {
  border-top: 2px solid #d00;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.videos__items .tab-content .tab-pane {
  background-color: transparent;
}

.videos__items .timestamp {
  color: #888;
}

.videos--default .videos__items .nav-pills li.active a {
  border-bottom: 1px solid var(--color-bg-2);
}

.thumb--vp {
  border: 1px solid var(--color-border);
}

.thumb--vp .thumb__inner {
  border: 0;
}

.thumb__icon {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 20px;
  max-width: 20px;
  cursor: pointer;
}

.thumb--video {
  position: relative;
}

@media (max-width: 991px) {
  .thumb--video {
    margin-bottom: 20px;
  }
}

.thumb--video .thumb__icon {
  width: 45px;
  max-width: 45px;
  top: 4%;
  left: 2%;
}

@media (max-width: 768px) {
  .thumb--video .thumb__icon {
    top: 5px;
  }
}

.thumb--video .thumb__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: var(--color-on-bg-primary);
  margin-bottom: 0;
}

.thumb--video .thumb__image {
  max-height: 320px;
  overflow: hidden;
}

.thumb--video .thumb__inner {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  padding: 18px 10px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.thumb--list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}

.thumb--list .thumb__image {
  float: left;
  width: 41.666667%;
  max-height: 91.3px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .thumb--list .thumb__image {
    width: 50%;
    max-height: 100px;
  }
}

.thumb--list .thumb__desc {
  float: left;
  width: 58.33333333%;
  padding-left: 10px;
}


@media (max-width: 768px) {
  .thumb--list .thumb__desc {
    width: 50%;
  }
}

.thumb--list .thumb__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.videos__items .thumb--list {
  margin-left: 0;
  margin-right: 0;
}

.thumb--bm {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
  display: table;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thumb--bm .kicker {
  display: inline-block;
}

.thumb--bm .thumb__title {
  margin-bottom: 5px;
  font-size: 16px;
}

.thumb--bm .thumb__image {
  width: 16.5%;
  float: left;
}

@media (max-width: 768px) {
  .thumb--bm .thumb__image {
    width: 25%;
  }
}

.thumb--bm .thumb__details {
  width: 70%;
  float: left;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .thumb--bm .thumb__details {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .thumb--bm .thumb__details {
    display: inline-block;
    padding-top: 0;
    padding: 0 10px;
  }
}

.thumb--bm .thumb__tools {
  vertical-align: middle;
  display: table-cell;
}

.thumb--bm .thumb__desc {
  font-size: 0.781em;
  color: #4a4a4a;
}

@media (max-width: 768px) {
  .thumb--bm .thumb__desc {
    font-size: 12px;
  }
}

.thumb--bm .thumb__expiry {
  color: var(--color-primary);
}

.thumb--unpub .thumb__image,
.thumb--unpub .thumb__details {
  pointer-events: none;
}

.thumb--unpub .thumb__title {
  color: #979797;
}

.thumb--unpub .thumb__image {
  opacity: 30%;
}

.trending--10 {
  padding-top: 8px;
}

.trending--10 .trend-list__num {
  padding: 0;
  text-align: center;
}

.related-sect {
  display: block;
}

.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;
}

.credit_height {
  height: 48px;
}

.credit a {
  text-transform: uppercase;
}

.credit__photos {
  padding-top: 8px;
}

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;
  }
}

#bookmark_menu.active {
  background-color: transparent;
}

#bookmark_menu.active i:before {
  content: "\f02e";
}

.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);
  }
}

.toggleModalDialog {
  opacity: 1;
  pointer-events: auto;
}

.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: .7;
}

@media (max-width: 575px) {
  .shareClose {
    right: 10px;
  }
}

.image-inline-container img {
  max-width: 100% !important;
  width: auto;
  height: auto !important;
}

.story--featured {
  display: flex;
  padding: 15px;
  border: 1px solid var(--color-border);
  margin-bottom: 15px;
}

.story--featured .kicker {
  color: var(--color-primary);
  font-weight: 900;
}

.story--featured .kicker:hover {
  text-decoration: none;
}

.story--featured .story__title {
  margin-top: 6px;
  font-size: 1em;
  line-height: 1.18em;
}

@media (max-width: 495px) {
  .story--featured .story__title {
    margin-top: 6px;
  }
}

.story--featured .story__title a {
  color: var(--color-text);
  font-weight: 600;
}

.story--featured .story__title a:hover {
  cursor: pointer;
  text-decoration: none;
}

.story--featured .story__image {
  width: 23.5%;
  min-width: 133px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 15px;
}

@media (max-width: 495px) {
  .story--featured .story__image {
    width: 50%;
  }
}

.story--featured .story__image:hover {
  cursor: pointer;
}

.story--featured .story__details {
  width: 76.5%;
  display: inline-flex;
  flex-direction: column;
}

@media (max-width: 495px) {
  .story--featured .story__details {
    width: 50%;
  }
}


/*# sourceMappingURL=main.css.map */






/* our code!!! */

.ob-smartfeed-wrapper .OUTBRAIN:not(:first-child):not(.ob-parent-feed) .ob_what {
  display: none;
}

.ob-smartfeed-joker {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-top: 0;
}

.ob_sf_loader {
  margin: 25px auto 20px;
  width: 70px;
  text-align: center;
}

.ob_sf_loader>div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.ob_sf_loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.ob_sf_loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.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-hidden {
  opacity: 0;
}

#st-1.st-preview {
  display: none !important;
  opacity: 0 !important;
}

#st-1.st-hide {
  display: none;
}

#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;
}

#st-1 .st-btn:last-child {
  margin-right: 0;
}

#st-1 .st-btn>svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-1 .st-btn>img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-1 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 60px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}

#st-1.st-has-labels .st-btn {
  min-width: 120px;
}

#st-1.st-has-labels .st-btn.st-remove-label {
  min-width: 50px;
}

#st-1.st-has-labels .st-btn.st-remove-label>span {
  display: none;
}

#st-1.st-has-labels .st-btn.st-hide-label>span {
  display: none;
}

#st-1 .st-total {
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 12px;
  margin-right: 0;
  max-width: 80px;
  padding: 4px 8px;
  text-align: center;
}

#st-1 .st-total.st-hidden {
  display: none;
}

#st-1 .st-total>span {
  font-size: 16px;
  line-height: 17px;
  display: block;
  padding: 0;
}

#st-1 .st-total>span.st-shares {
  font-size: 9px;
  line-height: 9px;
}

#st-1.st-justified {
  display: flex;
  text-align: center;
}

#st-1.st-justified .st-btn {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

#st-1 .st-btn:hover {
  opacity: .8;
  top: -4px;
}

#st-1 .st-btn[data-network='facebook'] {
  background-color: #4267B2
}

#st-1 .st-btn[data-network='facebook'] img {
  filter:
}

#st-1 .st-btn[data-network='facebook']>span {
  color: #fff
}

#st-1 .st-btn[data-network='twitter'] {
  background-color: #000000
}

#st-1 .st-btn[data-network='twitter'] img {
  filter:
}

#st-1 .st-btn[data-network='twitter']>span {
  color: #fff
}

#st-1 .st-btn[data-network='whatsapp'] {
  background-color: #25d366
}

#st-1 .st-btn[data-network='whatsapp'] img {
  filter:
}

#st-1 .st-btn[data-network='whatsapp']>span {
  color: #fff
}

#st-1 .st-btn[data-network='telegram'] {
  background-color: #0088cc
}

#st-1 .st-btn[data-network='telegram'] img {
  filter:
}

#st-1 .st-btn[data-network='telegram']>span {
  color: #fff
}

#st-1 .st-btn[data-network='linkedin'] {
  background-color: #0077b5
}

#st-1 .st-btn[data-network='linkedin'] img {
  filter:
}

#st-1 .st-btn[data-network='linkedin']>span {
  color: #fff
}

#st-1 .st-btn[data-network='email'] {
  background-color: #7d7d7d
}

#st-1 .st-btn[data-network='email'] img {
  filter:
}

#st-1 .st-btn[data-network='email']>span {
  color: #fff
}

#st-1 .st-btn[data-network='snapchat']>span {
  color: #333
}



#st-2 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  ;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: center;
  z-index: 94034;
}

#st-2.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-2.st-hidden {
  opacity: 0;
}

#st-2.st-preview {
  display: none !important;
  opacity: 0 !important;
}

#st-2.st-hide {
  display: none;
}

#st-2 .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: 2px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

#st-2 .st-btn:last-child {
  margin-right: 0;
}

#st-2 .st-btn>svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-2 .st-btn>img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}

#st-2 .st-btn>span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 60px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}

#st-2.st-has-labels .st-btn {
  min-width: 120px;
}

#st-2.st-has-labels .st-btn.st-remove-label {
  min-width: 50px;
}

#st-2.st-has-labels .st-btn.st-remove-label>span {
  display: none;
}

#st-2.st-has-labels .st-btn.st-hide-label>span {
  display: none;
}

#st-2 .st-total {
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 12px;
  margin-right: 0;
  max-width: 80px;
  padding: 4px 8px;
  text-align: center;
}

#st-2 .st-total.st-hidden {
  display: none;
}

#st-2 .st-total>span {
  font-size: 16px;
  line-height: 17px;
  display: block;
  padding: 0;
}

#st-2 .st-total>span.st-shares {
  font-size: 9px;
  line-height: 9px;
}

#st-2.st-justified {
  display: flex;
  text-align: center;
}

#st-2.st-justified .st-btn {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

#st-2 .st-btn:hover {
  opacity: .8;
  top: -4px;
}

#st-2 .st-btn[data-network='facebook'] {
  background-color: #4267B2
}

#st-2 .st-btn[data-network='facebook'] img {
  filter:
}

#st-2 .st-btn[data-network='facebook']>span {
  color: #fff
}

#st-2 .st-btn[data-network='twitter'] {
  background-color: #000000
}

#st-2 .st-btn[data-network='twitter'] img {
  filter:
}

#st-2 .st-btn[data-network='twitter']>span {
  color: #fff
}

#st-2 .st-btn[data-network='whatsapp'] {
  background-color: #25d366
}

#st-2 .st-btn[data-network='whatsapp'] img {
  filter:
}

#st-2 .st-btn[data-network='whatsapp']>span {
  color: #fff
}

#st-2 .st-btn[data-network='telegram'] {
  background-color: #0088cc
}

#st-2 .st-btn[data-network='telegram'] img {
  filter:
}

#st-2 .st-btn[data-network='telegram']>span {
  color: #fff
}

#st-2 .st-btn[data-network='linkedin'] {
  background-color: #0077b5
}

#st-2 .st-btn[data-network='linkedin'] img {
  filter:
}

#st-2 .st-btn[data-network='linkedin']>span {
  color: #fff
}

#st-2 .st-btn[data-network='email'] {
  background-color: #7d7d7d
}

#st-2 .st-btn[data-network='email'] img {
  filter:
}

#st-2 .st-btn[data-network='email']>span {
  color: #fff
}

#st-2 .st-btn[data-network='snapchat']>span {
  color: #333
}

.warn {
  padding: 10px;
  background: #bb0000;
  color: #fff;
  margin-bottom: 20px;
}

.inline-img .story-image {
  display: flex;
  justify-content: center;
  background-color: #eeeeee;
}

.inline-img .story-image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  border: 1px solid gray;
}