.halfAvailableWidth {
	float: left;
	text-align: left;
	display: inline;
	margin: 5px 0px;
	width: 50%;
	vertical-align: top;
}

.thirdAvailableWidth {
	float: left;
	text-align: left;
	display: inline;
	margin: 5px 0px;
	width: 33%;
	vertical-align: top;
}

.halfLeft {
	width: 50%;
}

.halfRight {
	width: 50%;
	float: right;
}

.halfLeft .scfSectionBorderAsFieldSet,
.halfRight .scfSectionBorderAsFieldSet {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.halfLeft .scfEmailGeneralPanel,
.halfLeft .scfMultipleLineGeneralPanel,
.halfLeft .scfSingleLineGeneralPanel,
.halfLeft .scfPasswordGeneralPanel,
.halfLeft .scfNumberGeneralPanel,
.halfLeft .scfDatePickerGeneralPanel,
.halfLeft .scfDateGeneralPanel,
.halfLeft .scfRadioButtonListGeneralPanel,
.halfLeft .scfCheckBoxListGeneralPanel,
.halfLeft .scfFileUploadGeneralPanel,
.halfLeft .scfDateSelectorGeneralPanel,

.halfRight .scfEmailGeneralPanel,
.halfRight .scfMultipleLineGeneralPanel,
.halfRight .scfSingleLineGeneralPanel,
.halfRight .scfPasswordGeneralPanel,
.halfRight .scfNumberGeneralPanel,
.halfRight .scfDatePickerGeneralPanel,
.halfRight .scfDateGeneralPanel,
.halfRight .scfRadioButtonListGeneralPanel,
.halfRight .scfCheckBoxListGeneralPanel,
.halfRight .scfFileUploadGeneralPanel,
.halfRight .scfDateSelectorGeneralPanel {
	margin: 0px;
	width: 80%;
	display: block;
	float: left;
	margin-bottom: 10px;
}


.halfLeft .scfDropListBorder,
.halfLeft .scfEmailBorder,
.halfLeft .scfMultipleLineTextBorder,
.halfLeft .scfSingleLineTextBorder,
.halfLeft .scfPasswordBorder,
.halfLeft .scfNumberBorder,
.halfLeft .scfDatePickerBorder,
.halfLeft .scfDateBorder,
.halfLeft .scfRadioButtonListBorder,
.halfLeft .scfListBoxBorder,
.halfLeft .scfCheckBoxListBorder,
.halfLeft .scfFileUploadBorder,
.halfRight .scfDropListBorder,
.halfRight .scfEmailBorder,
.halfRight .scfMultipleLineTextBorder,
.halfRight .scfSingleLineTextBorder,
.halfRight .scfPasswordBorder,
.halfRight .scfNumberBorder,
.halfRight .scfDatePickerBorder,
.halfRight .scfDateBorder,
.halfRight .scfRadioButtonListBorder,
.halfRight .scfListBoxBorder,
.halfRight .scfCheckBoxListBorder,
.halfRight .scfFileUploadBorder {
	text-align: left;
	display: block;
	margin: 0px;
	width: 100%;
	vertical-align: top;
}

.halfLeft .scfDropListLabel,
.halfLeft .scfEmailLabel,
.halfLeft .scfMultipleLineTextLabel,
.halfLeft .scfSingleLineTextLabel,
.halfLeft .scfPasswordLabel,
.halfLeft .scfNumberLabel,
.halfLeft .scfDatePickerLabel,
.halfLeft .scfDateLabel,
.halfLeft .scfRadioButtonListLabel,
.halfLeft .scfCheckBoxListLabel,
.halfLeft .scfListBoxLabel,
.halfLeft .scfFileUploadLabel,
.halfLeft .scfDateSelectorLabel,
.halfRight .scfDropListLabel,
.halfRight .scfEmailLabel,
.halfRight .scfMultipleLineTextLabel,
.halfRight .scfSingleLineTextLabel,
.halfRight .scfPasswordLabel,
.halfRight .scfNumberLabel,
.halfRight .scfDatePickerLabel,
.halfRight .scfDateLabel,
.halfRight .scfRadioButtonListLabel,
.halfRight .scfCheckBoxListLabel,
.halfRight .scfListBoxLabel,
.halfRight .scfFileUploadLabel,
.halfRight .scfDateSelectorLabel {
	padding-bottom: 0px;
}



.halfLeft .scfValidator,
.halfRight .scfValidator {
	margin: 0px;
	display: block;
	font-size: 0.8em;
	position: absolute;
}

.halfLeft .scfValidatorRequired,
.halfLeft .scfRequired,
.halfRight .scfValidatorRequired,
.halfRight .scfRequired {
	float: left;
}

.content-wrapper {
	margin: 0 auto;
	padding: 0
}

@media screen and (min-width: 1380px) {
	.content-wrapper {
		padding: 0
	}
}



/****************************************************
****************************************************
MARK: IMPACT Custom styles
****************************************************
****************************************************/
:root {
	--navy-color: #174074;
	--blue-color: #0A6CFF;
	--black-color: #000000;
	--darkgrey-color: #526377;
	--grey-color: #D5DFE8;
	--lightgrey-color: #EEF4F8;
	--white-color: #ffffff;
	--font-family: Inter, sans-serif;
}


/******************
* MARK: Typography
******************/
.h1,
h1 {
	font-size: 64px;
	line-height: 1.0625em
}

.h1,
.h2,
h1,
h2 {
	color: var(--black-color);
	font-family: var(--font-family);
	font-weight: 600;
	letter-spacing: -.5px
}

.h2,
h2 {
	font-size: 52px;
	line-height: 1.1538461538461537em
}

.h3,
h3 {
	font-size: 28px;
	letter-spacing: 0;
	line-height: 1.4285714285714286em
}

.h3,
.h4,
h3,
h4 {
	color: var(--black-color);
	font-family: var(--font-family);
	font-weight: 600
}

.h4,
h4 {
	font-size: 24px;
	letter-spacing: -.25px;
	line-height: 1.3333333333333333em
}

.h5,
h5 {
	color: var(--black-color);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1818181818181819em
}

.h5,
.h6,
h5,
h6 {
	font-family: var(--font-family);
	letter-spacing: 0
}

.h6,
h6 {
	color: var(--navy-color);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	text-transform: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
	display: block;
	margin-bottom: 25px;
	margin-top: 25px
}

.p,
li,
p,
span {
	color: var(--black-color);
	font-family: var(--font-family);
	font-size: 18px;
	font-weight: 400
}

.p,
li,
p,
p span[style*=font-size]:not([style*=line-height]) {
	line-height: 1.7777777777777777em
}

@media (max-width: 1024px) {

	.h1,
	h1 {
		font-size: 48px;
		line-height: 1.0833333333333333em
	}

	.h2,
	h2 {
		font-size: 34px;
		line-height: 1.2352941176470589em
	}

	.h3,
	h3 {
		font-size: 28px;
		line-height: 1.4285714285714286em
	}

	.h4,
	h4 {
		font-size: 24px;
		line-height: 1.3333333333333333em
	}

	.h5,
	h5 {
		font-size: 22px;
		line-height: 1.1818181818181819em
	}

	.h6,
	h6 {
		font-size: 20px;
		line-height: 1.4em
	}

	.p,
	li,
	p {
		font-size: 18px;
		line-height: 1.7777777777777777em
	}
}

a {
	color: #526377;
	font-family: inherit;
	text-decoration: underline
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
span.h1 a,
span.h2 a,
span.h3 a,
span.h4 a,
span.h5 a,
span.h6 a {
	color: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-decoration: inherit !important;
	text-transform: inherit !important;
	word-spacing: inherit !important
}

/******************
* MARK: Normalize
******************/
html,
body {
	font-family: var(--font-family);
	margin: 0;
	padding: 0;
}

#mainform * {
	box-sizing: border-box;
}

hr {
	display: block;
	border: 1px solid var(--lightgrey-color);
	margin: 20px 0;
	padding: 0 10px;
	float: left;
}

input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--white-color);
	border: 1px solid var(--grey-color);
	border-radius: 3px;
	box-shadow: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--darkgrey-color);
	display: block;
	font-family: var(--font-family);
	font-size: 18px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0;
	line-height: 18px;
	margin-top: 0;
	max-width: 100%;
	outline: none;
	padding: 20px 15px;
	text-align: left !important;
	width: 100% !important
}

input[type=file] {
	font-size: 12px
}

textarea {
	min-height: 90px
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--white-color);
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23D5DFE8" d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>');
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 14px;
	border: 1px solid var(--grey-color);
	border-radius: 3px;
	box-shadow: none;
	color: var(--darkgrey-color);
	font-family: var(--font-family);
	font-size: 18px;
	font-weight: 400;
	height: auto !important;
	letter-spacing: 0;
	line-height: 18px;
	margin-top: 0;
	max-width: 100% !important;
	outline: none;
	padding: 20px 40px 20px 15px;
	width: 100% !important
}

select::-ms-expand {
	display: none
}

select option {
	color: var(--black-color) !important
}

label,
legend {
	color: var(--black-color);
	display: block;
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.45em;
	margin: 10px 0;
	text-align: left !important;
	width: 100% !important;
}

legend {
	display: block;
	font-size: 22px;
	padding: 30px 10px 0 !important;
}

input[type="submit"] {
	clear: both;
	display: block;
	padding-top: 10px;
	width: 100%;
	-webkit-appearance: none;
	box-shadow: none !important;
	outline: none !important;
	text-shadow: none;
	background-color: var(--blue-color);
	background-image: none;
	background-image: none !important;
	border-color: var(--blue-color);
	border-radius: 9999px;
	border-style: solid !important;
	border-width: 2px !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	color: var(--white-color);
	display: inline-block;
	font-family: var(--font-family);
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	max-width: 100%;
	min-width: 1px;
	outline: none !important;
	padding: 20px 24px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	-moz-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	-ms-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out;
	width: auto
}

input[type="submit"]:hover {
	color: var(--white-color);
	cursor: pointer
}

/******************
* MARK: Overrides
******************/
.scForm>fieldset,
fieldset {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.scForm>fieldset>h2 {
	padding: 0 10px;
}

.scfSectionContent {
	float: none;
	margin: 0;
}

.scfSectionContent br,
.scfSectionContent hr {
	display: block;
	width: 100%;
}

.WFFMForm,
.WFFMDropDown,
.WFFMCheckList,
.WFFMFormTA {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}

@media (max-width: 1024px) {

	.WFFMForm,
	.WFFMDropDown,
	.WFFMCheckList,
	.WFFMFormTA {
		width: 100%;
	}
}

.WFFMForm>*,
.WFFMDropDown>* {
	width: 100%;
}

.rma-part-container>div>p {
	padding: 0 10px;
	font-size: 22px !important;
	font-weight: 700 !important;
	margin-bottom: 0px !important;
}

/* Clearfix for row breaks */
br[clear="all"],
hr[clear="all"],
.scfSectionContent .clearfix {
	clear: both;
	display: block
}

.WFFMCheckList {
	list-style: none;
	margin-bottom: 25px;
	margin-top: 10px;
	font-family: var(--font-family);
}

.WFFMCheckList li {
	margin-bottom: 10px
}

.WFFMCheckList li:last-child {
	margin-bottom: 0
}


.WFFMCheckList label {
	display: block !important
}

.WFFMCheckList label input {
	display: inline-block;
	margin-right: 10px;
	width: auto
}

.WFFMFormTA .scfMultipleLineGeneralPanel {
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.WFFMFormTA .scfMultipleLineGeneralPanel textarea {
	width: 100%;
	font-family: var(--font-family);
	border: 1px solid var(--grey-color);
	border-radius: 3px;
	box-shadow: none;
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	font-size-adjust: none;
	padding: 20px 15px;
	text-align: left !important;
	width: 100% !important;
	min-height: 200px;
}

.RMAForm>.box1 {
	border: 0;
	background: var(--lightgrey-color);
	padding: 20px;
	border-radius: 10px;
	width: calc(100% - 20px);
	margin: 0 auto 20px;
}

.RMAForm>.box1 h3 {
	margin-top: 0;
}

.RMAForm>.box1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.RMAForm>.box2 {
	border: 0;
	background: var(--lightgrey-color);
	padding: 20px;
	border-radius: 10px;
	width: calc(100% - 20px);
	margin: 0 auto 20px;
}

.RMAForm>.box2 h3 {
	margin-top: 0;
}

.RMAForm>.box2 p+p {
	margin-top: -25px;
}

.RMAForm>.scfSubmitButtonBorder {
	padding: 0 10px;
}

fieldset {
  border: 0;
  box-shadow: none;
}