
@font-face {
  font-family: "TimesDigital-Regular";
  src: url(https://www.thetimes.co.uk/fonts/TimesDigital-Regular.woff2) format("woff2"), url(https://www.thetimes.co.uk/fonts/TimesDigital-Regular.woff) format("woff"), url(https://www.thetimes.co.uk/fonts/TimesDigital-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

nav.nav {
  position: fixed;
  width: 100%;
  height: 4rem;
  top: 0;
  left: 0;
  background-color: #01000D;
  overflow: hidden;
  z-index: 5; }
  nav.nav .nav-wrapper {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    nav.nav .nav-wrapper .masthead {
      float: left; }
      nav.nav .nav-wrapper .masthead .masthead-wrapper {
        height: 2rem;
        margin: 1rem; }
        nav.nav .nav-wrapper .masthead .masthead-wrapper img {
          height: 100%; }
        nav.nav .nav-wrapper .masthead .masthead-wrapper.masthead-tt {
          display: none; }
        nav.nav .nav-wrapper .masthead .masthead-wrapper.masthead-st {
          display: none;
          height: 1.5rem;
          margin-top: 1.25rem;
          margin-bottom: 1.25rem; }
        nav.nav .nav-wrapper .masthead .masthead-wrapper.masthead-dual {
          height: 3rem;
          margin-top: 0.25rem;
          margin-bottom: 0.75rem; }
    nav.nav .nav-wrapper .edition-btn {
      float: right; }
      nav.nav .nav-wrapper .edition-btn a {
        margin-right: 1rem;
        padding-left: 1.6rem;
        color: #FFF;
        font-size: 1.4rem;
        font-family: "TimesDigital-Regular";
        line-height: 4rem;
        text-decoration: none; }
        nav.nav .nav-wrapper .edition-btn a.left-arrow {
          background-image: url("https://components.timesdev.tools/sys/template/images/left-arrow.png");
          background-repeat: no-repeat;
          background-position: 0 center;
          background-size: auto 80%;
          background-color: transparent; }
    nav.nav .nav-wrapper:after {
      content: "";
      display: table;
      clear: both; }