/* 
 * All the common semantics/blocks related attributes/styles mentioned here. 
 * As well as file pointing to minify script.
 * 
 * Site uri: https://www.zacks.com/             
 * @file: Core Stylesheet
 *
 * @author: Pushpak Koyal
 * @sub-author:
 * 
 * @date: 
 *
 * @copyright (c) 2022 Zacks Investment Research 
 * @license Internal Use only. No License granted.
 *
 */
/* 
 * All the common semantics/blocks related attributes/styles mentioned here. 
 * As well as file pointing to minify script.
 * 
 * Site uri: https://www.zacks.com/             
 * @file: Core Stylesheet
 *
 * @author:
 * @sub-author:
 * 
 * @date: 
 *
 * @copyright (c) 2020 Zacks Investment Research 
 * @license Internal Use only. No License granted.
 *
 */
/*TS Pages color*/
/* eof */
/* 
 * All the fonts related attributes/styles mentioned here. 
 * As well as file pointing to minify script.
 * 
 * Site uri: https://www.zacks.com/             
 * @file: Core Stylesheet
 *
 * @author: Subhranil Dutta (subhranild@zacksindia.com)
 * @sub-author:
 * 
 * @date: 02/04/2020 
 *
 * @copyright (c) 2020 Zacks Investment Research 
 * @license Internal Use only. No License granted.
 *
 */
/* Global Fonts */
/* mobile landscape */
/* placeholder for fill width attributes */
/* Bottom Disclosure Section */
.disclosure-fixed-slab {
  display: none;
  background-color: #1c4a13;
  width: 100%;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0 !important;
  -o-box-shadow: 0 -1px 5px -1px #000;
  -ms-box-shadow: 0 -1px 5px -1px #000;
  box-shadow: 0 -1px 5px -1px #000;
  z-index: 999999;
  box-sizing: content-box;
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab {
    padding-bottom: 10px;
    bottom: 0;
  }
}
.disclosure-fixed-slab a:focus,
.disclosure-fixed-slab button:focus {
  outline: 2px dotted white !important;
}
.disclosure-fixed-slab button.close-disclosure {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(25px, -50%);
  -moz-transform: translate(25px, -50%);
  -webkit-transform: translate(25px, -50%);
  padding: 5px;
  border: none;
  border-radius: 2px;
  width: 24px;
  height: 25px;
  text-align: center;
  line-height: 15px;
  font-weight: bold;
  background: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab button.close-disclosure {
    font-size: 15px;
    top: 3px;
    right: 3px;
    margin: 0;
    transform: inherit;
    -moz-transform: inherit;
    -webkit-transform: inherit;
  }
}
.disclosure-fixed-slab .cookie-txt {
  line-height: 20px;
}
@media (min-width: 1023.1px) {
  .disclosure-fixed-slab .cookie-txt {
    width: calc(100% - 505px);
    float: left;
    padding: 10px 10px 10px 30px;
  }
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab .cookie-txt {
    width: calc(100% - 20px);
    padding: 25px 10px 15px 10px;
  }
}
.disclosure-fixed-slab .cookie-txt > p {
  color: #fff;
  font-size: 10pt;
  text-align: left;
  line-height: 20px;
  text-shadow: none !important;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  display: contents;
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab .cookie-txt > p {
    width: calc(100% - 20px);
    padding: 10px;
    float: none;
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
  }
}
.disclosure-fixed-slab .cookie-txt > p a {
  text-decoration: underline;
  color: white;
}
@media (min-width: 1023.1px) {
  .disclosure-fixed-slab > div.btn-set {
    float: right;
    width: 470px;
    height: 60px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(25px, -50%);
  }
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab > div.btn-set {
    float: none;
    height: auto;
    position: static;
  }
}
.disclosure-fixed-slab > div.btn-set button {
  top: 15px;
  position: absolute;
  font-size: 12px;
  color: #000;
  border-radius: 0;
  padding: 8px 0;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  min-width: 170px;
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab > div.btn-set button {
    position: inherit;
    left: inherit !important;
    right: inherit !important;
    width: 100%;
  }
}
.disclosure-fixed-slab > div.btn-set button.accept-btn {
  right: 75px;
  left: inherit;
  background: #c2ffd8;
  border: 1px solid #009057;
}
.disclosure-fixed-slab > div.btn-set button.deny-btn {
  right: 265px;
  background: #fff;
  border: 1px solid #000;
}
@media (max-width: 1023px) {
  .disclosure-fixed-slab > div.btn-set button.deny-btn {
    margin-bottom: 10px;
  }
}

/* hide horizontal page scroll */
@media screen and (min-width: 0) {
  .page {
    overflow-x: hidden;
  }
}/*# sourceMappingURL=disclosure.css.map */