* {
  box-sizing: border-box;
}

/* Set height of body and the document to 100% */
body,
html {
  height: 100%;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* Style tab links */
.tablink {
  background-color: transparent;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 1.4rem;
  padding: 2rem;
}

input {
  outline: none;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
  height: auto;
}

/* ------ SPACER ------ */
.spacer {
  height: 1rem;
}

/* ------ MAIN HEADER ------ */
.nav_header {
  width: 100%;
  background-color: #f5f8fb;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  padding: 0 10%;
  padding-bottom: 0;
}

.nav_header-title {
  margin-bottom: 2rem;
}

.nav_header-title h3 {
  color: white;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}

.nav_header-menu ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}

.nav_header-menu ul li {
  width: 100%;
}

.nav_header-menu ul li button {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif ;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  color: #557091;
  padding-bottom: 1rem;
  border-bottom: 5px solid transparent;
}

#nav-header .nav_header-menu li.active > button {
  font-weight: 500;
  color: #15426f;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
}

/* ------ HOTSPOTS ------ */
.hotspots {
  padding: 0 10%;
  background-color: #f5f8fb;
  border-top: 5px solid #e6eff6;
}

.hotspots-wrapper {
  width: 100%;
  display: flex;  
  padding-bottom: 2rem;
}

.hotspots-wrapper-img {
  /*width: 35%;*/
  flex: 0 0 15%;
}

.hotspots-wrapper-img img {
  width: 100%;
}

.hotspots-wrapper-info {
  /*width: 65%;*/
  flex: 1 0 65%;
  padding: 0 1rem;
}

.hotspots-wrapper-contact {
  /*width: 65%;*/
  flex: 1 0 20%;
  border-left: 1px solid #CCC;
  padding-left: 2rem;
}

.hotspots-wrapper-contact ul{
  margin: 0 !important;
  padding: 0 !important
}

.hotspots-wrapper-contact strong{
  color: var(--bv-light-blue);
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
}

.hotspots-wrapper-contact h4{
  color: var(--bv-dark-blue) !important;
}

.hotspots-wrapper-info h3 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif ;
  color: #0a64ad;
  font-weight: 400;
  font-size: 1.7rem;
  margin-top: 0;
}

.hotspots-wrapper-info p {
  color: var(--bv-gray);
  font-size: 1rem;
  line-height: 23px;
  margin-top: 0;
}

.hotspots-wrapper-info a {
  color: var(--bv-orange);
  text-decoration: none;
}

/* Gray Post */
.hotspots-wrapper-item {
  width: 100%;
  height: 6rem;
}

.hotspots-wrapper-item-info {
  background-color: #d8d8d8;
  width: 70%;
  height: 100%;
  margin: 0 auto;
}

/* ------ MAIN SECTION ------ */
.main-section {
}

/* ----------------------------------- GENERAL STYLES ----------------------------------- */
.section-main {
  padding: 0 10%;
  background-color: #ffffff;
  padding-top: 4rem;
}

.section-subtitle {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif ;
  color: #0a64ad;
  font-weight: 400;
  font-size: 1.7rem;
  margin-top: 0;
}

.section-main p {
  color: var(--bv-gray);
  font-size: 1rem;
  line-height: 23px;
}

/* ----------------------------------- ABOUT ----------------------------------- */
.section-main-about {
  padding-bottom: 4rem;
}

.txt-bold-style {
  font-weight: 600;
}

.main-about-info {
  display: flex;
}

.main-about-info-txt {
  width: 65%;
}

.main-about-info-txt p {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif ;
}

.main-about-info-txt p span{
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif ;
}

.sponsor_description p {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif ;
}

.sponsor_description p span {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif ;
}
.sponsor_excerpt p {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif ;
}
.sponsor_excerpt p span {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif ;
}

/* ----- INFO SIDE ----- */
.main-about-info-side {
  width: 35%;
  padding-top: 3.5rem;
}

.main-about-info-side ul {
  margin-top: 0;
}

.main-about-info-side ul li {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.main-about-info-side .about-info-side-profile li {
  font-weight: 700;
}

.main-about-info-side .about-info-side-profile li:first-child span {
  font-weight: 400;
}

.main-about-info-side .about-info-side-profile li:nth-child(2) span,
.main-about-info-side .about-info-side-profile li:nth-child(3) span {
  color: #15426f;
}

.main-about-info-side h4 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif ;
  color: #0a64ad;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0;
  padding-left: 40px;
  padding-top: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.main-about-info-side h4:before {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  height: 3px;
  top: 1rem;
  width: 4rem;
  background-color: var(--bv-orange);
}

/* ----- VIDEO ----- */
.about-info-video video {
  width: 100%;
  height: 100%;
  background: #d8d8d8;
  margin: 2rem 0;
}

/* ----- MANAGEMENT TEAM ----- */
.main-about-info-team {
  margin-bottom: 2rem;
}

.main-about-info-team .table-container {
  display: flex;
  flex-flow: wrap;
}

.main-about-info-team .table-container .flex-table {
  width: 25%;
  padding: 0.7rem;
}

.main-about-info-team .table-container .flex-table:nth-child(4n + 1),
.main-about-info-team .table-container .flex-table:first-child {
  padding-left: 0;
}

.main-about-info-team .table-container .flex-table:nth-child(4n + 4) {
  padding-right: 0;
}

.main-about-info-team .table-container .flex-table .flex-row {
  line-height: 22px;
  font-size: 15px;
}

.main-about-info-team .table-container .flex-table .flex-row:first-child {
  color: #15426f;
  font-weight: 600;
}

/* ----- SPONSORED OFFERINGS ----- */
.main-about-info-offerings .info-offerings-bx {
  color: #15426f;
  font-weight: 600;
}

.main-about-info-offerings ul {
  padding: 0;
  margin-top: 5px;
}

.main-about-info-offerings ul li {
  margin-bottom: 5px;
}

.main-about-info-offerings ul li a {
  color: #0a64ad;
  font-weight: 400;
}

.info-offerings-bx {
  margin-top: 2rem;
}

.info-offerings-bx p {
  font-weight: 400;
}

.info-offerings-bx p a {
  color: #0a64ad;
}

/* --- end About --- */
/* ----------------------------------- WEBINARS ----------------------------------- */
.calendar-icon {
  height: 17px;
  width: 12px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.user-icon {
  height: 17px;
  width: 12px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.main-wrapper-webinars {
  float: left;
  width: 100%;
}

#Webinars .section-subtitle {
  width: 100%;
  text-align: left;
}

.content-main .container .main-wrapper-webinars .row {
  min-width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}

.main-wrapper-webinars .webinars_grid_post_style {
  width: calc(100% / 4);
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 4rem;
}

.main-wrapper-webinars .image-post-thumb .link_image img {
  width: 100%;
}

.main-wrapper-webinars .post-entry-content .image-post-title {
  margin-bottom: 12px;
}

.main-wrapper-webinars .post-entry-content .image-post-title a {
  color: #15426f;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 23px;
}

.main-wrapper-webinars .post-entry-content .post_meta > div {
  display: flex;
  margin-bottom: 0.8rem;
}

.main-wrapper-webinars .post-entry-content .post_meta .post_meta-date .calendar-icon,
.main-wrapper-webinars .post-entry-content .post_meta .post_meta-author .user-icon {
  margin-right: 10px;
}

.main-wrapper-webinars .post-entry-content .post_meta .post_meta-date span,
.main-wrapper-webinars .post-entry-content .post_meta .post_meta-author span a {
  color: #0a64ad;
}

.main-wrapper-webinars .post-entry-content .post_meta .post_meta-date span,
.main-wrapper-webinars .post-entry-content .post_meta .post_meta-author span,
.main-wrapper-webinars .post-entry-content .post_meta .post_meta-author span a {
  font-size: 0.9rem;
}

/** Custom Style Eduardo */
.content-main .container {
  width: 100%;
}

.heading-inner {
  display: none;
}

#content {
  /*padding-top: 150px;*/
}

.content-main .container ul {
  padding-inline-start: 40px;
}

.content-main .container .main-about-info-offerings ul {
  padding-inline-start: 0px;
}

.main-about-info-side h4 {
  padding-bottom: 0;
}

.about-info-side-contact p {
  font-size: 0.9rem;
  margin-bottom: 4px;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.content-main .container .row {
  margin-right: 0;
  margin-left: 0;
}

.content-main .container p {
  margin-top: 0;
}

:focus {
  outline: none;
}

/** To fix scroll */
.main-about-info {
  position: relative;
}

.scroll_item {
  position: absolute;
  top: -300px;
  width: 0;
  height: 0;
  left: 0;
}

.main-section-products {
  width: 100%;
}

.bv-section-products {
  padding-top: 4rem;
}

/** Custom Sponsor Image Style */

.hotspots-wrapper-img img {  
  object-fit: contain;
  width: 100%;
  margin-left: auto;
  margin-right: 15px;
}

.hotspots-wrapper-img {
  display: flex;
  justify-content: flex-end;
}

.sponsor_ad_spot {
  display: flex;
  justify-content: center;
  width: 100%;
}

.main-about-info-offerings {
  display: none;
}

/** Author Post Meta */
.main-wrapper-webinars .post-entry-content .post_meta .post_meta-author {
  display: flex;
  margin-bottom: 0.8rem;
}

.post_meta-author_container {
  display: flex;
  flex-direction: column;
}

h3.image-post-title {
  padding-bottom: 0;
  margin-top: 1rem;
}
.post_meta-author_name {
  color: #0a64ad;
}

/**  Event tag if required*/
.link_image {
  position: relative;
  height: 295px;
  width: 100%;
  display: block;
}
.entry-featured-image-url{
  position: relative !important;
}
.event-tag-special {
  position: absolute;
  padding: 5px 15px;
  background-color: #0c5fa9;
  color: white;
  top: 0;
  right: 0;
  text-transform: uppercase;
}

.webinars_grid_post_style .post-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tabcontent .section-subtitle {
  width: 100%;
  text-align: left;
}

.error_message_bv {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_message_bv span {
  font-size: 2em;
  text-align: center;
  color: #f44336;
}

.sponsor_ad_spot a {
  max-width: 100%;
}

body.single-sponsor .sponsor_ad_spot img {
  max-width: 100% !important;
}

/** Shared style Product Table / Sponsor table */
.bv_products.no_products,
.chart-has-error {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bv_products.no_products span,
.chart-has-error span {
  color: #f44336;
  font-size: 2em;
}

.section-subtitle small {
  font-size: 0.5em;
}

.bv_sponsor_toolbar {
  justify-content: start;
  display: flex;
  text-align: center;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.bv_sponsor_toolbar div {
  flex: 1;
  margin-right: 12px;
  padding: 0;
  height: 35px;
  margin-bottom: 10px;
  max-width: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  background: white;
  color: var(--bv-orange);
  border: 2px solid var(--bv-orange);
}

.bv_sponsor_toolbar div.active {
  background: var(--bv-orange);
  color: white;
}

.bv_sponsor_toolbar div:hover {
  background: var(--bv-orange);
  color: white;
}

.bv_product_big_chart_space_top {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bv_product_big_chart_space {
  padding-right: 30px;
  padding-left: 30px;
}

.bv_chart_multiple.bv_graph,
.col_single .bv_chart.bv_chart_top {
  min-width: 1200px;
}

.tabcontent_chart {
  display: none;
}

.tabcontent_chart.active {
  display: block;
}

.radioContainer_bv [type='radio']:checked,
.radioContainer_bv [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radioContainer_bv [type='radio']:checked + label,
.radioContainer_bv [type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.radioContainer_bv [type='radio']:checked + label:before,
.radioContainer_bv [type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #1e3961;
  border-radius: 100%;
  background: #fff;
}
.radioContainer_bv [type='radio']:checked + label:after,
.radioContainer_bv [type='radio']:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #1e3961;
  position: absolute;
  top: 6.3px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radioContainer_bv [type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radioContainer_bv [type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sub_header {
  background: white;
}

.sub_header ul {
  display: flex;
  flex-direction: row;
  padding: 1rem 0;
  margin: auto;
  width: var(--containerWidth);
  max-width: 100%;
  margin-left: 0;
  padding-left: 0 !important;
}

.sub_header ul > li {
  margin-right: 35px;
}

.sub_header ul > li label {
  text-transform: uppercase;
  color: #1e3961 !important;
  font-weight: bold;
  font-size: var(--fontSize);
}

.sub_header .radioContainer_bv [type='radio']:checked + label:before,
.sub_header .radioContainer_bv [type='radio']:not(:checked) + label:before {
  width: 20px;
  height: 20px;
  top: 1px;
}

.sub_header ul > li:last-child {
  margin-right: 0;
}

.sub_header .radioContainer_bv [type='radio']:checked + label:after,
.sub_header .radioContainer_bv [type='radio']:not(:checked) + label:after {
  width: 14px;
  height: 14px;
  top: 4px;
  left: 3px;
}

.sub_header .radioContainer_bv [type='radio']:checked + label,
.sub_header .radioContainer_bv [type='radio']:not(:checked) + label {
  padding-left: 30px;
}

.sub_header {
  display: none;
}

.doubleScroll-scroll-wrapper {
  overflow: auto;
}

.doubleScroll-scroll {
  height: 0.1px;
  width: 1000vw;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  height: auto !important;
}

.site-content:not(.public-view) .sponsor_description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  margin-bottom: 12px;
  line-clamp: 13;
  -webkit-box-orient: vertical;
}



@media all and (max-width: 600){
  .hotspots-wrapper-img {
    /*width: 35%;*/
    flex: 0 0 100%;
  }
  
  .hotspots-wrapper-img img {
    width: 100%;
  }
  
  .hotspots-wrapper-info {
    /*width: 65%;*/
    flex: 1 0 100%;
    padding: 1rem;
  }
  
  .hotspots-wrapper-contact {
    /*width: 65%;*/
    flex: 1 0 100%;
  }
  
}