*{
  box-sizing: border-box;
  font-family: 'Roboto','Open Sans',sans-serif;
  
}
body{
  max-width: 100% !important;
  overflow-x: hidden;
}
#io_5e91baa83c272, #io_5e91baa83c272 a img{
  width: 100% !important;
  height: auto !important;
  /*position: inherit !important;*/
}
#io_5f10433b9e15f{
  width: 90% !important;
  height: auto !important;
  margin: auto;
  margin-bottom: 5px;
}
#io_5f10433b9e15f a img{
  width: 100% !important;
  height: auto !important;
}
#io_5f10433b9e15g{
  width: 90% !important;
  height: auto !important;
  margin: auto;
  margin-bottom: 5px;
}
#io_5f10433b9e15g a img{
  width: 100% !important;
  height: auto !important;
}
#io_5f10909231eda{
  width: 100% !important;
  height: auto !important;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}
#io_5f10909231eda a img{
  width: 100% !important;
  height: auto !important;
}
#main-menu{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  min-height: 8vh;
  max-width:100%;
  padding: 0 5em;
}
#main-menu-links{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.main-menu-links-item a{
  text-decoration: none;
  font-weight: 550;
  color:#0d0d0d;
  padding: 2px 5px;
}
.main-menu-active{
  /*transform: translateX(0%) !important;*/
  display: flex !important;
  flex-direction: column;
}
.burger-menu{
  display:none;
}
#home-content{
  display: flex;
  flex-direction: column;
  width:100%;
  margin:auto;
  padding-top:15px;
  padding-left: 5em;
  padding-right: 5em;
  font-family: 'Open Sans',sans-serif;
}
#home-content-bottom{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
#home-content-bottom-left{
  width:65%;
}
#home-content-bottom-right{
  width: 30%;
  max-width:30%;
}
#article-home-content-bottom-left-adsection{
  width:10%;
  max-width:10%;
}
#article-home-content-bottom-left{
  width:60%;
}
#article-home-content-bottom-right{
  width: 25%;
  max-width:25%;
}
#article-author-date{
  display: inline-block;
  width: 40%;
  max-width: 40%;
}
#article-body img, #article-body table, #article-body table *{
  max-width: 100% !important;
}
#article-readmore-link{
  color: blue;
  font-weight:550;
  font-size:1.1rem;
  cursor: pointer;
}
#article-readmore-link:hover{
  text-decoration: underline;
}
@media (max-width : 750px) {
 /*mobile devices*/

  #home-content{
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  #article-body{
    font-size: 1.2em !important;
  }
  #article-img{
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1em !important;
  }
  .ad-row-container{
    /*display: block !important; */
    text-align: center;
    margin: auto;
  }
  .ad-row-item-text{
    max-width: 95%;
    margin:auto;
  }
  .ad-row-item-text h4{
    font-size: 0.8em;
  }
  .ad-row-img{
    max-width: 95%;
  }
  .newslist-item-img-container{
    min-width: 30% !important;
    width: 30%;
  }
  .newslist-item-img {
    max-width: 100%;
  }
  .newslist-item-body{
    margin-left:0.5em;
    max-width:60%;
  }
  .newslist-item-body{
    font-size: 0.8em;
  }
  #main-menu{
    padding: 0 1em !important;
  }

  #main-menu-links{
    position:absolute;
    right:0px;
    height: 40vh;
    width: 40%;
    top:8vh;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    justify-content: space-around;
    /*transform: translateX(100%);*/
    display: none;
    transition: transform 0.5s ease-in;
    z-index: 11;
  }
  #main-menu-links-item{
    opacity: 0;
  }
  html{
    overflow-x: hidden !important;
  }
  .burger-menu{
    display:block;
    cursor: pointer;
    font-size:32px;
  }
  #photogrid-wrapper{
    height: fit-content !important;
    height: -moz-fit-content !important;
    max-width:100% !important;
    margin-bottom: 30px !important;
  }
  #news-photogrid{
    flex-wrap:nowrap !important;
    height:100% !important;
    flex-direction:column !important;
    min-height:600px !important;
  }
  #news-photogrid-col1{
    max-width:100% !important;
    max-height:33.33% !important;
    height:33.33% !important;
    margin-bottom: 0 !important;
  }
  .photogrid-img-lg{
    min-height:200px !important;
    max-height:100% !important;
    min-width:100% !important;
    height:100% !important;
    width:100% !important;

  }
  .img-overlay-text-lg{
    bottom:5px !important;
    left:20px !important;
    padding-right: 20px !important;
  }
  .img-overlay-text-lg div h2{
    font-size:1.17em;
  }
  .img-overlay-text-sm{
    left:20px !important;
    padding-right: 20px !important;
  }
  #news-photogrid-col2{
    max-width:100% !important;
    max-height:66.66% !important;
    height:66.66% !important;
  }
  .photogrid-img-sm{
    min-height:200px !important;
    max-height:50% !important;
    min-width:100% !important;
  }
  /*photogrid2*/
  #news-photogrid2{
    flex-direction:column !important;
    height: 800px !important;
  }
  .photogrid2-img-lg-container{
    height:200px;
  }
  .photogrid2-img-overlay-text-lg{
    bottom: 5px !important;
    left: 10px !important;
  }
  #news-photogrid2-col1{
    width:100% !important;
  }
  #news-photogrid2-col2{
    width:100% !important;
  }
  /*photogrid 3*/
  #news-photogrid3{
    margin-bottom: 0px !important;
  }
  .photogrid3-row2-card-image-container{
    display: none;
    width: 0%;
  }
  .photogrid3-row2-card{
    max-width: 100% !important;
  }
  .photogrid3-img-overlay-text-lg{
    top: 5% !important;
  }
  .photogrid3-row1-summary{
    margin-top: 10px !important;
  }
  /*newslist2*/
  .newslist2-item-title{
    font-size: 22px !important;
  }
  #stock-chart{
    min-width: 100% !important;
  }
  #main-card-stock-title{
    max-width: 100% !important;
  }
  /*banner ad*/
  #internal-ad-banner-text-container{
    font-size: 0.8rem;
  }
  #internal-ad-banner-button-container a{
    font-size: 0.8rem;
  }
  .internal-ad-banner-button {
    min-width: initial !important;
  }
  #internal-ad-banner-img-container img{
    max-height: 80px !important;
  }
  #article-gateway-thankyou-button{
    width: 100% !important;
  }
  #article-gateway-form-container{
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0.8rem !important;
  }
  #article-gateway-logo{
    margin-top: 0.8rem !important;
  }
  #article-gateway-subtext{
    width: 100% !important;
  }
  #article-gateway-thankyou-content{
    height: 100% !important;
    padding-top: 0rem !important;
  }
  #main-modal-popup-new{
    height: 65vh !important;
    min-height: 50vh !important;
    width: 80% !important;
    padding: 10px 10px 25px 10px !important;
  }
  #main-modal-popup-new #main-modal-container{
    overflow: hidden;
    overflow-y: scroll;
  }
  #main-modal-button{
    margin-right: 0px !important;
  }
  #main-modal-container input.button{
    margin-bottom: 5px;
  }
}
@media (max-width : 1200px) {
  #home-content{
    display: flex;
    flex-direction: column;
    width:100%;
    margin:auto;
    padding-top:15px;
    font-family: 'Open Sans',sans-serif;
  }
  #article-home-content-bottom-right,#article-home-content-bottom-left-adsection {
    display: none !important;
  }
  #article-home-content-bottom-left{
    width:100% !important;
  }
  #home-content-bottom-left{
    width:100%;
  }
  #home-content-bottom-right{
    display: none;
  }
  #article-gateway-content #lock-icon{
    width: 50px !important;
  }
  #main-modal-image{
    height: 120px;
    margin: 15px auto 7px auto !important;
  }
}
@media (max-width : 1100px) {
  .photogrid3-row2-card{
    flex-grow: 1;
    height: fit-content !important;
    height: -moz-fit-content !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .photogrid3-row2-card-text{
    width:100% !important;
    max-width: 100% !important
  }
  .photogrid3-row2-card-image-container{
    display: none;
    width: 0%;
  }
  .photogrid3-img-overlay-text-lg{
  max-width: 90% !important;
}
}
@media (min-width: 992px) {
  #news-photogrid {
      max-width: 960px;
  }
}
@media (min-width: 768px) {
  #news-photogrid {
      max-width: 720px;
  }
}
@media (min-width: 576px) {
  #news-photogrid {
      max-width: 540px;
  }
}
#photogrid-wrapper{
  height: fit-content;
  height: -moz-fit-content;
  padding: 10px 0;
}
#news-photogrid{
  display: flex;
  flex-wrap: wrap;
  padding: 0 2px;
  max-width:880px;
  margin:auto;
  justify-content: space-between;
}
#news-photogrid-col1{
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  margin-bottom: 4px;
}
#news-photogrid-col2{
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.photogrid-img{
  position: relative;
  text-align: center;
  color: white;
  text-align: left;
}
.img-overlay-text-sm{
  position: absolute;
  z-index: 7;
  bottom: 5px;
  left: 25px;
  padding-right: 25px;
}
.img-overlay-text-lg{
  position: absolute;
  z-index: 7;
  bottom: 10px;
  left: 30px;
  padding-right: 30px;
}
.img-overlay-text-sm div h3,.img-overlay-text-lg div h2{
  font-weight: 500;
  color: #fff;
}
/*photgrid2 */
#news-photogrid2{
  display:flex;
  height: 600px;
  min-width: 90%;
  margin: auto;
}
#news-photogrid2-col1{
  width:60%;
}
.photogrid2-img-lg-container{
  position: relative;
}
.photogrid2-img-lg{
  width: 100%;
  height: 600px;
}
#news-photogrid2-col2{
  display: flex;
  flex-direction: column;
  max-height: 100%;
  width: 40%;
}
.photogrid2-col2-img{
  max-height: 200px;
  height: 200px;
  position: relative;
}
.photogrid2-img-sm{
  width: auto;
  height: 100%;
}
.photogrid2-img-overlay-text-sm{
  position: absolute;
  bottom: 5px;
  left: 10px;
  max-height: 80%;
  margin: auto;

}
.photogrid2-img-overlay-text-lg{
  position: absolute;
  bottom: 50px;
  left: 20px;
  max-height: 80%;
  margin: auto;
  max-width: 90%;
}
/*photogrid 3*/
#news-photogrid3{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}
#news-photogrid3-row1{
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}
.photogrid3-row1-title{
  font-size: 48px;
  font-style: italic;
}
.photogrid3-row1-summary{
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
}
.photogrid3-img-lg-container{
  position: relative;
}
.photogrid3-img-lg{
  width: 100%;
  height: 500px;
}
.photogrid3-img-overlay-text-lg{
  position: absolute;
  top: 20%;
  left: 20px;
  max-height: 80%;
  margin: auto;
  max-width: 50%;
}
#news-photogrid3-row2{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photogrid3-row2-card{
  width:45%;
  min-width: 450px;
  max-height: 250px;
  height: 250px;
  display: flex;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.photogrid3-row2-card-text{
  width:55%;
  min-width:315px;
  padding: 15px;
}
.photogrid3-row2-date{
  font-size: 0.9rem;
  color: #6c757d;
  margin: 2px 0;
}
.photogrid3-row2-card-image{
  width:100%;
  height:100%;
}
.photogrid3-row2-card-image-container{
  width:45%;
  max-width:50%;
}
h1,h2,h3,h4{
  margin-top: 0;
  margin-bottom: .5rem;
}
.width-100{
  width: 100%;
}
/*newslist*/
#main-newslist{
  display: inline-block;
  max-width: 100%;
}
.newslist-item-container{
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  width:100%;
  margin-bottom: 20px;
}
.newslist-item-img-container{
  min-width: 190px;
  max-width: 190px;
  flex: 1 0 auto;
}
.newslist-item-img{
  width: 190px;
  height: 127px;
}
.newslist-item-img-link{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
}
.newslist-item-img-link:hover{
  cursor: pointer;
}
.newslist-item-body{
  margin-left:10px;
  min-width: 60%;
}
.newslist-header{
  margin-bottom: 15px;
  border-bottom: 1px solid #222;
  padding-bottom: 4px;
}
.newslist-header-text{
  border: 1px solid #222;
  padding: 4px;
  color: #fff;
  background-color: #222;
  font-weight: 600;
  font-size: 18px;
}
.article-social-buttons{
  display: flex;
}
.article-social-buttons div{
  margin-right:2px;
}
/*newslist2*/
.newslist2-item-container{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width:100%;
  margin-bottom: 20px;
  justify-content: space-between;
}
.newslist2-item-title{
  font-size: 26px;
}
.newslist2-item-title a{
  color: #444444 !important;
}
.newslist2-author-date{
  color:#888;
  font-size: 0.9rem;
}
.newslist2-item-img-container{
  width: 30%;
  min-width: 140px;
  padding: 2px 10px;
}
.newslist2-item-img{
  height: 170px;
  width: 100%;
  min-width: 100%;
}
.newslist2-item-body{
  width: 70%;
  max-width: 70%;
  padding: 5px 5px 5px 0px;
}
/*newslist3*/
.newslist3-row{
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  justify-content: space-between;
}
.newslist3-item-container{
  width: 30%;
  min-width: 230px;
  padding:2px 5px;
  flex-grow: 1;
}
.newslist3-item-img-container{
  width: 100%;
  min-width: 100%;
}
.newslist3-item-img{
  height: 170px;
  width: 100%;
  min-width: 100%;
}
.newslist3-item-body{
  position: relative;
  width: 90%;
  margin:auto;
  border: 1px solid #f4f4f4;
  background: #FFFFFF;
  padding: 10px;
  margin-top: -50px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.newslist3-item-title{
  margin-top: 0px;
  text-align: center;
  font-weight: 550;
}
.newslist3-item-title a{
  color: #333333 !important;
}
.newslist3-author-date{
  color:#888;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 0px;
}
/*side newslist*/
.side-newslist-item-container{
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  width:100%;
  max-width: 340px;
  margin:auto;
  margin-bottom: 20px;
}
.side-newslist-item-img{
  width:40%;
  min-width: 124px;
  flex: 1 0 auto;
}
.side-img{
  width: 124px;
  height: 124px;
}
.side-img-link{
  display:block;
  width: 100%;
  height: 100%;
}
/*side newslist2*/
.side-newslist2-item-container{
  display: flex;
  flex-flow: column;
  width:90%;
  margin:auto;
  margin-bottom: 10px;
}
.side-newslist2-item-img{
  width:100%;
}
.side-newslist2-item-text{
  font-size: 18px;
  font-weight: 550;
  margin-top: 5px;
}
.side-newslist2-item-text a{
  color: #444444 !important;
}
.newslist2-side-img{
  width: 100%;
  height: 170px;
}
/*side newslist3*/
.side-newslist3-item-container{
  display: flex;
  flex-flow: column;
  width:90%;
  margin:auto;
  margin-bottom: 10px;
}
.side-newslist3-item-img{
  width:100%;
  margin: auto;
}
.side-newslist3-item-body{
  position: relative;
  width: 90%;
  margin:auto;
  border: 1px solid #f4f4f4;
  background: #FFFFFF;
  padding: 10px;
  margin-top: -40px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.side-newslist3-item-text{
  font-size: 18px;
  font-weight: 550;
  margin: 5px 0px;
}
.side-newslist3-item-text a{
  color: #333333 !important;
}
.newslist3-side-img{
  width: 100%;
  height: 170px;
}
/*ad row*/
#ads-row-wrapper{
  margin-bottom: 10px;
}
.ad-row-container{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.ad-row-item{
  max-width:33.33%;
  flex: 0 0 33.333%;
}
.ad-row-item-img{
  flex: 1 0 auto;
  margin-bottom: 5px;
}
.ad-row-img{
  width: 136px;
  height: 124px;
  margin: auto;
}
.ad-row-img-link{
  display:block;
  width: 100%;
  height: 100%;
}

.photogrid-img-lg-container{
  flex: 1 0 auto;
}
.photogrid-img-lg{
  width: 580px;
  height: 344px;
}
.photogrid-img-lg-link{
  display: block;
  width: 100%;
  height: 100%;
}
.photogrid-img-sm-container{
  flex: 1 0 auto;
}
.photogrid-img-sm{
  width: 290px;
  height: 172px;
}
.photogrid-img-sm-link{
  display: block;
  width: 100%;
  height: 100%;
}
#page-banner-container{
  display:block;
  width:100%;
  height: 132px;
  background: rgba(0,0,0,.8);
}
.banner-img{
  width: 100%;
  height: 132px;
  opacity: 0.7;
}
.banner-text{
  position: relative;
  z-index: 5;
  bottom: 90px;
  font-weight: 500;
  color: #fff;
  margin: auto;
  width:80%;
}
#disclaimer-container{
  margin-bottom: 30px;
}
#disclaimer{
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color:#787878;
}
/*Main Modal Popup*/
#cboxLoadedContent{
  padding: 10px;
  background: #ffffff;
}
#main-modal-popup{
  display: none;
  height: 100%;
}
#main-modal-popup label{
  display: block;
  margin-bottom: 5px;
}
#main-modal-popup input{
  width: 100%;
}
#main-modal-container{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
#main-modal-container *{
  margin: auto;
}
.modal-popup-email {
  border: 1px solid #333;
  margin-bottom: 8px;
  min-width: 50px;
  padding: 2px;
  width:100%;
}
.modal-popup-button {
  transition-duration: 0.4s;
  background: #720000;
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  /*display: block; - July 17, 2024*/
  font-weight: 550;
  margin-top: 5px !important;
}
#main-popup-disclaimer{
  font-size: 0.7rem;
  color: #6c757d;
}
#main-modal-popup-thanks-wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
/*Bottom SlideUp Popup*/
.bottom-modal.fade.in .bottom-modal-body {
  position: fixed;
  bottom: 0; 
  opacity: 1;
  z-index: 9;
}
.bottom-modal-body {
  position: absolute;
  bottom: -250px;
  left: 5%;
  padding: 30px 15px 15px;
  width: 275px;
  height: 250px;
  max-height: 100%;
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  display:flex;
  flex-direction: column;
}
.close {
  margin-top: -20px;
  text-shadow: 0 1px 0 #ffffff;
  border: 0;
  background: 0 0;
  cursor: pointer;
  align-self: flex-end;
}
.fa-times-circle{
  font-size: 20px !important;
}
.bottom-modal-popup-button {
  margin-left: 140px;
  margin-top: 77px;
  font-weight: bold;
}
#bottom-modal-image{
  margin: auto;
  /*margin-top: -20px;*/
  max-height: 50%;
  max-width: 50%;
}
#bottom-modal-image img{
  max-height: 100%;
  max-width: 100%;
}
/*for stock page*/

.stock-card{
  padding: 10px;
  box-shadow: 0 .125rem .25rem rgba(.075,.075,.075,.075);
  border: 1px solid #f4f4f4;
  border-radius: 10px;
}
#stock-logo{
    width: 100px;
      height: 100px;
      position: relative;
      overflow: hidden;
      border-radius: 50%;
      margin: auto;
      margin-bottom: 10px;
  }
  #stock-logo img{
    display: inline;
      margin: 0 auto;
      height: auto;
      width: 100%;
  }
  #stock-home-content{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    background-color: #f0f0f0;
    font-family: 'Roboto', sans-serif !important;
    font-family: 'Open Sans', sans-serif !important;
    padding: 15px;
  }
  #stock-main-card{
    flex-grow: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    box-shadow: 0 .125rem .25rem rgba(.075,.075,.075,.075);
    border: 1px solid #f4f4f4;
      background-color: #FFFFFF;
      padding: 20px;
      height: -moz-fit-content;
      height: fit-content;
  }
  .stock-title-card{
    flex-grow: 1;
    min-width: 30%;
    text-align: center;
    overflow-wrap: break-word;
    height: -moz-fit-content;
    height: fit-content;
  }
  #main-card-stock-title{
    flex-grow: 1;
    text-align: center;
  }
  #main-card-table-container{
    flex-grow: 1;
    overflow-x: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  #main-card-table-container table{
    width: 100%;
  }
  #stock-chart{
    flex-grow: 1;
    max-width: 100%;
    min-width: 470px;
    height: 300px;
    min-height: 200px;
    margin: 5px 0;
  }
  #stock-chart-small{
    flex-grow: 1;
  }
  #stock-name{
    font-size: 1.8em;
    font-weight: 600;
    margin: auto;
  }
  #stock-price{
    font-size: 2.5em;
    font-weight: 600;
    margin: auto;
  }
  .text-left{
    text-align: left;
  }
  .text-right{
    text-align: right;
  }
  .font-bold{
    font-weight: 600;
  }
  .font-fade{
    opacity: 0.8;
  }
  #stock-home-right, #stock-home-left{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 45%;
    min-width: 470px;
    margin: 0 15px;
  }
  #stock-technicals{
    flex-grow: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    box-shadow: 0 .125rem .25rem rgba(.075,.075,.075,.075);
    border: 1px solid #f4f4f4;
      background-color: #FFFFFF;
      padding: 20px;
      margin: 5px 0;
  }
  .technicals-table-container{
    width: 45%;
    min-width: 230px;
    flex-grow: 1;
    margin: 0 5px;
  }
  .technicals-table-container table{
    width: 100%;
  }

  .technicals-table-container .table-striped{
    font-size: 0.99em;
  }
  .stock-text-card{
    flex-grow: 1;
    margin: 0 2px;
    align-items: center;
    background: #f1f1f1;
  }
  .stock-text-card p{
    margin: 0 -10px -10px -10px;
    max-height: 240px;
    min-height: 240px;
    overflow-y: auto;
    padding :10px 5px;
    background: #ffffff;
  }
  table tbody tr td{
    padding: 5px 15px;
  }
  .stock-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    max-width: 100%;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin: 5px 0px;
  }
  .stock-single-col-table {
    flex-grow: 1;
    margin: 0 2px;
    min-width: 220px;
    background: #f1f1f1;
  }
  .stock-single-col-table div{
    max-height: 240px;
    min-height: 240px;
    background: #ffffff;
    overflow-x: auto;
    overflow-y: auto;
    margin: 0 -10px -10px -10px;
  }
  .stock-single-col-table div table{
    background: #ffffff;
    max-width: 100%;
    width: 100%;
  }

  /*StockMainWidget2*/
  .tv-ticker-item-last__body{
    display: none !important;
  }
  #stock-banner{
    display: flex;
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    box-shadow: 0 3px 20px 0 rgba(0,77,165,0.07);
      background-image: linear-gradient(-41deg, #0533B1 0%, #459FF0 100%);
      line-height: 1.2;
      color: #ffffff;
  }
  #stock3-content-container{
    width:90%;
    margin: auto;
  }
  #stock-banner-content{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: auto;
    max-width: 100%;
  }
  #stock-banner-ticker-info{
    padding: 10px;
    width: 30%;
    min-width: 250px;
  }
  #stock-banner-ticker-info, #stock-banner-stats{
    flex-grow: 1;
  }
  #stock-banner-ticker-name{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: 1.5rem;
  }
  #stock-banner-symbol{
    font-size: 3.5rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 10px;
  }
  #stock-banner-name-exchange{
    font-size: 1.2rem;
  }
  #stock-banner-name-exchange div{
    padding: 5px 0;
    opacity: 0.8;
  }
  #stock-banner-ticker-price{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  #stock-banner-curr-price{
    font-size: 3.5rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 10px;
    font-weight: 600;
  }
  #stock-banner-lastclose div{
    padding: 2px 0;
  }
  #stock-banner-stats{
    width:60%;
    overflow-x: auto;
  }
  #stock-banner-content table{
    color: #ffffff;
  }
  #stock3-stats-table-container table{
    max-width: 100%;
    width: 100%;
  }
  #stock-earnings-chart{
    width: 100%;
    background: #f1f1f1;
  }
  #mychart{
    background: #ffffff;
    margin: 0 -10px -10px -10px;
    max-height: 240px;

  }

  /*Styling for PDF html*/
  .stock-column-pdf{
    display:inline-block;
    width:33.3%;
    vertical-align: top;
  }
  .stock-column-pdf .stock-single-col-table div,.stock-row-pdf .stock-single-col-table div{
    max-height: inherit !important;
    min-height: inherit !important;
  }
  .stock-row-pdf #stock-banner-content{
    display: block !important;
  }
  .stock-row-pdf #stock-banner-content div{
    display: inline-block !important;
  }
  .stock-row-pdf #stock-banner-ticker-info #stock-banner-ticker-info{
    margin-left: 20px;
  }
  .stock-row-pdf div{
    display: inline-block;
    vertical-align: top;
  }
  .stock-row-pdf .stock-single-col-table div{
    width:104%;
  }
  .stock-row-pdf #stock-main-card div{
    display: block;
  }

  /*article banner ad*/
  .article-banner-ad{
    display: none;
  }
  #internal-ad-banner{
    display: flex;
    flex-flow: row nowrap;
    max-width: 100%;
    justify-content: space-around;
    align-items: center;
    border: 0.5px solid black;
    padding: 5px;
    margin-bottom: 2px;
  }
  #internal-ad-banner-img-container{
    width: auto;
    max-height: 100%;
  }
  #internal-ad-banner-img-container img{
    max-height: 100px;
  }
  #internal-ad-banner-text-container{
    padding: 10px;
    max-width: 60%;
  }
  .internal-ad-banner-button {
    box-shadow:inset 0px 1px 0px 0px #cf866c;
    background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    background-color:#d0451b;
    border-radius:3px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    padding:6px 6px;
    text-decoration:none;
    text-shadow:0px 1px 0px #854629;
    min-width: max-content;
    text-align: center;
  }
  .internal-ad-banner-button:hover {
    background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    background-color:#bc3315;
  }
  .internal-ad-banner-button:active {
    position:relative;
    top:1px;
  }

  /*hiding first ad in news' lists (for adblock logic processing) */
  .list_io_ad , .list_internal_ad {
    display: none;
  }
  /*hiding bottom popup ads (for adblock logic processing) */
  #bottom-popup-internal , #bottom-popup-io{
    display: none;
  }
  #bottom-popup{
    display:none;
  }

  /*social media share widgets*/

  .IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1G9ISYhSF8XoOmdcl0yKDu, .social-media-share-button #twitter-widget-0{
    width: 77px !important;
    height: 28px !important;
  }
  #social-media-widget-container{
    display: inline-block !important;
    min-width: fit-content;
    min-width: -moz-fit-content;
    max-width: 100% !important;
  }
  #social-media-widget{
    display: flex;
    flex-flow: row nowrap;
    max-width: 100%;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .social-media-share-button{
    margin: 0 2px;
  }
  /*styling for articles from news_stories table*/
  .addtoany_share_save,.attachment-post-thumbnail,.attachment-thumbnail,.twtrdiv2{
    display: none;
  }
  #article-body figure img,#article-body p img,iframe,.components-resizable-box__container img{
    max-width: 100%;
  }
  .embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
  } 
  .embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
  }
  /*article gateway*/
  #article-gateway-container{
    display:none;
  }
  #article-gateway-container.fade.in #article-gateway-content{
    width: 100%;
    min-width: 100%;
    height: 60%;
    min-height: 50%;
    font-family: arial;
    padding: 30px 35px;
    position: fixed;
    bottom: 0; 
    opacity: 1;
    z-index: 10;
    overflow: auto;
    left: -1px;
  }
  #article-gateway-content{
    width: 80%;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: -250px;
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  }
  #article-gateway-subtext{
    width: 25%;
    margin: auto;
  }
  #article-gateway-form-container{
    width: 25%;
    max-width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 1rem;
  }
  #article-gateway-logo{
    margin-top: 1rem;
  }
  #article-gateway-thankyou-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 60%;
    padding-top: 3rem;
  }


  /*main modal new*/
  #main-modal-popup-new{
    display: none;
    position: fixed;
    height: 50vh;
    min-height: 340px;
    width: 50%;
    max-width: 630px;
    background-color: white;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 25px;
    border: 2px solid black;
    border-radius: 10px;
  }
  #main-modal-image img{
     height: 100%;
     width: auto;
  }
  #main-modal-button{
    margin: 0 0;
    text-align: right;
    margin-right: -22px;
  }

  /*exit modal*/
  #exit-modal{
    display: none;
    position: fixed;
    height: 60vh;
    min-height: 580px;
    width: 650%;
    max-width: 700px;
    background-color: white;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 25px;
    border: 2px solid black;
    border-radius: 10px;
  }