.form__pie__svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/
form.content__form label, .form__step {
  font: 400 1em/1.2 "Montserrat", sans-serif; }

.form__step {
  font-size: 0.875em; }

form.content__form label {
  font-size: 0.9375em; }

form.content__form label, .form__step {
  font-weight: 600; }

.form__pie__svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

form.content__form .content__form__element__w-icon:after {
  -webkit-transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), fill 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), background 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), border-color 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-box-shadow 0.2s cubic-bezier(0.65, 0.05, 0.36, 1); }

form.content__form label, .form__step {
  text-transform: uppercase; }

.form__pie__svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.content__form label {
  margin-right: .5em;
  display: block; }

.content__form legend {
  padding: 0 .5em; }

.content__form label em,
.content__form legend em {
  color: #CF1111;
  font-style: normal;
  margin-left: .2em; }

.content__form input {
  max-width: 100%; }

.content__form input[type=text] {
  width: 18em;
  height: 2em;
  display: block;
  padding: 0 0 0 .5em;
  border: 1px solid #E0E0E0; }

.content__form input[type=radio],
.content__form input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin: .4em; }

.content__form textarea {
  max-width: 100%;
  display: block;
  padding: .5em;
  border: 1px solid #E0E0E0; }

.content__form select {
  max-width: 100%;
  width: 18em;
  height: 2em;
  padding: .2em;
  border: 1px solid #E0E0E0; }

.content__form select[size] {
  height: auto;
  padding: .2em; }

.content__form fieldset {
  border-color: #E0E0E0; }

.content__form .content__form__element--inline label {
  display: inline-block; }

.content__form .content__form__element--inline input {
  display: inline-block; }

.content__form .content__form__element--inline input[type=number] {
  width: 50px; }

.content__form .content__form__element--inline select {
  width: auto; }

.content__form .weeklyrecurList {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px; }
  .content__form .weeklyrecurList li {
    float: left;
    padding: 0 5px;
    margin-right: 10px;
    border: 1px solid #DDDDDD; }
    .content__form .weeklyrecurList li label {
      float: left;
      height: 40px;
      line-height: 40px; }
    .content__form .weeklyrecurList li input {
      float: right;
      height: 40px;
      margin: 0; }

.content__form__error {
  color: #CF1111;
  display: block; }

.content__form__element {
  width: 100%;
  display: block;
  margin: 0 0 1em;
  clear: both; }

.content__form__element__opt {
  clear: both;
  display: block; }

.content__form__element--html h2,
.content__form__element--html p {
  margin: 0; }

.content__form__element--list input[type=radio],
.content__form__element--list input[type=checkbox] {
  margin-right: 1em;
  float: left;
  clear: both; }

.content__form__element--list select {
  height: auto;
  padding: .2em; }

.content__form__element--rating table,
.content__form__element--table table {
  margin: 0; }

.content__form__element__help {
  cursor: pointer; }

.content__form__recurrence select {
  width: auto;
  margin-right: 0.1em; }

.content__form__recurrence input, .content__form__recurrence label {
  display: inline; }

.booking__form__field__group {
  width: 18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .booking__form__field__group .booking__form__field {
    width: 48% !important; }

#formResults {
  width: 100%; }
  #formResults th {
    text-align: left; }

#ui-timepicker-div {
  padding-left: 0;
  padding-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation: animateOpacity 350ms 1;
  animation: animateOpacity 350ms 1; }

#ui-timepicker-div.active {
  opacity: 1; }

#ui-timepicker-div .ui-widget-content {
  border: 0.5em #FFF solid;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.05); }

#ui-timepicker-div .periods {
  display: none; }

#ui-timepicker-div .ui-timepicker-hours {
  padding-right: 0.25em; }

#ui-timepicker-div .ui-timepicker-minutes {
  padding-left: 0.25em; }

#ui-timepicker-div .ui-timepicker-title {
  color: #86919b;
  border: none;
  font-weight: 600;
  text-transform: uppercase; }

#ui-timepicker-div .ui-timepicker-hours tbody td,
#ui-timepicker-div .ui-timepicker-minutes tbody td {
  padding: 0; }

#ui-timepicker-div .ui-timepicker-hours tbody td > a, #ui-timepicker-div .ui-timepicker-hours tbody td > span,
#ui-timepicker-div .ui-timepicker-minutes tbody td > a,
#ui-timepicker-div .ui-timepicker-minutes tbody td > span {
  border: none;
  color: #86919b;
  margin: 1px;
  cursor: pointer;
  position: relative;
  padding: 0.4375em 0.6em;
  text-align: center; }

.content__region {
  margin-top: 3em; }

form.content__form {
  padding: 3em 5.5%;
  background: #e7e9ea;
  color: #003f72; }
  form.content__form:before, form.content__form:after {
    content: "";
    display: table; }
  form.content__form:after {
    clear: both; }
  form.content__form label {
    color: inherit;
    margin: 0 0 .25em; }
    form.content__form label em {
      font-size: 12px; }
  form.content__form input[type="text"],
  form.content__form select,
  form.content__form textarea {
    width: 100%;
    height: 3.5em;
    padding: 0 1.5em;
    color: #b4b4b4;
    background: #FFF;
    border-radius: 4px;
    border: 2px solid #d9d9d9;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: border .2s ease, color .2s ease;
    -o-transition: border .2s ease, color .2s ease;
    transition: border .2s ease, color .2s ease; }
    form.content__form input[type="text"]::-ms-expand,
    form.content__form select::-ms-expand,
    form.content__form textarea::-ms-expand {
      display: none; }
    form.content__form input[type="text"].populated,
    form.content__form select.populated,
    form.content__form textarea.populated {
      color: #003f72; }
  form.content__form textarea {
    height: auto;
    resize: none;
    padding-top: .5em;
    padding-bottom: .5em; }
  form.content__form input[type="text"],
  form.content__form textarea {
    /*			@include placeholder(lighten(saturate($pri, 0.5), 21.8), 1);
*/
    color: #4d4d4d; }
    form.content__form input[type="text"]:focus,
    form.content__form textarea:focus {
      /*				@include placeholder(lighten(saturate($pri, 0.5), 21.8), 0);
*/
      border-color: #003f72; }
  form.content__form fieldset {
    z-index: 0;
    width: 100%;
    padding: 2em;
    position: relative;
    border: 2px solid #d9d9d9; }
    form.content__form fieldset legend {
      font-weight: 600; }
    form.content__form fieldset label {
      width: 100% !important;
      margin: 0;
      padding: 0 0 0 4em !important; }
  form.content__form select {
    cursor: pointer;
    background: #FFF;
    padding: 0 60px 0 .75em; }
  form.content__form .content__form__element__w-icon {
    position: relative; }
    form.content__form .content__form__element__w-icon:after {
      position: absolute;
      content: '\f073';
      font-family: fontAwesome;
      top: 0;
      right: 0;
      width: 60px;
      bottom: 0;
      text-align: center;
      line-height: 3.65;
      pointer-events: none;
      border-left: 2px solid #d9d9d9;
      border-right: 2px solid transparent; }
    form.content__form .content__form__element__w-icon input, form.content__form .content__form__element__w-icon select {
      width: 100%; }
  form.content__form .content__form__element {
    position: relative;
    margin: 0 0 1em; }
    form.content__form .content__form__element.active .content__form__element__w-icon:after {
      border-left: 2px solid #003f72; }
  form.content__form .form__page .content__form__element--html:first-child {
    display: block;
    padding-left: 4.5em;
    padding-bottom: 2.625em;
    margin-bottom: 3.5em;
    border-bottom: 1px solid #d3d3d3; }
    form.content__form .form__page .content__form__element--html:first-child > * {
      float: none; }
  form.content__form .content__form__element--list .content__form__element__w-icon:after {
    content: '\f107';
    font-size: 1.5em;
    line-height: 2.35; }
  form.content__form .content__form__help {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    height: .675em;
    margin: auto 1em; }
  form.content__form .content__form__error {
    display: block;
    width: 100%;
    margin: 1.5em 0 6px;
    position: relative;
    padding: .075em 1.5em;
    border: 2px solid currentColor;
    text-align: right;
    border-radius: 4px; }
  form.content__form .form__custom__pagination {
    text-align: right;
    margin-top: 2em; }
    form.content__form .form__custom__pagination .button {
      margin-left: 1em; }
  form.content__form .button {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #e77e31; }
    form.content__form .button .fa {
      display: inline-block;
      font-size: 1.25em;
      position: relative;
      top: .05em; }
      form.content__form .button .fa-angle-right {
        margin-left: .5em; }
      form.content__form .button .fa-angle-left {
        margin-right: .5em; }

.formLayout > .content__form__error {
  background: #e7e9ea;
  padding: 1em 6.7%; }

.form__step {
  display: block;
  opacity: .25; }

.formnav {
  padding: 2.5em 0;
  color: rgba(255, 255, 255, 0.3); }
  .formnav li {
    padding: 1.4375em 3.75em; }
    .formnav li.active {
      color: #FFF;
      border-right: 4px solid #e77e31; }

.form__pie {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #e77e31;
  position: absolute;
  top: .2em;
  left: 0; }
  .form__pie__svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #e7cebc;
    stroke-width: 12em;
    stroke-linejoin: round;
    stroke-dasharray: 600;
    stroke-dashoffset: 607;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

@media all and (min-width: 600px) {
  form.content__form .content__form__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    form.content__form .content__form__element:before, form.content__form .content__form__element:after {
      content: "";
      display: table; }
    form.content__form .content__form__element:after {
      clear: both; }
    form.content__form .content__form__element > * {
      float: left; }
    form.content__form .content__form__element label {
      width: 185px;
      padding: .5em 1em 0 0; }
    form.content__form .content__form__element input[type="text"],
    form.content__form .content__form__element select,
    form.content__form .content__form__element textarea,
    form.content__form .content__form__element .content__form__element__w-icon {
      width: calc(100% - 185px); }
    form.content__form .content__form__element .content__form__element__w-icon {
      max-width: 310px; }
  form.content__form .content__form__element__w-icon input, form.content__form .content__form__element__w-icon select {
    width: 100% !important; } }

@media all and (min-width: 1025px) {
  .content {
    padding-right: 0; }
  form.content__form {
    padding-left: 6.7%;
    padding-right: 6.7%; }
  .main__content > * {
    float: left;
    width: 100%; }
  .formnav {
    width: 37%;
    float: left; }
    .formnav + .formLayout {
      width: 63%;
      float: right; } }

@media all and (min-width: 1025px) {
  .formnav {
    width: 23.125em; }
    .formnav + .formLayout {
      width: calc(100% - 23.125em); } }

.content__form__table__e4eform52 input {
  width: 100% !important; }
