/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.content {
  position: relative;
  display: flex;
  width: 100%;
}

.aside {
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  max-height: 100vh;
  padding: 30px;
  background-color: #F9F9F9;
  overflow: auto;
}
.aside ul {
  display: block;
}
.aside li {
  display: block;
  margin-top: 10px;
}
.aside li:first-of-type {
  margin-top: 0;
}
.aside a {
  display: block;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  transition: font-weight 0.2s;
}
.aside a:hover {
  font-weight: 500;
}

.main {
  flex: 1;
  display: block;
  padding: 30px 30px 0;
}

.main-inner {
  display: block;
  width: 100%;
  padding: 80px 20%;
  border-radius: 16px;
  text-align: center;
  background-color: #F9F9F9;
}
.main-inner h1 {
  font-size: 3vw;
  font-weight: 300;
}
.main-inner p {
  margin-top: 15px;
  font-size: 16px;
}

.layouts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px 0;
}

.layout {
  display: block;
  width: 660px;
  padding-top: 30px;
}

.layout-heading {
  display: block;
  width: 100%;
}

.layout-title {
  color: #000000;
  font-size: 16px;
}

.layout-content {
  display: block;
  margin-top: 10px;
  padding: 30px;
  border-radius: 16px;
  background-color: #F9F9F9;
}
.layout-content a {
  text-decoration: none;
  color: #000000;
  border: none;
}
.layout-content img {
  border: none;
  text-decoration: none;
  display: block;
  -ms-interpolation-mode: bicubic;
}
.layout-content #outlook a {
  padding: 0;
}
.layout-content .ExternalClass {
  width: 100%;
}
.layout-content .ExternalClass, .layout-content .ExternalClass p, .layout-content .ExternalClass span, .layout-content .ExternalClass font, .layout-content .ExternalClass td, .layout-content .ExternalClass div {
  line-height: 100%;
}
.layout-content #backgroundTable {
  margin: 0;
  padding: 0;
  width: 100% !important;
  line-height: 100% !important;
}
.layout-content table td {
  border-collapse: collapse;
}
.layout-content a img {
  border: 0;
}
.layout-content a[x-apple-data-detectors],
.layout-content u + #body a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.layout-content strong {
  color: inherit;
  color: inherit !important;
  font-weight: 700;
  font-weight: 700 !important;
}
.layout-content a {
  color: inherit;
  color: inherit !important;
  font-weight: 700;
  font-weight: 700 !important;
  text-decoration: underline;
  text-decoration: underline !important;
}
