@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700|Raleway:300,400,500,600,700);
.hmd-header nav.nojss:after, .hmd-header nav.nojss ul:after {
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

#barbranding, #breadcrumb-div {
  display: none !important; }

#main-body {
  overflow: hidden; }

.hmd-header {
  height: 69px;
  background: #2e2e2e;
  position: relative; }
  .hmd-header .logo {
    background: #a21524;
    padding: 12px 20px;
    border-radius: 0 0 12px 0; }
    .hmd-header .logo img {
      width: 93px;
      height: 34px;
      display: block; }
  .hmd-header nav.nojss {
    position: absolute;
    top: 20px;
    left: 154px; }
    .hmd-header nav.nojss ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .hmd-header nav.nojss ul li {
        float: left;
        margin-right: 24px; }
        .hmd-header nav.nojss ul li a {
          color: #d8d8d8;
          font-size: 13px;
          text-transform: uppercase;
          text-decoration: none;
          font-family: Lato, sans-serif;
          line-height: 1em; }
          .hmd-header nav.nojss ul li a:hover, .hmd-header nav.nojss ul li a:focus {
            text-decoration: underline; }
  .hmd-header nav.hasjss {
    display: none; }

.x-placeholder {
  background: #fff;
  width: 100%;
  min-height: 500px;
  font-size: 100px; }

@media (max-width: 1065px) {
  .hmd-header nav.nojss {
    top: 10px; }
    .hmd-header nav.nojss ul li a {
      line-height: 1.65em; } }

@media (max-width: 650px) {
  .hmd-header {
    padding-bottom: 10px; }
    .hmd-header .logo {
      padding: 8px 12px;
      border-radius: 0 0 8px 0; }
      .hmd-header .logo img {
        width: 68px;
        height: 25px; }
    .hmd-header nav.nojss {
      left: 110px;
      top: 0;
      min-height: 25px; }
      .hmd-header nav.nojss ul li a {
        font-size: 11px; } }

@media (max-width: 450px) {
  .hmd-header {
    padding-bottom: 10px;
    height: auto; }
    .hmd-header .logo {
      position: absolute; }
    .hmd-header nav.nojss {
      position: relative;
      left: 0;
      padding-left: 110px;
      top: 0;
      min-height: 25px; }
      .hmd-header nav.nojss ul li a {
        font-size: 11px; } }

