a {
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}

.button-container {
  display: flex;
  justify-content: left;
}
.trademark-bottom_footer p {
  text-align: center;
}
.button-container-home {
  display: space-between;
  text-align: center;
}

/*.button-container-home a {
  width: 280px;
}*/

.button-container-home a {
  margin: 15px; 
}
/*.button-container-home a {
  text-align: center; 
  display: flex; 
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}*/

ul {
  list-style: disc;
  padding: 0;
}

li {
  margin: 5px;
}

.rad-authorrole {
  margin-bottom: 10px;
}

.commodity-list {
  margin-left:15px;
  list-style-type: disc;
}
.autor-detail {
  text-align: center;
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
}
#button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
/*.container-root-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}*/

/*.container-root-page {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}*/

.container-root-page {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 100px;
  margin-right: 50px;
  height: 100%;
}

.container-root-page h1 {
  font-size: 48px;
  font-weight: bold;
  color: white;
}

.sambar-widget-container {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%; 
}

.container-trade-page {
  margin: 20px 30px;
}

.footer-trade-page {
  width: 100%;
}

.root-page-heading {
  float: right; 
  position: absolute; 
  top: 480px; 
  right: 5px; 
  color: white; 
  font: bold; 
}

.root-page-large-heading {
  display: block; 
  font-size: 48px;
  font-weight: bold; 
  margin-bottom: 10px;
}

#button {
  display: inline-block;
  background-color: #0854ac;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #0854ac;
}
#button:active {
  background-color: #0854ac;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.discuss-box {
  frameborder: 0;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  padding: 0;
  margin-top: 20px;
}

.question-answer-box {
  frameborder: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

/*.subpage-cover {
  width: 50%;
  height: 500px;
}

.subpage-cover img {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 5px;
}*/

.subpage-cover {
  width: 50%;
  height: 500px;
  position: relative;
}

.subpage-cover img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

.subpage-cover img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  opacity: 0.7;
}

.subpage-cover-heading {
  display: block; 
  font-family: nyt-chelt-cond-lt;
  font-size: 7vw;
  font-weight: 100;
  text-align: center;
  justify-content: center;
  word-wrap: break-word;
  margin: 0;
  color: white;
}

.home-page-text {
    margin-top: 25px;
    font-family: nyt-cheltenham;
    font-size: 20px;
    font-weight: 400;
    content: "\2013";
}

.subpage-text {
    margin-top: 25px;
    font-family: nyt-cheltenham;
    font-size: 24px;
    font-weight: 400;
    content: "\2013";
}
.subpage-text p {
    margin-top: 25px;
    font-family: nyt-cheltenham;
    font-size: 24px;
    font-weight: 400;
}

.subpage-text-list {
  list-style: disc;
  margin: 0;
  padding: 0;
  margin-top: 25px; 
  font-family: nyt-cheltenham; 
  font-size: 22px;
  font-weight: 400; 
}

.subpage-text-list li {
  list-style-position: inside;
  line-height: 1.5; 
  margin-left: 20px; 
  margin-top: 25px;
  font-family: nyt-cheltenham;
  font-size: 22px;
  font-weight: 400;
}

.subpage-text-list li strong {
  font-weight: bold; 
}

.home-page-text-line {
  max-width: calc(100% - 100px);
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: nyt-cheltenham;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.7;
  font-weight: 400;
  letter-spacing: 0.25px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 25px;
  padding: 25px 0px 50px;
  color: rgb(255, 255, 255);
}

.subpage-text-line {
  max-width: calc(100% - 100px);
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: nyt-cheltenham;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.7;
  font-weight: 400;
  letter-spacing: 0.25px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 25px;
  padding: 25px 0px 50px;
  color: rgb(255, 255, 255);
}

/*.subpage-text-line {
  max-width: calc(100% - 100px);
  text-align: center;
  font-family: nyt-cheltenham;
  font-size: 20px;
  line-height: 1.5;
  padding: 25px 0px 50px;
  color: rgb(128, 128, 128);
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end 2px;
  align-items: center;
  width: 100%;
  border-top: 0.5px solid rgba(255, 255, 255, 0.3); 
}*/

/*.subpage-text-line {
  max-width: calc(100% - 100px);
  text-align: center;
  font-family: nyt-cheltenham;
  font-size: 20px;
  line-height: 1.5;
  padding: 25px 0px 50px;
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  opacity: 0.7;
  font-weight: 400;
  letter-spacing: 0.25px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px 0px 50px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  opacity: 0.7;
  font-weight: 400;
  letter-spacing: 0.25px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 25px;
  padding: 25px 0px 50px;
  color: rgb(255, 255, 255);
}*/

body {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'FinancierDisplayWeb'; /* Specify font family name */
  src: url('/fonts/FinancierDisplayWeb-Regular.woff2') format('woff2'),  /* Modern browsers */
       url('/fonts/FinancierDisplayWeb-Regular.woff') format('woff'); /* Older browsers */
  font-weight: 400; /* Regular weight */
  font-style: normal; /* Normal style */
}

.text-display--scale-3 {
  font-family: FinancierDisplayWeb, serif; /* Use the defined font family */
  font-size: 24px;
  line-height: 28px;
}

.widget-page-date-heading {
    margin-top: 15px;
    font-family: nyt-cheltenham;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
}

.widget-page-date-heading p {
    margin-top: 15px;
    font-family: nyt-cheltenham;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
}

.widget-page-autor-detail {
    margin-top: 20px;
    font-family: nyt-cheltenham;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
}

.widget-page-autor-detail p {
    margin-top: 15px;
    font-family: nyt-cheltenham;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
}

p.home-page-cover-list {
  /*margin-top: 25px;*/
  margin-left: 5px;
  font-family: nyt-cheltenham;
  font-size: 20px;
  font-weight: 400;
}

.home-page-cover-list li {
  /*margin-top: 25px;*/
  margin-left: 5px;
  font-family: nyt-cheltenham;
  font-size: 20px;
  font-weight: 400;
}

.subpage-cover-subheading {
    margin-top: 25px;
    font-family: nyt-cheltenham;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.subpage-cover-subheading p {
    margin-top: 25px;
    font-family: nyt-cheltenham;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.home-page-cover-subheading {
    margin-top: 25px;
    font-family: nyt-cheltenham;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.home-page-cover-subheading p {
    margin-top: 25px;
    font-family: nyt-cheltenham;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.subpage-cover-image {
  display: flex;
  width: 100%;
  height: 800px;
  margin-top: 87px;
}

.subpage-cover-image-left {
  background-color: #1a1919;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subpage-cover-right {
  width: 50%;
}

.subpage-cover-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 100%;
}

/* Layout */
.mains span {
   font-family: nyt-cheltenham;
   font-weight: 400;
   font-size: 20px;
}
.mains #heading h1 span {
   font-family: nyt-cheltenham;
    font-size: 1em;
    color: #71bc2f;
}
/*.mains h2 {
    margin: 0;
    padding: 0;
    line-height: 1em;
}*/

.subpage-author-and-strategy-button {
  display: flex;
  width: 100%;
}

.subpage-author,
.subpage-strategy-button {
  flex: 1;
}

.subpage-author {
  Remove float: left;
}

.subpage-strategy-button {
  text-align: right; 
}

.trade-page-dashboard-section-heading h2 {
    margin-bottom: 50px !important;
    margin-top: 0 !important;
}

@font-face{
  font-family:'Calvino';
  src:url('https://static1.squarespace.com/static/5eb63290285e122b5e51e572/t/62515a4c34f446487522c419/1649498700824/Calvino-Grande-Black.woff2FontURL');
}

@font-face{
  font-family:'clarendon-text-pro';
  src:url('https://use.typekit.net/af/9aa147/00000000000000007735a52b/30/l?subset_id=2&fvd=n4&v=3');
}

@font-face{
  font-family:'degular';
  src:url('https://use.typekit.net/af/174e41/00000000000000007735c867/30/l?subset_id=2&fvd=n4&v=3');
}

@font-face{
  font-family:'roboto';
  src:url('https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2');
}

.maint h2{
  word-wrap: break-word;
  color:hsl(6.43,79.25%,58.43%) !important;
  font-family:'Calvino';
  font-size: 49.9768px !important;
} 


.clarendonf{
  font-family:'clarendon-text-pro';
}
.degularf{
  font-family:'degular';
}


.tittle.maint h2:after {
  content: none !important;
}

.nbtnc {
  height: 67px;
  margin-top: 10px;
}
.nbtnc a{
 color: #fff;
 display: inline-block;
 font-size: 17.6px;
 background-color: #fd7e14;
 font-family:'roboto';
 padding: 23px 32px;
 margin: 5px;
 font-weight: 700;
}
.nbtnc h2 {
 color: #fff;
 display: inline-block;
 font-size: 17.6px;
 background-color: #fd7e14;
 font-family:'roboto';
 padding: 23px 32px;
 margin: 5px;
 font-weight: 700;
}
.maint-smaller h2{
  word-wrap: break-word;
  color:hsl(6.43,79.25%,58.43%) !important;
  font-family:'Calvino';
  font-size: 48px !important;
}

.tittle.maint-smaller h2:after {
  content: none !important;
}

.maint-publication-page h2{
  word-wrap: break-word;
  color:hsl(6.43,79.25%,58.43%) !important;
  font-family:'Calvino';
  font-size: 49.9768px !important;
  margin-bottom: 25px !important;
  margin-top: 25px !important;
} 

.maint-big h2{
  word-wrap: break-word;
  color:#fff;
  font-family:'Calvino';
  font-size: 45px !important;
  margin-top: 5px;
}


.maint-big span{
  word-wrap: break-word;
  color:#fff;
  font-family:'clarendon-text-pro';
  font-size: 20px !important;
  text-align: center;
}

.subpage-text-list ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  margin-top: 25px; 
  font-family:'clarendon-text-pro';
  font-size: 18.6136px;
  color: #081335; 
}

.maint-smaller-2 span h2{
  word-wrap: break-word;
  color:hsl(6.43,79.25%,58.43%) !important;
  font-family:'Calvino';
  font-size: 22.6136px !important;
  color: #081335;
}

.home-page-subheading.maint-smaller-2 h2:after {
  content: none !important;
}

.home-page-subheading h2 span {
  word-wrap: break-word;
  color:hsl(6.43,79.25%,58.43%) !important;
  font-family:'clarendon-text-pro';
  font-size: 22.6136px !important;
  padding-top: 0;
  position: relative;
  margin-bottom: 100px;
  justify-content: center;
}

.opinion-label-style {
  color: #fd7e14;
}

.maint-smaller-sub h2 {
  word-wrap: break-word;
  color:hsl(6.43,79.25%,58.43%) !important;
  font-family:'Calvino';
  font-size: 25.6136px !important;
  padding-top: 0;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  text-align: center;
  visibility: visible; 
  animation-name: fadeInUp;
  text-transform:capitalize;
}
.maint-bigger-sub h2 {
  word-wrap: break-word;
  color:hsl(6.43,79.25%,58.43%) !important;
  font-family:'Calvino';
  font-size: 49.9768px !important;
  padding-top: 0;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  text-align: center;
  visibility: visible; 
  animation-name: fadeInUp;
  text-transform:capitalize;
}

.clarendonf-text span {
  font-family:'clarendon-text-pro';
  font-size: 18.6136px;
  color: #081335;
}


.updates-heading{
  word-wrap: break-word;
  color: hsl(6.43, 79.25%, 58.43%) !important;
  font-family: 'Calvino';
  font-size: 49.9768px !important;
  padding-top: 0;
  font-weight: 700;
  position: relative;
  text-align: left;
  visibility: visible;
  animation-name: fadeInUp;
  text-transform: capitalize;
}

.updates-subtext {
  word-wrap: break-word;
  color: hsl(6.43, 79.25%, 58.43%) !important;
  font-family: 'Calvino';
  font-size: 25.6136px !important;
  padding-top: 0;
  font-weight: 700;
  position: relative;
  text-align: left;
  visibility: visible;
  animation-name: fadeInUp;
  text-transform: capitalize;
}

/*.opinion-label {
  word-wrap: break-word;
  color: hsl(6.43, 79.25%, 58.43%) !important;
  font-family: 'Calvino' !important;
  font-size: 25.6136px !important;
  padding-top: 0;
  font-weight: 700 !important;
  position: relative;
  text-align: left;
  visibility: visible;
  animation-name: fadeInUp;
  text-transform: capitalize !important;
}*/

.updates-text {
  font-family: 'clarendon-text-pro';
  font-size: 18.6136px;
  color: #081335;
  font-weight: 400;
  margin-bottom: 10px;
}

.author-txt {
  font-family: 'clarendon-text-pro' !important;
  font-size: 18.6136px !important;
  color: #081335 !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}
.ul-cls li {
  font-family: 'clarendon-text-pro' !important;
  font-size: 18.6136px !important;
  color: #081335 !important;
  font-weight: 400 !important;
  list-style: disc;
  margin: 15px  !important; 
  padding: 0  !important; 
  margin-top: 25px  !important;
}
.answer {
  font-family: nyt-cheltenham;
  font-size: 20px;
}

.author_class {
  font-family: 'clarendon-text-pro' !important;
  font-size: 18.6136px !important;
  color: #081335 !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}