footer{
    background: #fff !important;
    }

    footer .main-footer{
    flex-direction: column;
    }

    footer .footer-right-content{
    border-top: none !important;
    }

    .footer-left-content{
    order: 2;
    display: flex;
    justify-content: space-around;
    width: 100% !important;
    max-width: 400px;
    margin: 25px auto 0px auto;
    border-top: 1px solid #ccc !important;
    }

    footer .social-nav li{
    max-width: unset !important;
    }

/*end wkstyle.css*/

/* multi-colored bar above footer */
footer {
  background-image: url(https://static.rainfocus.com/workday/rising22/static/staticfile/staticfile/Tri-ColorDivider_1652822404528001VfYm.png) !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  border-color: transparent !important;
}
/*2 column footer*/
footer .footer-logo {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #F0F1F2
}
footer .social-nav {
  margin: 0 !important;
}
/*remove top border*/
.footer-left-content {
  border-top: 1px solid #fff !important
}
.footer-left-content h4 a {
  font-size: 14px
}

/*mobile*/
@media (max-width: 1199px) {
  footer .footer-logo {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  footer .social-nav {
    margin: 50px auto 0;
  }
  .footertop div.rf-grid-layout-50 {
    padding: 0
  }
} /*end mobile*/

/*42719 JJ*/
.workday-devcon23-grouppackage-bulkpackages span#return-to-my-account {
  display: none;
}

.workday-devcon23-grouppackage-bulkpackages a.headline-prev-page {
  display: none;
}

.workday-devcon23-grouppackage-bulkpackages a#\32 {
    display: none;
}

.workday-devcon23-registration-form-onsiteinformation button#wf-btn-cancel {
  display: none;
}

/* JJ 43101 remove back button */
.workday-devcon23-grouppackage-order .pull-left {
  display:none;
}

