/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2023 | 13:38:20 */
/*Top Nav*/
/*Mobile*/
/*addednum*/
/*Widescreen Breakpoint*/
:root {
  --bv-dark-blue: #082951;
  --bv-light-blue: #006cc9;
  --bv-medium-blue: #005298;
  --bv-orange: #F98E11;
  --bv-gray: #6C6C6C;
  --bv-lighter-blue: #4DC0C9;
  --font-xs-small: 12px;
  --font-x-small: 13px;
  --font-smaller: 15px;
  --font-small: 15px;
  --font-normal: 14px;
  --font-normal-2: 16px;
  --font-medium: 16px;
  --font-large: 18px;
  --font-larger: 21px;
  --font-x-large: 30px;
  --font-xx-large: 35px;
  --font-16: 12px;
  --font-18: 14px;
  --font-23: 16px;
}
@media (min-width: 1930px) {
  :root {
    --font-xs-small: 14px;
    --font-x-small: 15px;
    --font-smaller: 18px;
    --font-small: 20px;
    --font-normal: 22px;
    --font-medium: 25px;
    --font-large: 30px;
    --font-larger: 35px;
    --font-x-large: 40px;
    --font-xx-large: 45px;
    --font-16: 16px;
    --font-18: 18px;
    --font-23: 23px;
  }
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.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;
}
.tabcontent {
  display: none;
  height: auto;
}
.tabcontent .section-subtitle {
  width: 100%;
  text-align: left;
}
.spacer {
  height: 1rem;
}
.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 {
  padding: 0 10%;
  background-color: #f5f8fb;
  border-top: 5px solid #e6eff6;
}
.hotspots-wrapper {
  width: 100%;
  display: flex;
  padding-bottom: 2rem;
}
.hotspots-wrapper-img {
  flex: 0 0 15%;
  display: flex;
  justify-content: flex-end;
}
.hotspots-wrapper-img img {
  width: 100%;
  object-fit: contain;
  width: 100%;
  margin-left: auto;
}
.hotspots-wrapper-info {
  flex: 1 0 65%;
  padding: 0 1rem;
}
.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;
}
.hotspots-wrapper-contact {
  flex: 1 0 20%;
  border-left: 1px solid #CCC;
  padding-left: 2rem;
  box-sizing: border-box;
}
.hotspots-wrapper-contact ul {
  margin: 0 !important;
  padding: 0 !important;
}
.hotspots-wrapper-contact strong, .hotspots-wrapper-contact a {
  color: var(--bv-light-blue) !important;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
}
.hotspots-wrapper-contact h4 {
  color: var(--bv-dark-blue) !important;
}
.hotspots-wrapper-item {
  width: 100%;
  height: 6rem;
}
.hotspots-wrapper-item-info {
  background-color: #d8d8d8;
  width: 70%;
  height: 100%;
  margin: 0 auto;
}
.section-main {
  padding: 0 10%;
  background-color: #ffffff;
  padding-top: 4rem;
}
.section-main p {
  color: var(--bv-gray);
  font-size: 1rem;
  line-height: 23px;
}
.section-subtitle {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  color: #0a64ad;
  font-weight: 400;
  font-size: 1.7rem;
  margin-top: 0;
}
.section-subtitle small {
  font-size: 0.5em;
}
.section-main-about {
  padding-bottom: 4rem;
}
.txt-bold-style {
  font-weight: 600;
}
.main-about-info {
  display: flex;
  position: relative;
}
.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;
}
.main-about-sponsored-offerings {
  background-color: #ebebeb;
  padding: 2rem 0 !important;
}
@media (max-width: 980px) {
  .main-about-sponsored-offerings {
    margin: 0 -5%;
    padding: 5% !important;
  }
}
.main-about-sponsored-offerings .tabcontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-about-sponsored-offerings .tabcontent h3.section-subtitle {
  flex: 1 0 100%;
  margin-bottom: 1.25rem !important;
}
.main-about-sponsored-offerings .tabcontent h4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.main-about-sponsored-offerings .tabcontent h4 a {
  color: var(--bv-light-blue) !important;
}
@media (min-width: 1930px) {
  .main-about-sponsored-offerings .tabcontent h4 a {
    font-size: var(--font-18) !important;
  }
}
.main-about-sponsored-offerings .tabcontent .bv-subsection {
  flex: 0 1 30%;
}
@media (max-width: 980px) {
  .main-about-sponsored-offerings .tabcontent .bv-subsection {
    flex: 1 0 100%;
  }
}
.main-about-sponsored-offerings .tabcontent .bv-subsection p, .main-about-sponsored-offerings .tabcontent .bv-subsection ul, .main-about-sponsored-offerings .tabcontent .bv-subsection li {
  color: var(--bv-gray) !important;
}
@media (min-width: 1930px) {
  .main-about-sponsored-offerings .tabcontent .bv-subsection p, .main-about-sponsored-offerings .tabcontent .bv-subsection ul, .main-about-sponsored-offerings .tabcontent .bv-subsection li {
    font-size: var(--font-18) !important;
  }
}
.main-about-sponsored-offerings .tabcontent .bv-subsection ul, .main-about-sponsored-offerings .tabcontent .bv-subsection li {
  margin: 0;
  padding: 0;
}
.sponsor_description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  margin-bottom: 12px;
  line-clamp: 13;
  -webkit-box-orient: vertical;
}
.sponsor_description p {
  font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
}
.sponsor_description p span {
  font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
}
.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 {
  color: #15426f;
}
.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;
  padding-bottom: 0;
}
.main-about-info-side h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  height: 3px;
  top: 1rem;
  width: 4rem;
  background-color: var(--bv-orange);
}
.about-info-video video {
  width: 100%;
  height: 100%;
  background: #d8d8d8;
  margin: 2rem 0;
}
.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 {
  padding: 2rem 0.7rem 1rem;
  flex: 0 0 calc(25% - 1.4rem);
}
@media (max-width: 980px) {
  .main-about-info-team .table-container .flex-table {
    flex: 0 0 calc(33% - 1.4rem);
  }
}
@media (max-width: 750px) {
  .main-about-info-team .table-container .flex-table {
    flex: 0 0 calc(50% - 1.4rem);
  }
}
@media (max-width: 560px) {
  .main-about-info-team .table-container .flex-table {
    flex: 1 0 100%;
  }
}
@media (min-width: 980px) {
  .main-about-info-team .table-container .flex-table:nth-child(4n +1) {
    padding-left: 0;
  }
  .main-about-info-team .table-container .flex-table:nth-child(4n +1) {
    padding-right: 0;
  }
  .main-about-info-team .table-container .flex-table:first-child {
    padding-left: 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;
}
.main-about-info-offerings {
  display: none;
}
.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;
}
.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%;
}
.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 {
  margin-right: 10px;
}
.main-wrapper-webinars .post-entry-content .post_meta .post_meta-date span {
  color: #0a64ad;
  font-size: 0.9rem;
}
.main-wrapper-webinars .post-entry-content .post_meta .post_meta-author {
  display: flex;
  margin-bottom: 0.8rem;
}
.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-author span {
  font-size: 0.9rem;
}
.main-wrapper-webinars .post-entry-content .post_meta .post_meta-author span a {
  color: #0a64ad;
  font-size: 0.9rem;
}
#Webinars .section-subtitle {
  width: 100%;
  text-align: left;
}
.content-main .container {
  width: 100%;
}
.content-main .container .main-wrapper-webinars .row {
  min-width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}
.content-main .container ul {
  padding-inline-start: 40px;
}
.content-main .container .main-about-info-offerings ul {
  padding-inline-start: 0px;
}
.content-main .container .row {
  margin-right: 0;
  margin-left: 0;
}
.content-main .container p {
  margin-top: 0;
}
.heading-inner {
  display: none;
}
.about-info-side-contact p {
  font-size: 0.9rem;
  margin-bottom: 4px;
  padding-bottom: 0;
  margin-bottom: 16px;
}
:focus {
  outline: none;
}
.scroll_item {
  position: absolute;
  top: -300px;
  width: 0;
  height: 0;
  left: 0;
}
.main-section-products {
  width: 100%;
}
.bv-section-products {
  padding-top: 4rem;
}
.sponsor_ad_spot {
  display: flex;
  justify-content: center;
  width: 100%;
}
.sponsor_ad_spot a {
  max-width: 100%;
}
.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;
}
.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;
}
.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;
}
body.single-sponsor .sponsor_ad_spot img {
  max-width: 100% !important;
}
.bv_products.no_products {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bv_products.no_products span {
  color: #f44336;
  font-size: 2em;
}
.chart-has-error {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-has-error span {
  color: #f44336;
  font-size: 2em;
}
.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:hover {
  background: var(--bv-orange);
  color: white;
}
.bv_sponsor_toolbar div.active {
  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 {
  min-width: 1200px;
}
.col_single .bv_chart.bv_chart_top {
  min-width: 1200px;
}
.tabcontent_chart {
  display: none;
}
.tabcontent_chart.active {
  display: block;
}
.radioContainer_bv [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.radioContainer_bv [type="radio"]:checked + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.radioContainer_bv [type="radio"]: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 {
  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;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radioContainer_bv [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.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"]: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"]: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;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.sub_header {
  background: white;
  display: none;
}
.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 ul > li:last-child {
  margin-right: 0;
}
.sub_header .radioContainer_bv [type="radio"]:checked + label {
  padding-left: 30px;
}
.sub_header .radioContainer_bv [type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
  top: 1px;
}
.sub_header .radioContainer_bv [type="radio"]:checked + label:after {
  width: 14px;
  height: 14px;
  top: 4px;
  left: 3px;
}
.sub_header .radioContainer_bv [type="radio"]:not(:checked) + label {
  padding-left: 30px;
}
.sub_header .radioContainer_bv [type="radio"]:not(:checked) + label:before {
  width: 20px;
  height: 20px;
  top: 1px;
}
.sub_header .radioContainer_bv [type="radio"]:not(:checked) + label:after {
  width: 14px;
  height: 14px;
  top: 4px;
  left: 3px;
}
.doubleScroll-scroll-wrapper {
  overflow: auto;
}
.doubleScroll-scroll {
  height: 0.1px;
  width: 1000vw;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
  height: auto !important;
}
@media (max-width: 600) {
  .hotspots-wrapper-img {
    flex: 0 0 100%;
  }
  .hotspots-wrapper-img img {
    width: 100%;
  }
  .hotspots-wrapper-info {
    flex: 1 0 100%;
    padding: 1rem;
  }
  .hotspots-wrapper-contact {
    flex: 1 0 100%;
  }
}
