.switchable-divider-panel, .switchable-divider-panel.static {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-items: center;
  padding: 20px;
  background-color: #fff; }

@media screen and (max-width: 575px) {
  .switchable-divider-panel {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr; }
  .switchable-divider-item:first-child {
    border-bottom: 1px dashed #c3c3ca;
    padding-bottom: 20px; }
  .switchable-divider-item:last-child {
    padding-top: 20px; } }

@media screen and (min-width: 576px) {
  .switchable-divider-item:first-child {
    border-right: 1px dashed #c3c3ca;
    padding-right: 20px; }
  .switchable-divider-item:last-child {
    padding-left: 20px; } }

@media handheld, screen and (max-width: 480px) {
  .location-benefits .switchable-divider-item:last-child {
    display: none; }
  .location-benefits .switchable-divider-item:first-child {
    border: none;
    padding: 0; } }

.switchable-divider-item {
  width: 100%; }

.switchable-divider-panel.static .switchable-divider-item:first-child {
  border-right: 1px dashed #c3c3ca;
  border-bottom: none;
  padding: 0 20px 0 0; }

.switchable-divider-panel.static .switchable-divider-item:last-child {
  padding: 0 0 0 20px; }

.single-panel {
  background-color: #fff;
  padding: 20px; }
  .single-panel .switchable-divider-item:first-child {
    border: none; }

.survey-start-spotlight .header {
  color: #817c89;
  font-weight: bold;
  margin-bottom: 10px; }

.survey-start-spotlight .body {
  color: #817c89; }

.survey-start-spotlight a {
  font-size: 13px; }

.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 h3 {
  font-weight: normal;
  margin: 10px 0px; }
  @media (max-width: 768px) {
    .other-compensation-spotlight h3 {
      margin: 10px; } }

.other-compensation-spotlight .other-compensation-spotlight__compensation-list {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .other-compensation-spotlight .other-compensation-spotlight__compensation-list .compensation-list-element {
    flex-grow: 1; }
    .other-compensation-spotlight .other-compensation-spotlight__compensation-list .compensation-list-element h4 {
      font-size: 13px;
      font-weight: bold;
      color: #a4a1aa;
      margin: 5px 0px; }
    .other-compensation-spotlight .other-compensation-spotlight__compensation-list .compensation-list-element .compensation-list-element__value {
      font-size: 22px;
      color: #333; }
      @media (max-width: 768px) {
        .other-compensation-spotlight .other-compensation-spotlight__compensation-list .compensation-list-element .compensation-list-element__value {
          font-size: 18px; } }
  @media (max-width: 768px) {
    .other-compensation-spotlight .other-compensation-spotlight__compensation-list {
      margin: 0px 10px; } }

@media screen and (max-width: 991px) {
  .job-spotlight-header {
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 20px;
    padding: 0px 0px 20px 0px; } }

@media screen and (min-width: 992px) {
  .job-spotlight-header {
    display: grid;
    grid-column-gap: 20px;
    padding: 0px 0px 20px 0px;
    grid-template-columns: 1fr 2fr; } }

.job-spotlight-header .pay-spotlight .switchable-divider-item {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  height: 100%; }

