/* HUBSPOT WORKSHOP/SEMINAR FORM STYLES */

.hs-button {
  border-radius: 1px !important;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125) !important;
  font-family: gothbold !important;
  font-size: 12px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  background-color: #dbdcde !important;
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #f1f1f1 100%) !important;
  background-repeat: repeat-x !important;
  border-color: #efefef !important;
  color: #009ec3 !important;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) !important;
  transition: all 0.3s ease 0s !important;
  line-height: 1.33 !important;
  padding: 10px 16px !important;
}

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form input[type="number"],
.hs-form select,
.hs-form textarea {
    background-color: #f9f9f9 !important;
    background-image: none !important;
    border-color: #e2e3e4 rgba(212, 212, 212, 0.075) rgba(212, 212, 212, 0.075) #e2e3e4 !important;
    border-radius: 2px !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset !important;
    color: #555 !important;
    font-size: 14px !important;
    height: auto !important;
    max-width: none !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    width: 100% !important;
}

.hs-form select {
    height: 34px !important;
}

:root::-webkit-media-controls-panel,
select {
}

.hs-form {
  margin-bottom: 0 !important;
}

.hs-form-field {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 13px !important;
}

.hs-form.stacked label {
  color: #1b242a !important;
  font-weight: bold !important;
  font-size: inherit !important;
}

.hs_choose_a_seminar_.field {
  background: #00B2DC !important;
  margin: 0 !important;
  padding: 5px 15px !important;
}

div.actions {
  margin: 24px 0 5px 0 !important;
  padding: 0 !important;
}

.hs-form fieldset {
  margin-top: 35px !important;
  max-width: none !important;
}

.hs-form fieldset legend {
  -moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
  border-color: -moz-use-text-color -moz-use-text-color #e5e5e5 !important;
  border-image: none !important;
  border-style: none none solid !important;
  border-width: 0 0 1px !important;
  color: #333 !important;
  display: block !important;
  font-size: 21px !important;
  line-height: inherit !important;
  margin-bottom: 12px !important;
  padding: 0 0 3px 0 !important;
  width: 100% !important;
}

.hs-form.stacked ul.hs-error-msgs li label {
  color: #cc0000 !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

.hs_recaptcha {
  margin-top: 22px !important;
}

.register-form em {
  bottom: 34px !important;
  display: none;
  position: absolute !important;
  right: 61px !important;
}

#preloader span {
  font-size: 11px !important;
  font-style: italic !important;
}

#preloader .fa-cog {
  color: rgba(0, 0, 0, .5) !important;
  font-size: 14px !important;
  font-style: normal !important;
}
