@font-face {
  font-family: 'TeleGrotesk-Nor';
  src: url('../fonts/tele-grotesknor.eot');
  src: url('../fonts/tele-grotesknor.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/tele-grotesknor.woff2') format('woff2'), 
        url('../fonts/tele-grotesknor.woff') format('woff'), 
        url('../fonts/tele-grotesknor.ttf') format('truetype'), 
        url('../fonts/tele-grotesknor.svg#Tele-Grotesk') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'TeleGrotesk-Hal';
  src: url('../fonts/tele-groteskhal.eot');
  src: url('../fonts/tele-groteskhal.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/tele-groteskhal.woff2') format('woff2'), 
       url('../fonts/tele-groteskhal.woff') format('woff'), 
       url('../fonts/tele-groteskhal.ttf') format('truetype'), 
       url('../fonts/tele-groteskhal.svg#Tele-Grotesk') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'TeleGrotesk-Fet';
  src: url('../fonts/tele-groteskfet.eot');
  src: url('../fonts/tele-groteskfet.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/tele-groteskfet.woff2') format('woff2'), 
       url('../fonts/tele-groteskfet.woff') format('woff'), 
       url('../fonts/tele-groteskfet.ttf') format('truetype'), 
       url('../fonts/tele-groteskfet.svg#Tele-Grotesk') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'TeleGrotesk-Ult';
  src: url('../fonts/tele-groteskult.eot');
  src: url('../fonts/tele-groteskult.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/tele-groteskult.woff2') format('woff2'), 
       url('../fonts/tele-groteskult.woff') format('woff'), 
       url('../fonts/tele-groteskult.ttf') format('truetype'), 
       url('../fonts/tele-groteskult.svg#Tele-Grotesk') format('svg');
  font-weight: 500;
  font-style: normal;
}
/* Rebellion text styles overrides */
h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    margin-bottom:0;
}

h1, h1 span {
    font-family:'TeleGrotesk-Nor', Arial, sans-serif;
    font-size:44px;
    line-height:55px;
    color: #323232;
  }
  h2, h2 span {
    font-family: 'TeleGrotesk-Fet', Arial, sans-serif;
    font-size:32px;
    line-height:38px;
    color: #323232;
  }
  h3, h3 span {
    font-family: 'TeleGrotesk-Ult', Arial, sans-serif;
    font-size:28px;
    line-height:34px;
    letter-spacing: .03em;
    color: #323232;
    font-weight: normal;
  }
  h4, h4 span {
    font-family: 'TeleGrotesk-Fet', Arial, sans-serif;
    font-size:24px;
    line-height:29px;
    color: #323232;
  }
  h5, h5 span {
    font-family: 'TeleGrotesk-Ult', Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
  }

  h6, h6 span {
    font-family: 'TeleGrotesk-Hal', Arial, sans-serif;
    font-size:20px;
    line-height:24px;
    color: #323232;
  }

  h6.blade {
    font-family: 'TeleGrotesk-Hal', Arial, sans-serif;
    font-size: 24px;
  }
  
  .blade-line_2 {
    font-family: Arial, sans-serif;
    font-size:12px;
    line-height:12px;
    color: #767676;
  }
  p {
      font-family: Arial, Sans-Serif;
      font-size:14px;
      line-height:17px;
      /* color:#323232; */
  }
  p.lg-lead {
    font-size: 18px;
    line-height: 22px;
  }
  p.lead {
    font-size: 16px;
    line-height: 22px;
  }
  p.small {
    font-size: 12px;
    line-height: 15px;
  }
  @media (min-width:1200px) {
    p.small {
    font-size: 14px;
    line-height: 17px;
    }
  }
  p.xsmall {
    font-size: 11px;
    line-height: 13px;
  }
  p.legal {
    font-size: 10px;
    line-height: 12px;
  }
  p.bold {
    font-weight: 900;
  }
  

  p, span, label, body input, a, span.no-teleg {
      font-family: Arial, sans-serif;
  }

.spacing-xs-b {
    margin-bottom:5px;
}
.spacing-sm-b {
    margin-bottom:10px;
}
.spacing-md-b {
    margin-bottom:15px;
}
.spacing-lg-b {
    margin-bottom:30px;
}
.spacing-xl-b {
    margin-bottom:53px;
}
.spacing-xxl-b {
    margin-bottom:50px;
}

.spacing-xs-t {
    margin-top:5px;
}
.spacing-sm-t {
    margin-top:10px;
}
.spacing-md-t {
    margin-top:15px;
}
.spacing-lg-t {
    margin-top:30px;
}
.spacing-xl-t {
    margin-top:53px;
}
.spacing-xxl-t {
    margin-top:50px;
}

@media (min-width:1200px) {
  .sub-blade {
    width:95%;
    margin: 0 auto;
  }
}

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h5.bold, h6.bold {
  font-weight: 900;
}

