/* 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 */
.ca-btn-arrow i {
  font-size: 30px;
}

.mp-talent-trends-registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .mp-talent-trends-registration {
    width: 830px;
  }
}

@media only screen and (max-width: 900px) {
  .mp-talent-trends-registration {
    width: 350px;
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .mp-talent-trends-registration {
    width: 362px;
  }
}

@media only screen and (max-width: 500px) {
  .mp-talent-trends-registration {
    width: 100%;
  }
}

.mp-talent-trends-registration .left-col {
  width: 50%;
}

.mp-talent-trends-registration .left-col form {
  max-width: 371px;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .mp-talent-trends-registration .left-col {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .mp-talent-trends-registration .left-col {
    width: 100%;
    border-bottom: 1px solid #bcbec0;
    padding-bottom: 30px;
  }
  .mp-talent-trends-registration .left-col form {
    width: 100%;
  }
}

.mp-talent-trends-registration .right-col {
  width: 50%;
  border-left: 1px solid #bcbec0;
}

.mp-talent-trends-registration .right-col .side-bar-content {
  max-width: 371px;
  width: 100%;
  float: right;
}

@media only screen and (max-width: 900px) {
  .mp-talent-trends-registration .right-col {
    width: 350px;
    display: block;
    border-width: 0px;
  }
  .mp-talent-trends-registration .right-col .side-bar-content {
    float: none;
  }
}

@media only screen and (max-width: 500px) {
  .mp-talent-trends-registration .right-col {
    width: 100%;
  }
  .mp-talent-trends-registration .right-col .side-bar-content {
    width: 100%;
  }
}

.mp-talent-trends-registration #edit-field-are-you-looking-for-job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mp-talent-trends-registration #edit-field-are-you-looking-for-job .js-form-item:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.mp-talent-trends-registration #edit-field-are-you-looking-for-job .js-form-item:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 20px;
}

.mp-talent-trends-registration #edit-field-are-you-looking-for-job .form-item {
  margin-bottom: 0;
}

.mp-talent-trends-registration .form-item-mp-privacy-policy, .mp-talent-trends-registration .form-item-mp-pp-check {
  margin-bottom: 30px;
}

.mp-talent-trends-registration .pwd-forget-link {
  position: relative;
}

.mp-talent-trends-registration .pwd-forget-link > a {
  position: absolute;
  right: 0;
}

.mp-talent-trends-registration input[type="submit"] {
  min-width: 100%;
  width: 100%;
}

.layout__region--second .mp-talent-trends-registration.mp-talent-center {
  width: 100%;
}

.page-node-type-advice .mp-talent-trends-registration {
  width: 100%;
}

.mp-talent-trends-registration.mp-talent-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mp-talent-trends-registration.mp-talent-right .left-col {
  width: initial;
}

.mp-talent-trends-registration.mp-talent-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mp-talent-trends-registration.mp-talent-left .left-col {
  width: initial;
}

.mp-talent-trends-registration.mp-talent-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .mp-talent-trends-registration.mp-talent-center {
    width: 970px;
  }
}

.mp-talent-trends-registration.mp-talent-center .left-col {
  width: initial;
}

.mp-talent-trends-registration.mp-talent-trend-auth {
  margin: inherit;
  width: 100%;
}

.mp-talent-trends-registration.mp-talent-trend-auth .mp-talent-trends-auth-user-form {
  margin: inherit;
}

.mp-talent-trends-registration .login-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: table;
}

.mp-talent-trends-registration .login-link a {
  position: absolute;
  right: 0;
  line-height: 1.25;
  text-decoration: none;
}

.mp-talent-trends-registration .login-link a:focus, .mp-talent-trends-registration .login-link a:hover {
  text-decoration: underline;
}

.page-user-talent-trends-auth-form .block-mp-theme-page-title {
  display: none;
}

.mp-talent-trends-auth-user-form {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  margin-top: 100px;
  border-radius: 6px;
}

.mp-talent-trends-auth-user-form .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mp-talent-trends-auth-user-form .edit-subtext {
  margin-bottom: 20px;
}

.mp-talent-trends-auth-user-form fieldset {
  margin-bottom: 0;
}

.mp-talent-trends-auth-user-form input[type="submit"] {
  min-width: 100%;
}

.mp-talent-trends-auth-user-form .form-composite .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mp-talent-trends-auth-user-form .form-composite .fieldset-wrapper #edit-are-you-looking-for-job {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mp-talent-trends-auth-user-form .form-composite .fieldset-wrapper div {
  color: #be1200;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.page-talent-trends-2023 .main-content, .page-talent-trends-2023 .main-contianer {
  background-color: #f5f5f5;
}

.page-talent-trends-2023 .mp-talent-trends-auth-user-form {
  margin-top: 0;
}

@media only screen and (max-width: 1130px) {
  .page-talent-trends-2023 .container.main-contianer .legacy-header {
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) {
  .block-talenttrendsblock h2:not(.signup-block-title) {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-talenttrendsblock.center h2:not(.signup-block-title) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-talenttrendsblock.right h2:not(.signup-block-title) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media only screen and (max-width: 767px) {
  .b_to_b_lead_gen__block .block-talenttrendsblock {
    padding: 0 30px;
  }
}
/*# sourceMappingURL=talent-trends.css.map */