/* Fonts */

/* Montserrat Normal */
@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-100-normal.woff2') format('woff2'),
       url('../woff/montserrat-100-normal.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-200-normal.woff2') format('woff2'),
       url('../woff/montserrat-200-normal.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-300-normal.woff2') format('woff2'),
       url('../woff/montserrat-300-normal.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-400-normal.woff2') format('woff2'),
       url('../woff/montserrat-400-normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-500-normal.woff2') format('woff2'),
       url('../woff/montserrat-500-normal.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-600-normal.woff2') format('woff2'),
       url('../woff/montserrat-600-normal.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-700-normal.woff2') format('woff2'),
       url('../woff/montserrat-700-normal.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-800-normal.woff2') format('woff2'),
       url('../woff/montserrat-800-normal.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-900-normal.woff2') format('woff2'),
       url('../woff/montserrat-900-normal.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Montserrat Italic */
@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-100-italic.woff2') format('woff2'),
       url('../woff/montserrat-100-italic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-200-italic.woff2') format('woff2'),
       url('../woff/montserrat-200-italic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-300-italic.woff2') format('woff2'),
       url('../woff/montserrat-300-italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-400-italic.woff2') format('woff2'),
       url('../woff/montserrat-400-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-500-italic.woff2') format('woff2'),
       url('../woff/montserrat-500-italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-600-italic.woff2') format('woff2'),
       url('../woff/montserrat-600-italic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-700-italic.woff2') format('woff2'),
       url('../woff/montserrat-700-italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-800-italic.woff2') format('woff2'),
       url('../woff/montserrat-800-italic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../woff2/montserrat-900-italic.woff2') format('woff2'),
       url('../woff/montserrat-900-italic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* HTML */
html {
  scroll-padding-top: 230px;
}
/* Body */
body {
  font-family: "Montserrat", "Helvetica Neue", Arial, Sans-Serif;
  width: 100%;
}
.container {
  max-width: 1184px;
  z-index: 2;
  position: relative;
}

.text-spacing-wide {
  letter-spacing: 0.1rem;
  line-height: 1.2rem;
}
article a .entry-header img {
  transition: opacity .2s; 
}
article a:hover .entry-header img {
  opacity: 0.9;
  transition: opacity .2s; 
}

/* Article */
.post .entry-content p, .post .entry-content li  {
  font-size: 1.1rem;
  line-height: 1.8
}

.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content h6  {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  font-weight: 600;
}

.post .entry-content p a, .post .entry-content li a, .post .entry-content h4 a, .post .entry-content h3 a  {
  color: #212529;
  text-decoration: none;
  border-bottom: solid 2px #2D333A;
}
.post .entry-content p a:hover, .post .entry-content li a:hover, .post .entry-content h4 a:hover, .post .entry-content h3 a:hover  {
  color: #ffffff;
  text-decoration: none;
  background: #2D333A;
}
.post .entry-content figure  {
  padding: 5px 0px 5px 0px;
}
.post .entry-content img  {
  background-color: #f1f1f1;
  width: 100%;
}
.post .wp-block-image figcaption, .post .entry-content .wp-caption-text {
  font-size: 80%;
  color: #6c757d;
  text-align: center;
}
.post .wp-block-quote {
  padding-left: 20px;
  background: #f1f1f1;
  border-left: solid 2px #212529;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
}
.post .aligncenter {
  width: 100% !important;
}
.post .entry-content table {
  width: 100%;
  overflow-wrap: break-word;
  font-size: 0.9rem;
}
.post .entry-content table tr {
}
.post .entry-content table tr th {
  text-align: center;
  background: #f8f9fa;
  color: #212529;
  border-top: solid 1px #dee2e6;
}

.site-footer ul li {
  margin: 9px 0;
  list-style: none;
}

.site-footer ul li a {
  text-decoration: none;
}

hr {
  color: #f1f1f1;
  opacity: 0.25;
}
.post iframe {
  width: 100%;
}

.has-red-color {
  color: #dc3545!important;
}
.has-green-color {
  color: #28a745!important;
}
.has-orange-color {
  color: #fd7e14!important;
}
.has-yellow-color {
  color: #ffc107!important;
}
.has-blue-color {
  color: #007bff!important;
}

.embed-responsive-item {
  object-fit: cover;
  background-color: #f1f1f1;
}
.author-link a {
  color: inherit !important;
  text-decoration: none;
}

.article-share-btn:hover{
  background-color: #212529;
  color: white !important;
  transition: ease-in 0.2s;
  border: 1px solid #212529;
}

.article-share-btn i{
  color: inherit;
}

.btn-outline:hover{
  background-color: #212529;
  color: white !important;
  transition: ease-in 0.2s;
  border: 1px solid #212529;
}



.navbar-desktop .btnNewsletter {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
} 

.second-nav-item {
  position: relative;
}

.second-nav-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #212529;
  transition: all 0.25s ease-out;
}

.second-nav-item:hover::before {
  width: 100%;
  left: 0;
}

#desktop-logo {
  -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out; /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: width 0.2s ease-in-out, height 0.2s ease-in-out; /* Firefox 4-15 */
  -o-transition: width 0.2s ease-in-out, height 0.2s ease-in-out; /* Opera 10.50–12.00 */
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out; /* Standard syntax */
}

#desktop-logo {
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

/* Sidebar */
.sticky-sidebar {
  padding-top: 100px;
  margin-top: -100px;
}

/* Active chart option */
.chart-option:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.chart-option-active {
  background-color: #f1f1f1;
}

/* Tab styling */
.tab-control .active {
  color: #212529 !important;
  font-weight: bold;
  border-bottom: solid 2px #212529;
}

/* Prevent blue outline on input */
.form-control:focus {
  border-color: #ced4da; /* default B5 color or set your own color*/
  outline: none !important;
  box-shadow: none !important;
}

/* Menu collapse icon change [+] / [-] */
/* Hide the minus icon by default */
#newsToggleIconMinus {
  opacity: 0;
}

/* Show the minus icon and hide the plus icon when the collapsible content is shown */
.nav-link[data-bs-toggle="collapse"]:not(.collapsed) #newsToggleIconMinus {
  opacity: 1 !important;
}

.nav-link[data-bs-toggle="collapse"]:not(.collapsed) #newsToggleIconPlus {
  opacity: 0;
  width: 0px;
}

/* Ensure plus is visible and minus is hidden when collapsed */
.nav-link[data-bs-toggle="collapse"].collapsed #newsToggleIconPlus {
  opacity: 1;
}

.nav-link[data-bs-toggle="collapse"].collapsed #newsToggleIconMinus {
  opacity: 0;
}

@media (max-width: 767px) {
  .sticky-sidebar {
    padding-top: 0px;
    margin-top: 0px;
  }
  .post-list .entry-title {
    font-size: 1rem;
  }
  .feature-title {
    font-size: calc(1.75rem + 1.5vw);
  }
  .post .entry-content p, .post .entry-content li  {
    font-size: 1rem;
  }
}