/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2023 | 00:49:58 */
.btn, .gform_button {
    text-transform: uppercase;
	text-align: center;
	line-height: 18px
}

.btn-group.btn-group--light {
	padding: 0px 10vw;
}

.btn-group.btn-group--light .btn {
	font-size: 14px;
	line-height: 16px;
}

.btn-group.btn-group--light .btn--bordered:not(.btn--current-item){
	color: var(--alt-brand-color);
	background-color: transparent;
    border: 1px solid currentColor;
}

.btn-group.btn-group--light .btn--bordered:not(.btn--current-item):hover{
	color: white;
	background-color: var(--alt-brand-color);
	border: 1px solid var(--alt-brand-color);
}

.btn-group.btn-group--underline {
	padding: 0px 10vw;
}

.btn-group.btn-group--underline .btn {
	font-size: 11px;
	line-height: 13px;
	margin-right: 22px;
	text-align: left;
	padding: 0px;
	min-width: revert;
	height: 28px;
}

.btn-group.btn-group--underline .btn--bordered.btn--current-item{
	color: white;
	background-color: transparent;
	border-bottom: 1px solid white;
	text-align: left;
	padding: 0px;
	border-radius: 0px;
}

.btn-group.btn-group--underline .btn--bordered:not(.btn--current-item){
	color: var(--alt-brand-color);
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
    border-bottom: 1px solid currentColor;
}

.btn-group.btn-group--underline .btn--bordered:not(.btn--current-item):hover{
	color: white;
}


.btn-group.btn-group--light .btn {
	background-color: var(--alt-brand-color);
}

@media (max-width: 1023px) {
	.btn-group {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		row-gap: 10px;
	}
}