.home-tabs-container h3 {
	color: #4a4a4a;
}

.home-tabs-container {
	background: #e5e5e5;
	margin-top: 2rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.tab-content {
	padding-top: 1.5rem;
	text-align: left;
	margin-bottom: 1.5em;
    padding-bottom: .5em;
}

.tabs ul {
	margin: 0px;
	position: relative;
	background: #fff;
	display:table;
	table-layout:fixed;
	width:100%;	
}

.hide-phone .tab-header {
	border-bottom: 3px solid #FDD303;
	background: #fff;
}

.show-phone .tab-header {
	border-top: 1px solid #FDD303;
	border-bottom: 1px solid #FDD303;
	background: #fff;
}

.tabs li {
	display: table-cell;
	padding-right: 5px;
}

.tabs li:last-child {
	padding-right: 0px;
}

.tabs li.is-active button, .tabs button.is-active {
	background-color: #FDD303 !important;
	border: none;
}

.tabs {
	background-color: none;
	border: none;
	color: #000;
}

.tabs li button:after, .tabs button.mobile:hover::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleY(0);
	transform-origin: bottom center;
	background: #ffd203;
	z-index: -1;
	transition: transform 0.2s;
}

.tabs li button:hover::after,
.tabs li button:focus::after, .tabs button.mobile:hover::after, .tabs button.mobile:focus::after {
	transform: scaleY(1);
}

.tabs button {
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	width: 100%;
	padding: 1em;
	background: #f0f0f0;
	border: none;
	cursor: pointer;
	z-index: 1;
	position: relative;
}

.tabs button.mobile {	
	text-align:left;
	padding-left: 10px;
}

.tabs button.mobile span {
	margin-left: 2em;
}

.tabs button.mobile svg {	
	position: absolute;
    top: 16px;
}

.tab-content ul {
	margin-left: 0 !important;
}

.tab-content ul li {
	margin-bottom: 1em;
	list-style: none;
}

.tab-content:not(.yellow) ul li a:not(.gpi-blue-button):hover,
.tab-content:not(.yellow) ul li a:not(.gpi-blue-button):focus {
	background: #FFD203;
	border-bottom: 1px solid #5F6062;
}

.tab-content ul li a {
	color: #000;
	display: flex;
	padding: 10px 20px 10px 10px;
	gap: 5px;
	border-bottom: 1px solid #5F6062;
	font-weight: bold;
}

.tab-content ul li a span {
	width: 95%;
	display: inline-block;
}

.tab-content ul li span.gpi-blue-button {

	margin-left: 3.25em;
	margin-bottom: 1em;
	font-weight: normal;
}

.tab-content ul li a svg {
	float: right;
}

.tab-content.yellow ul li a svg {
	margin-top: 8px;
}

.tabs-container.show-phone .tab-content{
	padding-bottom:0px;
}