@font-face {
    font-family: bmwTypeNextThin;
    src: url("../fonts/next/BMWTypeNextLatinTT-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/next/BMWTypeNextLatinTT-Thin.woff") format("woff"),
    url("../fonts/next/BMWTypeNextLatin-Thin.woff2") format("woff2"),
    url("../fonts/next/BMWTypeNextLatinTT-Thin.ttf") format("truetype");
    font-weight: 200;
  }
  
  @font-face {
    font-family: bmwTypeNextLight;
    src: url("../fonts/next/BMWTypeNextLatinTT-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/next/BMWTypeNextLatinTT-Light.woff") format("woff"),
    url("../fonts/next/BMWTypeNextLatin-Light.woff2") format("woff2"),
    url("../fonts/next/BMWTypeNextLatinTT-Light.ttf") format("truetype");
    font-weight: 300;
  }
  
  @font-face {
    font-family: bmwTypeNextRegular;
    src: url("../fonts/next/BMWTypeNextLatinTT-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/next/BMWTypeNextLatinTT-Regular.woff") format("woff"),
    url("../fonts/next/BMWTypeNextLatin-Regular.woff2") format("woff2"),
    url("../fonts/next/BMWTypeNextLatinTT-Regular.ttf") format("truetype");
    font-weight: 500;
  }
  
  @font-face {
    font-family: bmwTypeNextBold;
    src: url("../fonts/next/BMWTypeNextLatinTT-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/next/BMWTypeNextLatinTT-Regular.woff") format("woff"),
    url("../fonts/next/BMWTypeNextLatin-Regular.woff2") format("woff2"),
    url("../fonts/next/BMWTypeNextLatinTT-Regular.ttf") format("truetype");
    font-weight: 700;
  }
  
  @font-face {
    font-family: bmwTypeWebBoldAll;
    src: url("../fonts/bmwtypewebbo_all.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bmwtypewebbo_all.woff") format("woff"),
    url("../fonts/bmwtypewebbo_all.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  
  body {
    font-family: bmwTypeNextLight, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
  }
  
  h1, h2, h3, h4, h5, h5 {
    font-family: bmwTypeNextLight, Arial, Helvetica, sans-serif;
    color: #262626;
    letter-spacing: 0;
  }
  
  a, cite, table {
    font-family: bmwTypeNextLight, Arial, Helvetica, Roboto, sans-serif;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
  }
  
  a {
    cursor: pointer;
    font-family: bmwTypeNextBold, Arial, Helvetica, sans-serif;
  }

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-size: 16px;
    min-width: 300px;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

h1 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1.575px;
    line-height: 42px;
    padding-right: 10%;
}

a {
    font-weight: 700;
    color: #003366;
    text-decoration: none;
    font-size: 18px;
    font-family: bmwTypeNextBold, Arial, Helvetica, Roboto, sans-serif;
}

a:active, a:hover {
    outline: 0;
}

a:hover {
    color: #7690a9;
    text-decoration: none;
}

b, strong {
    font-family: bmwTypeNextBold, Arial, Helvetica, Roboto, sans-serif;
    font-weight: bold;
}

p, li {
    font-family: bmwTypeNextLight, Arial, Helvetica, Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.content,
.top {
    padding: 15px;
}

.header {
    padding: 15px 15px 0 15px;
}

.top {
    background-color: #B3B3B3;
    text-align: right;
    padding-left: 3%;
    padding-right: 3%;
    height: 72px;
    margin-bottom: 15px;
}

.top span {
    color: #fff;
    text-transform: uppercase;
}

.logo {
    /* background-color: #FFF; */
    /* padding: 15px 25px; */
    text-align: left;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 9.5px;
    right: 0;
}

.logo img {
    width: 100%;
    height: auto;
}

.header img {
    width: 89px;
}

.legacy {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 5px;
}
