.is-hidden {
    display: none;
}

/*=== Begin tab css ===*/
tab-nav {
  margin-bottom: 32px;
}

tab,
tab-nav {
  overflow: hidden;
  display: block;
}

tab-nav ul > li {
  float: left;
  position: relative;
  display: block;
  margin-right: 16px;
}

tab-nav ul > li:last-child {
  margin-right: 0px;
}

tab-nav ul > li > a {
  position: relative;
  top: 4px;
  display: block;
  padding: 8px 16px 8px 16px;
  border-bottom: 3px solid transparent;
  color: #0071bc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: inherit;
  border: 0;
  border-radius: 0;
  min-width: 140px;
  cursor: pointer;
}

tab-nav ul > li > a:hover {
  border-bottom: 3px solid #004c92;
  color: #004c92;
  text-decoration: none;
}

tab-nav ul > li > a.lp__tab_active,
tab-nav ul > li.lp__tab_active > a.lp__tab_active {
  border-bottom: 3px solid #004c92;
  cursor: default;
  color: #004c92;
}

tab-content ul.lp__tab_content_list > li {
  display: none;
  height: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

tab-content ul > li.lp__tab_active {
  display: block;
  height: auto;
}

.lp__tab_content_list ul {
  padding-left: 40px;
  margin-bottom: 16px;
  list-style-type: disc;
}

.lp__tab_content_list p {
  margin-bottom: 16px;
}

/* == Begin scrollable tab styles === */
.lp__scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 13px;
  padding-top: 11px;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  z-index: 100;
}

.lp__scroller i {
  font-size: 10px;
  line-height: 16px;
  color: #0071bc;
  font-weight: 600;
}

.lp__scroller-right {
  float: right;
  right: 0;
}

.lp__scroller-left {
  float: left;
  left: 0;
}

.lp__wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  min-height: 48px;
}

.lp__list {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  /* overflow: hidden;
   white-space: nowrap;
   text-overflow: clip;
   font-size: 0px;*/
  top: 0px;
}

.lp__list li {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .lp__wrapper {
    border-bottom: 1px solid #e6e6e6;
  }
}
/* == End scrollable tab styles === */
@media (max-width: 600px) {
  .lp__list {
    position: relative;
  }
  .lp__list li {
    display: inline-block;
    width: 100%;
  }
  tab-nav ul > li > a:hover {
    border-bottom: 0px solid #0071bc;
    background-color: #004c92;
    color: #fff;
  }
  tab-nav ul > li > a .lp__tab_active:hover {
    border-bottom: 0px solid #0071bc;
    background-color: #004c92;
    color: #fff;
  }
  tab-nav ul > li > a.lp__tab_active,
  tab-nav ul > li.lp__tab_active > a.lp__tab_active {
    border-bottom: 0px solid #0071bc;
    background-color: #0071bc;
    color: #fff;
    cursor: default;
  }
  .lp__scroller-left,
  .lp__scroller-right {
    display: none !important;
  }
}
/*=== begin icon tab ===*/
.breadyReact .lp_topics_tab_components .icon_tabs{
       border-bottom: 1px #D8E7F5;
  background: #E9F7FD;
}
.lp_topics_tab_components .tablist {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
        display: flex;
    justify-content: space-between;

}
.lp_topics_tab_components .tablist:before, .lp_topics_tab_components .tablist:after {
  content: " ";
  display: table;
}
.lp_topics_tab_components .tablist:after {
  clear: both;
}
@media (min-width: 768px) {
  .lp_topics_tab_components .tablist {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .lp_topics_tab_components .tablist {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .lp_topics_tab_components .tablist {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .lp_topics_tab_components .tablist {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .lp_topics_tab_components .tablist {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .lp_topics_tab_components .tablist {
    width: 1170px;
  }
}
@media (max-width: 991.98px) {
  .lp_topics_tab_components .tablist {
    display: none;
  }
}
.lp_topics_tab_components .topic_tab_m {
  padding-top: 16px;
 padding-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.lp_topics_tab_components .topic_tab_m:before, .lp_topics_tab_components .topic_tab_m:after {
  content: " ";
  display: table;
}
.lp_topics_tab_components .topic_tab_m:after {
  clear: both;
}
@media (min-width: 768px) {
  .lp_topics_tab_components .topic_tab_m {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .lp_topics_tab_components .topic_tab_m {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .lp_topics_tab_components .topic_tab_m {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .lp_topics_tab_components .topic_tab_m {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .lp_topics_tab_components .topic_tab_m {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .lp_topics_tab_components .topic_tab_m {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .lp_topics_tab_components .topic_tab_m {
    display: none;
  }
}

.icon_tabs {
  border-radius: var(--Border-Radius-Medium, 8px) var(--Border-Radius-Medium, 8px) 0px 0px;

}
.icon_tabs [role=tab] {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: 0px;
  text-align: center;
  cursor: pointer;
  float: left;
  align-items: center;
  width: 100%;
  min-height: 126px;
  padding: 12px;
}
.icon_tabs [role=tab] i {
      font-family: 'topicicon'!important;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 1px #D8E7F5;
  background: #FFF;
  font-size: 2rem;
  text-align: center;
  border-radius: 100%;
  padding: 10px;
  display: inline-block;
  margin-bottom: 14px;
  vertical-align: middle;
  line-height: 3rem;
}
.icon_tabs [role=tab] i:before {
  color: #0071BC;
}
.icon_tabs [role=tab]:focus,
.icon_tabs [role=tab]:hover {
  background-color: #fff;
}
.icon_tabs [role=tab]:focus i,
.icon_tabs [role=tab]:hover i {
  background: linear-gradient(180deg, #0071BC 0%, #00335E 100%);
}
.icon_tabs [role=tab]:focus i:before,
.icon_tabs [role=tab]:hover i:before {
  color: #fff;
}
.icon_tabs [role=tab][aria-selected=true] {
  background-color: #fff;
}
.icon_tabs [role=tab][aria-selected=true]:after {
    border-bottom: 3px solid #0071bc;
    content: "";
    position: absolute;
    width: 40px;
    bottom: 0px;
        }
.icon_tabs [role=tab][aria-selected=true] i {
  background: linear-gradient(180deg, #0071BC 0%, #00335E 100%);
}
.icon_tabs [role=tab][aria-selected=true] i:before {
  color: #fff;
}
.icon_tabs [role=tab] span.focus {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.icon_tabs [role=tabpanel].is-hidden {
  display: none;
}

.wrap__icon_tab {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.wrap__icon_tab .lp_topics_tab_components .tablist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  overflow: visible;
    border-bottom: 1px #D8E7F5;
  background: #E9F7FD;
}
@media (max-width: 991.98px) {
  .wrap__icon_tab .lp_topics_tab_components .tablist {
    display: none;
  }
}
.wrap__icon_tab .topic_tab_m {
  width: auto;
   background: #E9F7FD;
}
.wrap__icon_tab .topic_tab_m .lp__dropdown_title{
    font-weight:600;
    margin-bottom:12px;
        }
.wrap__icon_tab .icon_tabs [role=tab] {
  min-height: 102px;
}
.wrap__icon_tab .icon_tabs [role=tab] span.focus {
  display: none;
}
.wrap__icon_tab .icon_tabs [role=tab]:focus span.focus,
.wrap__icon_tab .icon_tabs [role=tab]:hover span.focus {
  display: block;
  position: absolute;
  top: -50px;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 23.2px */
  letter-spacing: -0.32px;
  padding: 16px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
}
.wrap__icon_tab .icon_tabs [role=tab]:focus, .wrap__icon_tab .icon_tabs [role=tab]:hover {
  background-color: transparent;
}

.wrap__bready_publication .lp__wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.wrap__bready_publication .lp__wrapper:before, .wrap__bready_publication .lp__wrapper:after {
  content: " ";
  display: table;
}
.wrap__bready_publication .lp__wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .wrap__bready_publication .lp__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .wrap__bready_publication .lp__wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .wrap__bready_publication .lp__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .wrap__bready_publication .lp__wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wrap__bready_publication .lp__wrapper {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .wrap__bready_publication .lp__wrapper {
    width: 1170px;
  }
}
/*@media (max-width: 991.98px) {
  .wrap__bready_publication .lp__wrapper {
    display: none;
  }
}*/
.lp__tab_components .lp__heading_v1 h2{
margin-bottom:40px;
}
.lp__wrapper {
margin-bottom:8px;
}
/*=== end icon tab ===*/
/*=== end tab css ===*/
