/*************************************************/
/*                  FONT FAMILY                  */
/*************************************************/
/*************************************************/
/*              BRAND COLORS                     */
/*************************************************/
/*************************************************/
/*               TO CHECK                        */
/*************************************************/
/*************************************************/
/*                  GENERAL BOXES                */
/*************************************************/
/*************************************************/
/*             NEWS AND EVENTS TABS             */
/*************************************************/
/*************************************************/
/*             NEWS AND EVENTS CARDS             */
/*************************************************/
/*************************************************/
/*                 LOCATION CARDS                */
/*************************************************/
/*************************************************/
/*                 SPECIALITY CARDS                */
/*************************************************/
/*************************************************/
/*        SPECIALITY WITH TEXT CARDS             */
/*************************************************/
/*************************************************/
/*                     VIEWS                     */
/*************************************************/
/*************************************************/
/*                     NEWS                      */
/*************************************************/
/*************************************************/
/*                 MEDIA CONTACT                 */
/*************************************************/
/*************************************************/
/*                 EVENT SCHEDULE LIST           */
/*************************************************/
/*************************************************/
/*                 SAME PAGE LINKS               */
/*************************************************/
/*************************************************/
/*             JOBS BY REGION CARDS              */
/*************************************************/
/*************************************************/
/*                     BENEFIT                   */
/*************************************************/
/*************************************************/
/*                     SEARCH                   */
/*************************************************/
/*************************************************/
/*                 CAREER SEARCH                */
/*************************************************/
/*************************************************/
/*                 STORYTELLING WHITE            */
/*************************************************/
/*************************************************/
/*                  MEGANAV                 */
/*************************************************/
/*************************************************/
/*                  PRODUCT                      */
/*************************************************/
/*************************************************/
/*            PRODUCT PARAMETERS                 */
/*************************************************/
.view__title {
  display: none;
  font-weight: 400;
  color: #06038D;
  font-size: 36px;
  line-height: 49px;
}

.view__button {
  display: none;
}

.view--working-benefits {
  padding-bottom: 90px;
}
.view--working-benefits .view__title {
  display: block;
}
.view--working-benefits .view__title .link {
  text-transform: capitalize;
}
.view--working-benefits .view__title {
  margin-bottom: 30px;
}
.view--working-benefits .location-card .location-card__head {
  display: none;
}
.view--working-benefits .location-card .location-card__body {
  height: auto;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .view--working-benefits .location-card .location-card__body {
    height: 309px;
  }
}
@media screen and (min-width: 1200px) {
  .view--working-benefits .location-card .location-card__body {
    height: 309px;
  }
}
.view--working-benefits .location-card .location-card__body .card__title {
  font-weight: 700;
  color: #000;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
}
.view--working-benefits .location-card .location-card__body .card__description {
  display: block;
}
.view--working-benefits .location-card .location-card__body .card__address {
  display: none;
}
