html,
body {
  height: 100%;
}

main {
  min-height: -webkit-calc(100% - 60px - 40px);
  min-height: calc(100% - 60px - 40px);
  height: auto;
  margin: 20px 10px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

header,
main,
nav {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

/* ==========================================================================
   Base
   ========================================================================== */

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  color: #333333;
  background-color: #f5f5f5;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
  background: transparent;
  text-decoration: none;
  color: #0088cc;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

p,
li {
  font-family: inherit;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

/**
 * Address differences between Firefox and other browsers.
 */

/**
 * Address styling not present in IE 8/9.
 */

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

/**
 * Set consistent quote types.
 */

/**
 * Address inconsistent and variable font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

p {
  margin: 0 0 1em 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

html,
body {
  font-family: "Open Sans", Helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 1.4; /* 21px */
  color: #565656;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

header,
main {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

main {
    display: table;
    display: grid;
    grid-template-columns: 200px auto;
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
}

nav {
    display: table-cell;
    width: 200px;
    box-shadow: 1px 0 0 0 #E0E5EB;
    padding: 26px;

}

main nav ul.legals-left-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 39px;
}

main nav ul.legals-left-menu li {
  padding-bottom: 26px;
}

main nav ul.legals-left-menu a {
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
}

.front-header__logo {
    width: 100%;
}

.legals-content {
    display: table-cell;
    padding: 65px;
}

.legals-content ul {
  padding-left: 19px;
  margin: 0 0 26px 0;
}

.legals-content li {
  margin-bottom: 6px;
}

.legals-content ul ul {
  margin: 0 0 13px 0;
}

.legals-content ul p {
  margin-bottom: 13px;
}

.legals-content img {
  width: 100%;
}

h1 {
    font-size: 2.074rem; /* 31px */
    line-height: 1.4; /* 43px */
    margin-top: 0;
    margin-bottom: 39px;
    font-weight: 700;
    color: #282828;
}


h2 {
    font-size: 1.44rem; /* 22px */
    line-height: 1.2; /* 26px */
    margin-top: 63px;
    margin-bottom: 39px;
    font-weight: 400;
    color: #282828;
}

h3 {
    font-size: 1.2rem; /* 18px */
    line-height: 1.3; /* 23px */
    margin-top: 39px;
    margin-bottom: 39px;
    font-weight: 400;
    color: #282828;
}

p {
    margin-bottom: 26px;
}

a {
    color: #142E7B;
}

a:hover {
    color: #1E45BA;
}

.legals-content__download-link {
    float: right;
    font-size: 0.833rem; /* 13px */
    line-height: 1.4; /* 18px */
    padding-top: 4px;
}

table {
  border-collapse: collapse;
}

table td,
table th {
  border: 1px solid #e0e5eb;
  padding: 0.5em;
  vertical-align: top;
}

p.half-width {
  text-align: center;
}

p.half-width img {
  width: 50%;
}
