.archive .document-title:after {
  background-image: url("/wp-content/themes/qathet/images/shell/arrow.svg") !important;
}
.parent-pageid-189 .document-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0px;
  color: #333;
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: #9f1636 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.parent-pageid-189 .document-title:after {
  content: "";
  width: 15px;
  display: block;
  height: 20px;
  background-image: url("/wp-content/themes/qathet/images/shell/dark-red-arrow.svg") !important;
}
.page-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}
.page-content .intro-wrap {
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 7%;
}
.page-content .search-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .page-content .search-wrap {
    display: flex;
    margin-bottom: 15%;
    flex-direction: column;
  }
}
.page-content .search-wrap .search-form {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .page-content .search-wrap .search-form {
    width: 100%;
  }
}
.page-content .search-wrap .search-form .search-field {
  background: white;
}
.page-content .search-wrap .nice-select {
  width: 48%;
  background: white;
  border-radius: 10px;
  border: 1px solid var(--colour_font);
  .list{
    background-color: white;
    border: 1px solid var(--colour_font);
  }
}
@media screen and (max-width: 1024px) {
  .page-content .search-wrap .nice-select {
    width: 100%;
    margin-top: 20px;
  }
}
.page-content .search-wrap .selectric-wrapper {
  width: 48%;
}
.page-content .search-wrap .selectric-wrapper .selectric {
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  border: none;
  height: 100%;
  outline: none;
  padding-left: 15px;
  background-image: url("");
  background-size: 20px;
  background-position: 94% 50%;
  background-repeat: no-repeat;
  height: 44px;
  display: flex;
  align-items: center;
}
.page-content .search-wrap .selectric-wrapper .selectric span {
  font-size: 1.6rem;
  opacity: 0.6;
}
.page-content .search-wrap .selectric-wrapper .selectric .button {
  top: 3px;
}
.page-content .search-wrap .selectric-wrapper .selectric .button:after {
  border-top-color: #333;
}
.page-content .search-wrap .selectric-wrapper .selectric::placeholder {
  opacity: 0.6;
}
.page-content .search-wrap .selectric-wrapper .selectric-items {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 25px;
}
.page-content .search-wrap .selectric-wrapper .selectric-items ul li {
  border-left: 5px solid transparent;
  padding: 20px 15px;
  background: #f5f5f5;
  color: #333;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-content .search-wrap .selectric-wrapper .selectric-items ul li.selected {
  border-left: 5px solid #9f1636;
  color: #9f1636;
}
.page-content .search-wrap .selectric-wrapper .selectric-items ul li:hover {
  border-left: 5px solid #9f1636;
  color: #9f1636;
}
.page-content .documents-wrap {
  margin-top: 5%;
  border-top: 1px solid var(--colour_grey);
}
.page-content .documents-wrap .document {
  display: block;
  border-bottom: 1px solid var(--colour_grey);
  padding: 3% 7% 2.7% 7%;
  text-decoration: none;
}
.page-content .documents-wrap .document .document-title {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0px;
  color: #333;
  display: flex;
  align-items: center;
  text-decoration: initial;
  color: var(--colour_blue);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-content .documents-wrap .document .document-title:hover {
  color: var(--colour_font) !important;
  cursor: pointer;
  text-decoration: underline;
}
.page-content .documents-wrap .document .document-title:after {
  content: "";
  width: 15px;
  display: block;
  height: 20px;
  background-image: url("/wp-content/themes/qathet/images/shell/dark-blue-arrow.svg");
  margin-top: -3px;
  margin-left: 5px;
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 500px) {
  .page-content .documents-wrap .document .document-title:after {
    display: none;
  }
}
.page-content .documents-wrap .document .document-title.rotate-arrow:after {
  transform: rotate(90deg);
}
.page-content .documents-wrap .document .document-desc {
  text-decoration: none;
  color: #404040;
}
.page-content .documents-wrap .document .job-content {
  display: none;
  padding: 1% 7% 5% 7%;
}
.page-content .documents-wrap .careers-form-wrap {
  padding: 5% 5% 5% 7%;
  max-width: 800px;
}
.page-content .documents-wrap .careers-form-wrap .primary-heading {
  margin: 0px;
}
.page-content .documents-wrap .careers-form-wrap .gform_wrapper {
  margin-top: 0px;
}
.page-content .documents-wrap .careers-form-wrap .gform_wrapper .gform_fields {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield {
  width: 49%;
  border: none;
  outline: none;
  margin-top: 0px;
  padding-right: 0px;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield.attach-resume {
  margin-top: 5%;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield
  input {
  width: 100%;
  border: none;
  outline: none;
  background: #f3f3f3;
  padding-left: 10px !important;
  height: 48px;
  margin-top: 2%;
  border-left: 8px solid transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield
  input:focus {
  border-left: 8px solid var(--colour_maroon);
  border-radius: 5px 0 0 5px;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield
  input::placeholder {
  color: #333;
  opacity: 0.5;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield#field_1_6 {
  width: 100% !important;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield
  textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #f3f3f3;
  padding-left: 10px !important;
  margin-top: 1%;
  border-left: 8px solid transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield
  textarea:focus {
  border-left: 8px solid var(--colour_maroon);
  border-radius: 5px 0 0 5px;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield
  textarea::placeholder {
  color: #333;
  opacity: 0.5;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield
  #field_1_5
  .gfield_label {
  display: block !important;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container_fileupload {
  margin: 2% 0;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_fields
  .gfield
  .ginput_container_fileupload
  input {
  background: transparent !important;
  padding-left: 0px !important;
}
.page-content .documents-wrap .careers-form-wrap .gform_wrapper .gform_footer {
  margin-top: 0px;
  padding-top: 0px;
}
.page-content
  .documents-wrap
  .careers-form-wrap
  .gform_wrapper
  .gform_footer
  input {
  padding: 18px 32px;
  background: #fff;
  border-radius: 10px;
  color: #9f1636;
  font-size: 1.6rem;
  letter-spacing: 0px;
  margin-top: 0px;
  line-height: 1em;
  display: block;
} /*# sourceMappingURL=reports-studies.css.map */
