.pxl-navbar {
  background: #464249;
  box-sizing: border-box;
  font-family: Roboto;
  margin: 0;
  height: 70px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 9999;
  -webkit-font-smoothing: antialiased; }
  .pxl-navbar--transparent {
    background: transparent; }
  .pxl-navbar *,
  .pxl-navbar *::after {
    font-family: Roboto;
    box-sizing: border-box; }
  .pxl-navbar .pxl-navbar-nav > li {
    list-style: none;
    margin-bottom: 0; }
  .pxl-navbar .pxl-navbar-nav > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700; }
  .pxl-navbar .pxl-navbar-content {
    display: inline-block; }
  .pxl-navbar .pxl-navbar-branding {
    display: inline-block;
    left: 0;
    padding: 20px 30px 20px 0;
    vertical-align: middle; }
  .pxl-navbar .pxl-navbar-subnav {
    display: none; }
    .pxl-navbar .pxl-navbar-subnav a {
      font-size: 14px;
      font-weight: 700; }
      .pxl-navbar .pxl-navbar-subnav a:hover {
        text-decoration: none; }
  .pxl-navbar .pxl-navbar-item {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer; }
    .pxl-navbar .pxl-navbar-item:hover a {
      color: #fed9a3; }
  .pxl-navbar .pxl-navbar-mobile-menu {
    color: #fff;
    display: none; }
  .pxl-navbar .pxl-navbar-right {
    float: right;
    vertical-align: middle;
    padding: 25px 0;
    line-height: 20px; }

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

@media (min-width: 768px) {
  .pxl-navbar .pxl-navbar-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0; }
  .pxl-navbar-content {
    vertical-align: top;
    padding: 25px 0;
    line-height: 0; }
    .pxl-navbar-content > ul {
      line-height: 1; }
  .pxl-navbar-item {
    line-height: 20px;
    padding: 0 30px 0 0; }
  .pxl-navbar-collapse {
    display: none; }
  .pxl-navbar-item.pxl-navbar-parent > .pxl-navbar-subnav {
    display: inline-block;
    height: 0;
    left: 0;
    margin-top: 20px;
    overflow-y: hidden;
    position: absolute;
    top: 47px;
    width: 100%;
    transition: height 0ms ease 350ms;
    -webkit-transition: height 0ms ease 350ms; }
    .pxl-navbar-item.pxl-navbar-parent > .pxl-navbar-subnav > ul {
      background-color: #625d6a;
      list-style: none;
      padding: 20px 20px 20px 140px;
      margin: 0; }
    .pxl-navbar-item.pxl-navbar-parent > .pxl-navbar-subnav > ul > li {
      display: inline-block;
      font-size: 14px;
      margin: 0 40px 0 0; }
      .pxl-navbar-item.pxl-navbar-parent > .pxl-navbar-subnav > ul > li:last-child {
        margin: 0; }
      .pxl-navbar-item.pxl-navbar-parent > .pxl-navbar-subnav > ul > li > a {
        color: #fff; }
  .pxl-navbar-item.pxl-navbar-parent > a {
    position: relative; }
    .pxl-navbar-item.pxl-navbar-parent > a::after {
      border-bottom: 15px solid transparent;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      content: '';
      height: 0;
      left: 50%;
      margin: 0 0 0 -15px;
      position: absolute;
      top: 30px;
      width: 0;
      transition: border-bottom 0ms ease 350ms;
      -webkit-transition: border-bottom 0ms ease 350ms; }
  .pxl-navbar-item.pxl-navbar-parent:hover > a::after {
    border-bottom: 15px solid #625d6a;
    transition: border-bottom 0ms ease 350ms;
    -webkit-transition: border-bottom 0ms ease 350ms; }
  .pxl-navbar-item.pxl-navbar-parent:hover > .pxl-navbar-subnav {
    height: 150px; } }

@media (min-width: 992px) {
  .pxl-navbar {
    padding: 0 60px; } }

@media (max-width: 767px) {
  .pxl-navbar.active {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0; }
  .pxl-navbar-nav,
  .pxl-navbar-right {
    display: none; }
  .pxl-navbar.active .pxl-navbar-branding {
    left: 15%;
    position: relative;
    z-index: 999;
    transition: left 800ms ease;
    -webkit-transition: left 800ms ease; }
  .pxl-navbar-mobile-menu {
    cursor: pointer;
    display: block !important;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 20px 0;
    vertical-align: middle;
    transition: none;
    -webkit-transition: none; }
    .pxl-navbar.active .pxl-navbar-mobile-menu {
      color: transparent !important;
      height: 100vh;
      left: 0;
      position: fixed;
      top: 0;
      width: 15%;
      transition: background 300ms ease 200ms;
      -webkit-transition: background 300ms ease 200ms; }
      .pxl-navbar.active .pxl-navbar-mobile-menu::after {
        color: #fff;
        content: '\D7';
        font-size: 30px;
        font-weight: 400;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%; }
  .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 0;
    position: absolute;
    right: -85%;
    top: 0;
    width: 0;
    z-index: 998;
    transition: right 600ms ease-out, width 600ms ease-out;
    -webkit-transition: right 600ms ease-out, width 600ms ease-out; }
    .pxl-navbar.active .pxl-navbar-content {
      width: 85%;
      right: 0;
      transition: right 600ms ease;
      -webkit-transition: right 600ms ease; }
  .pxl-navbar.active .pxl-navbar-right {
    color: black !important;
    display: block;
    float: none;
    padding: 25px 0;
    position: absolute;
    right: 25px;
    top: 0;
    z-index: 999; }
  .pxl-navbar-nav {
    margin: 0;
    padding: 0; }
    .pxl-navbar-nav .pxl-navbar-item {
      display: block;
      line-height: 1;
      margin: 0;
      width: 100%; }
    .pxl-navbar-nav .pxl-navbar-item > a {
      border-left: 1px solid #c3c3ca;
      border-right: 1px solid #c3c3ca;
      border-top: 1px solid #c3c3ca;
      color: #302c2c;
      display: block;
      line-height: 1;
      padding: 25px;
      position: relative;
      width: 100%; }
    .pxl-navbar-nav .pxl-navbar-item:last-child > a {
      border-bottom: 1px solid #c3c3ca; }
    .pxl-navbar-nav .pxl-navbar-item.pxl-navbar-parent.active
> .pxl-navbar-collapse::after {
      content: '\2013' !important; }
    .pxl-navbar-nav .pxl-navbar-item.pxl-navbar-parent .pxl-navbar-subnav {
      background: transparent;
      display: block;
      height: 0;
      line-height: 1;
      overflow: hidden;
      width: 100%; }
      .pxl-navbar-nav .pxl-navbar-item.pxl-navbar-parent .pxl-navbar-subnav > ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .pxl-navbar-nav .pxl-navbar-item.pxl-navbar-parent .pxl-navbar-subnav > ul > li {
          display: block;
          float: left;
          margin: 0;
          padding-right: 30px;
          width: 50%; }
          .pxl-navbar-nav .pxl-navbar-item.pxl-navbar-parent .pxl-navbar-subnav > ul > li:nth-child(even) {
            padding-right: 0; }
          .pxl-navbar-nav .pxl-navbar-item.pxl-navbar-parent .pxl-navbar-subnav > ul > li > a {
            color: #fff;
            display: block;
            height: 65px; }
    .pxl-navbar-nav .pxl-navbar-item.pxl-navbar-parent.active .pxl-navbar-subnav {
      background-color: #302c2c;
      height: auto;
      padding: 30px 25px 0 25px; }
  .pxl-navbar-nav {
    display: block;
    padding: 0;
    width: 100%; }
    .pxl-navbar-nav .pxl-navbar-item > a {
      color: #302c2c !important; }
    .pxl-navbar-nav .pxl-navbar-item.pxl-navbar-parent {
      position: relative; }
    .pxl-navbar-nav .pxl-navbar-item.pxl-navbar-parent > .pxl-navbar-collapse::after {
      border-left: 1px solid #c3c3ca;
      color: #302c2c;
      content: '+';
      font-size: 30px;
      font-weight: 300;
      height: 64px;
      padding: 18px 25px 25px 25px;
      position: absolute;
      right: 0;
      top: 0;
      width: 70px; } }

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

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

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

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

.pxl-navbar #ps-navbar-login {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 40px;
  padding: 8px 16px;
  text-decoration: none; }
  .pxl-navbar #ps-navbar-login:hover {
    color: #fff;
    text-decoration: none; }

.pxl-navbar #ps-navbar-logout {
  text-align: center;
  margin: 20px; }

.pxl-navbar #ps-navbar-phone {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 767px) {
    .pxl-navbar #ps-navbar-phone {
      display: none; } }

.pxl-navbar #ps-navbar-business-dashboard {
  border: 1px solid #302c2c;
  padding: 8px 16px;
  margin-right: 15px; }

.pxl-navbar #ps-navbar-business-dashboard,
.pxl-navbar #ps-navbar-myaccount > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 700; }
  .pxl-navbar #ps-navbar-business-dashboard:hover, .pxl-navbar #ps-navbar-business-dashboard:active,
  .pxl-navbar #ps-navbar-myaccount > li > a:hover,
  .pxl-navbar #ps-navbar-myaccount > li > a:active {
    color: #fff;
    text-decoration: none; }

.pxl-navbar #ps-navbar-myaccount > li > a:hover {
  color: #fed9a3; }

@media (max-width: 767px) {
  .pxl-navbar #ps-navbar-phone,
  .pxl-navbar #ps-navbar-business-dashboard {
    display: none; } }

@media (min-width: 768px) {
  .pxl-navbar #ps-navbar-logout {
    display: none; } }

.pxl-navbar .hidden {
  display: none !important; }

@media (max-width: 767px) {
  .pxl-navbar.active #ps-navbar-business-dashboard,
  .pxl-navbar.active #ps-navbar-business-dashboard:hover,
  .pxl-navbar.active #ps-navbar-business-dashboard:active,
  .pxl-navbar.active #ps-navbar-myaccount > li > a,
  .pxl-navbar.active #ps-navbar-myaccount > li > a:hover,
  .pxl-navbar.active #ps-navbar-myaccount > li > a:active {
    color: #302c2c; }
  .pxl-navbar.active #ps-navbar-login,
  .pxl-navbar.active #ps-navbar-login:hover,
  .pxl-navbar.active #ps-navbar-login:active {
    color: #302c2c;
    border-color: #302c2c; } }

.pxl-navbar .business-nav > .pxl-navbar-subnav > ul > li > a:hover,
.pxl-navbar .personal-nav > .pxl-navbar-subnav > ul > li > a:hover,
.pxl-navbar .data-nav > .pxl-navbar-subnav > ul > li > a:hover {
  color: #fed9a3; }

.pxl-navbar #ps-navbar-myaccount {
  display: inline-block;
  margin: 0;
  padding: 0; }
  .pxl-navbar #ps-navbar-myaccount > li {
    margin: 0; }
  .pxl-navbar #ps-navbar-myaccount .pxl-navbar-subnav > ul {
    padding: 20px;
    text-align: right;
    right: 0; }
    .pxl-navbar #ps-navbar-myaccount .pxl-navbar-subnav > ul > li > a:hover {
      color: #fed9a3; }
.pxl-footer {
  width: 100%;
  display: block;
  background-color: #302c2c; }
  .pxl-footer * {
    font-family: Roboto;
    font-weight: 400; }
  .pxl-footer > ul > li.pxl-navbar-item > a {
    color: #feeec5;
    font-size: 12px;
    line-height: 16px; }
    .pxl-footer > ul > li.pxl-navbar-item > a:hover {
      color: #f7a154; }

.pxl-footer-content {
  padding: 25px 30px; }

.pxl-footer-logos {
  float: left; }
  .pxl-footer-logos .logo * {
    fill: #fff; }

.pxl-footer-social-logos {
  margin-top: 15px;
  float: right;
  width: 100%;
  display: block;
  text-align: right; }
  .pxl-footer-social-logos a > img {
    margin-left: 8px;
    margin-right: 8px; }
  .pxl-footer-social-logos .pxl-social-logo:hover path {
    fill: #f7a154; }

.pxl-footer-links {
  vertical-align: middle;
  text-align: right;
  float: right; }
  .pxl-footer-links > span.pxl-footer-research-links {
    display: block;
    padding-top: 10px;
    color: #feeec5;
    font-size: 12px;
    font-weight: 400; }
    .pxl-footer-links > span.pxl-footer-research-links a.pxl-footer-strong {
      font-weight: 700; }
  .pxl-footer-links span {
    display: inline-block; }
    .pxl-footer-links span a {
      color: #feeec5;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
      .pxl-footer-links span a:hover {
        color: #f7a154;
        text-decoration: none; }

.pxl-footer-link-item {
  margin-left: 8px;
  margin-right: 8px; }

.pxl-footer-clear {
  clear: both; }

.pxl-footer-bottom {
  background-color: #000;
  padding: 15px 30px;
  overflow: hidden; }
  .pxl-footer-bottom .pxl-footer-copyright {
    color: #fff;
    font-size: 11px; }
  .pxl-footer-bottom .pxl-footer-privacy {
    display: inline-block;
    float: right; }
    .pxl-footer-bottom .pxl-footer-privacy ul > li {
      display: inline-block; }
      .pxl-footer-bottom .pxl-footer-privacy ul > li:first-child {
        margin-right: 30px; }
    .pxl-footer-bottom .pxl-footer-privacy .pxl-privacy-item > a {
      color: #fff;
      font-size: 11px;
      font-weight: 400; }
      .pxl-footer-bottom .pxl-footer-privacy .pxl-privacy-item > a:hover {
        color: #f7a154;
        text-decoration: none; }

@media (min-width: 768px) {
  .pxl-footer-copyright {
    display: inline-block; }
  .pxl-footer-links {
    display: inline-block;
    vertical-align: middle;
    width: 58%; }
  .pxl-footer-link-item {
    margin-left: 16px;
    margin-right: 0; }
  .pxl-footer-logos {
    width: 42%;
    display: inline-block; } }

@media (max-width: 767px) {
  .pxl-footer-copyright {
    display: none; }
  .pxl-footer-links {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    float: none; }
  .pxl-footer-social-logos {
    margin-top: 15px;
    text-align: center; }
  .pxl-footer-logos {
    width: 100%;
    display: block;
    text-align: center; } }
