/* line 16, ../sass/_station_header.scss */
.pbs-station-header {
  min-height: 70px;
  line-height: 70px;
}
/* line 20, ../sass/_station_header.scss */
.pbs-station-header .station-logo {
  max-width: 120px;
  max-height: 30px;
}
/* line 25, ../sass/_station_header.scss */
.pbs-station-header .header-menu {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
}
/* line 30, ../sass/_station_header.scss */
.pbs-station-header .header-menu.invisible {
  visibility: hidden;
}
/* line 35, ../sass/_station_header.scss */
.pbs-station-header .header-menu.highlight-last > li:last-child > a {
  color: #ac031f;
  font-weight: 600;
}
/* line 42, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li {
  line-height: 70px;
  height: 70px;
  float: left;
  font-size: 16px;
  padding: 0 20px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  position: relative;
}
/* line 52, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li > a {
  color: #292929;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
/* line 58, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li > a:hover {
  text-decoration: none;
}
/* line 62, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li .submenu {
  visibility: hidden;
  position: absolute;
  min-width: 200px;
  top: 70px;
  left: -1px;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 25px;
  background-color: #f3f3f3;
  border: 1px solid #d1d1d1;
}
/* line 74, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li .submenu li {
  list-style: none;
  padding: 0;
  height: auto;
  line-height: normal;
}
/* line 80, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li .submenu li a {
  padding: 12px 17px 12px 22px;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
/* line 89, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li .submenu li:hover a:hover {
  background: #f3f3f3 !important;
  text-decoration: underline;
}
/* line 94, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li .submenu.right-align {
  right: -1px;
  left: auto;
}
/* line 99, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li:hover {
  background: #f3f3f3 !important;
  border-color: #d1d1d1;
}
/* line 103, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li:hover .submenu {
  visibility: visible;
}
/* line 106, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li:hover.has-children > a:after {
  content: '';
  width: 100%;
  display: block;
  height: 4px;
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  z-index: 10;
}
/* line 118, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li.active a {
  color: white;
}
/* line 121, ../sass/_station_header.scss */
.pbs-station-header .header-menu > li.active:hover a {
  color: #292929;
}
/* line 127, ../sass/_station_header.scss */
.pbs-station-header .header-search {
  position: relative;
}
/* line 131, ../sass/_station_header.scss */
.pbs-station-header .header-search:hover #header-search-form {
  visibility: visible;
}
/* line 134, ../sass/_station_header.scss */
.pbs-station-header .header-search:hover .menu-search-icon {
  color: #292929;
  background: #f3f3f3;
  border-color: #d1d1d1;
}
/* line 139, ../sass/_station_header.scss */
.pbs-station-header .header-search:hover .menu-search-icon:after {
  content: '';
  width: 54px;
  display: block;
  height: 4px;
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  z-index: 10;
}
/* line 152, ../sass/_station_header.scss */
.pbs-station-header .btn-search {
  position: absolute;
  top: 33px;
  right: 17px;
  font-size: 15px;
  color: #292929;
  background: none;
  border: none;
  box-shadow: none;
}
/* line 162, ../sass/_station_header.scss */
.pbs-station-header .btn-search:hover {
  background: #f3f3f3;
}
/* line 166, ../sass/_station_header.scss */
.pbs-station-header #header-search-form {
  margin-bottom: 0;
  visibility: hidden;
  position: absolute;
  background: #f3f3f3;
  padding: 12px 10px 14px 11px;
  border: 1px solid #d1d1d1;
  top: 70px;
  right: 0;
}
/* line 176, ../sass/_station_header.scss */
.pbs-station-header #header-search-form input[type="text"] {
  width: 350px;
  height: 45px;
  box-sizing: border-box;
  border-radius: 0;
  border-color: #bfbfbf;
  margin-bottom: 0;
  font-size: 14px;
  box-shadow: none;
  outline: none;
}
/* line 188, ../sass/_station_header.scss */
.pbs-station-header .menu-search-icon {
  font-size: 18px;
  padding: 0 20px;
  color: #292929;
  text-decoration: none;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

/* line 199, ../sass/_station_header.scss */
.studio.explorer header.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
/* line 206, ../sass/_station_header.scss */
.studio.explorer header.sticky-menu + div {
  margin-top: 74px;
  overflow: hidden;
}

/* line 211, ../sass/_station_header.scss */
.studio.explorer header {
  min-height: 74px;
  z-index: 1000;
  border-bottom: none;
}
/* line 216, ../sass/_station_header.scss */
.studio.explorer header .main-menu {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 221, ../sass/_station_header.scss */
.studio .station-menu-blocker {
  display: none;
}

/* line 7, ../sass/_station_header.scss */
.container.middle-header {
  display: none;
}

/* line 10, ../sass/_station_header.scss */
.hero-page-mobile-logo {
  display: none !important;
}

/* line 230, ../sass/_station_header.scss */
.show-for-small-only {
  display: none;
}

@media (min-width: 961px) and (max-width: 1279px) {
  /* line 235, ../sass/_station_header.scss */
  .pbs-station-header .header-menu > li {
    padding: 0 12px;
    white-space: nowrap;
  }
  /* line 239, ../sass/_station_header.scss */
  .pbs-station-header .header-menu > li a {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  /* line 247, ../sass/_station_header.scss */
  .hide-for-small {
    display: none;
  }

  /* line 250, ../sass/_station_header.scss */
  .show-for-small-only {
    display: inline-block !important;
  }

  /* line 253, ../sass/_station_header.scss */
  .explorer.studio header {
    min-height: 50px;
  }
  /* line 256, ../sass/_station_header.scss */
  .explorer.studio header div.main-menu {
    width: 100%;
    height: 50px;
    border-bottom-width: 4px;
    box-shadow: none;
  }
  /* line 263, ../sass/_station_header.scss */
  .explorer.studio header.sticky-menu + div {
    margin-top: 54px;
  }

  /* line 268, ../sass/_station_header.scss */
  html.menu-opened {
    overflow: hidden;
  }

  /* line 272, ../sass/_station_header.scss */
  .pbs-station-header {
    height: 50px;
    line-height: 50px;
    min-height: 50px;
  }
  /* line 277, ../sass/_station_header.scss */
  .pbs-station-header .station-url {
    float: right !important;
    margin-right: 25px;
  }
  /* line 281, ../sass/_station_header.scss */
  .pbs-station-header #mobile-menu-button {
    background: none;
    border: none;
    box-shadow: none;
    margin-left: 16px;
    outline: none;
    padding: 7px;
  }
  /* line 289, ../sass/_station_header.scss */
  .pbs-station-header #mobile-menu-button:hover, .pbs-station-header #mobile-menu-button:focus {
    background: none;
  }
  /* line 292, ../sass/_station_header.scss */
  .pbs-station-header #mobile-menu-button .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
  }
  /* line 299, ../sass/_station_header.scss */
  .pbs-station-header #mobile-menu-button .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  /* line 307, ../sass/_station_header.scss */
  .left-off-canvas-menu {
    width: 300px;
    height: 100%;
    border-right: solid 1px #d2d2d2;
    top: 0;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 0;
    background: #f3f3f3;
    box-sizing: border-box;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  /* line 326, ../sass/_station_header.scss */
  .left-off-canvas-menu .menu-shadow {
    width: 8px;
    height: 100%;
    background: #f3f3f3;
    box-shadow: 0px 0px 15px #666;
    position: absolute;
    top: 0;
    right: -11px;
    z-index: 10;
  }
  /* line 337, ../sass/_station_header.scss */
  .left-off-canvas-menu #header-search-form {
    margin-bottom: 0;
  }
  /* line 340, ../sass/_station_header.scss */
  .left-off-canvas-menu #header-search-form input[type="text"] {
    width: 100%;
    height: 54px;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    box-sizing: border-box;
    background: #f3f3f3;
    box-shadow: none;
    padding-left: 35px;
    padding-right: 55px;
    margin-bottom: 0;
  }
  /* line 353, ../sass/_station_header.scss */
  .left-off-canvas-menu #header-search-form .btn-search {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    color: #d2d2d2;
    background: none;
    border: none;
    box-shadow: none;
  }
  /* line 363, ../sass/_station_header.scss */
  .left-off-canvas-menu #header-search-form .btn-search .icon-search:before {
    font-size: 27px;
  }
  /* line 369, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu {
    display: block !important;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  /* line 377, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu.highlight-last > li:last-child > a {
    color: #ac031f;
    font-weight: 600;
  }
  /* line 384, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu > li {
    border-bottom: 1px solid #d2d2d2;
    font-size: 18px;
    position: relative;
  }
  /* line 390, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu > li a {
    color: #292929;
    display: block;
    padding: 19px 35px 19px 35px;
    position: relative;
    z-index: 10;
  }
  /* line 398, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu > li.has-children .open-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 59px;
    z-index: 1000;
  }
  /* line 406, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu > li.has-children .open-arrow:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
    top: 25px;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #676767 transparent transparent transparent;
  }
  /* line 421, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu > li.open .open-arrow:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #fff transparent transparent transparent;
  }
  /* line 428, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu > li.active > a, .left-off-canvas-menu .header-menu > li.open > a {
    color: white;
  }
  /* line 433, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu .submenu {
    height: 0;
    overflow: hidden;
    background: #fafafa;
    margin: 0;
  }
  /* line 439, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu .submenu a {
    color: #6a6a6a;
    font-size: 14px;
    padding: 5px 35px;
  }
  /* line 445, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu .submenu.expand {
    height: auto;
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
    margin-bottom: -1px;
  }

  /* line 456, ../sass/_station_header.scss */
  .studio .station-menu-blocker {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }
  /* line 466, ../sass/_station_header.scss */
  .studio.move-right {
    overflow: hidden;
  }
  /* line 469, ../sass/_station_header.scss */
  .studio.move-right header,
  .studio.move-right footer,
  .studio.move-right > div:not(.left-off-canvas-menu) {
    overflow: hidden;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  /* line 480, ../sass/_station_header.scss */
  .studio.move-right .station-menu-blocker {
    display: block;
    overflow: hidden;
  }
  /* line 484, ../sass/_station_header.scss */
  .studio.move-right .left-off-canvas-menu {
    visibility: visible;
    overflow-y: auto;
  }
  /* line 489, ../sass/_station_header.scss */
  .studio.move-right #mobile-menu-button {
    background-color: #DDDDDD;
    border-radius: 3px;
  }
}
@media (max-width: 480px) {
  /* line 497, ../sass/_station_header.scss */
  .left-off-canvas-menu {
    width: 212px;
  }
  /* line 500, ../sass/_station_header.scss */
  .left-off-canvas-menu #header-search-form input[type="text"] {
    padding-left: 23px;
  }
  /* line 503, ../sass/_station_header.scss */
  .left-off-canvas-menu .header-menu > li a {
    padding-left: 23px;
  }

  /* line 509, ../sass/_station_header.scss */
  .studio.move-right header, .studio.move-right footer, .studio.move-right > div:not(.left-off-canvas-menu) {
    -webkit-transform: translate3d(212px, 0, 0);
    -moz-transform: translate3d(212px, 0, 0);
    -ms-transform: translate3d(212px, 0, 0);
    -o-transform: translate3d(212px, 0, 0);
    transform: translate3d(212px, 0, 0);
  }
}
