body {
  padding-top: 68px !important
}

@media screen and (min-width: 750px),print {
  body {
    padding-top: 151px !important
  }
}

.toolbar-oriented .toolbar-bar {
  z-index: 1001 !important;
}

.webform-client-form .form-required {
  color: rgb(70, 70, 70);
}

.form-radios .form-item.form-type-radio input.form-radio {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-item.form-type-radio label.option {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 1.2;
  display: inline;
  width: auto;
}

.form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(../../../../themes/contrib/classy/images/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

/**
 * @file
 * Visual styles for tabs.
 */

div.tabs {
  margin: 1em 0;
}

ul.tabs {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
}

.tabs>li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */
}

[dir="rtl"] .tabs>li {
  margin-right: 0;
  margin-left: 0.3em;
}

.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}

.tabs a.is-active {
  background-color: #eee;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
}

/*webform*/
.webform-progressbar-outer {
  border: 1px solid #464646;
}

.webform-progressbar-inner {
  background-color: #464646;
}

.webform-progressbar-page {
  border: 1px solid #464646;
}

.webform-progressbar-page.completed, .webform-progressbar-page.current {
  background-color: #464646;
}

.webform-client-form {
  margin-bottom: 20px;
  padding: 15px 10px 10px;
  background-color: whitesmoke;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 750px) {
  .webform-client-form {
    padding: 40px 88px 40px;
  }
}

@media screen and (min-width: 750px) {
  .webform-client-form.is_wide {
    padding: 30px 30px 10px;
  }
}

.webform-client-form .form-actions {
  text-align: center;
}

.webform-client-form.preview .form-item {
  font-weight: 800;
}

.webform-client-form.preview .form-item label {
  font-weight: normal;
}

.webform-client-form .captcha {
  margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
  .webform-client-form .captcha {
    margin-bottom: 30px;
  }
}

.webform-client-form .form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}


.webform-component {
  display: block;
}

@media screen and (min-width: 750px) {
  .webform-component {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
}

@media screen and (min-width: 750px) {
  .webform-component {
    width: 100%;
    display: block;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
}

.webform-component .description {
  line-height: 1.3;
  margin: 10px 0;
}

.webform-component .form-textarea {
  border: 1px solid #000;
  padding: 10px 8px 11px;
}

.webform-component label {
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: normal;
  display: block;
  margin-bottom: 15px;
  width: auto;
}

@media screen and (min-width: 750px) {
  .webform-component label {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    line-height: 1;
    font-size: 1.6rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    display: block;
    margin-bottom: 15px;
    width: auto;
  }
}

.webform-component label.option {
  margin-bottom: 0;
  width: 100%;
}

.webform-component input {
  border: 1px solid #000;
  display: block;
  font-size: 1.2rem;
  padding: 9px;
  width: 100%;
  background-color: #ffffff;
}

.webform-component input.form-checkbox, .webform-component input.form-radio {
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

.webform-component input[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

.webform-component input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

.webform-component select {
  color: #6b6b6b;
  line-height: 1;
  font-size: 1.2rem;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid black;
  -o-border-image: none;
     border-image: none;
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 9px;
  width: 100%;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

@media screen and (min-width: 750px) {
  .webform-component select {
    outline: none;
  }
}

.webform-component textarea {
  background-color: #ffffff;
}

.webform-component .form-item.form-type-checkbox, .webform-component .form-item.form-type-radio {
  background-color: #ececec;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 16px;
}

.webform-component .form-item.form-type-checkbox.active, .webform-component .form-item.form-type-radio.active {
  background-color: #dcdcdc;
}

.webform-component-fieldset {
  margin-top: 20px;
}

@media screen and (min-width: 750px) {
  .webform-component-fieldset {
    margin-top: 35px;
  }
}

.webform-component-fieldset .fieldset-legend {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (min-width: 750px) {
  .webform-component-fieldset .fieldset-legend {
    font-size: 1.8rem;
  }
}

.webform-component.webform-component-number input[readonly="readonly"], .webform-component.webform-component-textfield input[readonly="readonly"], .webform-component.webform-component-email input[readonly="readonly"] {
  background-color: #d8d8d8;
}

.webform-component.webform-component-textarea textarea[readonly="readonly"] {
  background-color: #d8d8d8;
}

.webform-component.webform-component-textarea .form-textarea {
  resize: none;
}

.webform-component.webform-component-checkboxes .form-checkboxes .form-item.form-type-checkbox .form-checkbox {
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

@media screen and (min-width: 750px) {
  .webform-component.webform-component-checkboxes .form-checkboxes .form-item.form-type-checkbox .form-checkbox {
    margin-right: 10px;
  }
}

.webform-component.webform-component-checkboxes .form-checkboxes .form-item.form-type-checkbox label.option {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 1.2;
  display: inline;
  width: auto;
}

.webform-component.webform-component-date .element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.webform-component.webform-component-date .form-type-select,
.webform-component.webform-component-date .form-type-textfield {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
}

.webform-component.webform-component-date .form-type-select .year.form-text,
.webform-component.webform-component-date .form-type-textfield .year.form-text {
  display: inline-block;
  line-height: 1.3;
}

.webform-component.webform-component-date .webform-calendar {
  display: block;
}

.webform-component.webform-component-time .webform-container-inline .form-type-select {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .webform-component.webform-component-time .webform-container-inline .form-type-select {
    margin-bottom: 16px;
  }
}

.webform-component.webform-component-time .webform-container-inline .form-type-select:nth-child(2) {
  margin-left: 4px;
}

.webform-component.webform-component-time .webform-container-inline .form-radios {
  margin-left: 5px;
  display: inline-block;
}

@media screen and (min-width: 750px) {
  .webform-component.webform-component-time .webform-container-inline .form-radios {
    margin-left: 10px;
  }
}

.webform-component.webform-component-time .webform-container-inline .form-radios .form-type-radio {
  display: inline-block;
  margin-top: 0;
}

.webform-component.webform-component-time .webform-container-inline .form-radios .form-type-radio input.form-radio {
  margin-right: 5px;
}

.webform-component.webform-component-time .webform-container-inline .form-radios .form-type-radio label.option {
  margin-right: 5px;
}

.webform-component.webform-component-grid {
  overflow-x: auto;
}

.webform-component.webform-component-grid .webform-grid {
  width: 100%;
}

.webform-component.webform-component-grid .webform-grid tr th.webform-grid-question, .webform-component.webform-component-grid .webform-grid tr th.webform-grid-option {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

.webform-component.webform-component-grid .webform-grid tr th.checkbox {
  text-align: center;
}

.webform-component.webform-component-grid .webform-grid tr.odd, .webform-component.webform-component-grid .webform-grid tr.even {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

.webform-component.webform-component-grid .webform-grid tr.even {
  background-color: whitesmoke;
}

.webform-component.webform-component-grid .webform-grid tr.even .form-item.form-type-radio {
  background-color: whitesmoke;
}

.webform-component.webform-component-grid .webform-grid-option .form-type-radio {
  margin-top: 0;
  margin-bottom: 0;
}

.webform-component.webform-component-grid .webform-grid-option .form-type-radio .form-radio {
  margin: 0 auto;
}

.webform-component.webform-component-select select[multiple="multiple"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.webform-component .form-radios .form-item.form-type-radio input.form-radio {
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

@media screen and (min-width: 750px) {
  .webform-component .form-radios .form-item.form-type-radio input.form-radio {
    margin-right: 10px;
  }
}

.webform-component .form-radios .form-item.form-type-radio label.option {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 1.2;
  display: inline;
  width: auto;
}

.webform-next, .webform-previous, .webform-submit {
  margin: auto;
  padding: 12px 10px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  position: relative;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 150px;
}

.webform-next.btn-download, .webform-previous.btn-download, .webform-submit.btn-download {
  font-size: 1.2rem;
  padding: 5px 8px;
}

.webform-next.btn-download .custom-icon, .webform-previous.btn-download .custom-icon, .webform-submit.btn-download .custom-icon {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.webform-next.btn-download.is_wide, .webform-previous.btn-download.is_wide, .webform-submit.btn-download.is_wide {
  font-size: 14px;
  padding: 10px 15px;
}

.webform-next.btn-download.is_wide .custom-icon, .webform-previous.btn-download.is_wide .custom-icon, .webform-submit.btn-download.is_wide .custom-icon {
  font-size: 16px;
  margin-right: 10px;
}

@media all and (min-width: 740px) {
  .webform-next, .webform-previous, .webform-submit {
    padding: 11px 40px;
    -webkit-transition: 0.12s linear;
    transition: 0.12s linear;
    line-height: 1;
    font-size: 1.3rem;
  }
  .webform-next.btn-download, .webform-previous.btn-download, .webform-submit.btn-download {
    font-size: 1.4rem;
    padding: 7px 8px;
  }
  .webform-next.btn-download.is_wide, .webform-previous.btn-download.is_wide, .webform-submit.btn-download.is_wide {
    font-size: 1.6rem;
    padding: 12px 18px;
  }
  .webform-next.btn-download.is_wide .custom-icon, .webform-previous.btn-download.is_wide .custom-icon, .webform-submit.btn-download.is_wide .custom-icon {
    font-size: 18px;
    margin-right: 10px;
  }
}

.webform-next .custom-icon, .webform-previous .custom-icon, .webform-submit .custom-icon {
  margin-left: 8px;
  color: #ad0000;
}

.webform-next:hover .custom-icon, .webform-previous:hover .custom-icon, .webform-submit:hover .custom-icon {
  color: #fff;
}

@media all and (min-width: 740px) {
  .webform-next, .webform-previous, .webform-submit {
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    -webkit-transition: all 0.12s linear;
    padding: 12px 15px 12px 40px;
  }
  .webform-next:hover, .webform-previous:hover, .webform-submit:hover {
    background-color: #7374f2;
  }
  .webform-next .custom-icon, .webform-previous .custom-icon, .webform-submit .custom-icon {
    margin-left: 15px;
    font-size: 12px;
    position: relative;
    top: 2px;
  }
}

@media screen and (min-width: 750px) {
  .webform-next, .webform-previous, .webform-submit {
    padding-left: 0;
    padding-right: 0;
    width: 160px;
  }
}

.webform-previous {
  margin-right: 10px;
}

.webform-container-inline div.form-item {
  display: block;
}

@media screen and (min-width: 750px) {
  .webform-container-inline div.form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.webform-note-message {
  margin: 0 0 1em;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d8d8d8;
}

.webform-note-message > p {
  margin: 0;
  padding-bottom: 1em;
}

.webform-note-message > p:last-child {
  padding-bottom: 0;
}

.webform-error-message {
  margin: 0 0 1em;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px red;
}

.webform-error-message > p {
  color: red;
  font-weight: bold;
  margin: 0;
  padding-bottom: 1em;
}

.webform-error-message > p:last-child {
  padding-bottom: 0;
}

.ie .webform-component select {
  width: 120%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ie .webform-component select,
.webform-component .ie select {
  width: 100%;
}

.ie .webform-component select::-ms-expand,
.webform-component .ie select::-ms-expand {
  display: block;
}

.webform-component textarea {
  width: 100%;
  border: 1px solid #000000;
  display: block;
  font-size: 1.2rem;
  padding: 9px;
  font-family: inherit;
}

.webform-component input.webform-calendar {
  width: auto;
}
