/* line 13, module.less */
.inlineBlock {
  display: inline-block;
}
/* line 20, module.less */
.manage-item-row div.item-data {
  min-width: 100px;
}
/* line 23, module.less */
.manage-item-row div.item-action {
  min-width: 200px;
}
/* line 27, module.less */
.manage-item-row {
  vertical-align: baseline;
}
/* line 32, module.less */
.manage-item-col {
  border: silver 1px solid;
  padding: 0px 10px;
  border-right: none;
}
/* line 37, module.less */
.manage-item-col-1 {
  border: silver 1px solid;
  padding: 0px 10px;
  border-right: none;
}
/* line 42, module.less */
.manage-item-col-x {
  border: silver 1px solid;
  padding: 0px 10px;
}
/* line 46, module.less */
.criteria-grid {
  width: 100%;
  padding: 5px 10px;
}
/* line 50, module.less */
span.manage-item-data {
  margin-left: 3px;
}
/* line 53, module.less */
.tm_tl {
  width: 90%;
}
/* line 56, module.less */
.tm_td_1 {
  padding: 0px 10px;
}
/* line 61, module.less */
.tm_td {
  padding: 0px 10px;
}
/* line 66, module.less */
.tm_td_x {
  padding: 0px 10px;
}
/* line 71, module.less */
.error-box {
  color: red;
  font-size: 14px;
  display: block;
  margin-top: -12px;
  margin-bottom: 20px;
  margin-left: 20px;
}
/* line 80, module.less */
.error-box.validation-summary-valid {
  margin: 0;
}
/* line 85, module.less */
.error-box li {
  list-style: none;
  margin-left: -18px;
}
/* line 96, module.less */
.practice-link-row {
  line-height: 10px;
}
/* line 99, module.less */
.practice-link-item {
  text-align: center;
  padding-top: 30px;
}
/* line 104, module.less */
label.required::after {
  content: '*';
  margin-left: 5px;
  color: red;
}
/* line 110, module.less */
label.checkbox-label {
  font-weight: normal;
}
/* line 114, module.less */
.no-bottom-margin {
  margin-bottom: 0px !important;
}
/* line 118, module.less */
label.item-error {
  color: red;
}
/* line 122, module.less */
input.item-error {
  color: red;
  border-color: red !important;
}
/* line 126, module.less */
.ModContactUsModuleC fieldset {
  position: relative;
}
/* line 129, module.less */
.form-close {
  display: block;
  content: " ";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 20px;
  right: -80px;
  background: url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/icon-x.svg') 50% 50% no-repeat;
  background-size: 26px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
/* line 143, module.less */
.form-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 149, module.less */
.contact-us-form .body-title {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: Aeonik Medium, Arial;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 13px;
}
/* line 166, module.less */
.contact-us-form .body-content {
  font-size: 46px;
  font-family: Aeonik Medium, Arial;
  text-align: left;
}
/* line 171, module.less */
.contact-us-form .body-content input,
.contact-us-form .body-content select {
  font-size: 16px;
  background: #F3F3F3;
  border-radius: 46px;
  line-height: 46px;
  height: 46px;
  border: 0;
  padding: 0 20px;
  vertical-align: middle;
}
/* line 183, module.less */
.contact-us-form .body-content input.item-error,
.contact-us-form .body-content select.item-error {
  background: #fbe9e9;
}
/* line 187, module.less */
.contact-us-form .body-content input:focus-visible,
.contact-us-form .body-content select:focus-visible {
  outline: solid 2px #f3f3f3;
  outline-offset: 1px;
}
/* line 193, module.less */
.contact-us-form .body-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F3F3F1 url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/chevron-down-black-thicker.svg') 97% 50% no-repeat;
  background-size: 18px;
}
/* line 204, module.less */
.contact-us-form .body-content ::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
  /* Firefox */
}
.contact-us-form .body-content ::-moz-placeholder {
  color: #bbb;
  opacity: 1;
  /* Firefox */
}
.contact-us-form .body-content ::-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
  /* Firefox */
}
.contact-us-form .body-content ::placeholder {
  color: #bbb;
  opacity: 1;
  /* Firefox */
}
/* line 209, module.less */
.contact-us-form .body-content ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #bbb;
}
/* line 213, module.less */
.contact-us-form.input-form .body-content {
  font-size: 20px;
  font-family: Aeonik Regular, Arial;
}
/* line 217, module.less */
.contact-us-form.input-form .body-content .cfLabel {
  text-align: left;
}
/* line 221, module.less */
.contact-us-form.input-form .body-content .cfLabel label {
  font-weight: normal;
}
/* line 225, module.less */
.contact-us-form.input-form .body-content input,
.contact-us-form.input-form .body-content select,
.contact-us-form.input-form .body-content textarea {
  font-size: 16px;
  background: #F3F3F3;
  border-radius: 46px;
  line-height: 46px;
  height: 46px;
  border: 0;
  padding: 0 20px;
  vertical-align: middle;
  width: 100%;
  max-width: 400px;
}
/* line 238, module.less */
.contact-us-form.input-form .body-content input.item-error,
.contact-us-form.input-form .body-content select.item-error,
.contact-us-form.input-form .body-content textarea.item-error {
  background: #fbe9e9;
}
/* line 242, module.less */
.contact-us-form.input-form .body-content input:focus-visible,
.contact-us-form.input-form .body-content select:focus-visible,
.contact-us-form.input-form .body-content textarea:focus-visible {
  outline: solid 2px #f3f3f3;
  outline-offset: 1px;
}
/* line 248, module.less */
.contact-us-form.input-form .body-content textarea {
  line-height: unset;
}
/* line 253, module.less */
.form-thankyou .blueButtonArrow {
  padding-right: 5px;
}
/* line 256, module.less */
.form-thankyou .body-footer .dnnPrimaryAction {
  display: inline-block;
  border-radius: 46px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.15rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  text-shadow: none;
  display: block;
  background: unset;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none;
  font-family: Aeonik Medium,Arial;
  margin: 0;
}
/* line 279, module.less */
.form-thankyou .body-footer .dnnPrimaryAction.btnCloseContactUsForm {
  background-image: unset;
  padding-right: 20px;
}
/* line 284, module.less */
.contact-us-form .body-footer {
  margin: 20px auto;
  text-align: left;
  /*
		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url('@{cdn-path}img/mpg-2022/button-arrow-blue-on-white-circle.svg') 90% 50% no-repeat;
			background-color: #0444FF;
			border-radius: 10rem;
			z-index: -2;
		}

		&:before {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 0%;
			height: 100%;
			background-color: darken(#fff, 15%);
			transition: all .3s;
			border-radius: 10rem;
			z-index: -1;
		}*/
}
/* line 288, module.less */
.contact-us-form .body-footer .blueButtonArrow {
  padding-right: 20px;
}
/* line 292, module.less */
.contact-us-form .body-footer .errorButtonArrow {
  padding-right: 20px;
  background: #800;
  display: inline-block;
  margin-right: 20px;
  border-radius: 30px;
  margin-bottom: 15px;
}
/* line 301, module.less */
.contact-us-form .body-footer .grayButtonArrowBack {
  background: #888;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 306, module.less */
.contact-us-form .body-footer .grayButtonArrowBack .dnnPrimaryAction {
  background-image: unset;
  padding-right: 20px;
}
/* line 310, module.less */
.contact-us-form .body-footer .grayButtonArrowBack .dnnPrimaryAction:hover {
  background-image: unset;
}
/* line 316, module.less */
.contact-us-form .body-footer .dnnPrimaryAction {
  display: inline-block;
  border-radius: 46px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.15rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  text-shadow: none;
  font-weight: normal;
  display: block;
  background: url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/hover/hover-arrow-white-button.svg') 100% 50% no-repeat;
  color: #fff;
  width: 100%;
  padding: 13px 40px 12px 20px;
  text-decoration: none;
  font-family: Aeonik Medium,Arial;
  margin: 0;
}
/* line 340, module.less */
.contact-us-form .body-footer .dnnPrimaryAction:hover {
  background: url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/hover/hover-mpg-button.svg') 100% 50% no-repeat;
}
/* line 346, module.less */
.contact-us-form .body-footer.back-button:after {
  background-image: unset;
  padding-right: 20px;
}
/* line 378, module.less */
.contact-us-form .body-footer:hover {
  color: #0444FF;
}
/* line 381, module.less */
.contact-us-form .body-footer:hover:before {
  width: 100%;
}
/* line 389, module.less */
.form-thankyou .body-title {
  font-size: 34px;
}
/* line 393, module.less */
.form-thankyou .body-content {
  font-size: 20px;
  padding-bottom: 40px;
}
/* line 399, module.less */
.formTitle {
  font-size: 46px;
  font-family: Aeonik Medium, Arial;
  text-align: left;
}
/* line 404, module.less */
.show-contact-brand {
  margin-top: 40px;
}
/* line 407, module.less */
.show-contact-brand a.brand-link,
.show-contact-brand span.brand-link {
  display: block;
  width: 250px;
  padding: 20px 20px 50px 20px;
  border-radius: 50px;
  height: 60px;
  font-size: 14px;
  vertical-align: middle;
}
/* line 415, module.less */
.show-contact-brand a.brand-link span,
.show-contact-brand span.brand-link span {
  color: #fff;
  margin-top: 55px;
  display: block;
  text-align: center;
}
/* line 424, module.less */
.show-contact-brand a.brand-link.FYTE-RECRUTEMENT,
.show-contact-brand span.brand-link.FYTE-RECRUTEMENT,
.show-contact-brand a.brand-link.FyteR,
.show-contact-brand span.brand-link.FyteR {
  background: #F47665 url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/logo-fyte-recruitment-white.svg') 0% 50% no-repeat;
  background-size: 180px 35px;
}
/* line 429, module.less */
.show-contact-brand a.brand-link.FYTE-INTERIM,
.show-contact-brand span.brand-link.FYTE-INTERIM,
.show-contact-brand a.brand-link.FyteI,
.show-contact-brand span.brand-link.FyteI {
  background: #132457 url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/logo-fyte-interim-white.svg') 0% 50% no-repeat;
  background-size: 180px 35px;
}
/* line 434, module.less */
.show-contact-brand a.brand-link.MPIM,
.show-contact-brand span.brand-link.MPIM,
.show-contact-brand a.brand-link.MPI,
.show-contact-brand span.brand-link.MPI,
.show-contact-brand a.brand-link.MPMDT,
.show-contact-brand span.brand-link.MPMDT {
  background: #6B8EFA url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/logo-mpi-white.svg') 30px 50% no-repeat;
  background-size: 180px 35px;
}
/* line 439, module.less */
.show-contact-brand a.brand-link.MPES,
.show-contact-brand span.brand-link.MPES {
  background: #7758E1 url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/logo-mpes-white.svg') 30px 50% no-repeat;
  background-size: 180px 35px;
}
/* line 444, module.less */
.show-contact-brand a.brand-link.MPTC,
.show-contact-brand span.brand-link.MPTC {
  background: #0E7579 url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/logo-mptc-white.svg') 30px 50% no-repeat;
  background-size: 180px 35px;
}
/* line 449, module.less */
.show-contact-brand a.brand-link.MPSR,
.show-contact-brand span.brand-link.MPSR {
  background: #F47665 url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/Logo-mpsr-white.svg') 30px 50% no-repeat;
  background-size: 180px 35px;
}
/* line 455, module.less */
.show-contact-brand a.brand-link.MPI,
.show-contact-brand span.brand-link.MPI {
  background: #6B8EFA url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/logo-mpi-white.svg') 30px 50% no-repeat;
  background-size: 180px 35px;
}
/* line 460, module.less */
.show-contact-brand a.brand-link.MPI.en-US,
.show-contact-brand span.brand-link.MPI.en-US {
  background: #6B8EFA url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/logo-mpi-white.svg') 30% 50% no-repeat;
  background-size: 180px 35px;
}
/* line 465, module.less */
.show-contact-brand a.brand-link.MPO,
.show-contact-brand span.brand-link.MPO {
  background: #FDE055 url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/logo-mpo-white.svg') 30% 50% no-repeat;
  background-size: 180px 35px;
}
/* line 471, module.less */
.show-contact-brand .right-aligned > div {
  float: right;
}
/* line 475, module.less */
.show-contact-brand .left-aligned > div {
  float: left;
}
/* line 479, module.less */
.show-contact-brand .contact-link a {
  cursor: pointer;
  color: #fff;
  background: url('https://resources2.morganphilips.com/DNNWebsite/img/mpg-2022/button-arrow-black-on-white-circle.svg') 90% 50% no-repeat;
  padding: 20px 55px 20px 20px;
  vertical-align: middle;
  line-height: 40px;
  float: left;
}
/* line 489, module.less */
.show-contact-brand .back-to-practice {
  margin-top: 60px;
  text-align: center;
}
/* line 493, module.less */
.show-contact-brand .back-to-practice a {
  color: #fff;
}
/* line 500, module.less */
.ContainerLightGrey .show-contact-brand .contact-link a {
  color: #000;
}
@media (max-width: 1280px) {
  /* line 503, module.less */
  .form-close {
    right: -10px;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  /* line 510, module.less */
  .contact-us-form.input-form .body-content .cfLabel {
    line-height: 20px;
  }
  /* line 514, module.less */
  .contact-us-form.input-form .body-content .dnnFormItem.row {
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  /* line 522, module.less */
  .contact-us-form.input-form .body-content .dnnFormItem.row {
    margin-bottom: 0px;
  }
}
@media (max-width: 578px) {
  /* line 532, module.less */
  .contact-us-form.input-form .body-content .dnnFormItem input {
    width: 100%;
    height: 38px;
    line-height: 38px;
  }
  /* line 538, module.less */
  .contact-us-form.input-form .body-content .dnnFormItem label {
    line-height: 18px;
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 578px) {
  /* line 549, module.less */
  .form-close {
    width: 30px;
    height: 30px;
    background-size: 19px;
  }
}
