.pxl-navbar__branding {
  margin-right: 30px;
  -webkit-transition: left, padding-left 800ms ease;
  transition: left, padding-left 800ms ease; }
  .pxl-navbar--active .pxl-navbar__branding {
    left: 15%;
    padding: 20px 0 20px 25px;
    position: absolute;
    top: 0;
    -webkit-transition: left, padding-left 800ms ease;
    transition: left, padding-left 800ms ease;
    z-index: 999; }

.pxl-navbar__logo {
  height: 30px; }
  .pxl-navbar__logo *,
  .pxl-navbar__logo .top-dot *,
  .pxl-navbar__logo .bottom-dot * {
    fill: #fff; }

.pxl-navbar--active .pxl-navbar__logo *,
.pxl-navbar--white .pxl-navbar__logo * {
  fill: #302c2c; }

.pxl-navbar--active .pxl-navbar__logo .top-dot *,
.pxl-navbar--white .pxl-navbar__logo .top-dot * {
  fill: #b42e34; }

.pxl-navbar--active .pxl-navbar__logo .bottom-dot *,
.pxl-navbar--white .pxl-navbar__logo .bottom-dot * {
  fill: #807f83; }

.pxl-navbar--active .pxl-navbar__logout--in .pxl-navbar__logout-link {
  align-items: center;
  color: #2d67b9;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 20px;
  text-decoration: none; }

.pxl-navbar--active .pxl-navbar__logout--out {
  display: none; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-navbar__logout {
    display: none; } }

.pxl-navbar__nav {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.pxl-navbar__nav-item {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%; }

.pxl-navbar__nav-item-content {
  border-top: 1px solid #c3c3ca;
  display: flex; }

.pxl-navbar__nav-link {
  color: #302c2c;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 25px;
  position: relative;
  text-decoration: none;
  width: 100%; }
  .pxl-navbar__nav-link:hover {
    color: #302c2c;
    text-decoration: none; }

.pxl-navbar__nav-item:last-child .pxl-navbar__nav-item-content {
  border-bottom: 1px solid #c3c3ca; }

.pxl-navbar__nav-x {
  border-left: 1px solid #c3c3ca;
  color: #302c2c;
  display: block;
  flex: 0 0 70px;
  font-size: 30px;
  font-weight: 300;
  padding: 25px;
  width: 70px; }
  .pxl-navbar__nav-x::after {
    content: '+'; }

.pxl-navbar__nav-item--active .pxl-navbar__nav-x::after {
  content: '\2013' !important; }

.pxl-navbar__subnav {
  background: transparent;
  display: block;
  height: 0;
  left: 0;
  line-height: 1;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%; }

.pxl-navbar__subnav-items {
  list-style: none;
  margin: 0;
  padding: 0; }

.pxl-navbar__subnav-item {
  display: block;
  float: left;
  margin: 0;
  padding-right: 30px;
  width: 50%; }
  .pxl-navbar__subnav-item:nth-child(even) {
    padding-right: 0; }

.pxl-navbar__subnav-link {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 65px;
  text-decoration: none; }
  .pxl-navbar__subnav-link:hover {
    color: #fed9a3;
    text-decoration: none; }

.pxl-navbar__nav-item--active .pxl-navbar__subnav {
  background-color: #302c2c;
  height: auto;
  padding: 30px 25px 0; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-navbar__nav {
    display: flex;
    justify-content: flex-start; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item {
    margin-right: 25px;
    width: auto; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-link {
    color: #fff;
    padding: 25px 0;
    width: auto; }
    :not(.pxl-navbar--mobile) .pxl-navbar__nav-link:hover {
      color: #fed9a3; }
    .pxl-navbar--white :not(.pxl-navbar--mobile) .pxl-navbar__nav-link {
      color: #302c2c; }
      .pxl-navbar--white :not(.pxl-navbar--mobile) .pxl-navbar__nav-link:hover {
        color: #652854; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item-content,
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item:last-child .pxl-navbar__nav-item-content {
    border: none; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-x {
    display: none; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav {
    display: none; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav-item {
    margin-right: 40px;
    padding: 0;
    width: auto; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav-link {
    color: transparent;
    height: auto; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--parent .pxl-navbar__nav-link::after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    left: calc(50% - 15px);
    position: absolute;
    -webkit-transition: border-bottom 0ms ease 0ms;
    transition: border-bottom 0ms ease 0ms;
    width: 0; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--active .pxl-navbar__subnav {
    background-color: transparent;
    padding: 0; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--parent .pxl-navbar__subnav {
    display: inline-block;
    height: 0;
    left: 0;
    margin-top: 20px;
    overflow-y: hidden;
    position: absolute;
    top: 47px;
    -webkit-transition: height 0ms ease 350ms;
    transition: height 0ms ease 350ms;
    width: 100%; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav-items {
    background-color: transparent;
    display: flex;
    padding: 30px 20px 30px 60px; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--parent:hover .pxl-navbar__nav-link::after {
    border-bottom: 15px solid #625d6a;
    -webkit-transition: border-bottom 0ms ease 350ms;
    transition: border-bottom 0ms ease 350ms; }
    .pxl-navbar--white :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--parent:hover .pxl-navbar__nav-link::after {
      border-bottom-color: #302c2c; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--parent:hover .pxl-navbar__subnav {
    height: 150px;
    overflow-y: visible;
    -webkit-transition: height 0ms ease 350ms;
    transition: height 0ms ease 350ms; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--parent:hover .pxl-navbar__subnav-items {
    background-color: #625d6a; }
    .pxl-navbar--white :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--parent:hover .pxl-navbar__subnav-items {
      background-color: #302c2c; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--parent:hover .pxl-navbar__subnav-link {
    color: #fff; }
    :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--parent:hover .pxl-navbar__subnav-link:hover {
      color: #fed9a3; } }

.pxl-navbar__right {
  display: none; }

.pxl-navbar__phone {
  color: #fff;
  font-size: 14px; }
  .pxl-navbar--white .pxl-navbar__phone {
    color: #302c2c; }

.pxl-navbar__login {
  margin-right: 0; }

.pxl-navbar__login,
.pxl-navbar__business-dashboard {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 5px;
  padding: 8px 16px;
  text-decoration: none; }
  .pxl-navbar--white .pxl-navbar__login, .pxl-navbar--white
  .pxl-navbar__business-dashboard {
    border: 1px solid #302c2c;
    color: #302c2c; }

.pxl-navbar__account .pxl-navbar__nav-link {
  padding-right: 0; }

.pxl-navbar__account .pxl-navbar__subnav-items {
  justify-content: flex-end;
  padding-right: 60px; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) {
    /* need this otherwise style in payscale_v2.css overrides it */ }
    :not(.pxl-navbar--mobile) .pxl-navbar {
      /* need this otherwise style in payscale_v2.css overrides it */ }
      :not(.pxl-navbar--mobile) .pxl-navbar__right {
        align-items: center;
        display: flex; }
      :not(.pxl-navbar--mobile) .pxl-navbar__login, :not(.pxl-navbar--mobile) .pxl-navbar__business-dashboard {
        color: #fff; }
        :not(.pxl-navbar--mobile) .pxl-navbar__login:hover, :not(.pxl-navbar--mobile) .pxl-navbar__business-dashboard:hover {
          color: #fed9a3;
          text-decoration: none; }
    :not(.pxl-navbar--mobile) .pxl-navbar--white .pxl-navbar__business-dashboard,
    :not(.pxl-navbar--mobile) .pxl-navbar--white .pxl-navbar__login {
      color: #302c2c; } }

.pxl-navbar__menu--mobile {
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  padding: 20px 0;
  -webkit-transition: none;
  transition: none; }
  .pxl-navbar--white .pxl-navbar__menu--mobile {
    color: #302c2c; }

.pxl-navbar--active {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  height: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0; }
  .pxl-navbar--active .pxl-navbar {
    /* need this otherwise style in payscale_v2.css overrides it */
    /* need this otherwise style in payscale_v2.css overrides it */ }
    .pxl-navbar--active .pxl-navbar__menu--mobile {
      color: transparent !important;
      height: 100vh;
      left: 0;
      position: fixed;
      top: 0;
      -webkit-transition: background 300ms ease 200ms;
      transition: background 300ms ease 200ms;
      width: 15%; }
    .pxl-navbar--active .pxl-navbar__menu--mobile::after {
      color: #fff;
      content: '\D7';
      font-size: 30px;
      font-weight: 400;
      left: 0;
      position: absolute;
      text-align: center;
      width: 100%; }
    .pxl-navbar--active .pxl-navbar__nav-item-content {
      line-height: 14px; }
    .pxl-navbar--active .pxl-navbar__account {
      float: right;
      padding-right: 25px;
      width: 50%; }
      .pxl-navbar--active .pxl-navbar__account .pxl-navbar__nav-x {
        display: none; }
      .pxl-navbar--active .pxl-navbar__account .pxl-navbar__nav-item-content {
        border-top: none;
        float: right; }
    .pxl-navbar--active .pxl-navbar__content {
      right: 0;
      -webkit-transition: right 0.6s ease;
      transition: right 0.6s ease;
      width: 85%; }
    .pxl-navbar--active .pxl-navbar__right {
      color: #302c2c;
      display: block;
      float: none;
      padding: 3px 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 85%;
      z-index: 999; }
    .pxl-navbar--active .pxl-navbar__business-dashboard, .pxl-navbar--active .pxl-navbar__phone {
      display: none; }
    .pxl-navbar--active .pxl-navbar__login {
      border-color: #302c2c;
      color: #302c2c;
      margin: auto;
      position: absolute;
      right: 25px;
      text-decoration: none;
      top: 16px; }
    .pxl-navbar--active .pxl-navbar__nav-link {
      color: #302c2c; }
    .pxl-navbar--active .pxl-navbar__subnav-link {
      color: #fff; }
      .pxl-navbar--active .pxl-navbar__subnav-link:hover {
        color: #fed9a3; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-navbar__menu--mobile {
    display: none; } }

.hidden {
  display: none; }

.pxl-body-navbar {
  overflow: hidden; }

.pxl-navbar--dark {
  background-color: #464249;
  color: #fff; }

.pxl-navbar--white {
  background-color: #fff;
  color: #302c2c; }
  .pxl-navbar--white.pxl-navbar--active {
    background-color: rgba(0, 0, 0, 0.6); }

.pxl-navbar--transparent {
  background-color: transparent;
  color: #fff; }

.pxl-navbar {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 70px;
  justify-content: space-between;
  margin: 0;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 100; }
  .pxl-navbar *,
  .pxl-navbar *::after {
    box-sizing: border-box;
    font-family: 'Roboto', 'Open Sans', sans-serif; }

.pxl-navbar__content {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #302c2c;
  display: block;
  float: right;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 70px 0 0;
  position: absolute;
  right: -85%;
  top: 0;
  -webkit-transition: right 600ms ease-out, width 600ms ease-out;
  transition: right 600ms ease-out, width 600ms ease-out;
  width: 0;
  z-index: 998; }
  .pxl-navbar--active .pxl-navbar__content {
    right: 0;
    -webkit-transition: right 600ms ease;
    transition: right 600ms ease;
    width: 85%; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-navbar {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 60px; }
  :not(.pxl-navbar--mobile) .pxl-navbar__content {
    background: transparent;
    box-shadow: none;
    flex: 1 0;
    float: none;
    left: auto;
    line-height: 0;
    min-height: auto;
    padding: 0;
    position: static;
    /* fixes IE11 */
    right: auto;
    top: auto;
    width: auto; } }

.pxl-footer__content {
  padding: 25px 30px; }

.pxl-footer__logos {
  display: flex;
  justify-content: center; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-footer__logos {
    left: 30px;
    position: absolute;
    top: 25px; } }

.pxl-footer__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  margin-bottom: 15px;
  text-decoration: none; }

.pxl-footer__toplinks {
  margin-bottom: 15px; }

.pxl-footer__toplinks, .pxl-footer__sublinks {
  text-align: center; }

.pxl-footer__toplink-item, .pxl-footer__sublink-item {
  color: #feeec5;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none; }

.pxl-footer__toplink-item {
  font-weight: 300;
  margin: 0 8px; }
  .pxl-footer__toplink-item:first-child {
    margin: 0 8px 0 0; }
  .pxl-footer__toplink-item:last-child {
    margin: 0 0 0 8px; }

.pxl-footer__toplink-item:hover, .pxl-footer__sublink-item:hover {
  color: #f7a154;
  text-decoration: none; }

.pxl-footer__sublinks-title {
  color: #feeec5;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none; }
  .pxl-footer__sublinks-title::after {
    content: ' ';
    white-space: pre; }
  .pxl-footer__sublinks-title:hover {
    color: #f7a154;
    text-decoration: none; }

.pxl-footer__sublink-item::after {
  content: ', ';
  white-space: pre; }

.pxl-footer__sublink-item:last-child::after {
  content: ''; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-footer__links {
    align-items: flex-end; } }

.pxl-footer__legal {
  align-items: center;
  background-color: #000;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 15px 20px; }

.pxl-footer__copyright {
  color: #fff;
  display: none;
  font-size: 11px; }

.pxl-footer__privacy {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.pxl-footer__privacy-item {
  display: inline-block;
  margin-right: 30px; }
  .pxl-footer__privacy-item:last-child {
    margin-right: 0; }

.pxl-footer__privacy-link {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none; }
  .pxl-footer__privacy-link:hover {
    color: #f7a154;
    text-decoration: none; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-footer__legal {
    justify-content: space-between;
    padding: 15px 30px; }
  :not(.pxl-navbar--mobile) .pxl-footer__copyright {
    display: block; }
  :not(.pxl-navbar--mobile) .pxl-footer__privacy {
    float: right; } }

.pxl-footer__social {
  display: flex;
  justify-content: center;
  margin-top: 15px; }

.pxl-footer__social-link {
  margin: 0 8px; }
  .pxl-footer__social-link:first-child {
    margin: 0 8px 0 0; }
  .pxl-footer__social-link:last-child {
    margin: 0 0 0 8px; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-footer__social {
    justify-content: flex-end; } }

.pxl-footer {
  background-color: #302c2c;
  display: block;
  position: relative;
  width: 100%; }
  .pxl-footer * {
    font-family: 'Roboto', 'Open Sans', sans-serif; }

