/* FT Regola Neue font */

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 300;
  font-style: normal;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Light.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Light.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 300;
  font-style: italic;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-LightItalic.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-LightItalic.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: normal;
  font-style: normal;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Regular.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Regular.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: normal;
  font-style: italic;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-RegularItalic.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-RegularItalic.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 500;
  font-style: normal;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Medium.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Medium.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 500;
  font-style: italic;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-MediumItalic.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-MediumItalic.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 600;
  font-style: normal;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Semibold.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Semibold.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 600;
  font-style: italic;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-SemiboldItalic.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-SemiboldItalic.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 700;
  font-style: normal;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Bold.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Bold.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 700;
  font-style: italic;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-BoldItalic.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-BoldItalic.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 900;
  font-style: normal;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Heavy.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-Heavy.woff')
      format('woff');
}

@font-face {
  font-family: 'FT Regola Neue';
  font-weight: 900;
  font-style: italic;
  src: url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-HeavyItalic.woff2')
      format('woff2'),
    url('//fonts.fubo.tv/web/ft-regola-neue/FTRegolaNeue-HeavyItalic.woff')
      format('woff');
}

body {
  margin: 0;
  padding: 0;
  font-family: 'FT Regola Neue', sans-serif;
  background-color: #242424;
  /* required by iOS */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .static-header {
  background-color: #1c1c1c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px 0, rgba(0, 0, 0, 0.2) 0 0 3px 0;
  padding: 0 10px;
}

@media (min-width: 906px) {
  body .static-header {
    padding: 0 60px;
  }
}

body .static-header .logo {
  display: block;
  width: 81px;
  height: 34px;
  background: url('../assets/logo.svg');
  margin: 8px 0;
}

body .static-header .logo svg {
  fill: #ffffff;
}

body iframe:nth-of-type(2) {
  width: 100%;
  height: calc(100vh - 60px);
}

body .main {
  color: #c4c0b8;
  margin: 0 auto 80px;
  padding: 5px 0 0;
  max-width: 1500px;
  width: calc(100% - 35px);
}

body h1 {
  font-weight: 700;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}

body h3 {
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0;
}

body h3 > li {
  line-height: 36px;
}

body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 10px;
}

body .links > a {
  font-weight: 700;
  color: #c4c0b8;
}

body a {
  color: #147bba;
  text-decoration: none;
  overflow-wrap: break-word;
}

body li {
  line-height: 21px;
  padding: 7px 0;
}

body span.u {
  text-decoration: underline;
}

body .uppercase {
  text-transform: uppercase;
}

body .unmarked-list {
  list-style-type: none;
  line-height: 21px;
  margin-bottom: 10px;
}

.scroll-anchor {
  padding-top: 60px;
  margin-top: -60px;
}
