/* Compiled using */
/*Feel free to change the code on the scss verison on codepen */
/*then paste the compiled code below*/
/* https://codepen.io/cyponthemic/pen/KKmJwga */


@-webkit-keyframes "fadeIn" {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes "fadeIn" {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tc-fa-form .wFormContainer {
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  max-width: 100%;
}
.tc-fa-form .wFormContainer a {
  text-decoration: none;
  color: #0056ad;
}
.tc-fa-form .wFormContainer a:hover {
  text-decoration: underline;
  color: #0056ad;
}
.tc-fa-form .wFormContainer .htmlSection {
  margin: 1em auto;
}
.tc-fa-form .wFormContainer .wForm {
  background-color: #fff;
  color: #001247;
  border: 1px solid "";
  border-radius: 0.2rem;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper {
  width: 100%;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=text][data-dataset-json] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=text][data-dataset-id] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=text] {
  color: #001247;
  border: 1px solid #001247;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1em;
  width: 20em;
  background-color: #fff;
  height: 30px;
  padding: 1rem 0.75rem;
  font-weight: 300;
  border-radius: 26px !important;
  height: 54px !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=text]:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=password] {
  color: #001247;
  border: 1px solid #001247;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1em;
  width: 20em;
  background-color: #fff;
  height: 30px;
  padding: 1rem 0.75rem;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=password]:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper select {
  color: #001247;
  border: 1px solid #001247;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1em;
  width: 20em;
  background-color: #fff;
  font-weight: 300;
  border-radius: 26px !important;
  height: 54px !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper select:not([multiple]) {
  height: 30px;
  padding: 1rem 0.75rem;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper select option {
  padding: 0.25em 0.5rem;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper select:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper textarea {
  color: #001247;
  border: 1px solid #001247;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1em;
  width: 20em;
  background-color: #fff;
  height: 5em;
  padding: 0.5rem !important;
  font-weight: 300;
  border-radius: 26px !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper textarea:-moz-read-only {
  background-color: #001247 !important;
  border: 1px solid #001247 !important;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper textarea:read-only {
  background-color: #001247 !important;
  border: 1px solid #001247 !important;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper textarea:-moz-read-only {
  background-color: #001247 !important;
  border: 1px solid #001247 !important;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper textarea:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=file] {
  height: 30px;
  padding: 1rem 0.75rem;
  border: none !important;
  background: transparent !important;
  color: #001247 !important;
  max-width: 100%;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=file]::-webkit-file-upload-button {
  color: #fff !important;
  color: #fff !important;
  background-color: #0073e6 !important;
  border-radius: 2px !important;
  -webkit-appearance: none !important;
  border: none !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=file]::-webkit-file-upload-button:hover {
  color: #fff !important;
  background-color: #0056ad !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper select[multiple] {
  width: auto;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input:not([type=file]):not(.tt-hint):-moz-read-only {
  background-color: #001247 !important;
  border: 1px solid #001247 !important;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input:not([type=file]):not(.tt-hint):read-only {
  background-color: #001247 !important;
  border: 1px solid #001247 !important;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input:not([type=file]):not(.tt-hint):-moz-read-only {
  background-color: #001247 !important;
  border: 1px solid #001247 !important;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper textarea.required:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper textarea.required:not(readonly):focus {
  border: 1px solid #001247 !important;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=text].required:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper input[type=password].required:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper select.required:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper .oneChoice input[type=checkbox] {
  height: initial;
  margin-bottom: 10px;
}
.tc-fa-form .wFormContainer .wForm .inputWrapper .oneChoice input[type=radio] {
  height: initial;
  margin-bottom: 10px;
}
.tc-fa-form .wFormContainer .wForm .wFormTitle {
  display: none;
  padding: 1.75rem 3rem !important;
  margin: 0;
  font-size: 23.04px;
  background-color: #fff;
  color: #0073e6;
}
.tc-fa-form .wFormContainer .wForm .section.pageSection > h4 {
  font-size: 14.4px;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm .htmlSection h4 {
  font-size: 14.4px;
  color: #001247;
}
.tc-fa-form .wFormContainer .wForm #wfTabNav {
  padding: 1rem 3rem 0 3rem;
  font-size: 12.5px;
}
.tc-fa-form .wFormContainer .wForm .removeSpan {
  display: block;
  float: none;
  text-align: right;
}
.tc-fa-form .wFormContainer .wForm td .removeSpan {
  display: inline;
  float: right;
  text-align: inherit;
}
.tc-fa-form .wFormContainer .wFormHelp {
  padding: 20px 30px !important;
  min-height: 110px !important;
}
.tc-fa-form .wFormContainer .wFormHeader {
  display: none;
  height: 24px;
  margin: 1em 0;
  background: url("") no-repeat left;
  background-position: left;
  height: 24px;
  background-size: contain;
}
.tc-fa-form .wFormContainer .wfTab {
  margin: 0.1em;
  padding: 2px 5px;
  background-color: #0073e6;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  border: 1px solid #0073e6;
}
.tc-fa-form .wFormContainer .wfTab:hover {
  margin: 0.1em;
  padding: 2px 5px;
  background-color: #0056ad;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  border: 1px solid #0056ad;
}
.tc-fa-form .wFormContainer .wfTabSep {
  display: none;
}
.tc-fa-form .wFormContainer .wfTab.wfTabCurrentPage {
  font-weight: 700;
  background-color: #fff;
  color: #0073e6;
  border: 1px solid #0073e6;
}
.tc-fa-form .wFormContainer .wfTab.wfHiddenTab {
  opacity: 0.5;
  cursor: not-allowed;
}
.tc-fa-form .wFormContainer .wfTab.wfHiddenTab:hover {
  opacity: 0.5;
  cursor: not-allowed;
}
.tc-fa-form .wFormContainer fieldset {
  margin: 1em 0 0.5em 0;
  color: #001247 !important;
  border: 1px solid #2482f0 !important;
  border-radius: 2px;
}
.tc-fa-form .wFormContainer fieldset legend {
  font-size: 14.4px !important;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer fieldset > fieldset:last-child {
  margin-bottom: 0;
  color: #001247;
}
.tc-fa-form .wFormContainer fieldset.highlighted {
  border: double !important;
  border-color: #2482f0 !important;
}
.tc-fa-form .wFormContainer .group > .label {
  margin-top: 1em;
  color: #001247;
}
.tc-fa-form .wFormContainer .pageSection > *:not([type=hidden]):last-child {
  margin-bottom: 0;
  color: #001247;
}
.tc-fa-form .wFormContainer .pageSection .oneField {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tc-fa-form .wFormContainer table.matrixLayout thead tr.headerRow {
  background-color: rgba(0, 0, 0, 0.025);
}
.tc-fa-form .wFormContainer table.matrixLayout thead tr.headerRow th {
  height: 2em;
  padding: 0.25em;
  vertical-align: middle;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer table.matrixLayout tbody tr th.headerCol {
  height: 2em;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer table.matrixLayout tbody tr:nth-child(odd) {
  background-color: transparent;
}
.tc-fa-form .wFormContainer table.matrixLayout tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.025);
}
.tc-fa-form .wFormContainer table.matrixLayout tbody td {
  height: 2em;
  padding: 0.25em;
}
.tc-fa-form .wFormContainer table.gridLayout thead tr.headerRow {
  background-color: rgba(0, 0, 0, 0.025);
}
.tc-fa-form .wFormContainer table.gridLayout thead tr.headerRow th {
  height: 2em;
  padding: 0.25em;
  vertical-align: middle;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer table.gridLayout tbody tr th.headerCol {
  height: 2em;
  color: #001247 !important;
}
.tc-fa-form .wFormContainer table.gridLayout tbody tr:nth-child(odd) {
  background-color: transparent;
}
.tc-fa-form .wFormContainer table.gridLayout tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.025);
}
.tc-fa-form .wFormContainer table.gridLayout tbody td {
  height: 2em;
  padding: 0.25em;
}
.tc-fa-form .wFormContainer .label {
  font-size: 1rem;
  color: #001247;
}
.tc-fa-form .wFormContainer .label.preField {
  line-height: 1.5;
  color: #001247;
}
.tc-fa-form .wFormContainer .oneField[role=radiogroup] .label.preField {
  margin-bottom: 8px !important;
}
.tc-fa-form .wFormContainer .oneField[role=group] .label.preField {
  margin-bottom: 8px !important;
}
.tc-fa-form .wFormContainer .oneChoice .label.postField {
  vertical-align: middle !important;
  color: #001247;
}
.tc-fa-form .wFormContainer .reqMark:after {
  color: #ec4e4e;
}
.tc-fa-form .wFormContainer .field-hint-inactive {
  line-height: 100%;
  font-size: 1em;
}
.tc-fa-form .wFormContainer .field-hint-inactive .hint {
  font-size: 0.85em;
  line-height: 1.75em;
  transition: all 0.25s linear;
}
.tc-fa-form .wFormContainer .field-hint {
  line-height: 100%;
  font-size: 1em;
}
.tc-fa-form .wFormContainer .field-hint .hint {
  font-size: 0.85em;
  line-height: 1.75em;
  transition: all 0.25s linear;
}
.tc-fa-form .wFormContainer .lengthIndicator {
  font-size: 0.85em;
  margin-top: 2px;
  color: #001247;
}
.tc-fa-form .wFormContainer .count-words {
  font-size: 0.85em;
  margin-top: 2px;
  color: #001247;
}
.tc-fa-form .wFormContainer .wfAutosuggest.tt-hint {
  margin-top: 0;
}
.tc-fa-form .wFormContainer .wfAutosuggest.tt-input {
  background-color: #fff !important;
}
.tc-fa-form .wFormContainer .tt-spinner {
  top: 0.6rem;
  right: 0.25rem;
}
.tc-fa-form .wFormContainer .oneField.errFld .inputWrapper input[type=text] {
  border-color: #ec4e4e !important;
}
.tc-fa-form .wFormContainer .oneField.errFld .inputWrapper input[type=password] {
  border-color: #ec4e4e !important;
}
.tc-fa-form .wFormContainer .oneField.errFld .inputWrapper textarea {
  border-color: #ec4e4e !important;
}
.tc-fa-form .wFormContainer .oneField.errFld .inputWrapper select {
  border-color: #ec4e4e !important;
}
.tc-fa-form .wFormContainer .oneField.errFld div.errMsg {
  margin-top: 0.5em;
  color: #ec4e4e;
}
.tc-fa-form .wFormContainer .errMsg {
  color: #ec4e4e !important;
}
.tc-fa-form .wFormContainer .actions {
  margin-top: 0;
}
.tc-fa-form .wFormContainer .actions .primaryAction {
  background-color: #2482f0;
  color: #fff;
  padding: 0.9rem 1.75rem;
  border: none;
  font-size: 0.96rem;
  font-weight: 700;
  -webkit-appearance: none;
  border-radius: 27px 27px 27px 0;
}
.tc-fa-form .wFormContainer .actions .primaryAction:hover {
  background-color: #0056ad;
  color: #fff;
}
.tc-fa-form .wFormContainer .actions .primaryAction:disabled {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.7);
  -webkit-appearance: none;
  border-radius: 2px;
  cursor: not-allowed;
}
.tc-fa-form .wFormContainer .wfPagingButtons {
  margin-top: 0;
}
.tc-fa-form .wFormContainer .wfPagingButtons .wfPageNextButton {
  background-color: #2482f0;
  color: #fff;
  padding: 0.9rem 1.75rem;
  border: none;
  font-size: 0.96rem;
  -webkit-appearance: none;
  border-radius: 27px 27px 27px 0;
  width: 100%;
}
.tc-fa-form .wFormContainer .wfPagingButtons .wfPageNextButton:hover {
  background-color: #0056ad;
  color: #fff;
}
.tc-fa-form .wFormContainer .wfPagingButtons .wfPagePreviousButton {
  background-color: #2482f0;
  color: #fff;
  padding: 0.9rem 1.75rem;
  border: none;
  font-size: 0.96rem;
  -webkit-appearance: none;
  border-radius: 27px 27px 27px 0;
  width: 100%;
}
.tc-fa-form .wFormContainer .wfPagingButtons .wfPagePreviousButton:hover {
  background-color: #0056ad;
  color: #fff;
}
.tc-fa-form .wFormContainer .wFormFooter {
  display: none;
}
.tc-fa-form .wFormContainer .wFormFooter .supportInfo {
  text-align: center;
}
.tc-fa-form .wFormContainer .wFormFooter .supportInfo a {
  color: #0056ad;
}
.tc-fa-form .wFormContainer .wFormFooter .supportInfo a:hover {
  color: #0056ad;
  font-weight: 700;
}
.tc-fa-form .wFormContainer .oneField {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.tc-fa-form .wFormContainer .section {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.tc-fa-form .wFormContainer .supportInfo {
  display: none;
}
.tc-fa-form .wForm:link {
  text-decoration: none;
  color: #0056ad;
}
.tc-fa-form .wForm .fa-search.tt-search {
  color: #001247;
  position: absolute !important;
  top: 50% !important;
  margin-top: -8px !important;
}
.tc-fa-form .wForm .fa-spinner.tt-spinner {
  color: #001247;
  position: absolute !important;
  top: 50% !important;
  margin-top: -8px !important;
}
.tc-fa-form .wForm .fa-times-circle.tt-clear {
  color: #001247;
  position: absolute !important;
  top: 50% !important;
  margin-top: -8px !important;
}
.tc-fa-form .wForm div.section > .preField {
  font-size: 14.4px !important;
  color: #001247 !important;
}
.tc-fa-form .wForm .gridLayout.stacked {
  margin: 20px 0;
}
.tc-fa-form .wForm .gridLayout.stacked tr {
  margin: 10px 1rem 10px 0;
  padding: 10px auto;
  width: 92.5%;
}
.tc-fa-form .wForm .gridLayout.stacked tr td {
  height: auto !important;
}
.tc-fa-form .wForm .gridLayout.stacked tr td input[type=text] {
  max-width: 90%;
}
.tc-fa-form .wForm input[type=file] {
  font-size: 16px !important;
}
.tc-fa-form .wForm .hintsTooltip .hint {
  color: #222 !important;
  background-color: #eee !important;
}
.tc-fa-form .wForm .field-hint-inactive .hint {
  background-color: #fff !important;
  color: #001247 !important;
  opacity: 1 !important;
}
.tc-fa-form .wForm .hintsBelow .field-hint {
  background-color: #fff !important;
  color: #001247 !important;
  opacity: 1 !important;
}
.tc-fa-form .wForm div > div.oneField {
  margin-top: 0;
}
.tc-fa-form .wForm fieldset {
  margin-top: 0;
}
.tc-fa-form .wForm fieldset > div.oneField {
  margin-top: 0;
}
.tc-fa-form .wForm form > div.oneField {
  margin-top: 0;
}
.tc-fa-form .wForm form .pageSection .choices {
  display: flex;
  justify-content: center;
}
.tc-fa-form .wForm form .wfPagingButtons {
  display: flex;
  justify-content: center;
  width: 100%;
}
.tc-fa-form .wForm .matrixLayout {
  margin-top: 0;
}
.tc-fa-form .wForm .gridLayout {
  margin-top: 0;
}
.tc-fa-form .wForm h4 {
  margin-top: 0;
}
.tc-fa-form .wForm .wfPagingButtons {
  margin-top: 0;
}
.tc-fa-form .wForm .actions {
  margin-top: 0;
  padding: 10px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tc-fa-form .wForm .oneField {
  padding: 12px 0;
}
.tc-fa-form .wFormThankYou {
  padding: 20px 30px !important;
  min-height: 110px !important;
}
.tc-fa-form .reviewHeader {
  padding: 20px !important;
  background-color: #fff !important;
  border: 1px solid "" !important;
  border-radius: 2px !important;
  margin-bottom: 20px !important;
  color: #001247 !important;
}
.tc-fa-form .reviewResponse {
  padding: 20px !important;
  background-color: #fff !important;
  border: 1px solid "" !important;
  border-radius: 2px !important;
  margin-bottom: 20px !important;
  color: #001247 !important;
}
.tc-fa-form .reviewFooter {
  padding: 20px !important;
  background-color: #fff !important;
  border: 1px solid "" !important;
  border-radius: 2px !important;
  margin-bottom: 20px !important;
  color: #001247 !important;
}
.tc-fa-form .saveAndResume {
  font-size: 0.9em;
}
.tc-fa-form .saveAndResume input[type=text] {
  color: #001247 !important;
  border: 1px solid #001247 !important;
  border-radius: 2px !important;
  box-sizing: border-box;
  font-size: 1em !important;
  width: 20em;
  background-color: #fff !important;
  padding: 0 !important;
  height: 30px !important;
  padding: 0 0.5rem !important;
}
.tc-fa-form .saveAndResume input[type=text]:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form .saveAndResume input[type=password] {
  color: #001247 !important;
  border: 1px solid #001247 !important;
  border-radius: 2px !important;
  box-sizing: border-box;
  font-size: 1em !important;
  width: 20em;
  background-color: #fff !important;
  padding: 0 !important;
  height: 30px !important;
  padding: 0 0.5rem !important;
}
.tc-fa-form .saveAndResume input[type=password]:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form input[type=text] {
  color: #001247 !important;
  border: 1px solid #001247 !important;
  border-radius: 2px !important;
  box-sizing: border-box;
  font-size: 1em !important;
  width: 20em;
  background-color: #fff !important;
  padding: 0 !important;
}
.tc-fa-form .required:not(.choices):not(select):not(.wfAutosuggest) {
  color: #001247 !important;
  border: 1px solid #001247 !important;
  border-radius: 2px !important;
  box-sizing: border-box;
  font-size: 1em !important;
  width: 20em;
  background-color: #fff !important;
  padding: 0 !important;
  padding: 1rem 0.75rem !important;
}
.tc-fa-form input[type=text].validate-email {
  height: 30px !important;
  padding: 0 0.5rem !important;
}
.tc-fa-form input[type=text].validate-email:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form input[type=password]#password {
  height: 30px !important;
  padding: 0 0.5rem !important;
}
.tc-fa-form input[type=password]#password:focus {
  outline-style: none;
  border: 1px solid #2482f0 !important;
  color: #001247;
}
.tc-fa-form input.primaryAction.slds-button.slds-button--brand.full-width {
  margin-top: 0 !important;
}
.tc-fa-form .reviewActions {
  margin-top: 1.6em !important;
}
.tc-fa-form #wFormResumePage legend {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 14.4px !important;
  color: #001247 !important;
}
.tc-fa-form #responsePasswordResetform legend {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 14.4px !important;
  color: #001247 !important;
}
.tc-fa-form .wFormWebPage {
  background-color: #fff;
}
.tc-fa-form #preview .mobile form {
  padding: 0 1rem 2rem 1rem;
}
.tc-fa-form #preview .mobile .wFormTitle {
  padding: 1rem !important;
}
.tc-fa-form #preview .mobile .wfTabNav {
  padding: 1rem 1rem 0 1rem;
  font-size: 12px;
}
.tc-fa-form #preview .mobile .wTab {
  margin: 0 0.1em 0.2em 0.1em;
  padding: 5px 5px;
}
.tc-fa-form #preview .mobile .wTab:hover {
  margin: 0 0.1em 0.2em 0.1em;
  padding: 5px 5px;
}
.tc-fa-form #preview .mobile .matrixLayout {
  margin: 20px 0 !important;
}
.tc-fa-form #preview .mobile .gridLayout {
  margin: 20px 0 !important;
}
.tc-fa-form #preview .mobile .primaryAction {
  min-width: 150px;
  font-size: 16px;
  padding: 9.72px 20px;
}
.tc-fa-form #preview .mobile .wfPageNextButton {
  min-width: 150px;
  font-size: 16px;
  padding: 9.72px 20px;
}
.tc-fa-form #preview .mobile .wfPagePreviousButton {
  min-width: 150px;
  font-size: 16px;
  padding: 9.72px 20px;
}
.tc-fa-form #preview .wFormContainer table.matrixLayout tbody tr:nth-child(n) {
  background-color: transparent;
}
.tc-fa-form #preview .wFormContainer table.matrixLayout tbody tr:nth-child(4n) {
  background-color: rgba(0, 0, 0, 0.025);
}
.tc-fa-form #preview .wFormContainer table.gridLayout tbody tr:nth-child(n) {
  background-color: transparent;
}
.tc-fa-form #preview .wFormContainer table.gridLayout tbody tr:nth-child(4n) {
  background-color: rgba(0, 0, 0, 0.025);
}
.tc-fa-form #preview #render .wForm .oneField.hintsTooltip .field-hint {
  background-color: #eee !important;
  padding: 0.3em;
}
.tc-fa-form .htmlSection .htmlContent {
  color: #001247 !important;
  font-size: 100% !important;
  line-height: auto;
}
.tc-fa-form .htmlSection .htmlContent span {
  color: #001247 !important;
  font-size: 100% !important;
  line-height: auto;
}
.tc-fa-form table {
  font-size: 14.4px;
}
.tc-fa-form .oneField .label span {
  color: #001247 !important;
  font-family: inherit !important;
  font-size: 1rem !important;
}
.tc-fa-form .wform .hintsSide .field-hint {
  background-color: #fff !important;
  color: #001247 !important;
  opacity: 1 !important;
}
.tc-fa-form .tt-menu {
  background-color: #fff;
  color: #001247;
  border-radius: 2px;
}
.tc-fa-form .tt-suggestion {
  font-size: 14.4px !important;
  color: #001247 !important;
}
.tc-fa-form html .kalendae {
  background: #fff;
  border: 2px solid #001247 !important;
  font-size: 100%;
  border-radius: 2px;
  padding: 1rem;
}
.tc-fa-form html .kalendae .k-calendar {
  width: 14em;
}
.tc-fa-form html .kalendae .k-calendar .k-header {
  width: 100%;
  height: auto;
  margin: 0;
  color: #001247;
}
.tc-fa-form html .kalendae .k-calendar .k-header span {
  width: calc(2em - 2px) !important;
  margin-left: 1px !important;
  margin-right: 1px !important;
  box-sizing: border-box !important;
  height: inherit;
  line-height: inherit;
  text-align: center;
  padding: 2px 0.25em 2px 2px;
  color: #001247;
  margin: 5px auto;
}
.tc-fa-form html .kalendae .k-calendar .k-days {
  width: 100%;
  height: auto;
  margin: 0;
  color: #001247;
}
.tc-fa-form html .kalendae .k-calendar .k-days span {
  width: calc(2em - 2px) !important;
  margin-left: 1px !important;
  margin-right: 1px !important;
  box-sizing: border-box !important;
  height: inherit;
  line-height: inherit;
  text-align: center;
  padding: 2px 0.25em 2px 2px;
}
.tc-fa-form html .kalendae .k-calendar .k-days span.k-in-month {
  color: #001247;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 30px;
  padding-top: 5px;
  margin-bottom: 5px;
  opacity: 0.7;
}
.tc-fa-form html .kalendae .k-calendar .k-days span.k-in-month.k-active {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #0073e6;
  height: 30px;
  padding-top: 5px;
  margin-bottom: 5px;
  opacity: 0.7;
}
.tc-fa-form html .kalendae .k-calendar .k-days span.k-out-of-month {
  color: #001247;
  background-color: rgba(0, 0, 0, 0);
  height: 30px;
  padding-top: 5px;
  margin-bottom: 5px;
  opacity: 0.5;
}
.tc-fa-form html .kalendae .k-calendar .k-days span.k-selected.k-active {
  background: #0073e6;
  color: #fff;
  opacity: 1;
}
.tc-fa-form html .kalendae .k-calendar .k-days span.k-active:hover {
  border-color: #001247;
  opacity: 1;
}
.tc-fa-form html .kalendae .k-calendar .k-title {
  width: 100%;
  height: auto;
  margin: 0;
  color: #001247;
}
.tc-fa-form html .kalendae .k-calendar .k-btn-close:hover {
  color: #444;
  border-color: #fff;
}
.tc-fa-form html .kalendae .k-calendar .k-caption {
  font-size: 100%;
  color: #001247;
}
.tc-fa-form html .kalendae .k-calendar .k-btn-previous-month {
  color: #001247;
  line-height: normal;
  height: auto;
  font-size: 1.4em;
  font-weight: 400;
}
.tc-fa-form html .kalendae .k-calendar .k-btn-previous-month:hover {
  color: #001247;
  font-weight: 700;
}
.tc-fa-form html .kalendae .k-calendar .k-btn-next-month {
  color: #001247;
  line-height: normal;
  height: auto;
  font-size: 1.4em;
  font-weight: 400;
}
.tc-fa-form html .kalendae .k-calendar .k-btn-next-month:hover {
  color: #001247;
  font-weight: 700;
}
.tc-fa-form html .kalendae .k-calendar .k-btn-previous-year {
  color: #001247;
  line-height: normal;
  height: auto;
  font-size: 1.4em;
  font-weight: 400;
}
.tc-fa-form html .kalendae .k-calendar .k-btn-previous-year:hover {
  color: #001247;
  font-weight: 700;
}
.tc-fa-form html .kalendae .k-calendar .k-btn-next-year {
  color: #001247;
  line-height: normal;
  height: auto;
  font-size: 1.4em;
  font-weight: 400;
}
.tc-fa-form html .kalendae .k-calendar .k-btn-next-year:hover {
  color: #001247;
  font-weight: 700;
}
.tc-fa-form .wfTab.errMsg {
  border: 1px solid #ec4e4e !important;
  background-color: #fff;
}
.tc-fa-form .wfTab.errMsg:hover {
  border: 1px solid #ec4e4e !important;
  background-color: #ec4e4e !important;
  color: #fff !important;
}
.tc-fa-form .wfTab.wfTabCurrentPage.errMsg {
  border: 1px solid #ec4e4e !important;
  background-color: #ec4e4e !important;
  color: #fff !important;
}
.tc-fa-form .errorMessage {
  color: #ec4e4e !important;
}
.tc-fa-form a.errMsg {
  color: #ec4e4e;
  text-decoration: underline;
}
.tc-fa-form .inline.group {
  display: flex;
  flex-direction: column;
}
.tc-fa-form .inline.group .oneField {
  width: 100% !important;
}
.tc-fa-form .inputWrapper input[type=text] {
  width: 100% !important;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.tc-fa-form .inputWrapper select {
  width: 100% !important;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(/images/arrow-down.svg);
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  color: #001247 !important;
  fill: currentColor;
  position: relative;
}
.tc-fa-form .inputWrapper textarea {
  width: 100% !important;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.tc-fa-form .tc-newsletter-subscribe form {
  font-size: 0.82rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tc-fa-form .tc-newsletter-subscribe #tfa_1-D {
  order: 1;
  width: 100%;
}
.tc-fa-form .tc-newsletter-subscribe .actions {
  order: 2;
  width: 100%;
  margin-top: 0;
  padding-top: 8px;
}
.tc-fa-form .tc-newsletter-subscribe #tfa_2 {
  order: 3;
}
.tc-fa-form .tc-newsletter-subscribe .wFo.wFormContainer .wForm .inputWrapper input[type=text] {
  height: 43px !important;
}
.tc-fa-form .tc-newsletter-subscribe .wFormContainer .actions .primaryAction {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .tc-fa-form .wFormWebPage {
    margin: 0 !important;
  }
  .tc-fa-form .wFormWebPage .wForm {
    border-radius: 0;
    padding: 0 !important;
  }
  .tc-fa-form .wFormWebPage .wForm form {
    padding: 0 1rem 2rem 1rem;
  }
  .tc-fa-form .wFormContainer .wFormHeader {
    margin-left: 0.5em;
  }
  .tc-fa-form .wFormContainer .wForm .wFormTitle {
    margin: 0;
    padding: 1rem !important;
  }
  .tc-fa-form .wFormContainer .wForm #wfTabNav {
    padding: 1rem 1rem 0 1rem;
    font-size: 12px;
  }
  .tc-fa-form .wFormContainer .wForm .inputWrapper select[multiple] {
    width: auto;
    -webkit-appearance: none;
    height: 30px;
  }
  .tc-fa-form .wFormContainer .wfTab {
    margin: 0 0.1em 0.2em 0.1em;
    padding: 5px 5px;
  }
  .tc-fa-form .wFormContainer .wfTab:hover {
    margin: 0 0.1em 0.2em 0.1em;
    padding: 5px 5px;
  }
  .tc-fa-form .wFormContainer .actions .primaryAction {
    min-width: 150px;
    font-size: 16px;
    padding: 9.72px 20px;
  }
  .tc-fa-form .wFormContainer .wfPagingButtons .wfPageNextButton {
    min-width: 150px;
    font-size: 16px;
    padding: 9.72px 20px;
  }
  .tc-fa-form .wFormContainer .wfPagingButtons .wfPagePreviousButton {
    min-width: 150px;
    font-size: 16px;
    padding: 9.72px 20px;
  }
}
@media only screen and (min-width: 1023px) {
  .tc-fa-form .wFormContainer {
    width: 66.666667%;
  }
}
@media only screen and (min-width: 768px) {
  .tc-fa-form .wForm .oneField {
    padding: 12px 16px;
  }
  .tc-fa-form .wForm .actions {
    padding: 10px 16px 0;
  }
  .tc-fa-form .inline.group {
    flex-direction: row;
  }
  .tc-fa-form .inline.group .oneField {
    width: 50% !important;
  }
  .tc-fa-form .tc-newsletter-subscribe .wFo.wFormContainer .wForm .inputWrapper input[type=text] {
    height: 54px !important;
  }
  .tc-fa-form .tc-newsletter-subscribe .actions {
    padding-top: 0;
    width: 40%;
  }
  .tc-fa-form .tc-newsletter-subscribe #tfa_1-D {
    width: 60%;
  }
  .tc-fa-form .tc-newsletter-subscribe .wFormContainer .actions .primaryAction {
    width: auto;
  }
  .tc-fa-form .wFormContainer .wfPagingButtons .wfPageNextButton {
    width: auto;
  }
  .tc-fa-form .wFormContainer .wfPagingButtons .wfPagePreviousButton {
    width: auto;
  }
}
