body {
	color: rgb(17,28,85) !important;
}
.fix-form__form-container {
	position: relative !important;
	top: 0px !important;
	max-width:none !important;
}
.fix-form__form {
	position: none !important;
	top: 0px !important;
	max-width:none !important;
}
fieldset {
	margin: 1em 0 .5em 0;
	padding: 0 8px 15px 8px;
}

.reqMark:after {
	content: " *";
	color: #F00;
	font-size: 90%;
}

/* Asterisk on required fields - provide sensible default color and size */
.reqMark:after { content: " *"; color: #F00; font-size: 90%; }

.errMsg { color: #f00024; font-weight: 700; }
.linkedErrMsg {  border: 2px solid transparent; color: blue; }
.errLink { text-decoration: underline; color: blue; }
.errFld { border-color: #f00024 !important;border-style: solid !important;border-width: 2px !important;}


label {
	font-weight: normal !important;
	padding-top: 20px !important;
}
.line {
	border-top: 2px solid rgb(68, 214, 44);
}
legend {
	width: auto !important;
	font-family: Josefin Sans,sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -.01em;
	line-height: 120%;
	margin: 0 0 16px;
	text-transform: uppercase;
	color: #000;
}

.subsection {
	font-size: 16px !important;
	margin-top: 30px;
}
.content-block {
	border: 1px solid rgb(0,0,0) !important;
	padding: 16px;
	border-radius: 0px;
	margin-bottom: 8px;
}
.content-card {
	background-color: #ffffff !important;
	color: rgb(0,0,0) !important;
}

.steps {
	color: rgb(0,0,0);
	font-weight: bold;
}
.substeps {
	font-weight: normal;
}

input, textarea, select {
	border: 1px solid rgb(0, 0, 0) !important;
	color: rgb(0,0,0) !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(0,0,0) !important;
	opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgb(0,0,0) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: rgb(0,0,0) !important;
}
select option {
	color: rgb(0,0,0) !important;
}

input[type='radio'], input[type='checkbox'] { 
	transform: scale(1.5); 
	margin-left: 20px;
   accent-color: rgb(17,28,85); 
 }

.duplicateLink, .removeLink {
	font-weight: bold !important;
	color: rgb(0,0,0) !important;
	text-decoration: underline !important;
	
}
.duplicateSpan, .removeSpan {
	padding-top: 20px !important;
}

.removeable {
	padding-top: 50px;
}

.removeSpan {
	padding-top: 20px !important;
	text-align: right;
}

.removeLink span {
	color: #d33333;
	text-decoration: underline !important;
	font-weight: normal !important;
}
.section_element {
	font-weight: bold !important;
	color: rgb(0,0,0) !important;
	font-size: 16px !important;
}


.duplicateLink {
	display: block;
	position: relative;
}
.duplicateLink::before {
	top: 50%;
	left: -25px;
	height: 1em;
	width: 1em;
	margin-top: -9px;
	display: block;
	position: absolute;
	color: white;
	border: 0.15em solid white;
	border-radius: 1em;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New",Courier,monospace;
	line-height: 1em;
	content: "+";
	background-color: #31b131;
}

.removeLink::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	color: white;
	border: 0.15em solid white;
	border-radius: 1em;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New",Courier,monospace;
	line-height: 1em;
	content: "-";
	background-color: #d33333;
	margin-left: -22px;
	margin-top: 2px;
	
}

input[type=email], input[type=number], input[type=tel], input[type=text], select, textarea {
	padding: 8PX !important;
}

form.hs-form input[type=button], form.hs-form input[type=submit] {
    background: #44D62C !important;
	border: none !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: Inter !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    line-height: 18px !important;
    padding: 15px 32px !important;
    text-transform: uppercase !important;
    transition: .3s ease-in-out !important;
    width: auto !important;
	border-radius: 0 !important;
}

#back.BtnSecondary {
	background-color: #000 !important;
}

form.hs-form input[type=button].disabled-button, form.hs-form input[type=submit].disabled-button {
	background: #bbbbbb !important;
	color: #b1b1b1 !important;
}

form legend, form label {
	color: #000 !important;
	font-size: 1.875rem;
}

form.hs-form label {
    display: inline-block;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
	color: #000 !important;
}

@media (min-width: 768px) {
    form.hs-form label {
        font-family:Inter,sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 140%;
		color: #000 !important;
    }
}

@media (min-width: 768px) {
    form.hs-form input[type=email],form.hs-form input[type=number],form.hs-form input[type=tel],form.hs-form input[type=text],form.hs-form select,form.hs-form textarea {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 130%;
		border-radius: 0px !important;
    }
}

.container {
	margin-bottom:130px;
}

p {
	color: #000 !important;
}