.pform__label {
	display: block;
	font-size: 14px;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	font-weight: 400;
	color: #6b6c72;
  line-height: 20px;
	margin: 2px 0;
}

.pform__text {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #8d9096;
	padding: 8px 8px;
	border-radius: 3px;
	margin: 2px 0;
	outline: 0;
	width: 100%;
	font-size: 16px;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	color: #393a3d;
	text-align: left;
	line-height: 20px;
	height: 36px;
  font-weight: 500;
	background-color: #fff
}
.pform__text:focus{
  border: solid 1px #0077c5;
}

.pform__text::placeholder {
	font-size: 16px;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	color: #babec5;
	text-align: left;
	line-height: 1.25;
}
.pform_disclaimer {
	font-size: 12px;
  font-style: italic;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	color: #6b6c72;
}
.pform__button {
	min-height: 32px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 3px;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	font-weight: 500;
	color: #fff;
	background: #0077c5;
	border: 0;
	padding: 0 20px;
	outline: 0;
	min-width: 100px;
	display: inline-flex;
	flex-flow: row;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	text-align: center
}

.pform__button:hover {
	background-color: #0365ac
}

.pform__button:focus {
	border: 2px solid #d4d7dc
}

.pform__button[disabled] {
	background-color: #0077c5;
	cursor: none
}

.pform__error {
	border: 1px solid #d52b1e
}

.pform__error-wrapper .pform__label {
	color: #d52b1e
}

.pform__error--message {
  display: inline;
    color: #d52b1e;
    font-size: 14px;
    font-weight: 500;
    font-family: "Avenir Next forINTUIT", "harmonyicons";
}


.pform__error-wrapper {
}



 .p__error--icon {
	display: none;
	margin-right: 4px;
	color: #d52b1e;
	width: 10px;
	height: 10px;
	font-weight: 400;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
}

 .p__error--icon:before {
	content: "\f070"
}

.pform__text--wrapper, .pform__options--wrapper, .pform__submit--wrapper, .pform__upload--wrapper, .pform__disclaimer--wrapper{
  padding: 10px 10px;
}

.pform__error-wrapper  .p__error--icon {
	display: inline
}

.pform__checkbox--option {
	display: block;
	font-size: 14px;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	font-weight: 500;
	color: #393a3d;
	margin: 5px 0
}

.cmp-form-options__field--checkbox {
	width: 20px;
	height: 20px;
	border: 1px solid #8D9096;
	background: #fff;
	border-radius: 2px
}

.cmp-form-options__field--radio {
	width: 20px;
	height: 20px;
	border: 1px solid #8D9096;
	background: #fff
}

.pform__text--area {
	height: auto
}

.pform__option--name {
	font-size: 14px;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	color: #393a3d;
	line-height: 1.14;
	padding: 5px 0;
	text-align: left
}

.pform__option {
	display: inline;
	padding-right: 16px;
	position: relative;
	margin: 5px 0
}

.pform__disp--block~.pform__option {
	display: block
}


.cmp-form-options__field--multi-drop-down {
	height: auto
}

.pform__checkbox {
	position: absolute;
	opacity: 0
}

.pform__checkbox+.pform__checkbox--name {
	font-size: 16px;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	color: #393a3d;
	line-height: 1.14;
	padding: 5px 0;
	text-align: left
}

.pform__checkbox:checked+.pform__checkbox--name:before{
  border: 1px solid #0077c5;
}
.pform__checkbox+.pform__checkbox--name:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #8D9096;
	border-radius: 2px
}

.pform__checkbox:hover+.pform__checkbox--name:before {
	background: #fff
  border: 1px solid #0077c5;
}

.pform__checkbox:focus+.pform__checkbox--name:before {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  border: 1px solid #0077c5;
}

.pform__checkbox:checked+.pform__checkbox--name:before {
	background: #0077c5;
	border-width: 2px
}

.pform__checkbox:disabled+.pform__checkbox--name {
	color: #b8b8b8;
	cursor: auto
}

.pform__checkbox:disabled+.pform__checkbox--name:before {
	box-shadow: none;
	background: #ddd
}

.pform__checkbox:checked+.pform__checkbox--name:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 9px;
	background: #fff;
	width: 3px;
	height: 3px;
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.pform__radio:checked,
.pform__radio:not(:checked) {
	position: absolute;
	opacity: 0
}

.pform__radio:focus+.pform__radio--name::before {
  border: 2px solid #0077c5 !important;
}

.pform__radio:checked+.pform__radio--name,
.pform__radio:not(:checked)+.pform__radio--name {
	font-size: 16px;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	color: #393a3d;
	line-height: 1.14;
	padding: 5px 0;
	text-align: left;
	margin-left: 28px;
}

.pform__radio:checked+.pform__radio--name.small,
.pform__radio:not(:checked)+.pform__radio--name.small {
	font-size: 18px
}

.pform__radio:checked+.pform__radio--name:before,
.pform__radio:not(:checked)+.pform__radio--name:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	vertical-align: bottom;
	height: 20px;
	border: 1px solid #8D9096;
	border-radius: 100%;
	background: #fff
}

.pform__radio:checked+.pform__radio--name:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #0077c5;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.pform__radio:not(:checked)+.pform__radio--name:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #0077c5;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.pform__radio:checked+.pform__radio--name:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.pform__radio:checked+.pform__radio--name:before {
	border: 2px solid #0077c5;
}

.pform__option+.pform__error--message {
	bottom: 40px
}

.cmp-form-options__help-message{
  display: block;
	font-size: 14px;
	font-family: "Avenir Next forINTUIT", "harmonyicons";
	font-weight: 400;
	color: #6b6c72;
  line-height: 20px;
	margin: 2px 0;
}
.cmp-form-options {
	position: relative
}

.pform__drop-down {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.pform__drop-down::-ms-expand {
	display: none
}

.pform__dropdown--arrow {
  position: absolute;
    top: 30px;
    right: 0px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.pform__dropdown--arrowdown {
  border: solid #6b6c72;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
fieldset{
  padding: 0px !important
}

.pform__textarea--wrapper .pform__error--message,
.pform__multiselect--wrapper+.pform__error--message {
	bottom: 114px
}

.pform__recaptcha--wrapper {
	margin: 10px 0
}

.pform__button--icomprimary {
	background: #0077c5
}

.pform__button--icomprimary:hover,
.pform__button--icomprimary:active {
	background: #055393
}

.pform__button--icomprimary:focus {
	border: 2px solid #d4d7dc
}

.pform__button--icomprimary[disabled] {
	background: #0077c5;
	opacity: .4
}

.pform__button--icomsecondary {
	background: #d4d7dc;
	color: #393a3d
}

.pform__button--icomsecondary:hover {
	background: #b0b3b8
}

.pform__button--icomsecondary:active {
	background: #8d9096
}

.pform__button--icomsecondary:focus {
	border: 2px solid #7fbbe2
}

.pform__button--icomsecondary[disabled] {
	background: #eeeff1;
	color: #b0b1b2
}

.pform__button--icomtertiary {
	background: #393a3d
}

.pform__button--icomtertiary:hover {
	background: #353538
}

.pform__button--icomtertiary:active {
	background: #000
}

.pform__button--icomtertiary:focus {
	border: 2px solid #d4d7dc
}

.pform__button--icomtertiary[disabled] {
	background: #b0b1b2
}

.pform__button--icomimportant {
	background: #ff8000
}

.pform__button--icomimportant:hover {
	background: #fc6b00
}

.pform__button--icomimportant:active {
	background: #f95700
}

.pform__button--icomimportant:focus {
	border: 2px solid #d4d7dc
}

.pform__button--icomimportant[disabled] {
	background: #ffcd99
}
