/* Customized CSS */

/*BASE ORANGE: #FF6A13*/
/*BASE GRAYISH BLUE: #373946*/

hr.break {
  border: 0;
  width:100%;
  height: 1px;
  background-color:#CACACA;
}

.highlighter {
  font-weight:bold;
  background-color:#424559;
}
.special {
  font-weight:bold;
  font-size:1.5rem;
}

/* Align the image to the right on large screens (1200px and above) */
.img-customx {
  width:auto;
  height:auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.show-small {
  display:none;
}

main {
  top:116px;
  position:relative;
}

.video-container {
  /*position: relative;
  width: 100%;
  max-width: 800px; /* Adjust maximum width as needed 
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
}
.video-container {
  display: flex;
  justify-content: center; /* Ensures horizontal centering */
  align-items: center;    /* Ensures vertical centering */
}
.video-container video {
  width: 100%;
  height: auto;
  pointer-events:none;
}
/*.video-container::before {
  content: "";
  display: block;
  /*padding-top: 56.25%; /* 16:9 aspect ratio 
}*/
.video-container video {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
}
.video-container img {
  width:100%;
  /*max-width:1200px;*/
}

.tab-pane .h2-special {
  background-color:#FFA500;
  padding-top:16px;
  padding-bottom:16px;
  color:#FFFFFF;
  text-align:center;
  margin-top:50px;
}

.vis-xls {
  display:none;
}
.vis-lg {
  display:inherit;
  margin-top:3rem;
}
.vis-xls .read-more, .vis-lg .read-more {
  margin-top:3rem !important;
}
.ai-2 .vis-xls .read-more {
  margin-top:1.9rem;
}
.ai-2 .vis-lg .read-more {
  margin-top:1.5rem;
}
.ai-2 .vis-lg {
  margin-top:0;
}

.inline-bold {
  display: inline !important;
}