.channel-navigation .open-state-intro .page-select:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.channel-navigation .open-state-menu ul li a {
  font-weight: 600;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Work Sans", sans-serif;
  position: relative; }
  .channel-navigation .open-state-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 0;
    background: #B31B1B;
    transition: width .4s ease; }
  .user-is-tabbing .channel-navigation .open-state-menu ul li a:focus, .channel-navigation .open-state-menu ul li .user-is-tabbing a:focus, .channel-navigation .open-state-menu ul li a:hover {
    text-decoration: none; }
    .user-is-tabbing .channel-navigation .open-state-menu ul li a:focus:after, .channel-navigation .open-state-menu ul li .user-is-tabbing a:focus:after, .channel-navigation .open-state-menu ul li a:hover:after {
      width: 100%;
      transition: width .4s ease; }

.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.channel-navigation {
  border-bottom: 1px solid #E9E9E9;
  text-align: center;
  background: #fff;
  z-index: 101; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .channel-navigation.fixed ul {
      text-align: right; } }
  .channel-navigation ul {
    margin: 0;
    padding: 0; }
    .channel-navigation ul li {
      display: inline-block; }
      .channel-navigation ul li a {
        font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
        color: #000;
        display: block;
        padding: 20px 32px;
        font-family: "Work Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        position: relative; }
        .channel-navigation ul li a:after {
          content: '';
          height: 7px;
          width: 0;
          background: #EF4035;
          position: absolute;
          left: 0;
          bottom: -4px; }
        .channel-navigation ul li a.active:after {
          width: 100%;
          transition: width .4s ease; }
        .channel-navigation ul li a:hover, .channel-navigation ul li .user-is-tabbing a:focus, .user-is-tabbing .channel-navigation ul li a:focus {
          text-decoration: none; }
          .channel-navigation ul li a:hover:after, .channel-navigation ul li .user-is-tabbing a:focus:after, .user-is-tabbing .channel-navigation ul li a:focus:after {
            width: 100%;
            transition: width .4s ease; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .channel-navigation ul li {
        margin: 0 !important; } }
  .channel-navigation .open-state-intro {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease; }
    .channel-navigation .open-state-intro .page-select {
      background: none;
      border: none;
      display: block;
      position: relative;
      font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
      font-family: "Work Sans", sans-serif;
      font-weight: 700;
      cursor: pointer; }
      .channel-navigation .open-state-intro .page-select span {
        display: inline-block;
        margin-right: 9px; }
        .channel-navigation .open-state-intro .page-select span img {
          display: inline-block;
          position: absolute;
          left: -40px;
          width: 40px;
          top: 50%;
          transform: translateY(-50%); }
      .channel-navigation .open-state-intro .page-select:after {
        content: '\e90e';
        display: inline-block;
        font-size: 1rem;
        transition: all 0.3s ease; }
      .channel-navigation .open-state-intro .page-select.active:after {
        transform: rotate(-180deg); }
  .channel-navigation.fixed {
    transition: top 0.6s ease; }
    .channel-navigation.fixed .open-state-intro {
      opacity: 1;
      visibility: visible; }
    .channel-navigation.fixed .open-state-menu {
      visibility: visible;
      opacity: 1; }
  .channel-navigation .open-state-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    background: #B31B1B;
    position: absolute;
    text-align: left;
    width: 100%;
    height: calc(100vh - 61px); }
    .channel-navigation .open-state-menu ul {
      list-style-type: none;
      margin: 56px 0 64px; }
      .channel-navigation .open-state-menu ul li {
        display: block;
        margin: 10px 0; }
        .channel-navigation .open-state-menu ul li a {
          color: #fff;
          font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
          font-weight: 700;
          font-family: "Work Sans", sans-serif;
          padding: 0;
          text-transform: none;
          display: inline-block; }
          .channel-navigation .open-state-menu ul li a:after {
            background: #fff; }
  @media (min-width: 1200px) {
    .channel-navigation.fixed.push-down {
      top: 117px !important; } }
  @media (min-width: 992px) {
    .channel-navigation.fixed.push-down {
      top: 111px !important;
      transition: top 0.4s ease; } }
  @media (max-width: 991.98px) {
    .channel-navigation ul {
      transition: all 0.3s ease; }
      .channel-navigation ul li a {
        padding: 20px; }
    .channel-navigation.fixed ul {
      padding-left: 130px; }
    .channel-navigation .open-state-menu ul {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .channel-navigation {
      display: none;
      visibility: hidden; } }
