/*   
Theme Name: default
Version: 5.0
Tags: default
Description: default wordpress theme with
Author: developer
*/
.hide {
  display: none;
}

.js-home-form .validation_error {
  display: none;
}

.js-home-form .gform_wrapper li.gfield.gfield_error, .js-home-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: inherit;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
}

.js-home-form .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 0.6em;
}

.js-home-form .gfield_description.validation_message {
  padding: 0 !important;
  margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: initial !important;
  font-family: inherit !important;
  padding: initial !important;
}

.js-gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gfield.gfield_error .instruction.validation_message {
  color: #ff071e;
  font-size: 1.4rem;
}
.gfield.gfield_error .gfield_description.validation_message {
  color: #ff071e;
  font-size: 1.4rem;
}

.gfield_visibility_hidden {
  display: none !important;
}

.js-form-contact-us-footer img {
  width: 16px;
  height: 16px;
}

.b-filter-list a {
  font-size: 2rem;
  padding: 1rem 1.5rem;
}
.b-filter-list li + li {
  margin-left: 2rem;
}

.service-info-without_image {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.is-loading {
  position: relative !important;
  zoom: 1;
}

.blockUI.blockOverlay {
  z-index: 1000;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: white;
  opacity: 0.6;
  cursor: wait;
  position: absolute;
}
.blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(assets/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.s-hero--banner .s-hero__slider-itm.job-item {
  min-height: 25rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), li.gfield_error textarea {
  border: 1px solid #790000;
}

div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gfield.gfield_error {
  background: none !important;
  border: 0 !important;
}
.gfield.gfield_error input, .gfield.gfield_error textarea {
  border: 1px solid #ff071e;
  margin-bottom: 0;
  padding-left: 1rem;
}
.gfield.gfield_error .gfield_validation_message {
  padding-bottom: 2rem;
}

/*  */
.publication_list {
  list-style: none !important;
}
.publication_list .publication_list-item {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  padding: 0 0 30px 66px;
  background-image: url(assets/publication-link.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  margin-left: 0;
}

.service_item-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #F36F21;
  margin: 10px 19px 10px 0;
}

.service_item {
  display: flex;
  align-items: flex-start;
}




/*# sourceMappingURL=style.css.map */
