.wisSW-AweberForm .buttonContainer input.submit {
	background-color: #ff914c;
	border-radius: 3px !important;
   border: none;
	color: #FFFFFF;
	float: none;
	font-size: 26px;
	font-weight: bold;
	margin-top: 0.5rem !important;
	padding: 0.6rem 2.5rem !important;
	-webkit-appearance: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width: 100% !important;
}

.wisSW-AweberForm .buttonContainer input.submit:hover,
.wisSW-AweberForm input.text:hover {
	cursor: pointer;
	opacity: 0.9;
}

.wisSW-AweberForm .af-body {

	font-size: 16px;
	color: #444444;
	background-position: inherit;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wisSW-AweberForm .af-standards .af-element,
.wisSW-AweberForm .buttonContainer {
	padding-left: 10px;
	padding-right: 10px;
}

.wisSW-AweberForm .af-body input.text {
	border-color: #D6DEE3;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px !important;
	float: none;
	font-size: 24px;
	color: #444444;
	background-color: #EBF0F2;
	box-sizing: border-box !important;
	margin-top: 0.25rem !important;
	padding: 8px 12px !important;
   -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width: 100%;
}

.wisSW-AweberForm .af-body input.text:focus {
	border-style: solid;
	border-width: 1px;
	border-color: #D6DEE3;
	background-color: #ABDAEF;
	outline: none;
}

.wisSW-AweberForm .af-body .af-textWrap {
	display: block;
	float: none;
	text-align: left;
}

.wisSW-AweberForm form,
.af-form-wrapper {
	float: none;
	color: inherit;
	margin: 0;
	padding: 0;
	position: static;
	border: none;
}

.wisSW-AweberForm div {
	margin: 0;
}

.wisSW-AweberForm {
	display: block;
}

.af-clear {
	clear: both;
}

.af-form {
	box-sizing: border-box;
	margin: auto;
	text-align: center;
}

.af-element {
	padding-bottom: 5px;
	padding-top: 5px;
}

.wisSW-AweberForm .af-body .af-element {
	margin-top: 1rem !important;
	padding-top: 0;
	padding-bottom: 2px;
}

.wisSW-AweberForm .af-body .af-element:first-child {
	margin-top: 0 !important;
}

.wisSW-AweberForm .buttonContainer {
	box-sizing: border-box !important;
}  

.wisSW-AweberForm-a #af-body-743528930,
.wisSW-AweberForm-a #af-button-743528930
{
   display: inline-grid; 
   width:48%;
}

@media screen and (max-width: 600px) {
  .wisSW-AweberForm-a #af-body-743528930,
  .wisSW-AweberForm-a #af-button-743528930 {
    width:100%;
  }
}