@import url("https://fonts.googleapis.com/css?family=Verdana:300,400,700|Arial:300,400,700"); /*$*/
/*TYPOGRAPHY*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

/*----------------------*/
/*LOGO*/
$image-logo-image: '//lln.tfaforms.net/forms/get_image/28/8JSBQmIQmSJBBPbzsn9EsCp9GSEIiwrBfwO3Fg572hPM6xbXDbzqY4mR8Izrduc8-.png';
$length-logo-size: 180px;
$select-logo-position_left_center_right: center;

/*FORM*/
$color-background-color: #fff;
$color-form-background-color: #fff;
$color-form-header-background-color: #fff;
$color-form-border-color: '';
$color-fieldset-border-color: #b7b7b7;
/*Fieldset Border---DONE*/
/*Input border on focus----DONE*/


/*TYPOGRAPHY*/
$font-title-font: 'Verdana';
$length-title-font-size: 23.04px;
$color-title-text-color: #0073e6;
$font-section-title-font: 'Verdana';
$length-section-title-font-size: 14.4px;
$color-section-title-text-color: #515e59;
$font-main-font: 'Verdana';
$length-main-text-size: 14.4px;
$color-main-text-color: #515e59;
$color-link-text-color: #0056ad;
$color-hint-text-color: #515e59;
$color-error-color: #ec4e4e;

/*INPUTS*/
$length-input-border-radius: 2px;
$font-input-text-font: 'Arial';
$color-input-text-color: #343b3e;
$color-input-background-color: #fff;
$color-input-border-color: #d8dde6;
$color-read-only-text-color: #515e59;
$color-read-only-background-color: #f3f2f2;
$color-read-only-border-color: #f3f2f2;

/*BUTTONS*/
$font-btn-font: 'Arial';
$length-btn-font-size: 12.96px;
$color-btn-text-color: #fff;
$color-btn-background-color: #0073e6;
$color-btn-hover-text-color: #fff;
$color-btn-hover-background-color: #0056ad;
$length-btn-padding-top-bottom: 9.72px;
$length-btn-padding-left-right: 16.2px;

/*PROGRESS BAR*/
$color-progress-bar-text-color: #ffffff;
$color-progress-bar-color: #0073e6;

/*---------------------*/

.wFormContainer {
  font-family: $font-main-font, sans-serif;
  font-size: $length-main-text-size;
}

.wFormContainer a {
  text-decoration: none;
  color: $color-link-text-color;
}

.wFormContainer a:hover {
  text-decoration: underline;
  color: $color-link-text-color;
}

.wForm :link {
  text-decoration: none;
  color: $color-link-text-color;
}

.wFormContainer .htmlSection {
  margin: 1em auto;

}

/*FORM CONTAINER*/


/* Main container. Must wrap *all* theme CSS */
.wFormContainer {
  /* Container for title and form */
}

.wFormContainer .wForm {
  background-color: $color-form-background-color;
  color: $color-main-text-color;
  border: 1px solid $color-form-border-color;
  border-radius: .2rem;
  padding: 0 !important;
  margin-top: 1em;
  /* Form */
}

.wFormContainer .wForm form {
  padding: 0 3rem 2rem 3rem;
}

/*Messages*/

.wFormThankYou {
  padding: 20px 30px !important;
  min-height: 110px !important;
}

.wFormContainer .wFormHelp {
  padding: 20px 30px !important;
  min-height: 110px !important;
}

.reviewHeader,
.reviewResponse,
.reviewFooter {
  padding: 20px !important;
  background-color: $color-form-background-color !important;
  border: 1px solid $color-form-border-color !important;
  border-radius: $length-input-border-radius !important;
  margin-bottom: 20px !important;
  color: $color-main-text-color !important;
}

.saveAndResume {
  font-size: .9em;
}

.saveAndResume input[type='text'],
.saveAndResume input[type='password'],
.required:not(.choices):not(select):not(.wfAutosuggest) {
  font-family: $font-input-text-font !important;
  color: $color-input-text-color !important;
  border: 1px solid $color-input-border-color !important;
  border-radius: $length-input-border-radius !important;
  box-sizing: border-box;
  font-size: 1em !important;
  width: 20em;
  background-color: $color-input-background-color !important;
  padding: 0 !important;
}

.required:not(.choices):not(select):not(.wfAutosuggest) {
  padding: 0 .5rem !important;
}

.saveAndResume input[type='text'],
.saveAndResume input[type='password'],
input[type='text'].validate-email,
input[type='password']#password {
  height: 30px !important;
  padding: 0 .5rem !important;
}

.saveAndResume input[type='text']:focus,
.saveAndResume input[type='password']:focus,
input[type='text'].validate-email:focus,
input[type='password']#password:focus {
  outline-style: none;
  border: 2px solid $color-fieldset-border-color !important;
  color: $color-input-text-color;
}

input.primaryAction.slds-button.slds-button--brand.full-width {
  margin-top: 0 !important;
}

.reviewActions {
  margin-top: 1.6em !important;
}

#wFormResumePage legend,
#responsePasswordResetform legend {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: $length-section-title-font-size !important;
  color: $color-section-title-text-color !important;
  font-family: $font-section-title-font !important;
}


.wForm .fa-search.tt-search,
.wForm .fa-spinner.tt-spinner,
.wForm .fa-times-circle.tt-clear {
  color: $color-input-text-color;
  position: absolute !important;
  top: 50% !important;
  margin-top: -8px !important;
}

.wFormContainer .wForm .inputWrapper input[type="text"][data-dataset-json],
.wFormContainer .wForm .inputWrapper input[type="text"][data-dataset-id] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}


/* Optional - Apply for FormAssembly hosted forms only. */
.wFormWebPage {
  background-color: $color-background-color;
}

@media only screen and (max-width: 600px) {
  .wFormWebPage {
    margin: 0 !important;
  }
  .wFormWebPage .wForm {
    border-radius: 0;
    padding: 0 !important;
  }
  .wFormWebPage .wForm form {
    padding: 0 1rem 2rem 1rem;
  }
}

/* Mobile Form Container in FB Canvas & Preview */
#preview .mobile form {
  padding: 0 1rem 2rem 1rem;
}


/*HEADER AND LOGO*/

/* Main container. Must wrap *all* theme CSS */
.wFormContainer {
  /* Header and logo placeholder. */
}

.wFormContainer .wFormHeader {
  height: $length-logo-size;
  margin: 1em 0;
  background: url($image-logo-image) no-repeat left;
  background-position: $select-logo-position_left_center_right;
  height: $length-logo-size;
  background-size: contain;
}

@media only screen and (max-width: 600px) {
  .wFormContainer .wFormHeader {
    margin-left: 0.5em;
  }
}

/*TITLE AND HEADINGS*/

/* Main container. Must wrap *all* theme CSS */
.wFormContainer .wForm {
  display: flex;
  /* prevents margin collapse on form title */
  flex-direction: column;
  /* Form Title */
  /* Page Title */
  /* Headings */
}

.wFormContainer .wForm .wFormTitle {
  font-family: $font-title-font;
  padding: 1.75rem 3rem !important;
  margin: 0;
  font-size: $length-title-font-size;
  background-color: $color-form-header-background-color;
  color: $color-title-text-color;
}

.wFormContainer .wForm .section.pageSection > h4 {
  font-size: $length-section-title-font-size;
  color: $color-section-title-text-color;
  font-family: $font-section-title-font;
}

.wFormContainer .wForm .htmlSection h4 {
  font-size: $length-section-title-font-size;
  color: $color-section-title-text-color;
  font-family: $font-section-title-font;
}

.wForm div.section > .preField {
  font-size: $length-section-title-font-size !important;
  color: $color-section-title-text-color !important;
  font-family: $font-section-title-font !important;
}

/*Mobile Canvas & Preview in FB*/

@media only screen and (max-width: 600px) {
  .wFormContainer .wForm .wFormTitle {
    margin: 0;
  }

  .wFormContainer .wForm .wFormTitle {
    padding: 1rem !important;
  }
}

/*Mobile Title in FB Canvas & Preview*/

#preview .mobile .wFormTitle {
  padding: 1rem !important;
}


/*NAVIGATION*/
.wFormContainer {
  /* Container for the navigation bar (listing page numbers) */
  /* A page number in the navigation */
  /* Page number for the current page */
  /* Page number for a page that is disabled (conditional) */
  /* Page number on mouse hover */
  /* Separator between page numbers. */
}

.wFormContainer .wForm #wfTabNav {
  padding: 1rem 3rem 0 3rem;
  font-size: 12.5px;
}

.wFormContainer .wfTab {
  margin: .1em;
  padding: 2px 5px;
  background-color: $color-btn-background-color;
  border-radius: $length-input-border-radius;
  color: $color-btn-text-color;
  text-align: center;
  border: 1px solid $color-btn-background-color;
}

.wFormContainer .wfTab:hover {
  margin: .1em;
  padding: 2px 5px;
  background-color: $color-btn-hover-background-color;
  border-radius: $length-input-border-radius;
  color: $color-btn-hover-text-color;
  text-align: center;
  border: 1px solid $color-btn-hover-background-color;
}

.wFormContainer .wfTabSep {
  display: none;
}

.wFormContainer .wfTab.wfTabCurrentPage {
  font-weight: 700;
  background-color: $color-btn-text-color;
  color: $color-btn-background-color;
  border: 1px solid $color-btn-background-color;
}

.wFormContainer .wfTab.wfHiddenTab, .wFormContainer .wfTab.wfHiddenTab:hover {
  opacity: .5;
  cursor: not-allowed;
}

@media only screen and (max-width: 600px) {

  .wFormContainer .wForm #wfTabNav {
    padding: 1rem 1rem 0 1rem;
    font-size: 12px;
  }

  .wFormContainer .wfTab {
    margin: 0 .1em .2em .1em;
    padding: 5px 5px;

  }

  .wFormContainer .wfTab:hover {
    margin: 0 .1em .2em .1em;
    padding: 5px 5px;
  }
}


/*Mobile Navigation in FB Canvas & Preview*/

#preview .mobile .wfTabNav {
  padding: 1rem 1rem 0 1rem;
  font-size: 12px;
}

#preview .mobile .wTab,
#preview .mobile .wTab:hover {
  margin: 0 .1em .2em .1em;
  padding: 5px 5px;
}


/*SECTIONS*/
.wFormContainer fieldset {
  margin: 1em 0 0.5em 0;
  color: $color-main-text-color !important;
  border: 1px solid $color-fieldset-border-color !important;
  border-radius: $length-input-border-radius;
}

.wFormContainer fieldset.highlighted {
  border: double !important;
  border-color: $color-fieldset-border-color !important;
}

.wFormContainer fieldset legend {
  font-size: $length-section-title-font-size !important;
  color: $color-section-title-text-color !important;
  font-family: $font-section-title-font !important;
}

.wFormContainer .group > .label {
  margin-top: 1em;
  color: $color-main-text-color;
}

.htmlSection .htmlContent span {
  color: $color-main-text-color !important;
  font-family: $font-main-font !important;
  font-size: 100% !important;
  line-height: auto;

}

.htmlSection .htmlContent {
  color: $color-main-text-color !important;
  font-family: $font-main-font !important;
  font-size: 100% !important;
  line-height: auto;
}

.wFormContainer fieldset > fieldset:last-child {
  margin-bottom: 0;
  color: $color-main-text-color;
}

.wFormContainer .pageSection > *:not([type="hidden"]):last-child {
  margin-bottom: 0;
  color: $color-section-title-text-color;
}


/*TABLES*/
/* Tables */
.wFormContainer {
  /* Responsive Tables - if the screen size is too small to display the table without horizontal scrolling,
   the table is automatically "stacked". To see the effect, reduce your browser window size. */
}

.wFormContainer table.matrixLayout thead tr.headerRow,
.wFormContainer table.gridLayout thead tr.headerRow {
  background-color: rgba(0, 0, 0, 0.025);
}

.wFormContainer table.matrixLayout thead tr.headerRow th,
.wFormContainer table.gridLayout thead tr.headerRow th {
  height: 2em;
  padding: .25em;
  vertical-align: middle;
  color: $color-main-text-color !important;
}

.wFormContainer table.matrixLayout tbody tr th.headerCol,
.wFormContainer table.gridLayout tbody tr th.headerCol {
  height: 2em;
  color: $color-main-text-color !important;
}

.wFormContainer table.matrixLayout tbody tr:nth-child(odd),
.wFormContainer table.gridLayout tbody tr:nth-child(odd) {
  background-color: transparent;
}

.wFormContainer table.matrixLayout tbody tr:nth-child(even),
.wFormContainer table.gridLayout tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.025);
}

.wFormContainer table.matrixLayout tbody td,
.wFormContainer table.gridLayout tbody td {
  height: 2em;
  padding: .25em;
}

/* in form builder preview, tables have additional invisible rows */
#preview .wFormContainer table.matrixLayout tbody tr:nth-child(n),
#preview .wFormContainer table.gridLayout tbody tr:nth-child(n) {
  background-color: transparent;
}

#preview .wFormContainer table.matrixLayout tbody tr:nth-child(4n),
#preview .wFormContainer table.gridLayout tbody tr:nth-child(4n) {
  background-color: rgba(0, 0, 0, 0.025);
}

/* In form builder scss variable not applied for checkbox labels */
table {
  font-size: $length-main-text-size;
}


.wForm .gridLayout.stacked {
  margin: 20px 0;
}

.wForm .gridLayout.stacked tr {
  margin: 10px 1rem 10px 0;
  padding: 10px auto;
  width: 92.5%;
}

.wForm .gridLayout.stacked tr td {
  height: auto !important;
}

.wForm .gridLayout.stacked tr td input[type='text'] {
  max-width: 90%;
}


/* Mobile Tables (Grids/ Matrix) in FB Canvas and Preview */

#preview .mobile .matrixLayout,
#preview .mobile .gridLayout {
  margin: 20px 0 !important;
}


/*LABELS*/

.wFormContainer {
  /* Field Label */
  /* Container for radio/checkbox and its label */
  /* Required Mark */
}

.wFormContainer .label {
  font-weight: 400;
  font-family: $font-main-font;
  color: $color-main-text-color;
}

.wFormContainer .label.preField {
  line-height: 1.5;
  color: $color-main-text-color;
}

.wFormContainer .oneField[role='radiogroup'] .label.preField,
.wFormContainer .oneField[role='group'] .label.preField {
  margin-bottom: 8px !important;
}


.wFormContainer .oneChoice {
  /* Radio & Checkbox Label */
}

.wFormContainer .oneChoice .label.postField {
  vertical-align: middle !important;
  color: $color-main-text-color;
}

.wFormContainer .reqMark:after {
  color: $color-error-color;
}

.oneField .label span {
  color: $color-main-text-color !important;
  font-family: $font-main-font !important;
  font-size: 100% !important;
}


/*INPUTS*/

/* Main container. Must wrap *all* theme CSS */
.wFormContainer {
  /* LTR support */
}

.wFormContainer .wForm {
  /* container for the input(s) and decorators */
}

.wFormContainer .wForm .inputWrapper {
  /* inputs */
  /* Input with focus */
  /* Placeholder Text */
  /* Faux-checkbox / radios */
}

.wFormContainer .wForm .inputWrapper input[type='text'],
.wFormContainer .wForm .inputWrapper input[type='password'],
.wFormContainer .wForm .inputWrapper select,
.wFormContainer .wForm .inputWrapper textarea {
  font-family: $font-input-text-font;
  color: $color-input-text-color;
  border: 1px solid $color-input-border-color;
  border-radius: $length-input-border-radius;
  box-sizing: border-box;
  font-size: 1em;
  width: 20em;
  background-color: $color-input-background-color;
}

.wFormContainer .wForm .inputWrapper input[type='text'],
.wFormContainer .wForm .inputWrapper input[type='password'],
.wFormContainer .wForm .inputWrapper input[type='file'],
.wFormContainer .wForm .inputWrapper select:not([multiple]) {
  height: 30px;
  padding: 0 .5rem;
}

.wFormContainer .wForm .inputWrapper select[multiple] {
  width: auto;
}

.wFormContainer .wForm .inputWrapper input[type='file'] {
  border: none !important;
  background: transparent !important;
  color: $color-main-text-color !important;
  max-width: 100%;
}

.wFormContainer .wForm .inputWrapper input[type='file']::-webkit-file-upload-button {
  color: $color-btn-text-color !important;
  color: $color-btn-text-color !important;
  background-color: $color-btn-background-color !important;
  border-radius: $length-input-border-radius !important;
  -webkit-appearance: none !important;
  border: none !important;

}


.wFormContainer .wForm .inputWrapper input[type='file']::-webkit-file-upload-button:hover {
  color: $color-btn-hover-text-color !important;
  background-color: $color-btn-hover-background-color !important;
}

.wFormContainer .wForm .inputWrapper textarea {
  height: 5em;
  padding: .5rem !important;
}

.wFormContainer .wForm .inputWrapper select option {
  padding: 0.25em .5rem;
  font-family: $font-input-text-font;
}

.wFormContainer .wForm .inputWrapper input:not([type="file"]):not(.tt-hint):read-only,
.wFormContainer .wForm .inputWrapper textarea:read-only {
  font-family: $font-input-text-font;
  background-color: $color-read-only-background-color !important;
  border: 1px solid $color-read-only-border-color !important;
  color: $color-read-only-text-color !important;
}

.wFormContainer .wForm .inputWrapper input:not([type="file"]):not(.tt-hint):-moz-read-only,
.wFormContainer .wForm .inputWrapper textarea:-moz-read-only {
  font-family: $font-input-text-font;
  background-color: $color-read-only-background-color !important;
  border: 1px solid $color-read-only-border-color !important;
  color: $color-read-only-text-color !important;
}


.wFormContainer .wForm .inputWrapper textarea:focus,
.wFormContainer .wForm .inputWrapper textarea.required:focus,
.wFormContainer .wForm .inputWrapper input[type='text']:focus,
.wFormContainer .wForm .inputWrapper input[type='text'].required:focus,
.wFormContainer .wForm .inputWrapper input[type='password']:focus,
.wFormContainer .wForm .inputWrapper input[type='password'].required:focus,
.wFormContainer .wForm .inputWrapper select:focus,
.wFormContainer .wForm .inputWrapper select.required:focus {
  outline-style: none;
  border: 2px solid $color-fieldset-border-color !important;
  color: $color-input-text-color;
}

.wFormContainer .wForm .inputWrapper textarea.required:not(readonly):focus {
  border: 1px solid $color-read-only-border-color !important;
}

/* ------------ */
.wFormContainer .wForm .inputWrapper .oneChoice input[type="checkbox"],
.wFormContainer .wForm .inputWrapper .oneChoice input[type='radio'] {
  height: initial;
  margin-bottom: 10px;
}


/* ------------ */

.wForm input[type='file'] {
  font-size: 16px !important;
}


@media only screen and (max-width: 600px) {

  .wFormContainer .wForm .inputWrapper select[multiple] {
    width: auto;
    -webkit-appearance: none;
    height: 30px;
  }
}


/* HINTS */
.wFormContainer .field-hint-inactive,
.wFormContainer .field-hint {
  line-height: 100%;
  font-size: 1em;
}

.wFormContainer .field-hint-inactive .hint {
  font-size: 0.85em;
  line-height: 1.75em;
  transition: all 0.25s linear;
}

.wFormContainer .field-hint .hint {
  font-size: 0.85em;
  line-height: 1.75em;
  transition: all 0.25s linear;
}

.wFormContainer .lengthIndicator,
.wFormContainer .count-words {
  font-size: 0.85em;
  margin-top: 2px;
  color: $color-hint-text-color;
}

#preview #render .wForm .oneField.hintsTooltip .field-hint {
  background-color: #eee !important;
  padding: .3em;
}

.wForm .hintsTooltip .hint {
  color: #222 !important;
  background-color: #eee !important;
}


.wForm .field-hint-inactive .hint {
  background-color: $color-form-background-color !important;
  color: $color-hint-text-color !important;
  opacity: 1 !important;
}

.wForm .hintsBelow .field-hint, .wform .hintsSide .field-hint {
  background-color: $color-form-background-color !important;
  color: $color-hint-text-color !important;
  opacity: 1 !important;
}


/*AUTOSUGGEST*/
.wFormContainer {
  /* The auto-completion suggestion.
   * Shown underneath the text input.
   * Must match exactly the position of user input
   */
  /* The spinner indicating the query is in progress.
   * Positioned inside the text input.
   */
}

.wFormContainer .wfAutosuggest.tt-hint {
  margin-top: 0;
}

.wFormContainer .wfAutosuggest.tt-input {
  background-color: $color-input-background-color !important;
}

.wFormContainer .tt-spinner {
  top: 0.6rem;
  right: 0.25rem;
}

.tt-menu {
  background-color: $color-input-background-color;
  color: $color-input-text-color;
  border-radius: $length-input-border-radius;
}

.tt-suggestion {
  font-family: $font-input-text-font !important;
  font-size: $length-main-text-size !important;
  color: $color-input-text-color !important;
}

/*CALENDAR*/
/** Calendar - popup is inserted outside of the .wFormContainer **/
html {
  /* Calendar container */
}

html .kalendae {
  background: $color-form-background-color;
  border: 2px solid $color-input-border-color !important;
  font-size: 100%;
  font-family: $font-main-font;
  border-radius: $length-input-border-radius;
  padding: 1rem;
  /** Container for the 1-month view **/
}

html .kalendae .k-calendar {
  /* ensures proper alignment of the 7 days */
  width: 14em;

  /* divisible by 7 */
  /** Kalendae.Input's popup close button **/
  /** Month Title Row **/
  /** Month and Year Buttons **/
  /** Days in the current month **/
  /* Days outside of the current month */
  /** Selected day, when inside the selectable area **/
  /** Selectable day, hovered **/
}

html .kalendae .k-calendar .k-header span, html .kalendae .k-calendar .k-days span {
  /* 1/7th of the width, minus margin. */
  width: calc(2em - 2px) !important;
  /* margin */
  margin-left: 1px !important;
  margin-right: 1px !important;
  /* ensure any border or padding is accounted for. */
  box-sizing: border-box !important;
}

html .kalendae .k-calendar .k-title, html .kalendae .k-calendar .k-header, html .kalendae .k-calendar .k-days {
  width: 100%;
  height: auto;
  margin: 0;
  color: $color-main-text-color;
}

html .kalendae .k-calendar .k-header span,
html .kalendae .k-calendar .k-days span {
  height: inherit;
  line-height: inherit;
  text-align: center;
  padding: 2px .25em 2px 2px;
}

html .kalendae .k-calendar .k-btn-close:hover {
  color: #444;
  border-color: #fff;
}

html .kalendae .k-calendar .k-caption {
  font-size: 100%;
  color: $color-section-title-text-color;
}

html .kalendae .k-calendar .k-btn-previous-month,
html .kalendae .k-calendar .k-btn-next-month,
html .kalendae .k-calendar .k-btn-previous-year,
html .kalendae .k-calendar .k-btn-next-year {
  color: $color-section-title-text-color;
  line-height: normal;
  height: auto;
  font-size: 1.4em;
  font-weight: 400;
}

html .kalendae .k-calendar .k-btn-previous-month:hover,
html .kalendae .k-calendar .k-btn-next-month:hover,
html .kalendae .k-calendar .k-btn-previous-year:hover,
html .kalendae .k-calendar .k-btn-next-year:hover {
  color: $color-section-title-text-color;
  font-weight: 700;
}

html .kalendae .k-calendar .k-header span {
  color: $color-main-text-color;
  margin: 5px auto;
}

html .kalendae .k-calendar .k-days span.k-in-month {
  color: $color-main-text-color;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: $color-form-background-color;
  height: 30px;
  padding-top: 5px;
  margin-bottom: 5px;
  opacity: .7;
}

html .kalendae .k-calendar .k-days span.k-in-month.k-active {
  color: $color-btn-text-color;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: $color-btn-background-color;
  height: 30px;
  padding-top: 5px;
  margin-bottom: 5px;
  opacity: .7;
}

html .kalendae .k-calendar .k-days span.k-out-of-month {
  color: $color-main-text-color;
  background-color: rgba(0, 0, 0, 0);
  height: 30px;
  padding-top: 5px;
  margin-bottom: 5px;
  opacity: .5;
}

html .kalendae .k-calendar .k-days span.k-selected.k-active {
  background: $color-btn-background-color;
  color: $color-btn-text-color;
  opacity: 1;
}

html .kalendae .k-calendar .k-days span.k-active:hover {
  border-color: $color-input-border-color;
  opacity: 1;
}

/*ERRORS*/
.wFormContainer {
  /* Indicator for an error on a field */
}

.wFormContainer .oneField.errFld {
  /* Error message, below input */
}

.wFormContainer .oneField.errFld .inputWrapper {
  /* Input with error */
}

.wFormContainer .oneField.errFld .inputWrapper input[type='text'],
.wFormContainer .oneField.errFld .inputWrapper input[type='password'],
.wFormContainer .oneField.errFld .inputWrapper textarea,
.wFormContainer .oneField.errFld .inputWrapper select {
  border-color: $color-error-color !important;
}

.wFormContainer .oneField.errFld div.errMsg {
  margin-top: 0.5em;
  color: $color-error-color;
}

.wfTab.errMsg {
  border: 1px solid $color-error-color !important;
  background-color: $color-form-background-color;
}

.wfTab.wfTabCurrentPage.errMsg,
.wfTab.errMsg:hover {
  border: 1px solid $color-error-color !important;
  background-color: $color-error-color !important;
  color: $color-form-background-color !important;
}

.errorMessage {
  color: $color-error-color !important;
}

a.errMsg {
  color: $color-error-color;
  text-decoration: underline;
}

.wFormContainer .errMsg {
  color: $color-error-color !important;
}

/*BUTTONS*/


.wFormContainer {
  /* Container for the submit button */
  /* Container for the page next/previous buttons */
}

.wFormContainer .actions {
  margin-top: 0;
  /* required to preserve alignment of previous/next and submit buttons. */
  /* Submit button */
  /* Hover state */
  /* Disabled state (submission in progress) */
}

.wFormContainer .actions .primaryAction {
  background-color: $color-btn-background-color;
  color: $color-btn-text-color;
  margin-top: 1.6em;
  padding: $length-btn-padding-top-bottom $length-btn-padding-left-right;
  border: none;
  font-size: $length-btn-font-size;
  font-weight: bold;
  font-family: $font-btn-font;
  -webkit-appearance: none;
  border-radius: $length-input-border-radius;
}

.wFormContainer .actions .primaryAction:hover {
  background-color: $color-btn-hover-background-color;
  color: $color-btn-hover-text-color;
}

.wFormContainer .actions .primaryAction:disabled {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
  -webkit-appearance: none;
  border-radius: $length-input-border-radius;
  cursor: not-allowed;
}

.wFormContainer .wfPagingButtons {
  margin-top: 0;
  /* Page next/previous buttons */
  /* Hover state */
}

.wFormContainer .wfPagingButtons .wfPageNextButton,
.wFormContainer .wfPagingButtons .wfPagePreviousButton {
  background-color: $color-btn-background-color;
  color: $color-btn-text-color;
  margin-top: 1.6em;
  padding: $length-btn-padding-top-bottom $length-btn-padding-left-right;
  border: none;
  font-size: $length-btn-font-size;
  font-family: $font-btn-font;
  -webkit-appearance: none;
  border-radius: $length-input-border-radius;
}

.wFormContainer .wfPagingButtons .wfPageNextButton:hover,
.wFormContainer .wfPagingButtons .wfPagePreviousButton:hover {
  background-color: $color-btn-hover-background-color;
  color: $color-btn-hover-text-color;
}


@media only screen and (max-width: 600px) {

  .wFormContainer .actions .primaryAction,
  .wFormContainer .wfPagingButtons .wfPageNextButton,
  .wFormContainer .wfPagingButtons .wfPagePreviousButton {
    min-width: 150px;
    font-size: 16px;
    padding: $length-btn-padding-top-bottom 20px;
  }
}

/* Mobile Buttons in FB Canvas and Preview */

#preview .mobile .primaryAction,
#preview .mobile .wfPageNextButton,
#preview .mobile .wfPagePreviousButton {
  min-width: 150px;
  font-size: 16px;
  padding: $length-btn-padding-top-bottom 20px;
}

/* Footer */
.wFormContainer .wFormFooter {
  /* Assistance link */
}

.wFormContainer .wFormFooter .supportInfo {
  text-align: center;
}

.wFormContainer .wFormFooter .supportInfo a {
  color: $color-link-text-color;
}

.wFormContainer .wFormFooter .supportInfo a:hover {
  color: $color-link-text-color;
  font-weight: 700;
}

.wFormContainer .oneField, .wFormContainer .section {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Repeatable Section Remove Link (FA-7473) */
.wFormContainer .wForm .removeSpan {
  display: block;
  float: none;
  text-align: right;
}

/* Keep inline float for tables */
.wFormContainer .wForm td .removeSpan {
  display: inline;
  float: right;
  text-align: inherit;
}

/* Apply colors to progress bar */
.wfProgressBar {
  color: $color-progress-bar-text-color;
  background-color: $color-progress-bar-color;
}
