.tabs-vert .wrapper {
    display: flex;
    flex-direction: row;
  max-width: 1600px;
  margin: 0px auto;
  float: none;
  border: 1px solid #d6dbdf;
  border-radius: 16px;
}
.tabs-vert ul.tabs.left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  min-width: 25%;
  padding: 0;
  border-right: 1px solid #d6dbdf;
}

.tabs-vert ul.tabs li {
    align-items: flex-start;
    color: #041E42;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto;
    line-height: 31px;
    margin: 0;
    padding: 24px;
    position: relative;
    justify-content: flex-start;
  border-bottom: 1px solid #d6dbdf !important;
}
.tabs-vert .tab-title {
    text-align: left;
  font-weight: 700;
}

.tabs-vert ul.tabs li.active {
  background-color: #009BD2;
    color: #fff;
}
.tabs-vert ul.tabs li:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 0;
}

.tabs-vert ul.tabs li:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.tabs-vert .tab_container {
background: #f5f8f9;
    border-top: none;
    clear: both;
    float: left;
    overflow: auto;
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
  border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.tabs-vert .tab_content {
	padding:24px;
	display: none;
  width: 100%;
  border-radius: 16px;
}
.tabs-vert .tab-text h2 {
    margin: 0 0 16px;
}
.tabs-vert .tab-text p:first-child {
    margin: 8px 0 16px;
}
.tabs-vert .tab_accordion_heading { display: none; }

.tabs-vert .tab-video .hs-video-container, .tab-video .hs-video-container iframe {
    border-radius: 16px;
}
.tabs-vert .learn-more-btn {
    align-items: center;
    background-color: #041E42;
    border: none;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: flex;
  justify-content: space-between;
    font-weight: 400;
    gap: 8px;
    margin-top: 20px;
    padding: 12px 16px;
    text-decoration: none;
    transition: background-color .1s ease;
}

.tabs-vert .learn-more-btn-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tabs-vert .learn-more-btn h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}

.tabs-vert .learn-more-btn:hover {
    background-color: #fff;
    color: #041E42;
}

.tabs-vert .learn-more-btn:hover h3 {
    color: #041E42;
}

@media screen and (max-width: 1140px) {
	.tabs-vert .tabs {
		display: none !important;
	}
.tabs-vert  ul.tabs li {
    padding: 16px 8px;
}
.tabs-vert	.tab_accordion_heading {
		color: #009bd2;
    font-size: 20px;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
    width: 100%;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	} 
.tabs-vert .tab_accordion_heading:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.tabs-vert .acc_active.tab_accordion_heading:before {
        content: "\f0d7" !important;
        font-family: 'FontAwesome';
    }
.tabs-vert  .acc_active.tab_accordion_heading:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
}