.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: 900; }

.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 *,
.pxl-navbar--transparent-dark .pxl-navbar__logo * {
  fill: #302c2c; }

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

.pxl-navbar--active .pxl-navbar__logo .bottom-dot *,
.pxl-navbar--white .pxl-navbar__logo .bottom-dot *,
.pxl-navbar--transparent-dark .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--white {
  border-bottom: 1px solid #e9e9ec; }

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

.pxl-navbar__nav-item-content {
  align-items: center;
  border-top: 1px solid #e9e9ec;
  cursor: pointer;
  display: flex; }

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

.pxl-navbar__nav-x {
  border: solid #302c2c;
  border-width: 0 2px 2px 0;
  display: block;
  margin-right: 25px;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: transform 300ms ease 0ms; }

.pxl-navbar__nav-item--active .pxl-navbar__nav-item-content {
  background-color: #f6f7f8;
  border-bottom: 1px solid #e9e9ec; }

.pxl-navbar__nav-item--active .pxl-navbar__nav-x {
  transform: rotate(45deg);
  transition: transform 300ms ease 0ms; }

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

@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 {
    background-clip: content-box;
    padding: 0 35px 0 10px;
    width: auto; }
  :not(.pxl-navbar--mobile) .pxl-navbar__account {
    margin-right: 0; }
  :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,
    .pxl-navbar--transparent-dark :not(.pxl-navbar--mobile) .pxl-navbar__nav-link {
      color: #302c2c; }
      .pxl-navbar--white :not(.pxl-navbar--mobile) .pxl-navbar__nav-link:hover,
      .pxl-navbar--transparent-dark :not(.pxl-navbar--mobile) .pxl-navbar__nav-link:hover {
        color: #2d67b9; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item-content {
    border: none; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--active .pxl-navbar__nav-item-content {
    background-color: transparent;
    border-bottom: none; }
  :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__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;
    width: 0;
    z-index: 1; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item:hover .pxl-navbar__nav-link::after {
    border-bottom: 15px solid #fff; }
  :not(.pxl-navbar--mobile) .pxl-navbar--white .pxl-navbar__nav-link::before,
  :not(.pxl-navbar--mobile) .pxl-navbar--transparent-dark .pxl-navbar__nav-link::before {
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    left: calc(50% - 16px);
    position: absolute;
    -webkit-transition: border-bottom 0ms ease 0ms;
    transition: border-bottom 0ms ease 0ms;
    width: 0; }
  :not(.pxl-navbar--mobile) .pxl-navbar--white .pxl-navbar__nav-item:hover .pxl-navbar__nav-link::after,
  :not(.pxl-navbar--mobile) .pxl-navbar--transparent-dark .pxl-navbar__nav-item:hover .pxl-navbar__nav-link::after {
    z-index: 1; }
  :not(.pxl-navbar--mobile) .pxl-navbar--white .pxl-navbar__nav-item:hover .pxl-navbar__nav-link::before,
  :not(.pxl-navbar--mobile) .pxl-navbar--transparent-dark .pxl-navbar__nav-item:hover .pxl-navbar__nav-link::before {
    border-bottom: 16px solid #c3c3ca;
    -webkit-transition: border-bottom 0ms ease 350ms;
    transition: border-bottom 0ms ease 350ms; }
  :not(.pxl-navbar--mobile) #personal-nav:hover .pxl-navbar__nav-link::after {
    border-bottom: 15px solid #f6f7f8; }
  :not(.pxl-navbar--mobile) #myAccountMobile {
    display: none; } }

.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__nav-item--active .pxl-navbar__subnav {
    height: auto;
    padding: 30px 25px 0; }
  .pxl-navbar__subnav .pxl-navbar__subnav-sections {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .pxl-navbar__subnav .pxl-navbar__subnav-section {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    padding: 0; }
  .pxl-navbar__subnav .pxl-navbar__subnav-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
  .pxl-navbar__subnav .pxl-navbar__subnav-header {
    border-bottom: 1px solid #d9d9dd;
    color: #817c89;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px; }
  .pxl-navbar__subnav .pxl-navbar__subnav-subheader {
    color: #a4a1aa;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .pxl-navbar__subnav .pxl-navbar__subnav-item {
    color: #302c2c;
    margin-bottom: 5px;
    text-decoration: none; }
  .pxl-navbar__subnav .pxl-navbar__subnav-icon {
    display: none; }
  .pxl-navbar__subnav--account {
    justify-content: flex-end; }
    .pxl-navbar__subnav--account .pxl-navbar__subnav-link {
      margin-left: 15px; }
  .pxl-navbar__subnav .pxl-navbar__subnav-link {
    color: #302c2c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none; }
    .pxl-navbar__subnav .pxl-navbar__subnav-link:hover {
      text-decoration: underline; }
  .pxl-navbar__subnav .pxl-navbar__subnav-desc {
    color: #817c89;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0; }
  .pxl-navbar__subnav .pxl-navbar__subnav-all {
    color: #302c2c;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
    text-decoration: none; }
    .pxl-navbar__subnav .pxl-navbar__subnav-all:hover {
      text-decoration: underline; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    display: none;
    height: 0;
    left: 0;
    margin-top: 20px;
    overflow-y: hidden;
    position: absolute;
    top: 50px;
    width: 100%; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav-sections {
    flex-direction: row;
    padding: 30px; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav-section {
    padding: 0 30px 0 0; }
  :not(.pxl-navbar--mobile) #careerNews.pxl-navbar__subnav-section .pxl-navbar__subnav-items,
  :not(.pxl-navbar--mobile) #originalResearch.pxl-navbar__subnav-section .pxl-navbar__subnav-items {
    display: flex;
    flex-flow: row wrap; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav-item {
    align-items: flex-start;
    display: flex; }
  :not(.pxl-navbar--mobile) #careerNews.pxl-navbar__subnav-section .pxl-navbar__subnav-item {
    flex: 0 0 50%; }
  :not(.pxl-navbar--mobile) #originalResearch.pxl-navbar__subnav-section .pxl-navbar__subnav-item {
    flex: 0 0 33%; }
  :not(.pxl-navbar--mobile) #originalResearch.pxl-navbar__subnav-section .pxl-navbar__subnav-item:nth-child(odd) {
    padding-right: 30px; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav-icon {
    display: block;
    padding-right: 5px; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav-desc {
    display: block; }
  :not(.pxl-navbar--mobile) .pxl-navbar__subnav-item--desc {
    margin-bottom: 20px; }
    :not(.pxl-navbar--mobile) .pxl-navbar__subnav-item--desc .pxl-navbar__subnav-link {
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 5px; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item--active .pxl-navbar__subnav {
    padding: 0; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item:hover .pxl-navbar__subnav {
    background-color: #fff;
    display: flex;
    height: unset;
    overflow-y: visible; }
  :not(.pxl-navbar--mobile) .pxl-navbar__nav-item.pxl-navbar__account:hover .pxl-navbar__subnav {
    padding: 20px 60px; } }

.pxl-navbar__right {
  align-items: center;
  display: flex; }
  .pxl-navbar__right .pxl-navbar__business-dashboard,
  .pxl-navbar__right .pxl-navbar__account,
  .pxl-navbar__right .pxl-navbar__logout,
  .pxl-navbar__right .pxl-navbar__login {
    display: none; }
  .pxl-navbar__right .pxl-navbar__login {
    margin-right: 0; }
  .pxl-navbar__right .pxl-navbar__login,
  .pxl-navbar__right .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__right .pxl-navbar__login,
    .pxl-navbar--transparent-dark .pxl-navbar__right .pxl-navbar__login, .pxl-navbar--white
    .pxl-navbar__right .pxl-navbar__business-dashboard,
    .pxl-navbar--transparent-dark
    .pxl-navbar__right .pxl-navbar__business-dashboard {
      border: 1px solid #302c2c;
      color: #302c2c; }
  .pxl-navbar__right .pxl-navbar__account .pxl-navbar__nav-link {
    padding-right: 0; }
  .pxl-navbar__right .pxl-navbar__account .pxl-navbar__subnav-items {
    justify-content: flex-end;
    padding-right: 60px; }

.pxl-navbar--active .pxl-navbar__right {
  display: block;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900; }
  .pxl-navbar--active .pxl-navbar__right .pxl-navbar__login {
    border: 1px solid #302c2c;
    color: #302c2c;
    display: block; }

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

.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,
  .pxl-navbar--transparent-dark .pxl-navbar__menu--mobile {
    color: #302c2c; }

.pxl-navbar--active {
  display: block;
  height: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0; }
  .pxl-navbar--active .pxl-navbar__menu--mobile {
    background: rgba(0, 0, 0, 0.7);
    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%; }

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

.pxl-navbar__cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.pxl-navbar__cta-item {
  margin-bottom: 40px; }

.pxl-navbar__cta-desktop {
  display: none; }

.pxl-navbar__cta-btn {
  -ms-touch-action: manipulation;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid #c3c3ca;
  color: #302c2c;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 5px 12px;
  text-align: center;
  touch-action: manipulation;
  white-space: pre-wrap;
  background: linear-gradient(90deg, #2d67b9, #235090);
  border-color: #2d67b9;
  color: #fff;
  text-decoration: none; }
  .pxl-navbar__cta-btn:hover, .pxl-navbar__cta-btn:active, .pxl-navbar__cta-btn--active, .pxl-navbar__cta-btn:disabled, .pxl-navbar__cta-btn--disabled {
    text-decoration: none; }
  .pxl-navbar__cta-btn:hover {
    background-color: #e9e9ec;
    color: #302c2c; }
  .pxl-navbar__cta-btn:disabled, .pxl-navbar__cta-btn--disabled, .pxl-navbar__cta-btn:disabled:hover, .pxl-navbar__cta-btn--disabled:hover {
    background-color: #e9e9ec;
    background: #e9e9ec;
    border: 1px solid #e9e9ec;
    color: #302c2c; }
  .pxl-navbar__cta-btn:hover, .pxl-navbar__cta-btn--active {
    background: linear-gradient(90deg, #235090, #193967);
    border-color: #235090;
    color: #fff;
    text-decoration: none; }

.pxl-navbar__cta-btn--b2b {
  -ms-touch-action: manipulation;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid #c3c3ca;
  color: #302c2c;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 5px 12px;
  text-align: center;
  touch-action: manipulation;
  white-space: pre-wrap;
  background: linear-gradient(90deg, #00aaa4, #00817d);
  border-color: #00aaa4;
  color: #fff; }
  .pxl-navbar__cta-btn--b2b:hover, .pxl-navbar__cta-btn--b2b:active, .pxl-navbar__cta-btn--b2b--active, .pxl-navbar__cta-btn--b2b:disabled, .pxl-navbar__cta-btn--b2b--disabled {
    text-decoration: none; }
  .pxl-navbar__cta-btn--b2b:hover {
    background-color: #e9e9ec;
    color: #302c2c; }
  .pxl-navbar__cta-btn--b2b:disabled, .pxl-navbar__cta-btn--b2b--disabled, .pxl-navbar__cta-btn--b2b:disabled:hover, .pxl-navbar__cta-btn--b2b--disabled:hover {
    background-color: #e9e9ec;
    background: #e9e9ec;
    border: 1px solid #e9e9ec;
    color: #302c2c; }
  .pxl-navbar__cta-btn--b2b:hover, .pxl-navbar__cta-btn--b2b--active {
    background: linear-gradient(90deg, #00817d, #004e4b);
    border-color: #00817d;
    color: #fff;
    text-decoration: none; }

#getademo {
  padding-right: 5px; }

#priceajob {
  padding-left: 5px; }

#getademo,
#priceajob {
  width: 50%; }

#getademoctaMobile,
#priceajobctaMobile {
  width: 100%; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) #getademo {
    padding-right: 0; }
  :not(.pxl-navbar--mobile) #priceajob {
    padding-left: 0; }
  :not(.pxl-navbar--mobile) #getademo,
  :not(.pxl-navbar--mobile) #priceajob {
    width: auto; }
  :not(.pxl-navbar--mobile) .pxl-navbar__cta {
    background-color: #f6f7f8;
    flex: 0 0 250px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
    width: 250px; }
    :not(.pxl-navbar--mobile) .pxl-navbar__cta .pxl-navbar__cta-btn {
      padding: 5px 30px !important;
      width: auto; }
    :not(.pxl-navbar--mobile) .pxl-navbar__cta .pxl-navbar__cta-item {
      width: auto; }
    :not(.pxl-navbar--mobile) .pxl-navbar__cta .pxl-navbar__cta-desktop {
      display: block; }
    :not(.pxl-navbar--mobile) .pxl-navbar__cta .pxl-navbar__cta-header {
      color: #302c2c;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 5px; }
    :not(.pxl-navbar--mobile) .pxl-navbar__cta .pxl-navbar__cta-copy {
      color: #625d6a;
      font-size: 14px;
      line-height: 1.4;
      margin: 0 0 20px; }
    :not(.pxl-navbar--mobile) .pxl-navbar__cta .pxl-navbar__cta-mobile {
      display: none; } }

.react-autosuggest__suggestions-container {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 99; }

.react-autosuggest__suggestions-list {
  border: 1px solid #c3c3ca;
  border-radius: 4px;
  background-color: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.react-autosuggest__suggestion {
  padding: 5px 20px;
  cursor: pointer; }

.react-autosuggest__suggestion--highlighted {
  background-color: #f6f7f8; }

.pxl-form-control {
  background-color: #fff;
  border: 1px solid #c3c3ca;
  border-radius: 4px;
  color: #302c2c;
  display: block;
  font-size: 16px;
  height: 36px;
  padding: 6px 12px;
  width: 100%; }
  .pxl-form-control:disabled {
    background-color: #f6f7f8;
    cursor: not-allowed; }
  .pxl-has-error .pxl-form-control {
    border: 1px solid #c33239; }

.pxl-navbar__search .pxl-navbar__search-btn {
  cursor: pointer;
  display: flex;
  margin-right: 10px;
  padding: 5px; }
  .pxl-navbar--active .pxl-navbar__search .pxl-navbar__search-btn {
    display: none; }

.pxl-navbar__search .pxl-navbar__search-bar {
  align-items: center;
  background: #fff;
  color: #302c2c;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  height: 36px;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  top: 40px;
  transition: height 500ms ease 0ms; }
  .pxl-navbar__search .pxl-navbar__search-bar .pxl-navbar__search-icon {
    color: #302c2c;
    display: none;
    font-size: 20px;
    margin-right: -5px; }
  .pxl-navbar__search .pxl-navbar__search-bar .react-autosuggest__container {
    display: none;
    width: 100%; }
  .pxl-navbar__search .pxl-navbar__search-bar .pxl-navbar__search-input {
    border: none;
    display: none;
    font-size: 16px;
    height: 30px;
    padding: 6px 12px; }

.pxl-navbar__search--active .pxl-navbar__search-bar {
  border-bottom: 1px solid #e9e9ec;
  padding: 25px 15px;
  top: 70px;
  transition: top 400ms ease 0ms;
  width: 100%; }
  .pxl-navbar__search--active .pxl-navbar__search-bar .pxl-navbar__search-icon,
  .pxl-navbar__search--active .pxl-navbar__search-bar .react-autosuggest__container,
  .pxl-navbar__search--active .pxl-navbar__search-bar .pxl-navbar__search-input {
    display: block; }

@media (min-width: 992px) {
  :not(.pxl-navbar--mobile) .pxl-navbar__search .pxl-navbar__search-btn {
    display: none; }
  :not(.pxl-navbar--mobile) .pxl-navbar__search .pxl-navbar__search-bar {
    border: 1px solid #c3c3ca;
    border-radius: 4px;
    display: flex;
    margin: 0 15px 0 0;
    position: relative;
    top: 0; }
    :not(.pxl-navbar--mobile) .pxl-navbar__search .pxl-navbar__search-bar .pxl-navbar__search-icon,
    :not(.pxl-navbar--mobile) .pxl-navbar__search .pxl-navbar__search-bar .react-autosuggest__container,
    :not(.pxl-navbar--mobile) .pxl-navbar__search .pxl-navbar__search-bar .pxl-navbar__search-input {
      display: block; } }

.hidden {
  display: none !important; }

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

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

.pxl-navbar--white {
  background-color: #fff;
  color: #302c2c; }

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

.pxl-navbar--transparent-dark {
  background-color: transparent;
  color: #302c2c; }

.pxl-navbar {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  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: 900; }
  .pxl-navbar.pxl-navbar--active {
    position: absolute; }
  .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: 800; }
  .pxl-navbar--active .pxl-navbar__content {
    padding-bottom: 200px;
    right: 0;
    -webkit-transition: right 600ms ease;
    transition: right 600ms ease;
    width: 85%;
    z-index: 700; }

@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;
    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; }

