/*!
  * Principal Design System
  * Component: helperInput
  * Version: 2.2.0
  * Build Date: 1/15/2021, 1:08:00 PM
  * Repo: https://scm.principal.com/projects/GCBIDESIGN/repos/principal-design-system/browse
  * Crimson Text Font licensing: https://www.principalcdn.com/css/principal-design-system/pds/latest/fonts/crimson/OFL.txt
  * Work Sans Font licensing: https://www.principalcdn.com/css/principal-design-system/pds/latest/fonts/worksans/OFL.txt
  * Coded @ Principal with love
  */
input[type=text],input[type=search],input[type=date],input[type=pds-date],input[type=email],input[type=password],input[type=number],input[type=tel]{color:#333;background-color:#fff;font-family:"FS Elliot Web Regular",Arial,arial,sans-serif;border:1px solid #616267;font-size:16px;box-shadow:none;display:flex;width:100%;height:48px;padding-left:12px;padding-right:12px;border-radius:8px;-webkit-appearance:none;appearance:none;-moz-appearance:textfield}input[type=text]:active,input[type=text]:focus,input[type=search]:active,input[type=search]:focus,input[type=date]:active,input[type=date]:focus,input[type=pds-date]:active,input[type=pds-date]:focus,input[type=email]:active,input[type=email]:focus,input[type=password]:active,input[type=password]:focus,input[type=number]:active,input[type=number]:focus,input[type=tel]:active,input[type=tel]:focus{outline:0;border-color:#035fa4;box-shadow:0 0 8px #035fa4}input[type=text]:disabled,input[type=search]:disabled,input[type=date]:disabled,input[type=pds-date]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=number]:disabled,input[type=tel]:disabled{color:#616267;background-color:#f6f6f8;cursor:not-allowed;border:1px solid #c5c6c5;font-size:16px;box-shadow:none;display:block;width:100%;height:44px;padding-left:12px}input[type=text].pds-input-error,input[type=search].pds-input-error,input[type=date].pds-input-error,input[type=pds-date].pds-input-error,input[type=email].pds-input-error,input[type=password].pds-input-error,input[type=number].pds-input-error,input[type=tel].pds-input-error{border-color:#c00000}input[type=text].pds-input-error:active,input[type=text].pds-input-error:focus,input[type=search].pds-input-error:active,input[type=search].pds-input-error:focus,input[type=date].pds-input-error:active,input[type=date].pds-input-error:focus,input[type=pds-date].pds-input-error:active,input[type=pds-date].pds-input-error:focus,input[type=email].pds-input-error:active,input[type=email].pds-input-error:focus,input[type=password].pds-input-error:active,input[type=password].pds-input-error:focus,input[type=number].pds-input-error:active,input[type=number].pds-input-error:focus,input[type=tel].pds-input-error:active,input[type=tel].pds-input-error:focus{border:1px solid #0091da}.pds-input-icon-left{position:relative}.pds-input-icon-left input{padding-left:48px}.pds-input-icon-left svg{position:absolute;bottom:12px;left:16px}.pds-input-icon-right{position:relative}.pds-input-icon-right input{padding-right:48px}.pds-input-icon-right svg{position:absolute;bottom:12px;right:16px}input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pds-helperText,.pds-labeledInput label{margin-left:12px}label{color:#333;font-family:"FS Elliot Web Bold","FS Elliot Web Regular",Arial,arial,sans-serif;font-size:16px}label .pds-label-optional{font-family:"FS Elliot Web Regular",Arial,arial,sans-serif;font-size:12px}label .pds-label-required{color:#c00000}label+input{margin-top:6px}label.sr-only+input{margin-top:0}.pds-helperText{font-size:1rem;margin-top:8px}