/*-----------------------*
       STORY PAGE
-----------------------*/

.story-wrapper {
	overflow: hidden;
	display: block;
	padding-top: 25px;
}
.story p img {
    width: auto;
}
.story-wrapper .story-pg.headline {
	padding-bottom: 18px;
}
.story-wrapper .story-pg h1 {
	font-size: 2.438em;
	line-height: 1.154em;
	font-weight: 900;
	letter-spacing: 0.5px;
}
.story-wrapper .story-pg h1 a {
	font-weight: 900;
}
.story-wrapper ul.side-note li {
	padding-bottom: 2px;
}
.story-wrapper li .byline {
	clear: both;
	text-transform: capitalize;
	font-size: 1em;
}
.story-wrapper ol, .story-wrapper ol.article-list-item {
    margin: 0 20px 20px 20px;
    list-style: disc;
    padding-left: 15px;
}
.story-wrapper ol li, .story-wrapper ol.article-list-item li {
    margin-bottom: 10px;
    list-style: decimal;
	font-size:0.95em;
}

.story-wrapper ul, .story-wrapper ul.article-list-item {
	margin: 0 20px 20px 20px;
	list-style: disc;
	padding-left: 15px;
}
.story-wrapper ul li, .story-wrapper ul.article-list-item li {
	margin-bottom: 10px;
	list-style: disc;
	font-size:0.95em;
}

/*.article-list-item{
	clear:both;
}*/

.story-wrapper iframe {
    margin: 0 auto;
    text-align: center;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.story-wrapper ul.social {
	padding: 10px 0 8px 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin: 6px auto;
	clear:both;
}

.story-wrapper .social-share ul.social{
	border:none;
	padding:0;
	margin-top:0;
	list-style:none;
}
.story-wrapper .social-share ul.social li{
	list-style:none;
}
.story-wrapper .side-note .timestamp {
	margin: 0;
	font-size: 1em;
}
.story-wrapper .caption, .story-wrapper .inline-caption {
	border: 1px solid #d6d6d6;
	padding: 8px 10px;
	font-size: 0.813em;
	line-height: 1.231em;
}
.story-wrapper .caption p, .story-wrapper .inline-caption p {
	margin: 0;
}
.story-wrapper article p {
	margin-bottom: 15px;
	overflow: visible;
	line-height: 1.533em;
	word-wrap: break-word;
}

.story-content .inline-img{
	margin-bottom: 25px;
}

.story-wrapper .inline-img img {
	margin: 0 auto;
	text-align: center;
	max-height: 500px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 0% 10%;
	object-position: 0% 10%;
}

.story-wrapper .embeded-image {
    margin-bottom: 10px;
	clear: both;
    display: table;
}

.story-content .inline-image-center .caption {
    display: table-caption;
    caption-side: bottom;
    text-align: left;
}

.story-content .embeded-image.inline-image-center {
	margin: 0 auto;
	margin-bottom: 10px;
}

.embeded-image.inline-image-center img {
    max-width: 100%;
    height: auto !important;
}

.story-wrapper .embeded-image.inline-image-left {
	max-width: 280px;
	margin-right: 20px;
	float: left;
}
.story-wrapper .embeded-image.inline-image-right {
	max-width: 280px;
	margin-left: 20px;
	float: right;
}

.story .embeded-image img {
   max-width: 100%;
   height: auto !important;
   display: block;
   margin: 0 auto;
}

 .story-wrapper .inline-caption {
    display: table-caption;
    caption-side: bottom;
}

p.subhead {
    font-weight: 900;
    font-size: 1.188em;
}
.related-sect-content {
	margin-bottom: 15px;
}
.tags {
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}
.tags label, .social-share label {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.75em;
	color: #666;
	letter-spacing: 0.5px;
	display: block;
}
.tags a {
	text-transform: capitalize;
	color: #b00;
	font-weight: 600;
	font-size: 0.83em;
}
.emotify-wrap {
	overflow: hidden;
	display: block;
	clear: both;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.more-content {
	overflow: hidden;
	display: block;
	clear: both;
}
.content-holder {
	position: relative;
}
ul.side-note {
	position: absolute;
	top: 0;
	margin-bottom: 10px;
	max-width: 200px;
	padding-right:0;
	list-style:none;
	padding-left:0;
	margin-left:10px;
}

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

.story-content {
	position: relative;
	margin-left: 25%;
}
.more-content {
	clear: both;
}

/*Page Break paging*/

.pagebreakpaging {
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}


.breakpage-button-wrap {
    float: right;
}

.story .view-all-button {
    display:inline-block;
    background: #bb0000;
    padding: 8px 12px;
    color: #fff;
}

.story a.view-all-button:hover {
	color:#ececec;
}

.story a {
    color: #107fc9;
    font-weight: 400;
}

.related-story a {
    color: var(--color-link);
    font-weight: 400;
}

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

.related-story a:hover {
	text-decoration:underline;
}

.story p img {
    max-width: 100% !important;
    width: auto;
    height: auto !important;
}

/*:BlockQuote*/

blockquote {
	font-size: 1.250em;
	padding: 0.35em 40px;
	line-height: 1.3;
	font-weight: 900;
	color: #4a4a4a;
	position:relative;
	display: block;
    margin-top:30px;
    margin-bottom:10px;
    width:80%;
	border:none;
}
blockquote:before {
display: block;
padding-left: 10px;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
font-weight:900;
}

blockquote cite {
color: #777;
font-size: 0.75em;
font-weight:300;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

/*---Footnote---*/
.footnote {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:15px 0;
    clear: both;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.footnote-image-holder {
    margin-left: 10px;
    float: left;
    margin-right: 10px;
}

.footnote-image-holder-rec {
    float: left;
    margin: 10px;
}

.footnote-image-holder img {
    display: block;
	border-radius:200px;
	border:1px solid #d6d6d6;
}

.footnote-image-holder-rec img {
	display:block;
	width:150px;
}

.footnote-text-holder {
    padding-bottom: 15px;
    font-style: italic;
    margin-left: 10px;
    margin-right: 10px;
	margin-top:10px;
}
/*-----------------------*
      STORY COLUMNIST
-----------------------*/

.col-profile {
	overflow: hidden;
	display: block;
}
.col-profile img {
	border-radius: 200px;
	border: 1px solid #d6d6d6;
}
.col-profile h2 a {
	display: block;
	color: #b00;
	font-weight: 900;
	line-height: 1.200em;
	margin-bottom: 6px;
}
.col-profile ul.col-profile-social {
	overflow: hidden;
	padding:0;
	margin:0;
}
.col-profile ul.col-profile-social li {
	display: block;
	margin-bottom: 15px;
}
.col-profile ul.col-profile-social li:last-child {
	margin-bottom: 0;
}
.col-profile ul.col-profile-social li i {
	margin-right: 10px;
}
    /* --- FOR INTERACTIVES WITH IFRAME ---- */
    .iframe-container, .story-video {
        position: relative;
        padding-bottom: 60.25%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
    }

    .iframe-container iframe, #player {
        position: absolute;
        display: block;
        top:0;
        left: 0;
        width: 1px;
        height: 100%;
        min-width:100%;
    }

    .iframe-container { clear:both;}
	
	.square-vid.iframe-container, .square-vid.iframe-container .embed-responsive-16by9 {
		padding-bottom: 100%;
	}


/*------------------------*
      MEDIA QUERIES
-------------------------*/

/* Small Devices, Phones */ 
@media only screen and (max-width : 767px) {
	
/*----STORY PAGE-----*/
.story-wrapper{
	padding-top:0;
}
.side-note {
	position: static;
	max-width: 100%;
}	
.story-content {
	margin-left: 0;
}
.story-wrapper .story-pg h1 {
	font-size: 1.750em;
}
.story-wrapper p.date {
	float: left;
	margin-right: 10px;
}
ul.side-note {
	position:static;
	max-width:100%;
}
blockquote.type-one {
	float: none;
	display: block;
	clear: both;
	margin: 10px auto;
	text-align: center;
}
blockquote{
	width:95%;
	}
	
blockquote::before{
	left:-10px;
	}
.embeded-image.inline-image-left img{
    height:auto!important;
}
.story-wrapper .embeded-image.inline-image-right {
    width: 50%;
}
.story-wrapper .embeded-image.inline-image-left {
    width: 50%;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
	
/*----STORY PAGE------*/
	
.focus-wrapper {
	display: block;
}
.focus-wrapper .side-note {
	position: static;
	max-width: 100%;
}
.focus-wrapper .story-content {
	margin-left: 0;
}
.story-wrapper article p {
	font-size: 1.125em;
	line-height: 1.444em;
}
.story-wrapper p.date {
	float: left;
}
blockquote.type-one {
	float: none;
	display: block;
	clear: both;
	margin: 10px auto;
	text-align: center;
}
.story-wrapper .inline-img img {
	max-height: 649px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/*---------------------------------------------*
    STORY PAGE : STARBIZ OVERLAY NOTICE
----------------------------------------------*/

   .premium-sign-overlay {
	   background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	   background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
       background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
       background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
       background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	   overflow:hidden;
	   }
	   
	.premium-sign-overlay.absolute {
		height: 100%;
        bottom: 0px;
        width: 100%;
        position: absolute;
        display: block;
		}

    .notice-wrap {
	    border:1px solid #d6d6d6;
	    display:block;
	    overflow:hidden;
	    padding:15px;
	    clear:both;
    }

    .premium-access .login-button {
        padding: 9px 26px;
        margin-left: 10px;
    }

    .premium-access {
        display: block;
        overflow: hidden;
        z-index: 100;
    }

@media only screen and (max-width : 767px) {
    /*---------------------------------------------*
        STORY PAGE : STARBIZ OVERLAY NOTICE
    ----------------------------------------------*/
    .limit-notice-desc {
        margin: 0 auto;
        text-align: center;
    }
}

.vertical-vid.iframe-container, .vertical-vid.iframe-container .embed-responsive-16by9{
padding-bottom:150%;
}

/* Begin Vouchers */
.voucher {
    font-size: 16px;
    line-height: 21px;
  }
  
  .voucher .form-group {
    margin-bottom: 30px;
  }
  
  .voucher .form-group .control-label {
    padding-top: 9px;
    font-size: 14px;
    line-height: 17px;
  }
  
  .voucher__select {
    font-size: 14px;
    line-height: 17px;
    background-color: var(--color-bg-1) !important;
  }
  
  .voucher__title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
  }
  
  .voucher__items {
    display: table;
    width: 100%;
  }
  
  .voucher__item {
    width: 100%;
    padding: 0 10px 15px;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 15px;
    display: inherit;
  }
  
  .voucher__item:last-child {
    border-bottom: 0;
  }
  
  .voucher__desc {
    padding: 0 10px 0 0;
    display: inline-block;
    float: left;
    width: 65%;
  }
  
  @media (max-width: 1024px) {
    .voucher__desc {
      width: 52%;
    }
  }
  
  @media (max-width: 768px) {
    .voucher__desc {
      width: 80%;
    }
  }
  
  @media (max-width: 767px) {
    .voucher__desc {
      width: 68%;
    }
  }
  
  .voucher__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    width: 35%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 90px;
    border: 1px solid var(--color-border);
    background-color: var(--color-white-1);
    max-width: 120px;
    overflow: hidden;
  }
  
  @media (max-width: 1024px) {
    .voucher__brand {
      width: 48%;
    }
  }
  
  @media (max-width: 768px) {
    .voucher__brand {
      width: 20%;
    }
  }
  
  @media (max-width: 767px) {
    .voucher__brand {
      width: 32%;
    }
  }
  
  .voucher__logo {
    width: auto;
    margin: auto;
  }
  
  .voucher__details {
    padding: 15px 0 0 0;
    display: table;
  }
  
  .voucher__tag {
    float: left;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0px 5px;
    display: inline-block;
    margin: 0px 5px 4px 0;
    line-height: 16px;
    letter-spacing: 0.4px;
    font-size: 9px;
    line-height: 16px;
    background-color: #EEEEEE;
    color: #BB0000;
  }
  
  .voucher__expiry {
    float: left;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    color: #ADADAD;
  }
  
  .voucher__footer {
    padding: 0 15px 30px;
    display: table;
  }
  
  /* End Vouchers */
  
   /** Article widget new css  **/
.article__widgets {
  display: flex;
  flex-direction: column;
  gap: 32px;
  }
  .article__widgets .article__related-links h5 {
      font-size: 18px;
      font-weight: 900;
      color: #4A4A4A;
  }
  .m-t-32 {
      margin-top: 32px !important;
  }
  .m-b-32 {
    margin-bottom: 32px !important;
  }
  .m-t-8 {
    margin-top: 8px !important;
  }
  .article__widgets .article__related-links {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 0 32px;
      line-height: 20px;
  }
  .article__widgets .article__related-links ul, .article__widgets .article__related-links ol {
      margin: 0;
      padding-left: 18px;
  }
  .article__widgets .article__related-links ul li, .article__widgets .article__related-links ol li {
      margin-bottom: 16px;
  }
  .article__widgets .article__related-links ul li:last-child, .article__widgets .article__related-links ol li:last-child {
      margin-bottom: 0;
  }
  .article__widgets .article__related-links ul li a, .article__widgets .article__related-links ol li a {
      color: var(--color-link);
      font-size: 1em;
      font-weight: 400;
      text-decoration: none;
  }
  .article__widgets .article__related-links ul li a:hover, .article__widgets .article__related-links ol li a:hover {
      text-decoration: underline;
  }
  .end-line {
      padding-top: 0px!important;
      padding-bottom: 0px!important;
  }
  .tags {
      margin-bottom: 0px;
  }
  .reactions {
      background-color: #efefef;
      padding: 20px 15px;
  }
  .reactions h4 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
  }
  .reactions__buttons {
      margin-bottom: 15px;
      display: table;
  }
  .reactions__button.selected, .reactions__button:hover, .reactions__button:focus, .reactions__button:active {
      background-color: #bb0000;
      color: #ffffff;
  }
  .reactions__button {
      color: #bb0000;
      border: 2px solid #bb0000;
      border-radius: 5px;
      padding: 7px 20px;
      display: inline-block;
      float: left;
      margin-right: 10px;
      font-weight: 600;
      cursor: pointer;
  }
  .selected {
      background: #666;
      color: #fff;
  }
  .reactions__button {
      color: #bb0000;
      border: 2px solid #bb0000;
      border-radius: 5px;
      padding: 7px 20px;
      display: inline-block;
      float: left;
      margin-right: 10px;
      font-weight: 600;
      cursor: pointer;
  }
  .reactions .reactions__desc {
      clear: both;
      color: #666666;
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 0;
  }
  @media (max-width: 767px){
      .reactions__button {
          margin-bottom: 8px;
          font-size: 15px;
      }
  }
  .reactions__button.disabled {
      color: #bb0000;
      background-color: #efefef;
      cursor: default;
  }
  .reactions__button.selected.disabled {
      background-color: #bb0000;
      color: #ffffff;
      cursor: default;
  }
  .ratestar .rating-group {
      display: inline-flex;
      flex-direction: row-reverse;
  }
  .ratestar .rating__icon {
      pointer-events: none;
  }
  .ratestar .rating__input {
      position: absolute !important;
      left: -9999px !important;
  }
  .ratestar .rating__label {
      cursor: pointer;
      padding: 0 0.1em;
      font-size: 2rem!important;
  }
  .fa-star {
      cursor: pointer;
      padding: 0 0.1em;
      font-size: 2rem;
  }
  
  .fa-star.checked {
      color: orange;
  }
  @media (max-width: 519px) {
      .widget--reactions .widget__content {
          width: 100%;
          justify-content: space-between;
      }
  }
    .widget--feedback {
      padding: 8px 0;
  }
  .widget--reactions {
      flex-wrap: wrap;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
      line-height: 16px;
  }
  .widget--reactions .widget__content {
      display: flex;
      align-items: center;
      gap: 16px;
  }
  .widget--reactions .widget__content {
      display: flex;
      align-items: center;
      gap: 16px;
  }
  .widget--article .widget__title {
  font-size: 12px;
  color: #666;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  }
  .widget--reactions .widget__message {
  transform: translateX(-12px);
  opacity: 0;
  transition: all .2s ease-in-out;
  height: 0;
  }
  .widget--reactions .widget__message.reveal {
  height: auto;
  opacity: 1;
  transform: translateX(0);
  }
  .article__feedback {
  display: flex;
  flex-direction: column;
  }
  
  .article__feedback>:last-child {
  border-top: 1px solid var(--color-border);
  }
  .widget--feedback {
  padding: 8px 0;
  }
  .widget--article-report .panel-heading {
  background-color: inherit;
  padding: 0px;
  position: relative;
  }
  .widget--article .widget__title {
  font-size: 12px;
  color: #666;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  }
  .widget--article-report .panel-body {
  margin-top: 10px;
  padding: 10px 0;
  }
  .widget--article-report .form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  }
  .widget--article-report .radio {
  margin-top: 0;
  margin-bottom: 0;
  }
  .widget--article-report .panel-body textarea {
  font-size: 16px;
  }
  .widget--article-report .form-control {
  border-radius: 0;
  min-height: 35px;
  font-size: 16px;
  }
  .widget--article-report .panel-body .form--thanks {
  display: none;
  }
  
  .widget--article-report .panel-body .form--report .btn--confirm {
  margin-right: 4px;
  }
  .panel-heading .accordion-toggle.widget__title[data-toggle="collapse"]:after  {
  top: 0;
  font-size: 12px;
  }
  
  .panel-heading .accordion-toggle.widget__title[data-toggle="collapse"]:after {
  font-family: 'FontAwesome';
  content: "\f0d8";
  float: right;
  line-height: 22px;
  position: absolute;
  right: 12px;
  }
  .panel-heading .accordion-toggle.widget__title[data-toggle="collapse"]:after {
  content: "\f077";
  font-weight: 100;
  }
  
  .panel-heading .accordion-toggle.widget__title[data-toggle="collapse"].collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #454444;
  }
  .btn--cancel {
  font-weight: 600;
  border: 2px solid;
  color: var(--color-primary);
  background-color: #fff;
  }
  .widget--article-report .error-message {
  font-size: 14px;
  background-color: #ffeeec;
  color: var(--color-primary);
  display: flex;
  width: 100%;
  gap: 8px;
  padding: 4px 8px;
  }
  .med-rec:has(iframe[style*="display:none"]) {
  display: none;
  }
  
  
  