.tab-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tab {
  width: 100%;
}

.tab-button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: border-color 0.3s ease;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom:none;
	height:100%;
}

.tab-button[aria-selected="true"] {
  background-color: #0083D1;
  color: #fff;
}

.tab-content {
  border: 1px solid #ccc;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: white;
}
.tab-button-wrapper {display:flex;width:100%}
.tab-panel-wrapper {display:grid;grid-template-columns:1fr 1fr;padding:50px;}
.tab-panel-right {padding-left:50px; padding-right:50px;}
.tab-panel-right h3 {color:#272f77;}
.tabber-mobile {display:none;}

@media (max-width: 768px){
	.tab-panel-wrapper {grid-template-columns: 1fr;}
	.tab-panel-left {margin-bottom: 30px;}
}
.tabber-module .tab-content ul{
	padding-left: 5px;
}
.cta-tabber .tab-content p{
	margin:0;
}
.cta-tabber .secondary-button a{
	background: linear-gradient(#49a5ec, #0183D1);
  padding: 15px 30px;
}
}
@media (max-width: 767px){
	.tabber-mobile {display:block;}
	.tabber-desktop {display:none;}
	.tab-panel-right {padding:0;}
	.tab-panel-wrapper {padding:20px;}
	.tab-content {margin-bottom:60px;}
	.tab-content:last-child {margin-bottom:0;}
	.tab-content-mobile {
		border: 1px solid #ccc;
    border-radius: 8px;
		margin-bottom:60px;
	}
	.tab-content-mobile:last-child {margin-bottom:0;}
}
.tabber-module .tab-content-mobile ul{
	padding-left: 5px;
}
.cta-tabber .tab-content-mobile p{
	margin:0;
}
.cta-tabber .tab-content-mobile li{
	position: relative;
/*list-style-image: url(https://5943703.fs1.hubspotusercontent-na1.net/hubfs/5943703/Group%20485.png);*/
	list-style-type: none;
	left: 20px;
	margin-bottom:0;
	margin-top: 0;
}
.cta-tabber .tab-content-mobile li:before{
	position: relative;
	content: url(https://5943703.fs1.hubspotusercontent-na1.net/hubfs/5943703/Group%20485.png);
	display: block;
	top: 32px;
	right: 35px;
}
