.pay-spotlight {
  text-align: center;
  display: inline-block; }
  .pay-spotlight .pay-spotlight__pay-descriptor {
    font-size: 13px; }
  .pay-spotlight .pay-spotlight__pay-value {
    font-size: 30px; }
  .pay-spotlight .pay-spotlight__toggle-button {
    font-size: 13px;
    margin-top: 5px; }

.other-compensation-spotlight {
  background-color: #fff;
  margin: 0 -15px;
  padding: 10px 0;
  width: 100vw; }
  .other-compensation-spotlight h3 {
    display: block;
    font-size: 16px;
    margin: 10px 15px;
    text-align: left; }
  .other-compensation-spotlight__compensation-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 15px; }
    .other-compensation-spotlight__compensation-list .compensation-list-element {
      margin: 0 20px 10px 0;
      text-align: left; }
      .other-compensation-spotlight__compensation-list .compensation-list-element h4 {
        color: #a4a1aa;
        font-size: 12px;
        font-weight: bold;
        margin-top: 5px;
        text-transform: uppercase; }
      .other-compensation-spotlight__compensation-list .compensation-list-element .compensation-list-element__value {
        color: #333;
        font-size: 18px;
        font-weight: 700; }
        @media (max-width: 768px) {
          .other-compensation-spotlight__compensation-list .compensation-list-element .compensation-list-element__value {
            font-size: 18px; } }

@media (min-width: 768px) {
  .other-compensation-spotlight {
    margin: 0 calc((-100vw + 720px) / 2);
    padding: 10px calc((100vw - 720px) / 2); }
    .other-compensation-spotlight__compensation-list {
      padding-left: 0; }
    .other-compensation-spotlight h3 {
      margin-left: 0; } }

@media (min-width: 1007px) {
  .other-compensation-spotlight {
    background: transparent;
    flex: 2 1 auto;
    margin: 0;
    padding: 0;
    width: unset; }
    .other-compensation-spotlight .compensation-list-element {
      margin-bottom: 0; }
    .other-compensation-spotlight h3 {
      display: none; } }

.job-spotlight-header {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0; }
  .job-spotlight-header * {
    line-height: 1em; }
  .job-spotlight-header .pay-spotlight {
    background-color: #f6f7f8;
    flex: 1 1 auto;
    margin-bottom: 15px;
    margin-right: 20px;
    text-align: left;
    width: 100%; }
    .job-spotlight-header .pay-spotlight__pay-descriptor {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      margin-right: 15px; }
    .job-spotlight-header .pay-spotlight__toggle-button {
      display: inline-block;
      font-size: 14px;
      font-weight: 700;
      margin-top: 0; }
    .job-spotlight-header .pay-spotlight__pay-value {
      font-size: 36px;
      margin: 10px 0; }

/** SPOTLIGHT CTAS */
.spotlight-ctas {
  padding: 15px 0 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-left: none;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  padding-left: 0;
  width: 100vw; }
  .spotlight-ctas__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
  .spotlight-ctas__button {
    border-radius: 5px;
    cursor: pointer;
    margin-top: -5px;
    padding: 7px 20px;
    text-align: center; }
    .spotlight-ctas__button a,
    .spotlight-ctas__button a:hover {
      color: #fff;
      text-decoration: none; }
    .spotlight-ctas__button#consumer-cta {
      background: linear-gradient(90deg, #5389d5, #2d67b9); }
    .spotlight-ctas__button#consumer-cta:hover {
      background: linear-gradient(90deg, #2d67b9, #235090); }
    .spotlight-ctas__button#b2b-cta {
      background: linear-gradient(90deg, #00aaa4, #00817d); }
    .spotlight-ctas__button#b2b-cta:hover {
      background: linear-gradient(90deg, #00817d, #004e4b); }
  .spotlight-ctas__cta {
    margin: 0 15px;
    flex: 1; }
    .spotlight-ctas__cta--horizontal {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .spotlight-ctas__cta--horizontal .spotlight-ctas__text {
        max-width: 400px;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 15px; }
  .spotlight-ctas__text {
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center; }

@media (min-width: 576px) {
  .job-spotlight-header .pay-spotlight {
    width: unset; }
  .spotlight-ctas__container {
    width: 350px; }
  .spotlight-ctas__cta--horizontal .spotlight-ctas__text {
    margin-right: 30px; } }

@media (min-width: 769px) {
  .spotlight-ctas {
    margin: 0 calc((-100vw + 720px) / 2); } }

@media (min-width: 1007px) {
  .job-spotlight-header {
    padding-bottom: 20px; }
    .job-spotlight-header .pay-spotlight {
      margin-bottom: 0; }
    .job-spotlight-header .spotlight-ctas {
      background: transparent;
      border: none;
      margin: 0;
      padding: 0;
      width: unset; }
      .job-spotlight-header .spotlight-ctas__container {
        width: 303px; }
    .job-spotlight-header .spotlight-ctas__cta--horizontal,
    .job-spotlight-header .spotlight-ctas__cta:last-of-type {
      margin: 0; }
    .job-spotlight-header .spotlight-ctas__cta:nth-child(1) {
      padding-right: 15px;
      margin: 0; } }

