.layout-canvas-g {
    background-color: transparent;
}
.smartcapture-content-wrapper.fuelux {
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	border: 0px;
	font-family: "aktiv-grotesk", Arial, sans-serif;
}

.smartcapture-content-wrapper.fuelux .smartcapture-controls {
	padding-bottom: 32px;
}

.smartcapture-content-wrapper.fuelux .smartcapture-controls .sc-formfield-label,
.smartcapture-content-wrapper.fuelux .smartcapture-controls .sc-formfield-label label,
.smartcapture-content-wrapper.fuelux .smartcapture-controls .sc-formfield-input label {
	color: #292929;
	font-family: var(--body-font);
	font-family: "aktiv-grotesk", Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 8px;
}
.smartcapture-content-wrapper[name="feedback"] .thank-you-message{
	color: #292929;
    font-family: var(--body-font);
    font-family: "aktiv-grotesk", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    display: flex;
    flex-flow: column;
}
.smartcapture-content-wrapper.fuelux input[type="radio"],
.smartcapture-content-wrapper.fuelux input[type="checkbox"] {
	margin: 8px 8px 8px 0px;
	vertical-align: middle;
}

.smartcapture-content-wrapper.fuelux input[type="text"],
.smartcapture-content-wrapper.fuelux input[type="email"],
.smartcapture-content-wrapper.fuelux input[type="number"],
.smartcapture-content-wrapper.fuelux input[type="textarea"],
select {
	width: 95%;
	padding: 8px 16px;
	height: 40px !important;
	font-size: 16px;
	color: #292929;
	border-color: #888888;
	background: white;
	border: 1px solid #eeeeee;
	border-bottom: 1px solid #888888;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.smartcapture-content-wrapper.fuelux input[type="textarea"]{
	width: 415px;
	height: 130px !important;
}
.myDivdot {
	padding-bottom:32px;
}
.smartcapture-content-wrapper.fuelux .smartcapture-submit-button-wrapper, .myDivdot {
	grid-column: span 2 / span 2;
}
.section-heading {
	font-family: "aktiv-grotesk", Arial, sans-serif;
	grid-column: span 2 / span 2;
	margin-bottom: 16px;
}
.section-heading h2{
	font-size: 24px;
	line-height: 30px;
}
.smartcapture-content-wrapper.fuelux .smartcapture-submit-button-wrapper{
	margin-top: 24px;
}
.smartcapture-content-wrapper.fuelux .smartcapture-submit-button-wrapper .sc-button, .thank-you-message .button {
	background-color: #008577;
	border-color: #008577;
	border-radius: 35px;
	border-style: solid;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px 24px;
	width: 150px;
	min-width: 150px;
}
.thank-you-message .button{
	width: fit-content;
	min-width: auto;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-top: 24px;
}
.smartcapture-content-wrapper.fuelux .smartcapture-submit-button-wrapper .sc-button:hover, .thank-you-message .button:hover {
    background: #086B6D;
    border-color: #086B6D;
    cursor: pointer;
}
.smartcapture-content-wrapper.fuelux.two-columns:has(div.thank-you-message){
    grid-template-columns: fit-content(100%);
	font-size: 16px;
    line-height: 23px;
    font-weight: var(--font-weight-regular);
    font-style: normal;
    color: var(--text-dark);
}
.smartcapture-content-wrapper.fuelux.two-columns{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
}
@media only screen and (max-width: 480px) {
	.smartcapture-content-wrapper.fuelux input[type="text"], .smartcapture-content-wrapper.fuelux input[type="email"], .smartcapture-content-wrapper.fuelux input[type="number"], select{
		width:100%;
	}
	.smartcapture-content-wrapper.fuelux input[type="textarea"]{
		width: 93%;
	}
	.smartcapture-content-wrapper.fuelux.two-columns{
		grid-template-columns: repeat(1, 1fr);
	}
	.smartcapture-content-wrapper.fuelux .smartcapture-submit-button-wrapper, .myDivdot, .section-heading {
		grid-column: span 1 / span 1;
	}
}