* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
  General
\*------------------------------------*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1.op-header__heading {
  font-family: 'Heroic_Condensed';
  font-size: 4em;
  line-height: 1.1em;
}
.op-header__container p {
  font-family: 'Fakt_Pro_Nor';
  font-size: 1.12em;
  letter-spacing: 1.6px;
  margin-top:10px;
  text-align: left;
  font-weight: 100;
}

/*------------------------------------*\
  Header Logo
\*------------------------------------*/

.header-logo {
  width: 100%;
  height: 50px;
  background-color: white;
}
.header-logo__container{
  margin: 0 auto;
  text-align: center;
  border-bottom: solid #F0F0F0 1px;
}
.header-logo__img{
  height: 48px;
  padding: 1px
}
img.header-logo__background {
    width: 100%;
    max-width: 1280px;
}

/*------------------------------------*\
  Header Image
\*------------------------------------*/

img.header-logo__background {
    width: 100%;
    max-width: 1280px;
}
.op-header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.op-header__container {
  font-size: 1em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 86%;
  -moz-transform: translate(-50%, -50%); /* Firefox */
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  transform: translate(-50%, -50%);
}

/*------------------------------------*\
  Header
\*------------------------------------*/

h1.op-header__heading {
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 15px;
  padding: 7px 0;
  letter-spacing: 7px;
}
.op-header__heading--background {
  background-color: #ed1c24;
  width: 381px;
  height: 71px;
}
p.op-header__sub-heading {
  text-align: left;
  color: #000000;
  margin: 0 0 10px 7%;
}

.desktop-img {
  display:block;
  outline:none;
  text-decoration:none;
  -ms-interpolation-mode: bicubic;
}
.mobile-img {
  display:none;
  font-size:0;
  line-height:0;
  mso-hide: all;
  max-height: 0;
  max-width: 0;
  width:0;
  -ms-interpolation-mode: bicubic;
}


/*------------------------------------*\
  Large Breakpoint
\*------------------------------------*/

@media screen and (max-width: 950px) {
  h1.op-header__heading {
      font-size: 3.5em;
  }
  .op-header__heading--background {
    width: 346px;
    height: 64px;
  }
  .op-header__container p {
    font-size: 1em;
    letter-spacing: 1.7px;
  }
}

/*------------------------------------*\
  Medium Breakpoint
\*------------------------------------*/

@media screen and (max-width: 768px) {
  .desktop-img {
    display: none!important;
    width:0px!important;
    height: 0px!important;
    overflow:hidden!important;
    line-height: 0px!important;
    font-size:0px!important;
  }
  .mobile-img {
    display: block!important;
    max-height: 100% !important;
    max-width:100% !important;
    line-height: 1.5 !important;
    width:100%!important;
    height:auto!important;
  }
  .op-header__container {
      left: 96%;
   }
   h1.op-header__heading {
     font-size: 2.5em;
   }
   .op-header__heading--background {
     width: 283px;
     height: 51px;
   }
   .op-header__container p {
     font-size: .78em;
     letter-spacing: 1.7px;
   }
}

/*------------------------------------*\
  Small Breakpoint
\*------------------------------------*/

@media screen and (max-width: 570px) {
   h1.op-header__heading {
     font-size: 2.3em;
  }
   h1.op-header__heading {
     letter-spacing: 3px;
   }
   .op-header__heading--background {
       width: 216px;
       height: 46px;
   }
   .op-header__container p {
       font-size: .63em;
       letter-spacing: 1px;
	   margin-top:5px;
   }
}

@media screen and (max-width: 420px) {
  .op-header__container {
      left: 92%;
   }
   h1.op-header__heading {
     font-size: 2.3em;
  }
   h1.op-header__heading {
     letter-spacing: 3px;
   }
   .op-header__heading--background {
       width: 216px;
       height: 46px;
   }
   .op-header__container p {
       font-size: .63em;
       letter-spacing: 1px;
   }
}
@media screen and (max-width: 398px) {

   h1.op-header__heading {
     font-size: 2em;
  }
  .op-header__heading--background {
      width: 196px;
      height: 42px;
  }
  .op-header__container p {
     width: 180px;
     text-align: center;
  }
}
