
    .sr-only{
      border:0;
      clip:rect(0,0,0,0);
      height:1px;
      overflow:hidden;
      padding:0;
      position:absolute;
      width:1px;
    }

    .sr-only-focusable:active,
    .sr-only-focusable:focus {
      position: static;
      width: auto;
      height: auto;
      overflow: visible;
      clip: auto;
      white-space: normal;
    }

    #eyebrow {
      width: 100%;
      height: 28px;
      background: #000;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-font-smoothing: antialiased;
    }
    
    .eyebrow-container {
      width: 1000px;
      padding: 0;
      margin: 0 auto;
      position: relative;
    }
    
    .eyebrow-panel-width {
      position: absolute;
      top: 0;
      right: 110px;
      z-index: 999;
      height: 28px;
      border-left: 1px solid #636363;
      border-right: 1px solid #636363;
      cursor: pointer;
    }
    
    .eyebrow-mtc-button {
      height: 28px;
      font-family: 'Source Sans Pro', Helvetica Neue, Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: left;
      padding: 0 0 0 10px;
      color: #c8c8c8;
    }

    .eyebrow-mtc-button a {
      display: inline-block;
      color: #ffffff!important;
      text-decoration: none;
    }
    
    .eyebrow-mtc-button a:focus span.mtc-button-text,
    .eyebrow-mtc-button a:hover span.mtc-button-text {
      text-decoration: underline;
    }
    
    .mtc-button-text {
      display: inline-block;
      line-height: 28px;
      vertical-align: top;
      padding: 0 2px 0 5px;
    }
    
    .mtc-button-icon {
      display: inline-block;
      height: 28px;
      width: 28px;
    }
    
    .mtc-button-icon svg {
      height: 28px;
      width: 28px;
    }
    
    .mtc-button-icon svg {
      fill: #e9e8e8;
    }
    
    .mtc-button-down {
      display: block;
      float: right;
      height: 28px;
      width: 28px;
      margin-right: 4px;
    }
    
    .mtc-button-down svg {
      display: block;
      height: 28px;
      width: 28px;
    }
    
    .mtc-button-down svg {
      fill: #c7c7c7;
    }
    
    i.fa-chevron-circle-down {
      margin-right: 10px;
      font-size: 12px;
    }
    
    .eyebrow-links-panel {
      background: #f0f0f0;
      float: left;
      border-radius: 0px 0px 4px 4px;
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border: 0px solid #000000;
      overflow: hidden;
      max-height: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }
    
    .eyebrow-panel-width.open .eyebrow-links-panel, 
    .eyebrow-panel-width:focus .eyebrow-links-panel, 
    .eyebrow-panel-width:hover .eyebrow-links-panel {
      max-height: 150px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }
    
    .eyebrow-panel-width.open .eyebrow-mtc-button,
    .eyebrow-panel-width:focus .eyebrow-mtc-button,
    .eyebrow-panel-width:hover .eyebrow-mtc-button {
      color: #ffffff;
    }
    
    a.eyebrow-item {
      float: left;
      clear: left;
      width: 100%;
      height: 32px;
      font-family: 'Source Sans Pro', Helvetica Neue, Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 12px;
      line-height: 26px;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: left;
      color: #323232!important;
      text-decoration: none;
      border-bottom: 1px solid #c8c8c8;
      padding: 0px 15px 0 12px;
    }
    
    a.eyebrow-item:last-of-type {
      border-bottom: none;
    }
    
    a.eyebrow-item:focus,
    a.eyebrow-item:hover {
      color: #ffffff;
      background: #636363;
    }

    a.eyebrow-item:active {
      color: #ffffff;
      background: #323232;
    }
    
    a.eyebrow-item:focus svg,
    a.eyebrow-item:hover svg {
      fill: #ffffff;
    }

    a.eyebrow-item:active svg {
      fill: #ffffff;
    }
    
    span.eyebrow-icon {
      display: inline-block;
      vertical-align: middle;
      width: 26px;
      height: 22px;
      margin-right: 6px;
      text-align: center;
    }
    
    .eyebrow-icon svg {
      display: inline-block;
      height: 22px;
      max-width: 26px;
      fill: #636363;
    }
    
    .eyebrow-text {
      display: inline-block;
      vertical-align: middle;
      line-height: 10px;
    }
    
    .eyebrow-clearfix {
      width: 100%;
      height: 0;
      display: block;
      float: none;
      clear: both;
    }
    
    #eyebrow span.ext {
      display: none;
    }
    
    @media all and (min-width: 1200px) {
      .eyebrow-container {
        width: 1000px;
      }
    }
    
    @media all and (max-width: 1200px) {
      .eyebrow-panel-width {
      right: 94px;
    }
      .eyebrow-container {
        width: 970px;
      }
    }
    
    @media all and (max-width: 992px) {
      .eyebrow-panel-width {
      right: -16px;
    }
      .eyebrow-container {
        width: 750px;
      }
    }
    
    @media all and (max-width: 767px) {
      #eyebrow {
        display: none;
      }
    }
