.container-tabs {
	padding: 0;
	margin: 0 auto var(--space-4);
	max-width: 100%;

	--color: var(--primary-color-700);
	--color-hover: var(--primary-color-800);
	--text-color: var(--color);
	--button-color: var(--color);
	--border-color: var(--gray-200);
}

/* Tab Active/Inactive Functionality */
.container-tabs .tab-outer {
	opacity: 1;
	transition: opacity 150ms ease;
	overflow: hidden;
	background: #FFF;
	padding: 0;
	position: relative;
}

.tab-outer .cards-4-across .slides {
    max-width: 100%;
	gap: 0;
    padding: 0 var(--space-5);
}

.tab-outer .cards-4-across .slides .slide .content-section h3 {
    font-size: 20px;
}

.tab-outer .cards-4-across .slides .slide .content-section p {
	font-size: var(--text-lg);
    font-weight: normal;
    letter-spacing: 0.18px;
    color: var(--dark-text);
    line-height: 26px;
}

.tab-outer .cards-4-across .slides .slide .content-section .inner {
	justify-content: flex-start;
}

.tab-outer .cards-4-across .slides .slide .content-section a:hover {
    color: var(--color-display-hover);
    text-decoration: underline;
}

.tab-outer .cards-4-across .slide .slide-footer a {
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: -0.18px;
    color: var(--dark-grey);
    font-size: var(--text-base);
	margin: 0 0 var(--space-2);
}

.container-tabs .tab-outer .cards-4-across {
	padding-top: 0;
}

.container-tabs .tab-outer .cards-4-across .widget-header {
	display: none;
}

.container-tabs .tab-outer::before {
    content: '';
    position: absolute;
    left: 0;
    background: var(--light-grey);
    width: 100%;
	height: 120px;
}

.container-tabs .tab-outer::after {
    content: '';
    position: absolute;
    left: var(--space-5);
    border-top: 22px solid var(--white);
    border-bottom: 22px solid transparent;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
}

.container-tabs .tab-outer.animating {
	opacity: 0;
}

.tab-outer .cards-4-across .widget-header h2 {
    display: none;
}

.inner-tab-cont:not(.active),
.inner-tab-cont:not(.active) .contentRender,
.container-tabs .tab-outer > div.contentRender:not(.active):not(.contentRender_name_plugins_common_custom_tab_inner) {
	opacity: 0;
	height: 0;
	pointer-events:none;
	display: none;
}

.container-tabs .tabs-header,
.container-tabs .tabs-footer {
	display: flex;
    align-items: left;
    flex-direction: column;
    margin: 0 auto var(--space-4);
    padding: 0 var(--space-5);
    max-width: var(--width-base);
}

.container-tabs .tabs-header {
	background: var(--light-grey);
	margin: 0;
	max-width: var(--width-base);
}

.container-tabs .tabs-header .header-intro {
	padding: 0 var(--space-5) var(--space-5);
	background: var(--white);
}

.container-tabs .tabs-header .title-cont {
	margin-bottom: var(--space-2);
}

.container-tabs .tabs-header .title-cont .title {
	margin-right: var(--space-8);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-grey);
}

.container-tabs .tabs-header .description-cont .description {
	font-size: var(--text-lg);
    letter-spacing: 0.2px;
	color: var(--dark-text);
}

.container-tabs .tabs-header .tabs {
	display: flex;
    width: 100%;
    flex-direction: column;
    max-width: var(--width-base);
	padding: var(--space-5);
} 

.container-tabs .tabs-header .tabs + .view-all {
	display: none;
}

.container-tabs .tabs-header .tabs .view-all-li {
	width: 100%;
	border-radius: 0px 0px 46px 0px;
}

.container-tabs .tabs-header .tabs .view-all-li .view-all {
	background: url(/includes/public/assets/shared/arrows/arrow_right_black.svg) no-repeat center right 20px transparent;
	background-size: 24px 18px;
}

.container-tabs .tabs-header .tabs .view-all-li .view-all:hover {
	color: var(--black);
}

/*Tabs*/

.container-tabs .tabs li {
	display: flex;
    align-items: center;
	background: var(--white);
	margin: 0;
	width: 100%;
	padding: 0 var(--space-5);
}

.container-tabs .tabs li.active {
	padding: 12px var(--space-2) 0;
}

.container-tabs .tabs button {
	border-bottom: 1px solid var(--light-grey);
	background-color: var(--white);
	font-size: var(--text-lg);
	height: auto;
    padding: var(--space-5) 0;
	width: 100%;
	text-align: left;
}

.container-tabs .tabs li.active button {
	background: var(--yellow);
    border: none;
    border-radius: 12px 10px 26px 12px;
    padding: var(--space-5) var(--space-3);
    height: auto;
	font-weight: bold;
	margin: -2px 0;
}

.container-tabs .tabs button:focus {
	outline: none;
}

.container-tabs .tabs a {
	background-color: var(--white);
	line-height: var(--leading-relaxed);
	width: max-content;
	font-size: var(--text-lg);
	height: auto;
    padding: var(--space-5) 0;
	width: 100%;
}


@media (hover: hover) {
	.container-tabs .tabs-footer .view-all:hover {
		--button-color: var(--color-hover);
		text-decoration: none;
	}
}

@media (min-width: 64em) {
	.tab-outer .cards-4-across .slide .slide-footer a {
		font-size: var(--text-lg);
	}

	.container-tabs .tabs-header .tabs .view-all-li:last-of-type {
		display: flex;
	}

	.container-tabs .tab-outer {
		padding: 15px 0 0;
	}

	.container-tabs .tab-outer::before { 
		/* height: 400px; */
		left: 0;
	}

	.container-tabs .tab-outer .cards-4-across {
		padding-top: 120px;
	}

	.tab-outer .cards-4-across .slides {
		max-width: 100%;
		gap: var(--space-16) var(--space-8);
		padding: 0 35px;
	}

	.tab-outer .cards-4-across .slides .slide .content-section h3 {
		font-size: var(--text-2xl);
	}	

	.tab-outer .cards-4-across .slides .slide .content-section p {
		line-height: 30px;
	}
	
}

@media screen and (min-width: 1265px) {
	.container-tabs .tabs-header .tabs .view-all-li .view-all {
		background: url(/includes/public/assets/shared/arrows/arrow_right_black.svg) no-repeat top 6px right 5px transparent;
		background-size: 20px 18px;
		/* width: 100%; */
	}
	.container-tabs .tabs-header .tabs .view-all-li {
		width: 100%;
		border-radius: 52px 5px 52px 0px;
		/* padding: var(--space-5) var(--space-5) 0 0; */
		white-space: nowrap;
		display: none;
	}
	.container-tabs .tabs li {
		width: unset;
	}
	.container-tabs .tabs li:last-of-type {
		border-radius: 52px 5px 52px 0px;
	}


	.container-tabs .tabs-header {
		background: none;
		margin: 0 auto var(--space-4);
	}

	.container-tabs .tabs-header .header-intro {
		padding: 0;
		background: none;
	}

	.container-tabs .tabs-header .description-cont {
		margin-bottom: 70px;
	}

	.container-tabs .tabs-header .tabs::-webkit-scrollbar {
		width: 0px;
		opacity: 0px;
		display: none;
	}
	.container-tabs .tabs-header .tabs {
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: flex-start;
		align-items: baseline;
		max-width: var(--width-base);
		margin: 0 0 -78px;
		background: var(--white);
		border-radius: 52px 5px 52px 0px;
		padding: 0;
		z-index: 2;
	} 

	.container-tabs .tabs li {
		display: flex;
		align-items: center;
		background: var(--white);
		margin: 0;
		padding: var(--space-5) 0;
	}

	.container-tabs .tabs li.active {
		padding: 0;
	}
	.container-tabs .tabs a {
		padding: 0 35px;
		background-color: var(--white);
		line-height: var(--leading-relaxed);
		width: max-content;
		font-size: var(--text-lg);
		height: 40px;
		padding: 0 35px;
		padding-right: 35px;
		margin: 10px 0;
	}
	.container-tabs .tabs button {
		border-right: 1px solid var(--light-grey);;
		border-bottom: none;
		padding: 0 35px;
		background-color: var(--white);
		line-height: var(--leading-relaxed);
		width: max-content;
		font-size: var(--text-lg);
		height: 40px;
		padding: 0 35px;
		margin: 10px 0;
		text-align: center;
	}

	.container-tabs .tabs li.active button {
		background: var(--lime);
		border: none;
		border-radius: 20px 20px 50px 20px;
		margin: -55px -2px;
		padding: 60px 30px;
		height: auto;
		font-weight: bold;
		z-index: 1
	}
}

.tab-outer .cards-4-across .slides .slide .content-section h3 {
	font-size: var(--text-xl);
	font-family: var(--font-title);
	 font-weight: 700;
	 color: var(--color-display);
	max-width: 100%;
}


@media (min-width: 40em) {

	.container-tabs .tabs-header .title-cont .title {
		font-size: 35px;
	}

	.container-tabs .tabs-header .description-cont .description {
		font-size: 20px;
	}

    .container-tabs .tab-outer::after {
        border-top: 46px solid var(--white);
        border-bottom: 46px solid transparent;
        border-left: 65px solid transparent;
        border-right: 65px solid transparent;
    }

	.container-tabs {
		margin: 0 auto var(--space-18);
	}

	.tab-outer .cards-4-across .slides .slide .content-section p {
		line-height: 30px;
	}
}


@media (min-width: 1265px) {
    .container-tabs .tab-outer::after {
        left: calc((100% - var(--width-base)) / 2 + 20px);
    }
}

.container-tabs .inner-tab-cont {
    z-index: 1;
    position: relative;
	padding-top: 0;
}

.container-tabs .inner-tab-cont .contentRender_name_plugins_core_textbox {
	background: white;
	border-radius: 0 52px 0 52px;
	padding: var(--space-8) 30px;
}

.container-tabs .inner-tab-cont .contentRender_name_plugins_core_textbox::after {
	content: '';
    position: absolute;
    left: 0;
    background: var(--light-grey);
    width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (min-width: 64em) {
    .container-tabs .inner-tab-cont.active {
		padding-top: 47px;
		padding-bottom: 100px;
	}
}