/* user forms */

form[class^="user"] {
	max-width:500px;
	padding:200px 20px 60px 20px;
	margin:auto;
}

form[class^="user"] label {
	display:block
}


.webform-confirmation{
    max-width: 500px;
    margin: 150px auto auto 150px;
}

body.path-webform .webform-submission-form {margin-top:150px;}


 a.document {
  padding: 0 12px;
  height: 46px;
  color: #fd1a16;
  border: 1pt solid #fd1a16;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13.07692pt;
  position: relative;
  margin-bottom:20px;
}

fieldset.js-webform-select-other {margin-bottom:40px;}

body:not(.page-directory) .webform-type-select select {
        display:inline;
        background-color:#EEF3F1;
        padding: 10px;
    border: none;
    background-position: 85% center;
    }
    
select,
select::picker(select) {
	appearance: base-select;
}    
    
    
label.form-required:after, legend span.form-required:after {content:" *";color:#D82C45;}

.progress-step.is-active .progress-marker::before {
    background-color:#D82C45;
}