@charset "UTF-8";
/*Font Family - INTER*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100&family=Poppins:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Helvetica:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*Page Colors*/
/*Common Styles i.e. Body, Headings, Para, a:link, onHover, HR, */
/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR WHITE BACKGROUND WITH CONTAINER STYLES FOR INNER DIV - ADVICE PAGES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR IMAGE ON LATEST/RELATED ADVICE ARTICLES */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
/* MIXIN FOR LATEST ARTICLES - ADVICE PAGE */
/*Colors*/
/* Version 2 */
body.section-talenttrends {
  display: block;
  font-family: 'Roboto', 'sans-serif';
  background-color: #e5edf6 !important;
  color: #36444D;
  cursor: default;
}

.section-talenttrends {
  /*spacing*/
  /*headings*/
  /* Ellipse Background*/
  /*Desktop*/
  /*Mobile*/
  /* Mobile Landscape Orientation*/
  /*iPad Air */
  /*iPad Air */
  /* Form starts*/
  /*Show more ends*/
  /* Height */
  /*Tooltip start*/
  /*Tooltip End*/
}

.section-talenttrends :root {
  font-family: 'Roboto', 'sans-serif';
}

.section-talenttrends .font-poppins {
  font-family: "Roboto", sans-serif;
}

.section-talenttrends hr {
  color: #393d4e;
}

.section-talenttrends .hr-97 {
  width: 97%;
  margin: 1.5rem auto;
}

.section-talenttrends a:link {
  color: #004FA3;
}

.section-talenttrends a:hover {
  text-decoration: none;
}

.section-talenttrends p {
  font-family: 'Roboto', 'sans-serif';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #36444D;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends p {
    font-size: 1rem;
  }
}

.section-talenttrends .img-responsive {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .card-space-sm {
    padding: 20px;
  }
}

.section-talenttrends .section-bottom-space {
  margin-bottom: 40px;
}

.section-talenttrends .p-card {
  padding: 60px !important;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .p-card {
    padding: 30px !important;
  }
}

.section-talenttrends .px-card {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .px-card {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.section-talenttrends .py-card {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .py-card {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.section-talenttrends .p-card--left {
  padding-left: 40px !important;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .p-card--left {
    padding-left: 40px !important;
  }
}

.section-talenttrends .p-card--right {
  padding-right: 40px !important;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .p-card--right {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .pb-m-0 {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .pb-m-0 {
    padding-top: 40px !important;
  }
}

.section-talenttrends h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3.25rem;
  color: #393d4e;
}

.section-talenttrends h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 46.88px;
  color: #004FA3;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends h2 {
    font-size: 1.875rem;
    line-height: normal;
  }
}

.section-talenttrends h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #002B54;
}

.section-talenttrends .fw-600 {
  font-weight: 600 !important;
}

.section-talenttrends .fw-500 {
  font-weight: 500 !important;
}

.section-talenttrends .fw-400 {
  font-weight: 400 !important;
}

.section-talenttrends .vertical-line-block {
  width: 1px;
  min-height: 100%;
  background-color: rgba(81, 86, 105, 0.3);
}

.section-talenttrends .horizontal-line-block {
  height: 1px;
  width: 100%;
  background-color: #E9E9E9;
}

.section-talenttrends .card-subtext {
  font-family: 'Roboto', 'sans-serif';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #002B54;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .card-subtext {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.section-talenttrends .w-fit-content {
  width: fit-content;
}

.section-talenttrends .chart-ellipse {
  width: 177px;
  display: block;
  margin: 0 auto;
}

.section-talenttrends .chart-ellipse .txt-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (min-width: 575.98px) {
  .section-talenttrends .hide-desktop {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .section-talenttrends #block-tt-theme-content form .vertical-line-block {
    rotate: 180deg;
    width: 95%;
    margin: 15px auto;
    height: 1px;
  }
  .section-talenttrends .hr-97 {
    width: 90%;
    margin: 15px auto;
  }
}

@media only screen and (min-device-width: 667px) and (max-device-width: 740px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .section-talenttrends #block-tt-theme-content form .container {
    max-width: 100%;
  }
  .section-talenttrends #block-tt-theme-content form .vertical-line-block:nth-child(6) {
    rotate: 180deg;
    width: 75%;
    margin: 15px 0;
    height: 1px;
  }
}

@media only screen and (min-device-width: 844px) and (max-device-width: 915px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .section-talenttrends #block-tt-theme-content form .container {
    max-width: 100%;
  }
  .section-talenttrends #block-tt-theme-content form .v-center {
    display: flex;
    align-content: center;
    flex-wrap: inherit;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .section-talenttrends #block-tt-theme-content form .container {
    padding-left: 0;
    padding-right: 0;
  }
  .section-talenttrends #block-tt-theme-content form .v-center {
    display: flex;
    align-content: center;
    flex-wrap: inherit;
  }
  .section-talenttrends #block-tt-theme-content form .w-md-75 {
    width: 75%;
  }
  .section-talenttrends #block-tt-theme-content form .vertical-line-block:nth-child(6) {
    rotate: 180deg;
    width: 75%;
    margin: 15px 0;
    height: 1px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .section-talenttrends #block-tt-theme-content form .vertical-line-block:nth-child(8) {
    rotate: 180deg;
    width: 100%;
    margin: 15px 0;
    height: 1px;
  }
}

.section-talenttrends .show-more a,
.section-talenttrends .show-less a {
  background-repeat: no-repeat;
  color: #004FA3 !important;
  background-position: 100%;
  display: inline-block;
  padding-right: 20px;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.section-talenttrends .insight {
  overflow: hidden;
}

.section-talenttrends .insight-text {
  display: none;
}

.section-talenttrends .h-40 {
  min-height: 40px;
}

@media (max-width: 767.98px) {
  .section-talenttrends .h-40 {
    min-height: auto;
  }
}

.section-talenttrends .w-xl-75 {
  width: auto;
}

@media only screen and (min-width: 1200px) {
  .section-talenttrends .w-xl-75 {
    width: 75%;
  }
}

.section-talenttrends .w-xl-50 {
  width: auto;
}

@media only screen and (min-width: 1200px) {
  .section-talenttrends .w-xl-50 {
    width: 50%;
  }
}

.section-talenttrends .top-15 {
  top: auto;
}

@media only screen and (min-width: 1200px) {
  .section-talenttrends .top-15 {
    top: -13px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .hide-lg {
    display: none;
  }
}

.section-talenttrends .two-column-divider {
  border-left: 1px solid rgba(81, 86, 105, 0.3);
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .two-column-divider {
    border-left: 0;
    border-top: 1px solid rgba(81, 86, 105, 0.3);
  }
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .tablet--border-top {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
  }
}

.section-talenttrends .tt-tooltip {
  background-color: #393d4e;
  box-shadow: inset 3px 3px 6px 0px rgba(71, 77, 111, 0.3);
  border-radius: 24px;
}

.section-talenttrends .tt-tooltip .tooltip-inner {
  background-color: transparent;
  color: white;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 600;
  max-width: 260px;
  width: 100%;
  vertical-align: middle;
  line-height: 24px;
}

.section-talenttrends .tt-tooltip .tooltip-arrow {
  display: none;
}

.section-talenttrends .tt-btn,
.section-talenttrends .tt-btn:link {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background: #F9C10D;
  border: 1px solid #F9C10D;
  color: #002B54;
  padding: 12px 15px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
  width: fit-content;
  line-height: 16.41px;
  position: relative;
  padding-right: 38px;
  box-shadow: none;
}

.section-talenttrends .tt-btn:before,
.section-talenttrends .tt-btn:link:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/themes/custom/tt_theme/images/icons/arrow-right-long-new.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 11px;
  background-size: 16px;
}

.section-talenttrends .tt-btn.tt-key-dash-btn:before,
.section-talenttrends .tt-btn:link.tt-key-dash-btn:before {
  background-image: url(/themes/custom/tt_theme/images/icons/arrow-right-long-new.svg);
}

.section-talenttrends .tt-btn:hover,
.section-talenttrends .tt-btn:link:hover {
  color: #002B54;
  background-color: white;
  border: 1px solid #002B54;
}

.section-talenttrends .tt-btn:hover:before,
.section-talenttrends .tt-btn:link:hover:before {
  background-image: url(/themes/custom/tt_theme/images/icons/arrow-right-long-new.svg);
  transition: all 0.7s ease;
}

.section-talenttrends .btn-explore {
  color: #002B54 !important;
  width: fit-content !important;
}

.section-talenttrends .btn-explore:before, .section-talenttrends .btn-explore:hover .section-talenttrends .btn-explore:hover {
  background-image: url(/themes/custom/tt_theme/images/icons/icon-download.svg) !important;
}

.section-talenttrends .card-horizontal-divider {
  border-bottom: 1px solid #E9E9E9;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-talenttrends .main-contianer.container {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .section-talenttrends .main-contianer.container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .section-talenttrends .main-contianer.container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .section-talenttrends .main-contianer.container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .section-talenttrends .main-contianer.container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .section-talenttrends .main-contianer.container {
    max-width: 1320px;
  }
}

.section-talenttrends .layout-content {
  width: 100%;
}

.section-talenttrends .card-left-padding {
  padding-left: 60px;
}

@media only screen and (max-width: 1200px) {
  .section-talenttrends .card-left-padding {
    padding-left: 15px;
  }
}

.section-talenttrends .card-right-padding {
  padding-right: 60px;
}

@media only screen and (max-width: 1200px) {
  .section-talenttrends .card-right-padding {
    padding-left: 15px;
  }
}

.section-talenttrends .card-left-padding-35 {
  padding-left: 35px;
}

@media only screen and (max-width: 1200px) {
  .section-talenttrends .card-left-padding-35 {
    padding-left: 15px;
  }
}

/* Components */
.fieldgroup {
  padding: 0;
  border-width: 0;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
  color: #393d4e;
}

textarea {
  resize: vertical;
  max-width: 100%;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: calc($base-spacing / 2)/2;
}

[type="file"] {
  margin-bottom: calc($base-spacing / 2);
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus {
  outline: none;
}

input[type="search"] {
  box-sizing: border-box;
}

form h3 {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 35px;
}

form label,
form legend {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #393d4e;
  display: block;
  margin-bottom: 7px;
}

form .form-item {
  margin-bottom: 30px;
}

form .form-item.js-form-type-textarea,
form .form-item textarea {
  width: 100%;
  max-width: 100%;
}

form .form-item.js-form-type-textarea label,
form .form-item textarea label {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}

form .form-item textarea {
  height: 250px;
  max-width: 370px;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #706f6f;
}

form .form-item textarea[readonly="readonly"] {
  background-color: #ededef;
}

form .form-item textarea[readonly="readonly"]:focus {
  border: 1px solid #706f6f;
}

@media screen and (min-width: 768px) {
  form .form-item textarea {
    height: 200px;
    max-width: 690px;
  }
}

@media screen and (min-width: 1024px) {
  form .form-item textarea {
    max-width: 770px;
  }
}

form .form-item input,
form .form-item select {
  max-width: 370px;
  height: 57px;
  border-radius: 2px;
  border: 1px solid #706f6f;
  padding: 0 44px 0 16px;
  width: 100%;
}

form .form-item select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/Dropdown.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 97% center;
  display: inline-block;
  margin: 0;
  color: #706f6f;
  padding-right: 25px;
  background-color: white;
}

form .form-item select.single-value {
  background-image: none;
}

form .form-item select.single-value option:first-child {
  display: none;
}

form .form-item select option {
  color: #393d4e;
}

form .form-item select::-ms-expand {
  display: none;
}

form .form-item select.valid-text, form .form-item select.required.valid {
  color: #393d4e;
}

form .form-item input::placeholder, form .form-item input::-webkit-input-placeholder, form .form-item input:-ms-input-placeholder,
form .form-item select::placeholder,
form .form-item select::-webkit-input-placeholder,
form .form-item select:-ms-input-placeholder,
form .form-item textarea::placeholder,
form .form-item textarea::-webkit-input-placeholder,
form .form-item textarea:-ms-input-placeholder {
  color: #706f6f !important;
  font-weight: 400 !important;
}

form .form-item input:-webkit-autofill, form .form-item input:-webkit-autofill:hover, form .form-item input:-webkit-autofill:focus,
form .form-item select:-webkit-autofill,
form .form-item select:-webkit-autofill:hover,
form .form-item select:-webkit-autofill:focus,
form .form-item textarea:-webkit-autofill,
form .form-item textarea:-webkit-autofill:hover,
form .form-item textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

form .form-item input.error,
form .form-item select.error,
form .form-item textarea.error {
  border-color: #be1200 !important;
  border-width: 2px !important;
}

form .form-item input.error::placeholder, form .form-item input.error::-webkit-input-placeholder,
::-webkit-input-placeholder
form .form-item input.error:-ms-input-placeholder,
form .form-item select.error::placeholder,
form .form-item select.error::-webkit-input-placeholder,
::-webkit-input-placeholder
form .form-item select.error:-ms-input-placeholder,
form .form-item textarea.error::placeholder,
form .form-item textarea.error::-webkit-input-placeholder,
::-webkit-input-placeholder
form .form-item textarea.error:-ms-input-placeholder {
  color: #be1200 !important;
}

form .form-item select:invalid {
  color: #706f6f;
  font-weight: 400;
}

form .form-item input[readonly="readonly"] {
  background-color: #ededef;
}

form .form-item input[readonly="readonly"]:focus {
  border: 1px solid #706f6f;
}

form .form-item label.error,
form .form-item .form-item--error-message {
  color: #be1200;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.13px;
  margin-top: 8px;
  font-weight: 400;
}

form .form-item label.error strong,
form .form-item .form-item--error-message strong {
  font-weight: 400;
}

form .form-item .description div {
  color: #333;
}

form .form-item [type="text"]:disabled,
form .form-item [type="email"]:disabled,
form .form-item [type="number"]:disabled,
form .form-item [type="tel"]:disabled,
form .form-item [type="password"]:disabled,
form .form-item select:disabled,
form .form-item textarea:disabled {
  background-color: #f5f5f5;
  border-width: 1px;
  border-color: #706f6f;
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  form .form-item.form-item-mp-user-mail .form-item--error-message {
    max-width: 370px;
  }
}

form .form-disabled {
  opacity: 0.6;
}

form .form-disabled label {
  color: #a0a0a4;
}

form .form-disabled .description div {
  color: #a0a0a4;
}

form .form-item-mp-certifications input, form .form-item-mp-honors input, form div[class*='form-item-recommendation-fieldset'] input, form .form-item-mp-languages input, form .form-item-mp-headline input, form .form-item-cv-headline-input input, form .form-item-languages-input input, form .form-item-certifications-input input, form .form-item-structured-data-wrapper-cv-headline-input input, form .form-item-structured-data-wrapper-languages-input input, form .form-item-structured-data-wrapper-certifications-input input {
  max-width: 100%;
}

form .form-item-mp-certifications textarea, form .form-item-mp-honors textarea, form div[class*='form-item-recommendation-fieldset'] textarea, form .form-item-mp-languages textarea, form .form-item-mp-headline textarea, form .form-item-cv-headline-input textarea, form .form-item-languages-input textarea, form .form-item-certifications-input textarea, form .form-item-structured-data-wrapper-cv-headline-input textarea, form .form-item-structured-data-wrapper-languages-input textarea, form .form-item-structured-data-wrapper-certifications-input textarea {
  height: auto;
  margin-bottom: 0 !important;
}

form .form-item-mp-certifications.js-form-type-textarea label, form .form-item-mp-honors.js-form-type-textarea label, form div[class*='form-item-recommendation-fieldset'].js-form-type-textarea label, form .form-item-mp-languages.js-form-type-textarea label, form .form-item-mp-headline.js-form-type-textarea label, form .form-item-cv-headline-input.js-form-type-textarea label, form .form-item-languages-input.js-form-type-textarea label, form .form-item-certifications-input.js-form-type-textarea label, form .form-item-structured-data-wrapper-cv-headline-input.js-form-type-textarea label, form .form-item-structured-data-wrapper-languages-input.js-form-type-textarea label, form .form-item-structured-data-wrapper-certifications-input.js-form-type-textarea label {
  margin-bottom: 7px !important;
  font-size: 16px;
}

form .js-form-type-checkbox label.option:hover, form .js-form-type-checkbox label.option:focus {
  background-color: #dedede;
}

form .js-form-type-checkbox label.error {
  bottom: -35px;
  top: auto;
}

form .js-form-type-radio input:checked ~ label {
  box-shadow: 0 0 0 1px #44b480;
}

form .js-form-type-radio input:checked ~ label:hover, form .js-form-type-radio input:checked ~ label:focus {
  background: #dedede;
}

form .js-form-type-radio label {
  border: 1px solid #9b9b9b;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

form .js-form-type-radio label:before {
  background: white;
}

form .js-form-type-radio label:hover, form .js-form-type-radio label:focus {
  background: #dedede;
}

form .js-form-type-checkbox {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form .js-form-type-checkbox + .form-submit {
  margin-top: 15px;
}

form .js-form-type-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form .js-form-type-checkbox input[type="checkbox"]:hover ~ label, form .js-form-type-checkbox input[type="checkbox"]:focus ~ label {
  background-color: #dedede;
}

form .js-form-type-checkbox input[type="checkbox"]:checked ~ label {
  border: 1px solid #44b480 !important;
  background: #44b480;
  color: white;
}

form .js-form-type-checkbox input[type="checkbox"].error ~ label {
  border: 1px solid #be1200;
}

form .js-form-type-checkbox input[type="checkbox"].error ~ label.error {
  border: none;
}

form .js-form-type-checkbox input[type="checkbox"].error ~ label:before {
  border-color: #be1200;
}

form .js-form-type-checkbox input[type="checkbox"]:checked ~ label::before {
  background: white;
  content: '\f00c';
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #44b480;
  color: #44b480;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

form .js-form-type-checkbox label.option {
  padding: 11px 12px 11px 48px;
  margin: 0;
  max-width: 370px;
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 400;
  color: #393d4e;
  background: #f8f8f8;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: block;
  line-height: 1.6;
  cursor: pointer;
}

form .js-form-type-checkbox label.option:before {
  content: '';
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 2px solid #9b9b9b;
  border-radius: 2px;
  background: white;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  margin-left: -35px;
}

form .js-form-type-checkbox label.option a:hover, form .js-form-type-checkbox label.option a:focus {
  text-decoration: underline;
}

form fieldset {
  margin: 0;
}

form fieldset #edit-right-to-work, form fieldset #edit-interim-brand, form fieldset #edit-sensitive-info-confirm, form fieldset #edit-first-nations {
  max-width: 370px;
}

form fieldset #edit-right-to-work label#right_to_work-error, form fieldset #edit-interim-brand label#right_to_work-error, form fieldset #edit-sensitive-info-confirm label#right_to_work-error, form fieldset #edit-first-nations label#right_to_work-error {
  bottom: -25px;
  background-color: transparent;
}

form fieldset #edit-right-to-work label#interim_brand-error, form fieldset #edit-interim-brand label#interim_brand-error, form fieldset #edit-sensitive-info-confirm label#interim_brand-error, form fieldset #edit-first-nations label#interim_brand-error {
  bottom: -25px;
  background-color: transparent;
}

form fieldset legend {
  padding: 0;
}

form legend {
  padding-bottom: 15px;
}

form .fieldgroup.js-webform-type-radios {
  margin-bottom: 0;
  position: relative;
}

form .fieldgroup.js-webform-type-radios legend {
  margin-bottom: 5px;
}

form .fieldset-wrapper .js-form-type-radio input,
form #edit-unsubscribe-option .js-form-type-radio input, form #edit-consent-candidate-response .js-form-type-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form .fieldset-wrapper .js-form-type-radio input ~ label.option:hover,
form .fieldset-wrapper .js-form-type-radio input ~ label.option:focus,
form #edit-unsubscribe-option .js-form-type-radio input ~ label.option:hover,
form #edit-unsubscribe-option .js-form-type-radio input ~ label.option:focus, form #edit-consent-candidate-response .js-form-type-radio input ~ label.option:hover,
form #edit-consent-candidate-response .js-form-type-radio input ~ label.option:focus {
  background-color: #dedede;
}

form .fieldset-wrapper .js-form-type-radio input ~ label,
form #edit-unsubscribe-option .js-form-type-radio input ~ label, form #edit-consent-candidate-response .js-form-type-radio input ~ label {
  color: #393d4e;
}

form .fieldset-wrapper .js-form-type-radio input:checked ~ label,
form #edit-unsubscribe-option .js-form-type-radio input:checked ~ label, form #edit-consent-candidate-response .js-form-type-radio input:checked ~ label {
  border: 1px solid #44b480 !important;
  background: white;
}

form .fieldset-wrapper .js-form-type-radio input:checked ~ label::before,
form #edit-unsubscribe-option .js-form-type-radio input:checked ~ label::before, form #edit-consent-candidate-response .js-form-type-radio input:checked ~ label::before {
  font-size: 13px;
  background: #44b480;
  content: "";
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #44b480;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

form .fieldset-wrapper .js-form-type-radio input:not(:checked).error ~ label,
form #edit-unsubscribe-option .js-form-type-radio input:not(:checked).error ~ label, form #edit-consent-candidate-response .js-form-type-radio input:not(:checked).error ~ label {
  border: 1px solid #be1200 !important;
  color: #393d4e;
}

form .fieldset-wrapper .js-form-type-radio input.error:focus ~ label,
form #edit-unsubscribe-option .js-form-type-radio input.error:focus ~ label, form #edit-consent-candidate-response .js-form-type-radio input.error:focus ~ label {
  background-color: white;
}

form .fieldset-wrapper .js-form-type-radio input.error:hover ~ label,
form #edit-unsubscribe-option .js-form-type-radio input.error:hover ~ label, form #edit-consent-candidate-response .js-form-type-radio input.error:hover ~ label {
  background-color: #dedede;
}

form .fieldset-wrapper .js-form-type-radio label,
form #edit-unsubscribe-option .js-form-type-radio label, form #edit-consent-candidate-response .js-form-type-radio label {
  background: white;
  padding: 15px 20px;
  margin: 0;
  cursor: pointer;
}

form .fieldset-wrapper .js-form-type-radio label:before,
form #edit-unsubscribe-option .js-form-type-radio label:before, form #edit-consent-candidate-response .js-form-type-radio label:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  background-color: white;
}

form .fieldset-wrapper .js-form-type-radio label.error,
form #edit-unsubscribe-option .js-form-type-radio label.error, form #edit-consent-candidate-response .js-form-type-radio label.error {
  border: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  bottom: 10px;
}

form .fieldset-wrapper .js-form-type-radio label.error:before,
form #edit-unsubscribe-option .js-form-type-radio label.error:before, form #edit-consent-candidate-response .js-form-type-radio label.error:before {
  display: none;
}

form .fieldset-wrapper .js-form-type-radio label.radio-option-error,
form #edit-unsubscribe-option .js-form-type-radio label.radio-option-error, form #edit-consent-candidate-response .js-form-type-radio label.radio-option-error {
  border-color: #be1200;
}

form .error label {
  color: #be1200;
}

form .error input {
  border-color: #be1200;
}

form .error input + .error {
  font-size: 14px;
  font-weight: 400;
}

.mp-user-consent-response #edit-sensitive-info-confirm {
  margin-top: 10px;
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm {
    width: 48.8%;
    margin-right: 1%;
  }
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm:last-child {
  margin-right: 0;
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm input:focus ~ label, .mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm input:hover ~ label {
  background-color: #dedede;
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label {
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  width: 100%;
  background: white;
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label.radio-option-error {
  border-color: #be1200;
  border-width: 2px;
  box-shadow: none;
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label:hover, .mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label:focus {
  background-color: #dedede;
}

@media screen and (min-width: 768px) {
  .mp-user-consent-response #edit-sensitive-info-confirm--wrapper .form-item-sensitive-info-confirm label {
    width: 170px;
  }
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper.form-composite {
  margin-bottom: 0;
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper.form-composite .fieldset-wrapper {
  margin-bottom: 0;
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper .fieldset-legend a {
  display: block;
}

.mp-user-consent-response #edit-sensitive-info-confirm--wrapper .radio-js-error {
  margin-top: -25px;
  margin-bottom: 20px;
}

.mp-user-consent-response #sensitive_checked_yes {
  max-width: 370px;
  width: 100%;
  border: 1px solid #be1200;
  padding: 10px;
  margin-top: 15px;
}

.salary-label, .payrate-label {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #393d4e;
  display: block;
  margin-bottom: 7px;
  flex: 0 0 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.password-field {
  position: relative;
  max-width: 370px;
}

.js-form-type-password {
  position: relative;
}

.show-password {
  position: absolute;
  right: 22px;
  top: 48.5px;
  cursor: pointer;
  width: auto;
  min-width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}

.show-password:hover, .show-password:focus, .show-password:active {
  background: transparent;
}

.show-password:focus-visible {
  outline: 2px solid black;
}

.show-password:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #bcbec0;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  margin: 0;
}

.show-password.show:before {
  content: "";
}

.form-submit,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
form .form-submit,
.ui-dialog-buttonpane .ui-dialog-buttonset button,
.apply-job-page .false-submit,
.page-candidate-relevancy-review .job-match-profile-form .false-submit,
.page-mypage-job-match-detail .job-match-profile-form .false-submit,
.section-linkedin-job-apply .apply-job-page .false-submit {
  background: #124395;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: white;
  min-width: 269px;
  padding: 16px 24px 17px;
  letter-spacing: 0.3px;
  margin-top: 15px;
  border-radius: 0;
  outline: none;
  font-family: "Roboto", sans-serif;
}

.form-submit:hover, .form-submit:focus,
button:hover,
button:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
form .form-submit:hover,
form .form-submit:focus,
.ui-dialog-buttonpane .ui-dialog-buttonset button:hover,
.ui-dialog-buttonpane .ui-dialog-buttonset button:focus,
.apply-job-page .false-submit:hover,
.apply-job-page .false-submit:focus,
.page-candidate-relevancy-review .job-match-profile-form .false-submit:hover,
.page-candidate-relevancy-review .job-match-profile-form .false-submit:focus,
.page-mypage-job-match-detail .job-match-profile-form .false-submit:hover,
.page-mypage-job-match-detail .job-match-profile-form .false-submit:focus,
.section-linkedin-job-apply .apply-job-page .false-submit:hover,
.section-linkedin-job-apply .apply-job-page .false-submit:focus {
  background-color: #0d316d;
  border: 0;
}

.form-submit:disabled,
button:disabled,
html input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
form .form-submit:disabled,
.ui-dialog-buttonpane .ui-dialog-buttonset button:disabled,
.apply-job-page .false-submit:disabled,
.page-candidate-relevancy-review .job-match-profile-form .false-submit:disabled,
.page-mypage-job-match-detail .job-match-profile-form .false-submit:disabled,
.section-linkedin-job-apply .apply-job-page .false-submit:disabled {
  opacity: 0.5;
}

.form-submit:disabled:hover, .form-submit:disabled:focus,
button:disabled:hover,
button:disabled:focus,
html input[type="button"]:disabled:hover,
html input[type="button"]:disabled:focus,
input[type="reset"]:disabled:hover,
input[type="reset"]:disabled:focus,
input[type="submit"]:disabled:hover,
input[type="submit"]:disabled:focus,
form .form-submit:disabled:hover,
form .form-submit:disabled:focus,
.ui-dialog-buttonpane .ui-dialog-buttonset button:disabled:hover,
.ui-dialog-buttonpane .ui-dialog-buttonset button:disabled:focus,
.apply-job-page .false-submit:disabled:hover,
.apply-job-page .false-submit:disabled:focus,
.page-candidate-relevancy-review .job-match-profile-form .false-submit:disabled:hover,
.page-candidate-relevancy-review .job-match-profile-form .false-submit:disabled:focus,
.page-mypage-job-match-detail .job-match-profile-form .false-submit:disabled:hover,
.page-mypage-job-match-detail .job-match-profile-form .false-submit:disabled:focus,
.section-linkedin-job-apply .apply-job-page .false-submit:disabled:hover,
.section-linkedin-job-apply .apply-job-page .false-submit:disabled:focus {
  background-color: #124395;
}

@media screen and (max-width: 767px) {
  .form-submit,
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"],
  form .form-submit,
  .ui-dialog-buttonpane .ui-dialog-buttonset button,
  .apply-job-page .false-submit,
  .page-candidate-relevancy-review .job-match-profile-form .false-submit,
  .page-mypage-job-match-detail .job-match-profile-form .false-submit,
  .section-linkedin-job-apply .apply-job-page .false-submit {
    max-width: 315px;
    width: 100%;
    margin-top: 20px;
    min-width: auto;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .mp-create-job-alert input[type="submit"] {
    min-width: inherit;
    max-width: 100%;
  }
}

.form-autocomplete.error {
  color: #be1200;
  border: solid 1px #efc4bf;
}

.form-autocomplete.error::placeholder, .form-autocomplete.error:-ms-input-placeholder {
  color: #be1200 !important;
}

.form-autocomplete.error::-webkit-input-placeholder {
  color: #be1200 !important;
}

.apply-job-page .false-submit[disabled],
.page-candidate-relevancy-review .job-match-profile-form .false-submit[disabled],
.page-mypage-job-match-detail .job-match-profile-form .false-submit[disabled] {
  cursor: default;
  opacity: 0.5;
  text-align: center;
  display: none;
  width: 269px;
  max-width: 315px;
}

@media only screen and (max-width: 767px) {
  .apply-job-page .false-submit[disabled],
  .page-candidate-relevancy-review .job-match-profile-form .false-submit[disabled],
  .page-mypage-job-match-detail .job-match-profile-form .false-submit[disabled] {
    width: 100%;
  }
}

.apply-job-page .false-submit[disabled]:hover, .apply-job-page .false-submit[disabled]:focus,
.page-candidate-relevancy-review .job-match-profile-form .false-submit[disabled]:hover,
.page-candidate-relevancy-review .job-match-profile-form .false-submit[disabled]:focus,
.page-mypage-job-match-detail .job-match-profile-form .false-submit[disabled]:hover,
.page-mypage-job-match-detail .job-match-profile-form .false-submit[disabled]:focus {
  background-color: #124395;
}

div#autocomplete:empty {
  display: none;
}

.messages--error.file-upload-js-error, .messages--error.radio-js-error {
  background: none;
  color: #be1200;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 7px;
}

.mp-cv-upload-error {
  border: 2px solid #be1200;
}

.cv-upload-options .mp-cv-filesize-error {
  display: none;
}

.counter {
  font-size: 14px;
  line-height: 1.428;
}

._hj_feedback_container button,
._hj-widget-container button {
  min-width: auto;
}

._hj_feedback_container button:focus,
._hj-widget-container button:focus {
  background-color: #0d316d !important;
}

.form-actions .notranslate,
.buttons_wrapper .notranslate {
  display: contents;
}

.counter {
  color: #706f6f;
  line-height: 1.71;
  margin-top: 8px;
}

.advice__body a,
.mp_employers__body a,
.client_discipline__discipline-summary a,
.legacy__body a,
.job-alert-search-empty a,
.advice-desc a,
.aboutus-item a,
.author_description a,
.work_for_us__body a,
.js-form-type-webform-markup a,
.block-jobapplytnctext a,
.thx-message a,
.discipline-page .job-links a,
.contact-details a,
.paragraph-item .our-expertise a,
.seo_content a,
.static_content__section-content a,
.contact_us_page__body a {
  text-decoration: underline;
}

.mp-enable-one-click-apply-form .oca-note:focus-visible {
  outline: none;
}

#additional-privacy-fieldset, div[id*='additional-privacy-fieldset'] {
  max-width: 370px;
  padding: 0;
  background: #f8f8f8;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #9b9b9b;
  margin-bottom: 20px;
}

#additional-privacy-fieldset .checkbox-focus::before, div[id*='additional-privacy-fieldset'] .checkbox-focus::before {
  border: 2px solid #393d4e;
}

#additional-privacy-fieldset .form-item--error-message, div[id*='additional-privacy-fieldset'] .form-item--error-message {
  margin-top: -10px;
  margin-left: 50px;
}

#additional-privacy-fieldset .js-form-type-checkbox + .form-submit, div[id*='additional-privacy-fieldset'] .js-form-type-checkbox + .form-submit {
  margin-top: 15px;
}

#additional-privacy-fieldset .js-form-type-checkbox input[type="checkbox"]:hover ~ label, #additional-privacy-fieldset .js-form-type-checkbox input[type="checkbox"]:focus ~ label, div[id*='additional-privacy-fieldset'] .js-form-type-checkbox input[type="checkbox"]:hover ~ label, div[id*='additional-privacy-fieldset'] .js-form-type-checkbox input[type="checkbox"]:focus ~ label {
  background-color: none;
}

#additional-privacy-fieldset .js-form-type-checkbox input[type="checkbox"]:checked ~ label, div[id*='additional-privacy-fieldset'] .js-form-type-checkbox input[type="checkbox"]:checked ~ label {
  border: 0 !important;
  background: transparent;
  color: #393d4e;
}

#additional-privacy-fieldset .js-form-type-checkbox input[type="checkbox"].error ~ label, div[id*='additional-privacy-fieldset'] .js-form-type-checkbox input[type="checkbox"].error ~ label {
  border: 0;
}

#additional-privacy-fieldset .js-form-type-checkbox label.option, div[id*='additional-privacy-fieldset'] .js-form-type-checkbox label.option {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}

#additional-privacy-fieldset .js-form-type-checkbox label.error, div[id*='additional-privacy-fieldset'] .js-form-type-checkbox label.error {
  margin-left: 50px;
  margin-top: -10px;
}

#additional-privacy-fieldset.valid, div[id*='additional-privacy-fieldset'].valid {
  background: #44b480;
}

#additional-privacy-fieldset.valid .js-form-type-checkbox label.option, div[id*='additional-privacy-fieldset'].valid .js-form-type-checkbox label.option {
  color: white !important;
}

#additional-privacy-fieldset.valid .privacy-policy-longtext p, #additional-privacy-fieldset.valid .mp-pp-longtext p, div[id*='additional-privacy-fieldset'].valid .privacy-policy-longtext p, div[id*='additional-privacy-fieldset'].valid .mp-pp-longtext p {
  color: white !important;
  padding-top: 3px;
  font-size: 15px;
}

#additional-privacy-fieldset .privacy-policy-longtext, #additional-privacy-fieldset .mp-pp-longtext, div[id*='additional-privacy-fieldset'] .privacy-policy-longtext, div[id*='additional-privacy-fieldset'] .mp-pp-longtext {
  display: none;
  padding-top: 8px;
  font-size: 15px;
  word-break: break-word;
}

#additional-privacy-fieldset .privacy-policy-longtext p, #additional-privacy-fieldset .mp-pp-longtext p, div[id*='additional-privacy-fieldset'] .privacy-policy-longtext p, div[id*='additional-privacy-fieldset'] .mp-pp-longtext p {
  font-size: 15px;
}

#additional-privacy-fieldset .parent-privacy-div .read-more, #additional-privacy-fieldset .parent-pp-div .read-more, div[id*='additional-privacy-fieldset'] .parent-privacy-div .read-more, div[id*='additional-privacy-fieldset'] .parent-pp-div .read-more {
  font-size: 15px;
}

#additional-privacy-fieldset .parent-privacy-div, #additional-privacy-fieldset .parent-pp-div, div[id*='additional-privacy-fieldset'] .parent-privacy-div, div[id*='additional-privacy-fieldset'] .parent-pp-div {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  text-align: right;
  margin-right: 20px;
  margin-top: -26px;
}

.element-with-tootltip {
  display: flex;
  flex-direction: column;
}

.element-with-tootltip .placeholder-tooltip {
  order: 2;
}

.element-with-tootltip .js-form-item {
  order: 1;
}

.placeholder-tooltip {
  background-color: #f5fafd;
  border: 2px solid #3498db;
  border-radius: 5px;
  padding: 15px;
  color: #393d4e;
  margin-bottom: 30px;
}

.placeholder-tooltip .placeholder-left-border {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.placeholder-tooltip i {
  margin-right: 10px;
}

.placeholder-tooltip i::before {
  font-weight: 700;
  font-size: 24px;
  color: #3498db;
}

.placeholder-tooltip h4 {
  color: #575757;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
}

.placeholder-tooltip p {
  margin: 0;
}

.placeholder-tooltip .language-note {
  font-size: 12px;
  color: #686868;
}

.hide-element {
  display: none;
}

.show-element {
  display: block;
}

.user-register-form #additional-privacy-fieldset {
  max-width: 446px;
}

.user-register-form .form-item select {
  max-width: 100%;
}

form .form-item-mp-salutation select,
form .form-item-field-salutation select {
  color: #393d4e;
  width: 210px;
}

form .four-fields-wrap .form-item-mp-salutation select,
form .four-fields-wrap .form-item-field-salutation select {
  width: 370px;
}

.experience-current-position {
  clear: both;
}

.datepicker-tooltip {
  position: absolute;
  top: -1px;
  right: -20px;
}

.datepicker-info-text {
  visibility: hidden;
  background-color: white;
  border: 1px solid #124395;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  top: -10px;
  left: 20px;
  width: 350px;
  right: 0;
  z-index: 9;
}

.ja-info-icon {
  color: #706f6f;
  cursor: pointer;
  text-decoration: none;
}

.ja-info-icon:hover ~ .datepicker-info-text, .ja-info-icon:focus ~ .datepicker-info-text {
  visibility: visible;
}

.ja-info-icon:focus,
.ja-info-icon:hover {
  color: #124395;
  outline: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .apply-job-page .datepicker-info-text,
  .mypage-variant-1 .apply-job-page .datepicker-info-text {
    top: 10px;
    width: 260px;
    left: -250px;
  }
  .mp-new-job-apply-variant-1 .apply-job-page .datepicker-tooltip,
  .mypage-variant-1 .apply-job-page .datepicker-tooltip {
    right: -35px;
  }
}

@media (min-width: 768px) {
  .mp-new-job-apply-variant-1 .apply-job-page .datepicker-info-text,
  .mypage-variant-1 .apply-job-page .datepicker-info-text {
    top: 10px;
    width: 270px;
  }
}

.mp-new-job-apply-variant-1 .jaj-form .date-wrapper .datepicker-tooltip,
.mypage-variant-1 .jaj-form .date-wrapper .datepicker-tooltip {
  right: 0;
  position: relative !important;
}

.mp-new-job-apply-variant-1 .jaj-form .date-wrapper .datepicker-tooltip .ja-info-icon,
.mypage-variant-1 .jaj-form .date-wrapper .datepicker-tooltip .ja-info-icon {
  display: block !important;
}

@media (min-width: 320px) and (max-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-form .date-wrapper .datepicker-info-text,
  .mypage-variant-1 .jaj-form .date-wrapper .datepicker-info-text {
    top: 10px;
    width: 260px;
    left: -250px;
  }
  .mp-new-job-apply-variant-1 .jaj-form .date-wrapper .datepicker-tooltip,
  .mypage-variant-1 .jaj-form .date-wrapper .datepicker-tooltip {
    right: 0;
  }
}

@media (min-width: 768px) {
  .mp-new-job-apply-variant-1 .jaj-form .date-wrapper .datepicker-info-text,
  .mypage-variant-1 .jaj-form .date-wrapper .datepicker-info-text {
    top: 10px;
    width: 270px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .basic-info-text {
    top: 10px;
    left: -270px;
    width: 280px;
  }
}

.additional-question-modal #drupal-modal form .date-wrapper .form-item-availability .datepicker-tooltip {
  display: inline-block !important;
  margin-left: 10px;
  right: 0;
}

.additional-question-modal #drupal-modal form .date-wrapper .form-item-availability .datepicker-info-text {
  top: 25px !important;
  left: auto !important;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .additional-question-modal #drupal-modal form .date-wrapper .form-item-availability .datepicker-info-text {
    right: 0;
  }
}

.additional-question-modal #drupal-modal form .date-wrapper .form-item-availability label {
  position: relative;
  padding-right: 30px;
}

.job-search-rounded .show-search-form .form-autocomplete {
  border-radius: 30px !important;
}

.job-search-rounded .show-search-form .form-submit {
  border-radius: 30px !important;
}

.section-talenttrends form .js-form-type-checkbox label.option {
  padding: 0 0 0 35px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.section-talenttrends form .js-form-type-checkbox label.option:before {
  border-radius: 4px;
}

.section-talenttrends form .js-form-type-checkbox input[type="checkbox"]:focus ~ label {
  border: 2px solid #393d4e;
  background: transparent;
}

.section-talenttrends form .js-form-type-checkbox input[type="checkbox"]:hover ~ label {
  background: transparent;
}

.section-talenttrends form .js-form-type-checkbox input[type="checkbox"]:checked ~ label {
  background: transparent;
  color: #393d4e;
  border: none !important;
}

.section-talenttrends form .js-form-type-checkbox input[type="checkbox"]:checked ~ label::before {
  background: #2fba2f;
  color: white;
}

.section-talenttrends form .form-item-legal-disclosure .webform-element-description {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-talenttrends .webform-submission-form {
  padding-top: 10px;
}

.section-talenttrends .webform-submission-form .form-item {
  margin-bottom: 20px;
}

.section-talenttrends .webform-submission-form .form-item input, .section-talenttrends .webform-submission-form .form-item select {
  max-width: 100%;
  border-radius: 10px;
}

.section-talenttrends .webform-submission-form .form-item select {
  background-image: url("../../images/Dropdown.svg");
}

.section-talenttrends .webform-submission-form .form-item label {
  font-size: 1rem;
}

.tt-coming-soon {
  position: absolute;
  width: 100%;
}

.section-talenttrends {
  /** mobile menu **/
}

.section-talenttrends .region-page-header {
  display: none;
}

.section-talenttrends .dashboard-logo {
  position: fixed;
  max-width: 220px;
  top: 40px;
}

.section-talenttrends .dashboard-logo.toggle-logo {
  width: 68px;
  height: 55px;
  background: #004FA3;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .dashboard-logo {
    display: none;
  }
}

.section-talenttrends.site-name-PE .dashboard-logo {
  max-width: 240px;
}

.section-talenttrends #block-tt-theme-main-menu {
  background: white;
  border-radius: 24px;
  margin-top: 10px;
  width: 246px;
  position: fixed;
  height: 87%;
  max-height: 870px;
  top: 100px;
  overflow-y: hidden;
}

.section-talenttrends #block-tt-theme-main-menu::-webkit-scrollbar {
  width: 5px;
}

.section-talenttrends #block-tt-theme-main-menu ul {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 95%;
}

.section-talenttrends #block-tt-theme-main-menu ul::-webkit-scrollbar {
  width: 3px;
}

.section-talenttrends #block-tt-theme-main-menu ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #3c3c3c;
}

.section-talenttrends #block-tt-theme-main-menu ul::-webkit-scrollbar-thumb {
  background-color: #e1e5fdb0;
  outline: 2px solid transparent;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends #block-tt-theme-main-menu .menu-bookmark {
    display: none;
  }
}

.section-talenttrends .mini-menu {
  width: 72px !important;
  z-index: 2;
}

.section-talenttrends .mini-menu .data-update p {
  display: none;
}

.section-talenttrends .mini-menu .data-update .collapse-menu {
  display: block;
  font-size: 0;
}

.section-talenttrends .mini-menu .data-update .collapse-menu::before {
  transform: rotate(180deg);
}

.section-talenttrends .mini-menu .tt-menu li:not(.d-block) a {
  font-size: 0;
}

.section-talenttrends .mini-menu .tt-menu li:not(.d-block)::before {
  background-position: center !important;
  margin: 0 auto;
}

.section-talenttrends .mini-menu .tt-menu li:not(.d-block) {
  padding: 0;
}

.section-talenttrends main[role="main"] {
  width: 100%;
  padding-left: 263px;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends main[role="main"] {
    width: 100%;
    padding-left: 0;
  }
}

.section-talenttrends .collapsible-right-container {
  position: relative;
  right: 128px;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .collapsible-right-container {
    right: auto;
  }
}

.section-talenttrends .menu-collapse-active {
  position: relative;
  right: 128px;
}

.section-talenttrends .menu-home::before, .section-talenttrends .menu-home::after,
.section-talenttrends .menu-survey::before,
.section-talenttrends .menu-survey::after,
.section-talenttrends .menu-outlook::before,
.section-talenttrends .menu-outlook::after,
.section-talenttrends .menu-motivation::before,
.section-talenttrends .menu-motivation::after,
.section-talenttrends .menu-aiinfluence::before,
.section-talenttrends .menu-aiinfluence::after,
.section-talenttrends .menu-work::before,
.section-talenttrends .menu-work::after,
.section-talenttrends .menu-faq::before,
.section-talenttrends .menu-faq::after,
.section-talenttrends .menu-feedback::before,
.section-talenttrends .menu-feedback::after,
.section-talenttrends .menu-premium::before,
.section-talenttrends .menu-premium::after,
.section-talenttrends .menu-back::before,
.section-talenttrends .menu-back::after,
.section-talenttrends .menu-download-report-link::before,
.section-talenttrends .menu-download-report-link::after,
.section-talenttrends .menu-bookmark::before,
.section-talenttrends .menu-bookmark::after,
.section-talenttrends .menu-collapse::before,
.section-talenttrends .menu-collapse::after {
  content: "";
  width: 41px;
  height: 41px;
  display: block;
  background-position: center !important;
  margin-left: 24px;
}

.section-talenttrends .menu-home::after,
.section-talenttrends .menu-survey::after,
.section-talenttrends .menu-outlook::after,
.section-talenttrends .menu-motivation::after,
.section-talenttrends .menu-aiinfluence::after,
.section-talenttrends .menu-work::after,
.section-talenttrends .menu-faq::after,
.section-talenttrends .menu-feedback::after,
.section-talenttrends .menu-premium::after,
.section-talenttrends .menu-back::after,
.section-talenttrends .menu-download-report-link::after,
.section-talenttrends .menu-bookmark::after,
.section-talenttrends .menu-collapse::after {
  position: absolute;
  right: 3px;
}

.section-talenttrends .menu-home::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/home.svg) no-repeat;
}

.section-talenttrends .menu-survey::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/study.svg) no-repeat 0 0;
}

.section-talenttrends .menu-outlook::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/outlook.svg) no-repeat;
  background-size: 23px;
}

.section-talenttrends .menu-motivation::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/motivation.svg) no-repeat 0 0;
}

.section-talenttrends .menu-aiinfluence::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/robot.svg) no-repeat;
  background-size: 25px;
}

.section-talenttrends .menu-work::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/equation.svg) no-repeat 0 3px;
}

.section-talenttrends .menu-faq::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/message-question.svg) no-repeat 0 1px;
}

.section-talenttrends .menu-premium::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/info-circle.svg) no-repeat 9px 7px;
}

.section-talenttrends .menu-feedback::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/premiun.svg) no-repeat 11px 9px;
}

.section-talenttrends .menu-download-report-link::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/download.svg) no-repeat 12px 7px;
}

.section-talenttrends .menu-back {
  padding: 15px 0;
}

.section-talenttrends .menu-back::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/back.svg) no-repeat 0 0;
}

.section-talenttrends .menu-bookmark::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/bookmark.svg) no-repeat 0 0;
}

.section-talenttrends .menu-collapse::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/collapse.svg) no-repeat 0 0;
}

.section-talenttrends .menu-gated::after {
  background: url(/themes/custom/tt_theme/images/icons/menu/Lock.svg) no-repeat 0 0;
}

.section-talenttrends .mini-menu .menu-gated {
  opacity: 0.2;
}

.section-talenttrends .mini-menu .menu-gated::after {
  display: none;
}

.section-talenttrends .tt-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-talenttrends .tt-menu li:not(.d-block) {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  height: 75px;
  background-color: white;
}

.section-talenttrends .tt-menu li:not(.d-block) .home:focus-visible {
  box-shadow: inset 0px 0px 0px 2px #36444D;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.section-talenttrends .tt-menu li:not(.d-block) a {
  color: #6D6E71;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: absolute;
  padding-left: 74px;
  padding-right: 34px;
  height: 75px;
  display: flex;
  align-items: center;
  width: 100%;
}

.section-talenttrends .tt-menu li:not(.d-block) a:focus-visible {
  box-shadow: inset 0 0 0 2px #36444D;
  outline: none;
}

.section-talenttrends .tt-menu li:not(.d-block):hover, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail {
  background-color: #004FA3;
  cursor: pointer;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-home::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-home::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/home-hover.svg) no-repeat 0px 0;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-survey::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-survey::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/study-hover.svg) no-repeat 0 0;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-outlook::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-outlook::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/outlook-hover.svg) no-repeat 0 0;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-motivation::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-motivation::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/motivation-hover.svg) no-repeat 0 0;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-aiinfluence::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-aiinfluence::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/robot-hover.svg) no-repeat 0 0;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-work::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-work::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/equation-hover.svg) no-repeat 0 3px;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-faq::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-faq::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/message-question-hover.svg) no-repeat 0 0px;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-premium::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-premium::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/info-circle.svg) no-repeat 0px -3px;
  background-size: 44px !important;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-feedback::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-feedback::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/premium.svg) no-repeat 2px -4px;
  background-size: 48px;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-back::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-back::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/back-hover.svg) no-repeat 0 0;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-download-report-link::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-download-report-link::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/download-hover.svg) no-repeat 12px 7px;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-bookmark::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-bookmark::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/bookmark-hover.svg) no-repeat 0 0;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-collapse::before, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-collapse::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/collapse-hover.svg) no-repeat 0 0;
}

.section-talenttrends .tt-menu li:not(.d-block):hover.menu-gated::after, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail.menu-gated::after {
  background: url(/themes/custom/tt_theme/images/icons/menu/lock-white.svg) no-repeat 0 0;
}

.section-talenttrends .tt-menu li:not(.d-block):hover a, .section-talenttrends .tt-menu li:not(.d-block).menu-item--active-trail a {
  color: white;
}

.section-talenttrends .tt-menu li.d-block {
  padding-bottom: 30px;
}

.section-talenttrends .tt-mobile-logo .menu-home::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/home-hover.svg) no-repeat;
}

.section-talenttrends .tt-mobile-logo .menu-survey::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/study-hover.svg) no-repeat 0 0;
}

.section-talenttrends .tt-mobile-logo .menu-outlook::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/outlook-hover.svg) no-repeat;
  background-size: 23px;
}

.section-talenttrends .tt-mobile-logo .menu-motivation::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/motivation-hover.svg) no-repeat 0 0;
}

.section-talenttrends .tt-mobile-logo .menu-aiinfluence::before {
  background: url(/themes/custom/tt_theme/images/icons/menu/robot-hover.svg) no-repeat;
  background-size: 25px;
}

.section-talenttrends .body-padding {
  display: block;
}

.section-talenttrends .body-padding .tt-menu li:not(.d-block) a {
  display: none;
}

.section-talenttrends .body-padding .data-update {
  padding: 0;
  margin-top: 20px;
}

.section-talenttrends .body-padding .data-update p {
  display: none;
}

.section-talenttrends .body-padding .collapse-menu {
  font-size: 0;
  justify-content: center;
}

.section-talenttrends .body-padding .collapse-menu::before {
  margin-right: 0;
}

.section-talenttrends .body-padding .tt-menu li {
  width: 100%;
  padding-right: 0;
}

.section-talenttrends .body-padding .tt-menu li:before {
  width: 100%;
  background-position: center;
}

.section-talenttrends .body-padding .tt-menu li:hover:before {
  background-position: center;
}

.section-talenttrends .tt-close-menu {
  display: none;
}

.section-talenttrends .data-update {
  padding: 0 20px 0 15px;
  color: #6D6E71 !important;
  font-size: 1rem;
  padding: 0 20px;
  margin-top: 20px;
}

.section-talenttrends .data-update p {
  color: #6D6E71 !important;
  font-size: 1rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.section-talenttrends .collapse-menu {
  color: #6D6E71;
}

.section-talenttrends .mobile-menu-overlay,
.section-talenttrends .filter-overlay {
  width: 100%;
  height: 100vh;
  display: block;
  background-color: #ffffffb0;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
  font-size: 0;
}

.section-talenttrends .filter-overlay {
  z-index: 8;
}

.section-talenttrends #block-mobilemenu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .section-talenttrends body {
    padding-left: 0;
  }
  .section-talenttrends #block-mobilemenu {
    display: block;
  }
  .section-talenttrends #block-mobilemenu h2 {
    display: none;
  }
  .section-talenttrends .tt-mobile-menu {
    background-color: #004FA3;
    color: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    height: 56px;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    z-index: 9;
    box-sizing: border-box;
  }
  .section-talenttrends .tt-mobile-menu span {
    display: flex;
    align-items: center;
  }
  .section-talenttrends #block-tt-theme-main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 3px 5px 5px #0000006e;
    height: 100%;
    max-height: 100%;
    z-index: 11;
    padding-top: 20px;
    max-width: 317px;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
  .section-talenttrends .show-menu {
    display: block !important;
  }
  .section-talenttrends .tt-close-menu {
    display: block;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0784314);
    padding-left: 20px;
    font-size: 0;
    padding-bottom: 15px;
  }
  .section-talenttrends .tt-close-menu::before {
    content: "";
    width: 24px;
    height: 24px;
    position: relative;
    top: 3px;
    background: url(/themes/custom/tt_theme/images/icons/tt-icons/close.svg) no-repeat;
    display: block;
  }
  .section-talenttrends .burger-menu {
    background: url(/themes/custom/tt_theme/images/icons/tt-icons/buger-menu.svg) no-repeat;
    font-size: 0;
    display: block;
    width: 32px;
    height: 21px;
  }
  .section-talenttrends .tt-right-logo {
    background: url(/themes/custom/mp_theme/favicon.svg) no-repeat;
    background-size: cover;
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
  }
  .section-talenttrends .collapse-menu,
  .section-talenttrends .data-update {
    display: none;
  }
  .section-talenttrends .tt-mobile-logo {
    margin-left: -12px;
  }
  .section-talenttrends .tt-mobile-logo span::before {
    margin-left: 0;
  }
}

.section-talenttrends .mobile-dashboard-img {
  display: block;
  width: 55px;
  height: 50px;
  margin-left: 7px;
  background: url(/themes/custom/mp_theme/favicon.svg) no-repeat;
  background-size: cover;
}

.section-talenttrends .filters-form {
  display: flex;
  align-items: end;
  z-index: 2;
  justify-content: space-between;
  background: #e5edf6;
  padding-bottom: 10px;
}

.section-talenttrends .filters-form .language-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 16.41px;
  color: #004FA3;
  margin-right: 10px;
}

.section-talenttrends .filters-form .filters-form--wrapper {
  width: 100%;
}

.section-talenttrends .filters-form #edit-close-location,
.section-talenttrends .filters-form #edit-close-industry,
.section-talenttrends .filters-form #edit-close-job-function,
.section-talenttrends .filters-form #edit-close-filter {
  display: none;
}

.section-talenttrends .filters-form .filter-divider {
  padding-right: 10px;
  display: block;
  color: white;
  font-weight: 700;
}

.section-talenttrends .filters-form .global-filters:focus {
  outline: auto;
}

.section-talenttrends .filters-form .js-form-item {
  margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  .section-talenttrends .filters-form .js-form-item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}

.section-talenttrends .filters-form label {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  font-family: 'Roboto', 'sans-serif';
}

@media screen and (max-width: 1024px) {
  .section-talenttrends .filters-form label {
    display: block;
  }
}

.section-talenttrends .filters-form .clear-filters {
  padding-right: 15px;
  max-width: 160px;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  min-width: inherit;
  margin-top: 0;
  box-shadow: none;
  background-color: #F9C10D;
}

.section-talenttrends .filters-form .clear-filters:hover, .section-talenttrends .filters-form .clear-filters:focus {
  background-color: white;
  color: #002B54;
}

@media only screen and (min-width: 1024px) {
  .section-talenttrends .filters-form .tt-language-field {
    display: inline-block;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 37px;
  }
  .section-talenttrends .filters-form .tt-language-field .select2 {
    float: right;
  }
}

.section-talenttrends .filters-form .filter-form--left .tt-language-field {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .filters-form .filter-form--left .tt-language-field {
    display: block;
  }
}

.section-talenttrends .filters-form .form-select {
  max-width: 240px;
  width: 100%;
  border-radius: 1.25rem !important;
  color: #393d4e;
  font-size: 1rem !important;
  height: 40px;
  background-color: #e7e9f4;
  border: 0;
  cursor: pointer;
  background-image: url(/themes/custom/tt_theme/images/icons/arrow_down.svg);
  box-shadow: inset -2px -2px 6px 0px white, inset 2px 2px 6px 0px rgba(71, 77, 111, 0.3);
  background-repeat: no-repeat;
  background-size: 10px 5px;
}

.section-talenttrends .filters-form .filter-mobile-nav {
  display: none;
  background: #eceef8;
  height: auto;
  position: fixed;
  top: 56px;
  width: 100%;
  left: 0;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  z-index: 9;
  justify-content: space-between;
  height: 55px;
}

.section-talenttrends .filters-form .filter-mobile-nav .filter-text {
  background-color: #eceef8;
  position: relative;
  z-index: 9;
  left: -14px;
  padding-left: 13px;
  height: 42px;
  top: -10px;
  display: flex;
  align-items: center;
}

.section-talenttrends .filters-form .filter-mobile-nav .filter-slider .filter-slider--text {
  box-shadow: inset -2px -2px 6px 0px white, inset 2px 2px 6px 0px rgba(71, 77, 111, 0.3);
  border-radius: 1.25rem;
  padding: 5px 10px;
}

.section-talenttrends .filters-form .filter-mobile-nav img {
  margin-right: 10px;
}

.section-talenttrends .filters-form .filter-mobile-nav a {
  background: url(/themes/custom/tt_theme/images/icons/arrow_down.svg) no-repeat center;
  display: block;
  font-size: 0;
  width: 43px;
  height: 53px;
  border: 0;
  position: absolute;
  right: 0;
  background-color: #eceef8;
  top: 0;
}

.section-talenttrends .filters-form .filter-mobile-nav > div.d-flex {
  position: fixed;
  white-space: nowrap;
}

.section-talenttrends .filters-form .filter-form--left {
  display: flex;
  align-items: flex-end;
  flex-basis: 100%;
  justify-content: space-between;
  background: #004FA3;
  border-radius: 20px;
  padding: 20px 30px;
  box-sizing: border-box;
}

.section-talenttrends .filters-form .filter-form--left label {
  margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
  .section-talenttrends .filters-form .filter-form--left label {
    margin-bottom: 0;
  }
}

.section-talenttrends .filters-form .filter-form--left .select2-container--default .select2-selection--single {
  border: 1px solid #6D6E71;
}

.section-talenttrends .filters-form .filter-form--left .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
}

.section-talenttrends .filters-form .tt-logo {
  flex-basis: 20%;
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 1230px) {
  .section-talenttrends .filters-form {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .section-talenttrends .filters-form {
    margin-top: 60px;
  }
  .section-talenttrends .filters-form .filter-mobile-nav {
    display: flex;
    box-shadow: 0 2px 5px #00000042;
  }
  .section-talenttrends .filters-form .filter-divider {
    padding: 0 0 10px;
  }
  .section-talenttrends .filters-form .tt-logo {
    display: none;
  }
  .section-talenttrends .filters-form #edit-close-location,
  .section-talenttrends .filters-form #edit-close-industry,
  .section-talenttrends .filters-form #edit-close-job-function {
    display: block;
    float: right;
    position: relative;
    top: -37px;
    background: url(/themes/custom/tt_theme/images/icons/close.png) no-repeat;
    font-size: 0;
    display: block;
    width: 13px;
    height: 13px;
    border: 0;
  }
  .section-talenttrends .filters-form .form-select {
    max-width: 100%;
  }
  .section-talenttrends .filters-form label,
  .section-talenttrends .filters-form select {
    margin-bottom: 15px;
  }
  .section-talenttrends .filters-form .filter-form--left {
    display: none;
    position: fixed;
    background: white;
    z-index: 9;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #eceef8;
    box-shadow: 0 2px 5px rgba(71, 77, 111, 0.3);
    border-radius: 0;
  }
  .section-talenttrends .filters-form .filter-form--left label {
    color: #004FA3;
  }
  .section-talenttrends .filters-form .filter-form--left .filter-divider {
    color: #004FA3;
  }
  .section-talenttrends .filters-form .js-form-item {
    margin-right: 0;
    margin-bottom: 0;
  }
  .section-talenttrends .filters-form .js-form-type-url {
    float: right;
  }
  .section-talenttrends .filters-form #edit-close-filter {
    max-width: 113px;
    width: 100%;
    height: 40px;
    border-radius: 24px;
    color: white;
    font-size: 1rem;
    display: block;
    text-align: center;
    padding: 10px 10px 10px 20px;
    box-shadow: 5px 5px 10px 0px rgba(71, 77, 111, 0.3);
    background: url(/themes/custom/tt_theme/images/icons/tick.svg) no-repeat 18px 11px #004FA3;
    border: 0;
    cursor: pointer;
    top: -60px;
    position: relative;
    line-height: normal;
  }
}

.section-talenttrends .filters-form .form-disabled .form-select,
.section-talenttrends .filters-form .form-disabled label {
  color: #c9ccd8;
}

.section-talenttrends .filters-form .form-disabled .form-select {
  background-image: url(/themes/custom/tt_theme/images/icons/disabled_arrow_down.svg);
  cursor: default;
  box-shadow: none;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .select2-container {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

.section-talenttrends .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 20px;
  border: 0;
  background-color: white;
  border: 2px solid #004FA3;
}

.section-talenttrends .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-top: 5px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #666666;
}

.section-talenttrends .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  display: none;
  letter-spacing: 10px;
}

.section-talenttrends .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #393d4e;
}

.section-talenttrends .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(/themes/custom/tt_theme/images/icons/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 10px 5px;
  background-position: 3px 17px;
  width: 26px;
}

.section-talenttrends .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.section-talenttrends .select2-container--default.select2-container--open {
  border-radius: 20px;
}

.section-talenttrends .select2-container--default.select2-container--open .select2-selection--single {
  box-shadow: none;
}

.section-talenttrends .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background-image: url(/themes/custom/tt_theme/images/icons/arrow_up.svg);
}

.section-talenttrends .select2-container--default.select2-container--disabled .select2-selection--single {
  box-shadow: none;
  background-color: #e7e9f4;
}

.section-talenttrends .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  background-image: url(/themes/custom/tt_theme/images/icons/disabled_arrow_down.svg);
}

.section-talenttrends .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #c9ccd8;
}

.section-talenttrends .select2-container--default .select2-dropdown--below {
  background-color: white;
}

.section-talenttrends .select2-container--default .select2-dropdown--below.select2-dropdown {
  border-radius: 0 0 20px;
  border: none;
  box-shadow: 3px 12px 13px 4px rgba(71, 77, 111, 0.3);
  border-top: 1px solid rgba(81, 86, 105, 0.3);
  border-bottom-left-radius: 20px;
}

.section-talenttrends .select2-container--default .select2-dropdown--below.select2-dropdown .select2-search__field {
  border-radius: 25px;
  box-shadow: inset -2px -2px 6px 0px white, inset 2px 2px 6px 0px rgba(71, 77, 111, 0.3);
  border: none;
  background-color: #e7e9f4;
  padding: 11px 14px;
  height: 40px;
  margin-top: 6px;
  margin-bottom: 5px;
}

.section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options {
  border-radius: 0 0 20px 20px;
}

.section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options::-webkit-scrollbar {
  display: none;
}

.section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option {
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #004FA3;
}

.section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-APAC"], .section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-Africa"], .section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-Europe"], .section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-Middle_East"], .section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-North_America"], .section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[id$="-South_America"] {
  font-weight: bold;
  font-size: 0.875rem;
}

.section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option:empty {
  display: none;
}

.section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option[aria-selected="true"] {
  background-color: #004FA3;
  color: white;
}

.section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected="false"] {
  background-color: #004FA3;
  color: white;
}

.section-talenttrends .select2-container--default .select2-dropdown--below .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected="true"] {
  background-color: #004FA3;
}

.section-talenttrends .select2-search--dropdown {
  padding-left: 8px;
  padding-right: 8px;
}

.section-talenttrends .contract-type .select2-container--default, .section-talenttrends .line-graph-container .select2-container--default, .section-talenttrends .people-block .select2-container--default {
  height: 40px;
}

.section-talenttrends .contract-type .select2-container--default .select2-selection, .section-talenttrends .line-graph-container .select2-container--default .select2-selection, .section-talenttrends .people-block .select2-container--default .select2-selection {
  width: 100%;
}

.section-talenttrends .filters-form .filter-mobile-nav a.filter-shown {
  transform: rotate(180deg);
}

.section-talenttrends .tt-language-field-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  min-height: 40px;
  margin-top: 35px;
  padding-left: 263px;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .tt-language-field-wrapper {
    display: none;
  }
}

.section-talenttrends .tt-language-field-wrapper .tt-language-field {
  max-width: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.section-talenttrends .tt-language-field-wrapper .tt-language-field .language-label {
  margin-right: 5px;
}

.section-talenttrends .full-access {
  width: 160px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #36444D;
  background-color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-talenttrends .full-access i {
  color: #F9C10D;
  font-size: 1.313rem;
  margin-right: 10px;
}

.section-talenttrends .tt-mobile-menu .menu-badge {
  display: flex;
  align-items: center;
}

.section-talenttrends .tt-mobile-menu .full-access {
  width: 120px;
  height: 30px;
  margin-top: 8px;
  margin-left: 20px;
  padding-left: 12px;
  font-size: 14px;
}

.section-talenttrends .tt-mobile-menu .full-access i {
  font-size: 1rem;
  margin-right: 5px;
}

.section-talenttrends .chartjs-legend {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.section-talenttrends .chartjs-legend li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 22px;
}

.section-talenttrends .chartjs-legend li:last-child {
  margin-bottom: 0;
}

.section-talenttrends .chartjs-legend li .legend-item {
  display: flex;
  align-items: flex-start;
}

.section-talenttrends .chartjs-legend li .legend-item:hover {
  cursor: pointer;
}

.section-talenttrends .chartjs-legend li .legend-item:hover .label {
  text-decoration: underline;
}

.section-talenttrends .chartjs-legend li .legend-color {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 7px;
  margin-top: 5px;
  padding: 0 4px;
}

.section-talenttrends .chartjs-legend li.custom-legend div {
  display: flex;
}

.section-talenttrends #peopleGaugeChartLegends .chartjs-legend,
.section-talenttrends #satisfactionChartLegends .chartjs-legend {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section-talenttrends #peopleGaugeChartLegends .chartjs-legend li,
.section-talenttrends #satisfactionChartLegends .chartjs-legend li {
  margin-bottom: 0;
}

.section-talenttrends #peopleGaugeChartLegends .chartjs-legend li:nth-child(2),
.section-talenttrends #satisfactionChartLegends .chartjs-legend li:nth-child(2) {
  margin: 0 15px;
}

.section-talenttrends #recentJobStatusLegends .chartjs-legend li .legend-item:hover {
  cursor: default;
}

.section-talenttrends #recentJobStatusLegends .chartjs-legend li .legend-item:hover .label {
  font-weight: 400;
}

.section-talenttrends .chartjs-tooltip {
  background: #393d4e;
  border-radius: 1.25rem;
  color: whitesmoke;
  font-weight: 600;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 0px);
  transition: all 0.1s ease 0s;
  padding: 12px 16px;
  box-shadow: 3px 3px 6px 0px rgba(71, 77, 111, 0.3);
  display: none;
  max-width: 268px;
  text-align: center;
  z-index: 1;
}

.section-talenttrends .chartjs-tooltip#recentJobStatusTooltip {
  top: 30%;
  width: 100%;
}

.section-talenttrends .chartjs-tooltip.single-value-doughnut {
  top: 3em;
  left: 9em;
  width: 100%;
}

.section-talenttrends .chartjs-tooltip#jobChangeChartTooltip {
  width: 100%;
}

.section-talenttrends .chartjs-tooltip.multi-value-doughnut {
  top: 15em;
  width: auto;
}

@media screen and (max-width: 767px) {
  .section-talenttrends .chartjs-tooltip.multi-value-doughnut {
    width: 50%;
  }
}

.section-talenttrends .chartjs-tooltip .chartjs-tooltip-item {
  color: white;
}

.section-talenttrends .card.card-border-radius {
  border: 0 !important;
  border-radius: 1rem !important;
  background: white;
}

.section-talenttrends .card .card-body {
  border-radius: 1rem !important;
}

.section-talenttrends .card .card-body.remove-shadow {
  border-radius: 0 !important;
  box-shadow: none;
}

.section-talenttrends .card .card-body .border-left {
  border-left: 1px solid #E9E9E9;
}

.section-talenttrends .card .card-body .border-right {
  border-right: 1px solid rgba(81, 86, 105, 0.3);
}

@media (max-width: 1024px) {
  .section-talenttrends .card .card-body .border-right {
    border-right: none;
  }
}

.section-talenttrends .card .card-body .border-bottom {
  border-bottom: 1px solid rgba(81, 86, 105, 0.3);
}

.section-talenttrends .card .card-body .bg-transparent-vline {
  border-radius: 0;
  box-shadow: none;
}

.section-talenttrends .card.ai-in-job .card-body {
  display: flex;
  flex-flow: column;
}

.section-talenttrends .card.ai-in-job .card-body .ai-current-job {
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
}

.section-talenttrends .card-purple {
  background: #004FA3;
  color: white;
}

.section-talenttrends .sub-status {
  font-size: 1rem;
  list-style: 8.75px;
  font-weight: 700;
  color: #393d4e;
}

.section-talenttrends .contract-type h3 {
  margin-bottom: 15px !important;
}

@media only screen and (min-width: 1200px) {
  .section-talenttrends .card-left-text {
    padding-right: 35px;
  }
}

.section-talenttrends .verticle-card .verticle-card--title {
  margin-bottom: 60px;
}

.section-talenttrends .pie-graph {
  display: flex;
  align-items: center;
}

.section-talenttrends .pie-graph .pie-graph--left {
  margin-right: 30px;
}

.section-talenttrends .pie-graph .pie-graph--right {
  font-size: 1rem;
}

.section-talenttrends .pie-graph .pie-graph--right p, .section-talenttrends .pie-graph .pie-graph--right li {
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .pie-graph .pie-graph--left {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .section-talenttrends .pie-graph {
    display: block !important;
  }
  .section-talenttrends .pie-graph .pie-graph--left {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.section-talenttrends .tt-next-page .tt-next-page--subtext {
  font-weight: 700;
  font-size: 1rem;
  line-height: 18.4px;
  color: #002B54;
}

.section-talenttrends .tt-next-page .tt-next-page--title {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Roboto', 'sans-serif';
  line-height: 35.16px;
  color: #002B54;
}

.section-talenttrends .tt-next-page--card img {
  margin-right: 24px;
}

@media screen and (max-width: 1200px) {
  .section-talenttrends .tt-next-page--card .tt-next-page--card-wrapper {
    margin-bottom: 20px;
  }
}

.section-talenttrends .tt-next-page--card .tt-next-page--card--subtext {
  color: #004FA3;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
}

.section-talenttrends .tt-next-page--card .tt-next-page--card--title {
  margin-bottom: -2px !important;
}

@media screen and (max-width: 1200px) {
  .section-talenttrends .tt-next-page--card .tt-next-page--card--title {
    margin-bottom: -7px !important;
  }
}

@media (min-width: 992px) {
  .section-talenttrends .who-took-our-survey--three-column .who-took-our-survey--column-1, .section-talenttrends .who-took-our-survey--three-column .who-took-our-survey--column-2 {
    max-width: 35%;
  }
  .section-talenttrends .who-took-our-survey--three-column .who-took-our-survey--column-3 {
    max-width: 30%;
  }
}

.section-talenttrends .progress-bar-block {
  display: block;
  margin-bottom: 10px;
}

.section-talenttrends .progress-bar-block:last-child {
  margin-bottom: 0;
}

.section-talenttrends .progress-bar-block .progress-label {
  margin-bottom: 5px;
  text-align: left;
  font-size: 1rem;
  font-family: 'Roboto', 'sans-serif';
  line-height: normal;
}

.section-talenttrends .progress-bar-block .progress {
  display: inline-flex;
  width: 94%;
  height: 20px;
  overflow: hidden;
  background-color: #e7e9f4;
  border-radius: 10px;
  padding: 0 1px;
  -webkit-box-shadow: inset 0.125rem 0.125rem 0.375rem rgba(71, 77, 111, 0.3), inset 0.125rem 0.125rem 0.375rem rgba(255, 255, 255, 0.8);
  box-shadow: inset 0.125rem 0.125rem 0.375rem rgba(71, 77, 111, 0.3), inset 0.125rem 0.125rem 0.375rem rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.section-talenttrends .progress-bar-block .progress .progress-bar {
  height: 14px;
  background-color: #7342EB;
  border-radius: 10px;
  margin: 3px;
  line-height: normal;
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
}

@keyframes animateBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.section-talenttrends .progress-bar-block .progress .progress-bar:hover {
  background-color: #7342EB;
}

.section-talenttrends .progress-bar-block .progress-value {
  display: inline-flex;
  font-size: 1rem;
  line-height: normal;
  margin-left: 16px;
  width: 6%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .section-talenttrends .progress-bar-block .progress-value {
    width: auto;
  }
}

.section-talenttrends #newOpportunities {
  position: relative;
  margin-top: 30px;
}

.section-talenttrends #newOpportunities .average {
  width: 91.5%;
  height: 100%;
  position: absolute;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .section-talenttrends #newOpportunities .average {
    width: 80%;
  }
}

.section-talenttrends #newOpportunities .average_contents {
  position: relative;
  width: 5px;
  height: 100%;
  display: grid;
  animation-name: animateAvgLine;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
}

.section-talenttrends #newOpportunities .average_contents .avg_text {
  position: relative;
  left: -50%;
  top: -36px;
}

.section-talenttrends #newOpportunities .average_contents .avg_percent {
  position: absolute;
  left: -10px;
  bottom: -30px;
}

.section-talenttrends #newOpportunities .average_contents .average-line {
  border-left: 1px solid #000;
  position: absolute;
  height: 100%;
  z-index: 1;
}

@keyframes animateAvgLine {
  0% {
    left: 0;
  }
}

.section-talenttrends .faq-tab {
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  border-bottom: 1px solid #E9E9E9;
}

.section-talenttrends .faq-tab .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2px;
  font-weight: 400;
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  transition: background-color 0.3s;
}

.section-talenttrends .faq-tab .tab-label::after {
  content: " ";
  width: 0.75rem;
  height: 1.5rem;
  text-align: center;
  transition: all 0.5s ease-out;
  background-image: url(/themes/custom/tt_theme/images/icons/chevron-right.svg);
  background-repeat: no-repeat;
  transform-origin: center;
  background-position: center;
}

.section-talenttrends .faq-tab .tab-label.tab-label-visited {
  transition: all 0.5s ease-out;
  border-bottom: 1px solid #E9E9E9;
  font-weight: 600;
}

.section-talenttrends .faq-tab .tab-label.tab-label-visited::after {
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.5s ease-in;
}

.section-talenttrends .faq-tab .tab-label.tab-label-visited a {
  font-weight: 500;
}

.section-talenttrends .faq-tab .tab-label a {
  color: #36444D;
  text-decoration: none;
}

.section-talenttrends .faq-tab .tab-content {
  display: none;
  padding: 0 2rem;
  font-size: 1rem;
}

.section-talenttrends .faq-tab .tab-content > * {
  font-weight: 400;
}

.section-talenttrends .faq-tab .tab-content p {
  font-size: 1rem;
}

.section-talenttrends .faq-tab .tab-content p:last-child {
  margin-bottom: 0;
}

.section-talenttrends .faq-title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E9E9E9;
}

.section-talenttrends .tab-label-visited ~ .tab-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-talenttrends .talent-trends-faq-body {
  padding: 30px 60px;
}

@media only screen and (max-width: 576px) {
  .section-talenttrends .talent-trends-faq-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-talenttrends {
  /* Floating block pop up*/
}

.section-talenttrends .sticky-block.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #f5f5ff;
}

@media only screen and (max-width: 767px) {
  .section-talenttrends .sticky-block.fixed {
    padding-top: 1rem;
  }
}

.section-talenttrends .sticky-block.fixed .container {
  padding-left: 254px;
  padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .sticky-block.fixed .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-talenttrends .sticky-block.fixed .container.collapsible-right-container {
  right: 128px;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .sticky-block.fixed .container.collapsible-right-container {
    right: auto;
  }
}

.section-talenttrends .sticky-block.fixed #tt-floating-block {
  margin: 0 !important;
  background: transparent;
  transition: all 0.5s;
}

.section-talenttrends .sticky-block.fixed #tt-floating-block .card-body {
  background: transparent;
  border-radius: 0 !important;
  box-shadow: none;
}

.section-talenttrends .sticky-block.fixed #tt-floating-block .floating-block-body {
  display: none;
}

.section-talenttrends .sticky-block.fixed #tt-floating-block .floating-block-body-summary {
  display: block;
}

.section-talenttrends .sticky-block.fixed #tt-floating-block .floating-block-content h2, .section-talenttrends .sticky-block.fixed #tt-floating-block .floating-block-content p {
  color: #393d4e;
}

@media only screen and (max-width: 767px) {
  .section-talenttrends .sticky-block.fixed #tt-floating-block .floating-block-content {
    margin-bottom: 1rem;
  }
}

.section-talenttrends .sticky-block.fixed #tt-floating-block .floating-block-image img {
  width: 85px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .section-talenttrends .sticky-block.fixed #tt-floating-block .floating-block-close {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url(/themes/custom/tt_theme/images/icons/close-black.svg) no-repeat;
    font-size: 0;
    top: 0;
    right: 0.5rem;
    padding: 0;
    margin: 0;
    background-size: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .section-talenttrends .sticky-block.fixed.fixed-close .container {
    display: none;
  }
}

.section-talenttrends .sticky-block .container {
  padding: 0;
}

.section-talenttrends .sticky-block .container.collapsible-right-container {
  position: relative;
  right: auto;
}

.section-talenttrends .sticky-block #tt-floating-block {
  position: relative;
  transition: all 0.5s;
}

.section-talenttrends .sticky-block #tt-floating-block .card-body {
  background: #004FA3;
  border: none;
}

.section-talenttrends .sticky-block #tt-floating-block .card-body h2, .section-talenttrends .sticky-block #tt-floating-block .card-body h3, .section-talenttrends .sticky-block #tt-floating-block .card-body .floating-block-title {
  font-size: 1.375rem;
}

.section-talenttrends .sticky-block #tt-floating-block .card-body .tt-btn {
  width: 100%;
  padding: 10px 25px;
  text-align: center;
}

.section-talenttrends .sticky-block #tt-floating-block .card-body .tt-btn::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-talenttrends .sticky-block #tt-floating-block .card-body .tt-btn {
    width: auto;
  }
}

.section-talenttrends .sticky-block #tt-floating-block .floating-block-body-summary {
  display: none;
  font-size: 1rem;
  line-height: 1.2;
}

.section-talenttrends .sticky-block #tt-floating-block .floating-block-image img {
  width: 110px;
  height: auto;
}

.section-talenttrends .sticky-block #tt-floating-block .floating-block-close {
  display: none;
}

.section-talenttrends .sticky-block #tt-floating-block .floating-block-content h2, .section-talenttrends .sticky-block #tt-floating-block .floating-block-content p {
  color: white;
}

.section-talenttrends .floating-block-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.section-talenttrends .floating-block-overlay.show-overlay {
  display: block;
}

.section-talenttrends .floating-block-popup-modal {
  display: none;
  left: 0;
  right: 0;
  top: 20% !important;
  margin: 0 auto !important;
  width: 723px;
  background: white;
  border-radius: 1rem !important;
  -webkit-box-shadow: 0 5px 12px;
  box-shadow: 0 5px 12px;
}

@media screen and (max-width: 767px) {
  .section-talenttrends .floating-block-popup-modal {
    width: 90%;
  }
}

@media screen and (max-width: 767px) and (min-width: 525px) {
  .section-talenttrends .floating-block-popup-modal {
    width: 500px;
  }
}

.section-talenttrends .floating-block-popup-modal.active {
  display: block;
  z-index: 101;
}

.section-talenttrends .floating-block-popup-modal .popup-title {
  background: white;
  border: none;
}

.section-talenttrends .floating-block-popup-modal .popup-title .ui-dialog-title {
  font-family: 'Roboto', sans-serif;
  color: #004FA3;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 28px;
}

.section-talenttrends .floating-block-popup-modal .popup-title .ui-dialog-titlebar-close {
  top: -47%;
  background-color: transparent;
  border: 0;
  min-width: 0;
}

.section-talenttrends .floating-block-popup-modal .popup-title .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: url(/themes/custom/mp_theme/images/talent_trends/icon.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: right top;
  outline: 0;
}

.section-talenttrends .floating-block-popup-modal .popup-title .ui-dialog-titlebar-close:focus {
  outline: 1px solid #ffffff;
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-content {
  border-top: 1px solid #dadada;
  padding-top: 1.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.section-talenttrends .floating-block-popup-modal #modal_floating_block .tthome_back {
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
}

.section-talenttrends .floating-block-popup-modal #modal_floating_block .tthome_back:hover {
  color: #9f9f9f;
}

.section-talenttrends .floating-block-popup-modal #modal_floating_block .modal_description {
  font-family: 'Roboto', 'sans-serif';
  color: #002B54;
  font-size: 1.130rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset {
  display: flex;
  padding: 1rem 1.875rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset {
    display: block;
  }
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset button {
  max-width: 244px;
  width: 100%;
  padding: 0.5rem 1.5rem 1rem;
  border: 1px solid #7343eb;
  border-radius: 50px;
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset #floating_block_client_btn {
  background: #F9C10D;
  border: 1px solid #F9C10D;
  color: #124395;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16.41px;
  margin-right: 30px;
  padding: 12px 15px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
  width: 244px;
  min-width: auto;
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset #floating_block_client_btn:hover {
  color: #124395;
  background-color: white;
  border: 1px solid #002B54;
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset #floating_block_client_btn:focus {
  border: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset #floating_block_client_btn {
    margin-bottom: 15px;
  }
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset #floating_block_candidate_btn {
  background: #004FA3;
  border: 1px solid #004FA3;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16.41px;
  padding: 12px 15px;
  border-radius: 24px;
  text-decoration: none;
  display: block;
  width: 244px;
  min-width: auto;
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset #floating_block_candidate_btn:hover {
  color: #124395;
  background-color: white;
  border: 1px solid #004FA3;
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-buttonset #floating_block_candidate_btn:focus {
  border: 1px solid #002B54;
}

.section-talenttrends .floating-block-popup-modal .ui-dialog-titlebar {
  padding-top: 2.5rem;
  padding-left: 1.875rem;
  padding-bottom: 1.25rem;
}

.section-talenttrends .client-testimonial-block .card-border-radius {
  background: #e5edf6;
}

.section-talenttrends .client-testimonial-block .card-body-ct {
  border: 2px solid white;
  border-radius: 20px;
  display: flex;
}

@media screen and (max-width: 820px) {
  .section-talenttrends .client-testimonial-block .card-body-ct {
    flex-direction: column-reverse;
  }
}

.section-talenttrends .client-testimonial-block .content-right-ct {
  max-width: 646px;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .section-talenttrends .client-testimonial-block .content-right-ct {
    margin: 0 !important;
  }
}

.section-talenttrends .client-testimonial-block .block-description-ct p {
  font-family: 'Roboto', 'sans-serif';
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 41.4px;
  color: #002B54;
}

.section-talenttrends .client-testimonial-block .block-signature-ct p {
  font-family: 'Roboto', 'sans-serif';
  max-width: 400px;
  width: 100%;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 27.6px;
}

.section-talenttrends .client-testimonial-block .content-left-ct {
  max-width: 180px;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .section-talenttrends .client-testimonial-block .content-left-ct {
    margin-bottom: 20px;
  }
}

/* pages */
.section-talenttrends {
  /* Talent Trend Page  STARTS*/
  /* Talent Trend Page  ENDS*/
  /*Page Student participants*/
  /* Page Motivation */
  /* Page AI Influence */
}

@media only screen and (min-width: 768px) {
  .section-talenttrends.page-talenttrends-overview .hide-filter-wrapper .layout-content.page-home {
    margin-top: 35px;
  }
  .section-talenttrends .main-content {
    margin-top: 0 !important;
  }
}

.section-talenttrends.page-talenttrends-overview .hide-filter-wrapper .filters-form {
  display: none;
}

.section-talenttrends.page-talenttrends-overview .filter-form--left, .section-talenttrends.page-talenttrends-overview .tt-language-field-wrapper .js-form-item-location, .section-talenttrends.page-talenttrends-overview .js-form-item-industry, .section-talenttrends.page-talenttrends-overview .js-form-item-job-function, .section-talenttrends.page-talenttrends-overview #edit-clear-filter, .section-talenttrends.page-talenttrends-overview #edit-close-filter {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends {
    margin-top: 125px;
  }
}

.section-talenttrends .layout-content {
  margin-top: 35px;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .layout-content {
    margin-top: 125px;
  }
}

.section-talenttrends .layout-content.page-home {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .section-talenttrends .layout-content.page-home {
    margin-top: -72px;
  }
}

.section-talenttrends .page-title {
  padding: 0px;
}

.section-talenttrends .page-title .sub-title-bold {
  font-weight: 700;
  font-size: 1rem;
  line-height: 18.4px;
  margin-bottom: 20px;
}

.section-talenttrends .page-title h1, .section-talenttrends .page-title h3 {
  font-family: "Roboto", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 70.31px;
  color: #004FA3;
}

.section-talenttrends .page-title p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20.7px;
  color: #36444D;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .page-title h1 {
    font-size: 2.5rem;
    line-height: normal;
  }
}

.section-talenttrends .people-section .people {
  margin-right: 5px;
  cursor: pointer;
}

.section-talenttrends .people-section .people-label {
  margin: 0;
  color: #393d4e;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .section-talenttrends .people-section.d-flex {
    flex-direction: column;
  }
  .section-talenttrends .people-section .people-container {
    margin-left: 0;
  }
  .section-talenttrends .people-section .people-label {
    margin-left: 0;
    width: 18rem;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1rem;
  }
  .section-talenttrends .people-section .people {
    margin-right: 3px;
  }
}

.section-talenttrends .work-place:h4 {
  margin-bottom: 2.3rem;
}

.section-talenttrends .work-place-type {
  border-radius: 24px;
  color: white;
  padding: 0.75rem 1.625rem 0.625rem 1.5rem;
}

.section-talenttrends .work-place-type .work-percentage {
  font-size: 1.875rem;
  margin-bottom: 0;
  color: white;
}

.section-talenttrends .high-workplace.work-place-type {
  padding-top: 3.25rem;
  padding-bottom: 2.75rem;
}

.section-talenttrends .high-workplace .work-percentage {
  font-size: 2.625rem;
}

.section-talenttrends .high-workplace .work-place-text {
  top: 1.25rem;
  line-height: normal;
}

.section-talenttrends .medium-workplace.work-place-type {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.section-talenttrends .medium-workplace.work-place-type .work-place-text {
  top: 1rem;
}

.section-talenttrends .medium-workplace .work-percentage {
  font-size: 2.25rem;
}

.section-talenttrends .less-workplace-bg {
  background-color: #002B54;
}

.section-talenttrends .medium-workplace-bg {
  background-color: #004FA3;
}

.section-talenttrends .high-workplace-bg {
  background-color: #7342EA;
}

@media screen and (max-width: 1200px) {
  .section-talenttrends .card .card-body .border-left-none-md {
    border-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .section-talenttrends .line-graph-container {
    margin-bottom: 3rem !important;
  }
}

.section-talenttrends .line-graph-container .select2-container--default {
  max-width: 150px;
  width: 100% !important;
}

.section-talenttrends .line-graph {
  max-width: 560px;
}

.section-talenttrends .job_change_chart {
  max-width: 148px;
  width: 100%;
}

.section-talenttrends .card-explore p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.section-talenttrends .card-explore h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: white;
}

.section-talenttrends .job-seeking-content--right {
  border-left: 1px solid #E9E9E9;
}

@media only screen and (max-width: 1200px) {
  .section-talenttrends .job-seeking-content--right {
    border-left: 0;
    border-top: 1px solid rgba(81, 86, 105, 0.3);
    padding-top: 10px;
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 991px) {
  .section-talenttrends .card .card-body .people-gauge--right {
    border-top: 1px solid rgba(81, 86, 105, 0.3);
    border-left: 0;
    padding-top: 11px;
    margin-top: 21px;
  }
}

.section-talenttrends .five-column-graph .col {
  border-right: 1px solid #E9E9E9;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .section-talenttrends .five-column-graph .col {
    margin-bottom: 24px;
  }
}

.section-talenttrends .five-column-graph .col:last-child {
  border-width: 0;
}

@media screen and (max-width: 1325px) {
  .section-talenttrends .five-column-graph .col:nth-child(4) {
    border-width: 0;
  }
}

@media screen and (max-width: 1124px) {
  .section-talenttrends .five-column-graph .col:nth-child(3) {
    border-width: 0;
  }
  .section-talenttrends .five-column-graph .col:nth-child(4) {
    border-width: 1px;
  }
}

@media screen and (max-width: 1024px) {
  .section-talenttrends .five-column-graph .col:nth-child(3) {
    border-width: 1px;
  }
  .section-talenttrends .five-column-graph .col:nth-child(4) {
    border-width: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-talenttrends .five-column-graph .col:nth-child(3) {
    border-width: 0;
  }
  .section-talenttrends .five-column-graph .col:nth-child(4) {
    border-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .section-talenttrends .five-column-graph .col:nth-child(2), .section-talenttrends .five-column-graph .col:nth-child(4) {
    border-width: 0;
  }
  .section-talenttrends .five-column-graph .col:nth-child(3) {
    border-width: 1px;
  }
}

@media screen and (max-width: 497px) {
  .section-talenttrends .five-column-graph .col {
    border-right: 0;
    border-bottom: 1px solid rgba(81, 86, 105, 0.3);
  }
  .section-talenttrends .five-column-graph .col:nth-child(2), .section-talenttrends .five-column-graph .col:nth-child(4) {
    border-width: 1px;
  }
  .section-talenttrends .five-column-graph .col:last-child {
    border-width: 0;
  }
}

.section-talenttrends .people-block .card-body .card .card-body {
  border-radius: 1rem !important;
  box-shadow: inset 0.125rem 0.125rem 0.375rem rgba(71, 77, 111, 0.3), inset 0.125rem 0.125rem 0.375rem rgba(255, 255, 255, 0.8);
}

.section-talenttrends .people-block .people-pink-icon ul li {
  background: url("/themes/custom/tt_theme/images/icons/people-pink-icon.svg") no-repeat;
}

.section-talenttrends .people-block .people-blue-icon ul li {
  background: url("/themes/custom/tt_theme/images/icons/people-blue-icon.svg") no-repeat;
}

.section-talenttrends .people-block .people-orange-icon ul li {
  background: url("/themes/custom/tt_theme/images/icons/people-orange-icon.svg") no-repeat;
}

.section-talenttrends .people-block .user-robot-icon ul li {
  background: url("/themes/custom/tt_theme/images/icons/robot-blue.svg") no-repeat;
}

.section-talenttrends .people-block .people-blue-icon ul,
.section-talenttrends .people-block .people-pink-icon ul,
.section-talenttrends .people-block .people-orange-icon ul,
.section-talenttrends .people-block .user-robot-icon ul {
  margin: 0;
  padding: 0;
}

.section-talenttrends .people-block .people-blue-icon ul li,
.section-talenttrends .people-block .people-pink-icon ul li,
.section-talenttrends .people-block .people-orange-icon ul li,
.section-talenttrends .people-block .user-robot-icon ul li {
  width: 43px;
  height: 51px;
  list-style: none;
  display: inline-block;
  background-size: cover;
}

.section-talenttrends .people-block .people-blue-icon ul li:hover,
.section-talenttrends .people-block .people-pink-icon ul li:hover,
.section-talenttrends .people-block .people-orange-icon ul li:hover,
.section-talenttrends .people-block .user-robot-icon ul li:hover {
  cursor: pointer;
}

.section-talenttrends .people-block .people-blue-icon p,
.section-talenttrends .people-block .people-pink-icon p,
.section-talenttrends .people-block .people-orange-icon p,
.section-talenttrends .people-block .user-robot-icon p {
  margin-bottom: 0;
}

.section-talenttrends .people-block .user-robot-icon ul li {
  width: 43px;
  height: 34px;
}

.section-talenttrends .people-block .people-arrow {
  width: 24px;
  height: 32px;
  background: url("/themes/custom/tt_theme/images/icons/people-arrow.svg") no-repeat;
}

.section-talenttrends .people-block .people-inner-block p {
  color: #e7e9f4;
}

.section-talenttrends .people-block .mental-health .career-success-arrow,
.section-talenttrends .people-block .work-life .career-success-arrow {
  background: url("/themes/custom/tt_theme/images/icons/people-arrow.svg") no-repeat;
  background-size: 24px 32px;
  background-position: 45% 70%;
}

.section-talenttrends .promotion-text {
  font-size: 1rem;
}

.section-talenttrends .promotion-doughnut-margin {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .section-talenttrends .promotion-doughnut-margin {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .section-talenttrends #satisfactionChartLegends {
    margin-left: 27px;
  }
}

@media only screen and (max-width: 546px) {
  .section-talenttrends .mental-health,
  .section-talenttrends .people-inner-wrapper,
  .section-talenttrends .work-life {
    flex-direction: column;
  }
  .section-talenttrends .mental-health .people-pink-icon,
  .section-talenttrends .mental-health .people-blue-icon,
  .section-talenttrends .people-inner-wrapper .people-pink-icon,
  .section-talenttrends .people-inner-wrapper .people-blue-icon,
  .section-talenttrends .work-life .people-pink-icon,
  .section-talenttrends .work-life .people-blue-icon {
    width: 100% !important;
    text-align: center !important;
  }
  .section-talenttrends .mental-health b,
  .section-talenttrends .people-inner-wrapper b,
  .section-talenttrends .work-life b {
    text-align: center !important;
  }
  .section-talenttrends .vs-space {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-talenttrends .vs-space:not(.inner-vs-space) {
    order: 2;
  }
  .section-talenttrends .work-life .people-pink-icon,
  .section-talenttrends .mental-health .people-pink-icon {
    order: 3;
  }
  .section-talenttrends .work-life .people-blue-icon,
  .section-talenttrends .mental-health .people-blue-icon {
    order: 1;
  }
  .section-talenttrends .work-life .vs-space,
  .section-talenttrends .mental-health .vs-space {
    order: 2;
  }
}

.section-talenttrends .talent-modal--wrapper {
  position: relative;
  width: 100%;
  display: flex;
}

.section-talenttrends .talent-modal-btn {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #eceef8;
  color: #7343eb;
  box-shadow: 0.18rem 0.18rem 0.375rem rgba(71, 77, 111, 0.3), -0.18rem -0.18rem 0.375rem rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  margin-top: -5px;
}

.section-talenttrends .talent-modal {
  position: absolute;
  top: 0;
  background: #393d4e;
  color: white;
  border-radius: 24px;
  max-width: 100%;
  width: 100%;
  padding: 15px 40px 15px 15px;
  right: 0;
  top: 40px;
  font-size: 1rem;
  display: none;
}

.section-talenttrends .talent-modal a {
  width: 14px;
  height: 15px;
  background: url(/themes/custom/tt_theme/images/icons/close-white.svg) no-repeat;
  display: block;
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.section-talenttrends .modal-toggle {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .section-talenttrends .contract-type,
  .section-talenttrends .age-group {
    display: block !important;
  }
  .section-talenttrends .contract-type h5,
  .section-talenttrends .age-group h5 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 768px) {
  .section-talenttrends .promotion-doughnut-margin #promotionStatusLegends {
    width: auto;
  }
}

@media only screen and (max-width: 546px) {
  .section-talenttrends .ai-current-job {
    flex-direction: column;
  }
  .section-talenttrends .ai-current-job .user-robot-icon,
  .section-talenttrends .ai-current-job .people-orange-icon,
  .section-talenttrends .ai-current-job .vs-space {
    width: 100% !important;
    text-align: center !important;
  }
  .section-talenttrends .ai-current-job .user-robot-icon {
    order: 1;
  }
  .section-talenttrends .ai-current-job .people-orange-icon {
    order: 3;
  }
  .section-talenttrends .ai-current-job .vs-space {
    order: 2;
  }
}

.section-talenttrends .language-switcher-language-session {
  display: none;
}

.section-talenttrends .new-opportunities .pie-graph--left {
  margin-right: 0;
}

.section-talenttrends .other-pages-card {
  display: block;
}

@media only screen and (max-width: 520px) {
  .section-talenttrends .other-pages-card .icon-view {
    max-width: 40px;
    width: 100%;
    height: 41px;
    margin-right: 10px;
  }
  .section-talenttrends .other-pages-card .icon-view img {
    max-width: 60%;
    width: auto;
  }
  .section-talenttrends .other-pages-card span {
    width: 100%;
    max-width: 80%;
  }
}

.section-talenttrends .home-page-card {
  display: none;
}

.section-talenttrends .page-home .other-pages-card {
  display: none;
}

.section-talenttrends .page-home .home-page-card {
  display: block;
}

.section-talenttrends #satisfactionChartLegends .chartjs-legend {
  justify-content: space-between;
  max-width: 390px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.section-talenttrends #satisfactionChartLegends .chartjs-legend li:nth-child(2) {
  margin: 0;
}

.section-talenttrends .current-workplace-content img {
  max-width: 348px;
  width: 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .negotiation {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .negotiation {
    padding-left: 10px !important;
  }
}

@media only screen and (width: 768px) {
  .remove-top-divider {
    border-top: 0 !important;
    border-left: 1px solid rgba(81, 86, 105, 0.3) !important;
  }
}

.download-report-notify {
  position: fixed;
  top: 40%;
  left: 50%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0px 15px;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .download-report-notify {
    top: 25%;
    left: 50%;
    right: 0;
    width: 300px;
  }
}

.download-report-notify h5 {
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 10px;
  color: #124395;
  text-align: center;
  border-bottom: 1px solid #ededef;
}

.download-report-notify .dr-notify-close {
  position: absolute;
  top: 2%;
  right: 2%;
  min-width: fit-content;
  margin-top: 0;
  padding: 10px;
  background: none;
  border: none;
  color: #124395;
  text-align: right;
}

.download-report-notify .dr-notify-close i {
  font-size: 22px;
}

.download-report-notify p {
  margin-top: 20px;
  text-align: center;
}

.download-report-notify p.subtext {
  margin-top: 0;
  font-size: 0.9rem;
  color: #6D6E71;
}

.download-report-notify p.subtext a {
  display: block;
}

.ai-graph-align {
  align-items: center;
  height: 75vh;
}

@media only screen and (max-width: 1024px) {
  .ai-graph-align {
    height: auto;
  }
}

.ai-eclipse {
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .ai-eclipse {
    padding-top: 0;
  }
}

.section-talenttrends .home-banner {
  background: white;
  border-radius: 20px;
  padding: 0 60px;
}

.section-talenttrends .home-banner h2 {
  color: #393d4e;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 53px;
  text-align: left;
}

.section-talenttrends .home-banner p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 20.7px;
  color: #36444D;
  margin-bottom: 34px;
}

.section-talenttrends .home-banner img {
  max-width: 100%;
  width: 100%;
}

.section-talenttrends .home-banner .tt-btn {
  max-width: 244px;
  width: 100%;
  text-align: center;
  padding-right: 15px !important;
  margin-bottom: 40px;
}

.section-talenttrends .home-banner .tt-btn::before {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .section-talenttrends .home-banner {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
    margin-top: 0;
    padding-top: 72px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-talenttrends .home-banner img {
    max-width: 70%;
  }
  .section-talenttrends .home-banner .home-banner-row {
    flex-direction: column-reverse;
  }
  .section-talenttrends .home-banner h1 {
    font-size: 2.5rem;
    line-height: 53px;
  }
}

.section-talenttrends .home-banner .page-title {
  margin-top: 50px;
}

.section-talenttrends .home-banner .page-title h1 {
  margin-bottom: 20px;
}

.section-talenttrends .col-survery-1,
.section-talenttrends .col-survery-2,
.section-talenttrends .col-survery-3 {
  background: #004FA3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #393d4e;
  width: 220px;
  height: 220px;
  border-radius: 100%;
}

.section-talenttrends .col-survery-1 h2, .section-talenttrends .col-survery-1 h3,
.section-talenttrends .col-survery-2 h2,
.section-talenttrends .col-survery-2 h3,
.section-talenttrends .col-survery-3 h2,
.section-talenttrends .col-survery-3 h3 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.section-talenttrends .col-survery-1 h2, .section-talenttrends .col-survery-1 .mb-sub-text,
.section-talenttrends .col-survery-2 h2,
.section-talenttrends .col-survery-2 .mb-sub-text,
.section-talenttrends .col-survery-3 h2,
.section-talenttrends .col-survery-3 .mb-sub-text {
  font-family: 'Roboto', 'sans-serif';
  margin-left: 0 !important;
}

.section-talenttrends .col-survery-1 p,
.section-talenttrends .col-survery-2 p,
.section-talenttrends .col-survery-3 p {
  margin-bottom: 0;
  font-weight: 500;
}

.section-talenttrends .col-survery-1.col-survery-2,
.section-talenttrends .col-survery-2.col-survery-2,
.section-talenttrends .col-survery-3.col-survery-2 {
  background: #F9C10D;
}

.section-talenttrends .col-survery-1.col-survery-3,
.section-talenttrends .col-survery-2.col-survery-3,
.section-talenttrends .col-survery-3.col-survery-3 {
  background: #002B54;
}

.section-talenttrends .card-white--1,
.section-talenttrends .card-white--2 {
  background: white;
  border-radius: 20px;
}

.section-talenttrends .card-white--1 h3,
.section-talenttrends .card-white--2 h3 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 38px;
  color: #393d4e;
}

.section-talenttrends .card-white--1 p,
.section-talenttrends .card-white--2 p {
  color: #515669;
  font-weight: 500;
  line-height: 26px;
}

.section-talenttrends .arrow-link {
  color: #004FA3;
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  text-decoration: none !important;
}

.section-talenttrends .arrow-link:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/themes/custom/tt_theme/images/icons/arrow-right--purple.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 5px;
  background-size: 16px;
}

.section-talenttrends .arrow-link:hover, .section-talenttrends .arrow-link:link {
  text-decoration: underline;
}

.section-talenttrends .icon-view {
  width: 60px;
  height: 60px;
  background: #F15E4F;
  border-radius: 100%;
  padding: 0;
}

.section-talenttrends .page-home .filters-form {
  padding-top: 25px !important;
}

.section-talenttrends .page-home .c-sub {
  display: flex;
  flex-direction: column;
  color: white;
}

.section-talenttrends .page-home .col-survery-2 .c-sub {
  color: #002B54;
}

.section-talenttrends .page-home .mb-sub-text {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 15px;
}

.section-talenttrends section[Class^='key_dashboard'] h2 {
  font-family: 'Roboto', sans-serif;
}

.section-talenttrends section[Class^='key_dashboard'] p {
  color: #36444D;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.section-talenttrends section[Class^='key_dashboard'] .card--key {
  padding: 30px 60px;
}

@media only screen and (max-width: 1200px) {
  .section-talenttrends section[Class^='key_dashboard'] .card--key {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-talenttrends section[Class^='key_dashboard'] .icon-view {
    width: 40px;
    height: 40px;
  }
  .section-talenttrends section[Class^='key_dashboard'] .icon-view img {
    width: 20px;
  }
  .section-talenttrends section[Class^='key_dashboard'] .card-white--left h2 {
    font-size: 2rem;
    line-height: normal;
  }
}

@media only screen and (min-width: 1400px) {
  .section-talenttrends section[Class^='key_dashboard'] .card-white--left {
    width: 80%;
  }
  .section-talenttrends section[Class^='key_dashboard'] .card-white--right {
    width: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .section-talenttrends section[Class^='key_dashboard'] .card-white--left h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.section-talenttrends .key_dashboard_2 {
  margin-bottom: 18px;
}

.section-talenttrends .page-home .talent-trends-bottom-block {
  margin-bottom: 40px;
}

.section-talenttrends .page-home .talent-trends-bottom-block .tt-block-wrapper {
  padding: 0 36px;
  display: flex;
  box-sizing: border-box;
}

@media only screen and (max-width: 820px) {
  .section-talenttrends .page-home .talent-trends-bottom-block .tt-block-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-talenttrends .page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-left {
  max-width: 682px;
  width: 100%;
}

.section-talenttrends .page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-right {
  max-width: 250px;
  width: 100%;
}

.section-talenttrends .page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-right img {
  max-width: 250px;
  width: 100%;
}

@media only screen and (max-width: 820px) {
  .section-talenttrends .page-home .talent-trends-bottom-block .tt-block-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .section-talenttrends .page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-left, .section-talenttrends .page-home .talent-trends-bottom-block .tt-block-wrapper .tt-block-right {
    max-width: 100%;
    text-align: center;
  }
  .section-talenttrends .page-home .talent-trends-bottom-block .tt-block-wrapper .btn-explore {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-talenttrends .talent-trends-bottom-block .tt-next-page--card img {
  margin-right: 0;
}

.section-talenttrends .talent-trends-bottom-block .tt-next-page--card .bb-block-img {
  margin-right: 24px;
}

.section-talenttrends .insight-block {
  padding: 40px 0 16px 50px;
}

.section-talenttrends .insight-block .insight-block--right {
  padding-left: 40px;
}

.section-talenttrends .insight-block .insight-block--right .insight-pie {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1399px) {
  .section-talenttrends .insight-block .insight-block--right .insight-pie .col-survery-1, .section-talenttrends .insight-block .insight-block--right .insight-pie .col-survery-2, .section-talenttrends .insight-block .insight-block--right .insight-pie .col-survery-3 {
    width: 170px;
    height: 170px;
  }
  .section-talenttrends .insight-block .insight-block--right .insight-pie h2 {
    font-size: 250%;
  }
}

@media only screen and (max-width: 460px) {
  .section-talenttrends .insight-block .insight-block--right .insight-pie {
    margin-right: 0;
  }
}

.section-talenttrends .insight-block .insight-block--right .insight-pie:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .section-talenttrends .insight-block {
    padding-left: 0;
  }
  .section-talenttrends .insight-block .insight-block--wrapper {
    display: block;
    text-align: center;
  }
  .section-talenttrends .insight-block .insight-block--left {
    width: 100%;
  }
  .section-talenttrends .insight-block .insight-block--left h2 {
    text-align: center;
  }
  .section-talenttrends .insight-block .insight-block--right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .section-talenttrends .insight-block .insight-block--right .insight-pie .col-survery-1, .section-talenttrends .insight-block .insight-block--right .insight-pie .col-survery-2, .section-talenttrends .insight-block .insight-block--right .insight-pie .col-survery-3 {
    width: 190px;
    height: 190px;
  }
}

.section-talenttrends .home-section-title h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 18.4px;
  color: #002B54;
  text-transform: uppercase;
  padding-left: 60px;
}

@media only screen and (max-width: 576px) {
  .section-talenttrends .home-section-title h3 {
    padding-left: 0;
  }
}

.gated-btn {
  text-decoration: none;
}

.gated-btn:focus {
  border: none;
  outline: none;
}

.gated-btn:focus .unlock-btn {
  border: 2px solid #393d4e;
}

.gated-btn .gated_bg {
  max-width: 100%;
  width: 100%;
  background: url("/modules/custom/mp_talent_trends/images/tt25_gated_bg.png") no-repeat top center;
  background-size: cover;
  height: 1000px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.gated-btn .gated_bg img {
  max-width: 90px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 140px;
}

@media only screen and (max-width: 768px) {
  .gated-btn .gated_bg img {
    padding-top: 70px;
    max-width: 60px;
  }
}

.gated-btn .gated_bg .unlock-btn {
  font-size: 1.375rem;
  font-weight: 700;
  max-width: 314px;
  width: 100%;
  color: #36444D;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-right: 15px;
}

.gated-btn .gated_bg .unlock-btn:hover, .gated-btn .gated_bg .unlock-btn:focus {
  background-color: #F9C10D;
  color: #36444D;
}

.gated-btn .gated_bg .unlock-btn::before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .gated-btn .gated_bg .unlock-btn {
    font-size: 1rem;
    margin-top: 10px;
  }
}

.page-tt-outlook .gated_bg {
  height: 3121px;
}

@media only screen and (max-width: 1200px) {
  .page-tt-outlook .gated_bg {
    height: 2039px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-tt-outlook .gated_bg {
    height: 2250px;
  }
}

@media only screen and (max-width: 992px) {
  .page-tt-outlook .gated_bg {
    height: 2100px;
  }
}

@media only screen and (max-width: 820px) {
  .page-tt-outlook .gated_bg {
    height: 2130px;
  }
}

@media only screen and (max-width: 768px) {
  .page-tt-outlook .gated_bg {
    height: 1550px;
  }
}

@media only screen and (max-width: 430px) {
  .page-tt-outlook .gated_bg {
    background-size: 100% !important;
    height: 800px;
  }
}

.page-who-took-survey .gated_bg {
  height: 1297px;
}

@media only screen and (max-width: 1200px) {
  .page-who-took-survey .gated_bg {
    height: 819px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-who-took-survey .gated_bg {
    height: 2250px;
  }
}

@media only screen and (max-width: 992px) {
  .page-who-took-survey .gated_bg {
    height: 2100px;
  }
}

@media only screen and (max-width: 820px) {
  .page-who-took-survey .gated_bg {
    height: 2130px;
  }
}

@media only screen and (max-width: 768px) {
  .page-who-took-survey .gated_bg {
    height: 1550px;
  }
}

@media only screen and (max-width: 430px) {
  .page-who-took-survey .gated_bg {
    background-size: 100% !important;
    height: 370px;
  }
}

.page-tt-motivation .gated_bg {
  height: 3674px;
}

@media only screen and (max-width: 1200px) {
  .page-tt-motivation .gated_bg {
    height: 2379px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-tt-motivation .gated_bg {
    height: 3321px;
  }
}

@media only screen and (max-width: 992px) {
  .page-tt-motivation .gated_bg {
    height: 2460px;
  }
}

@media only screen and (max-width: 820px) {
  .page-tt-motivation .gated_bg {
    height: 2460px;
  }
}

@media only screen and (max-width: 768px) {
  .page-tt-motivation .gated_bg {
    height: 1820px;
  }
}

@media only screen and (max-width: 430px) {
  .page-tt-motivation .gated_bg {
    background-size: 100% !important;
    height: 800px;
  }
}

.page-tt-ai .gated_bg {
  height: 2524px;
}

@media only screen and (max-width: 1200px) {
  .page-tt-ai .gated_bg {
    height: 1614px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-tt-ai .gated_bg {
    height: 2287px;
  }
}

@media only screen and (max-width: 992px) {
  .page-tt-ai .gated_bg {
    height: 1697px;
  }
}

@media only screen and (max-width: 820px) {
  .page-tt-ai .gated_bg {
    height: 1260px;
  }
}

@media only screen and (max-width: 768px) {
  .page-tt-ai .gated_bg {
    height: 630px;
  }
}

#gated-popup, #fb-popup {
  max-width: 581px;
  width: 100%;
}

#gated-popup .popup-title, #fb-popup .popup-title {
  height: auto;
  padding: 20px 30px;
}

#gated-popup .popup-title h2, #fb-popup .popup-title h2 {
  text-align: left;
  width: 100%;
}

#gated-popup .ui-dialog-titlebar-close, #fb-popup .ui-dialog-titlebar-close {
  top: -57%;
}

#gated-popup .tthome_back, #fb-popup .tthome_back {
  text-decoration: none;
  margin-bottom: 10px;
}

#gated-popup .tthome_back i, #fb-popup .tthome_back i {
  margin-right: 5px;
}

.gated-description {
  margin-left: 0;
  padding-left: 0;
}

.gated-description li {
  margin-bottom: 7px;
  color: #124395;
}

.gated-description li:before {
  content: "";
  background: url("/themes/custom/tt_theme/images/icons/menu/bullet.png") no-repeat;
  width: 24px;
  height: 24px;
  display: inline-flex;
  position: relative;
  top: 6px;
  padding-left: 30px;
}

#pop_up_client_form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

#pop_up_client_form .js-form-submit {
  height: 40px;
  padding: 0;
  border-radius: 20px;
  border: 0;
  width: 100%;
  max-width: 244px;
  margin-bottom: 20px;
}

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