@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-regular.eot');
  src: local(''),
    url('./fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/roboto-regular.woff2') format('woff2'),
    url('./fonts/roboto-regular.woff') format('woff'),
    url('./fonts/roboto-regular.ttf') format('truetype'),
    url('./fonts/roboto-regular.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-500.eot');
  src: local(''),
    url('./fonts/roboto-500.eot?#iefix') format('embedded-opentype'),
    url('./fonts/roboto-500.woff2') format('woff2'),
    url('./fonts/roboto-500.woff') format('woff'),
    url('./fonts/roboto-500.ttf') format('truetype'),
    url('./fonts/roboto-500.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/eb-garamond-500.eot');
  src: local(''),
    url('./fonts/eb-garamond-500.eot?#iefix') format('embedded-opentype'),
    url('./fonts/eb-garamond-500.woff2') format('woff2'),
    url('./fonts/eb-garamond-500.woff') format('woff'),
    url('./fonts/eb-garamond-500.ttf') format('truetype'),
    url('./fonts/eb-garamond-500.svg#EBGaramond') format('svg');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/eb-garamond-700.eot');
  src: local(''),
    url('./fonts/eb-garamond-700.eot?#iefix') format('embedded-opentype'),
    url('./fonts/eb-garamond-700.woff2') format('woff2'),
    url('./fonts/eb-garamond-700.woff') format('woff'),
    url('./fonts/eb-garamond-700.ttf') format('truetype'),
    url('./fonts/eb-garamond-700.svg#EBGaramond') format('svg');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/eb-garamond-500italic.eot');
  src: local(''),
    url('./fonts/eb-garamond-500italic.eot?#iefix') format('embedded-opentype'),
    url('./fonts/eb-garamond-500italic.woff2') format('woff2'),
    url('./fonts/eb-garamond-500italic.woff') format('woff'),
    url('./fonts/eb-garamond-500italic.ttf') format('truetype'),
    url('./fonts/eb-garamond-500italic.svg#EBGaramond') format('svg');
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #555;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  transition: all .3s ease-out;
}
main {
  padding-bottom: 2rem;
}
section {
  background: #F7F1FC;
  padding: 2rem;
}
article {
  margin-bottom: 2rem;
}

.b11 aside {
  display: none;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background-position: 95% 50%;
  }
  nav ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .container {
    width: 720px;
  }
  main {
    display: flex;
    align-items: flex-start;
  }
  .singleCol main {
    justify-content: center;
  }
  aside {
    position: -webkit-sticky;
    position: sticky;
    top: 86px;
    flex: 0 0 auto;
    flex-basis: 20%;
    padding-right: 2rem;
  }
  .b11 aside {
    display: block;
  }
  aside a {
    font-size: 0.866rem;
  }
  section {
    flex: 0 1 auto;
    flex-basis: 60%;
  }
  article {
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  aside a {
    font-size: 1rem;
  }
  .leo-pic {
    float: left;
    padding-top: 1rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 1060px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}


header {
  font-family: 'EB Garamond', serif;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 1.75rem 0;
  text-align: center;
}
  header h1 {
    line-height: 1.1em;
    padding: 0.33rem 1rem;
  }
  header p {
    font-size: 1.25rem;
    font-weight: 500;
    font-style: italic;
    color: #555;
    padding: 0 1rem;
  }
  header a {
    color: #555;
  }
  header a:hover {
    text-decoration: none;
  }


nav {
  background: #94b5ba url('top.png') no-repeat 100% 100%; /* b8d4d8 */
  border-bottom: 30px solid #fff;
}
  nav ul {
    max-width: 80%;
    min-height: 56px;
    list-style: none;
  }
  nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
    padding: 1rem;
    text-align: center;
    transition: all .3s ease-out;
    border-top: 3px solid #94b5ba;
    border-bottom: 3px solid #94b5ba;
  }
  nav a:hover,
  nav ul:not(:hover) a.active,
  .b11 ul:not(:hover) .n11,
  .b12 ul:not(:hover) .n12,
  .b13 ul:not(:hover) .n13,
  .b14 ul:not(:hover) .n14 {
    text-decoration: none;
    color: #000;
    border-bottom-color: #000;
  }


aside ul {
  list-style: none;
}
  aside a {
    position: relative;
    display: block;
    background: #EEEEF5;
    color: #999;
    padding: .5rem 10px .5rem 22px;
    margin-bottom: .66rem;
  }
  aside a:hover::before,
  aside ul:not(:hover) a.active::before,
  .b51 ul:not(:hover) .n51 a::before,
  .b52 ul:not(:hover) .n52 a::before,
  .b53 ul:not(:hover) .n53 a::before,
  .b54 ul:not(:hover) .n54 a::before,
  .b55 ul:not(:hover) .n55 a::before,
  .b56 ul:not(:hover) .n56 a::before,
  .b57 ul:not(:hover) .n57 a::before,
  .b58 ul:not(:hover) .n58 a::before,
  .b59 ul:not(:hover) .n59 a::before,
  .b60 ul:not(:hover) .n60 a::before,
  .b61 ul:not(:hover) .n61 a::before,
  .b62 ul:not(:hover) .n62 a::before,
  .b63 ul:not(:hover) .n63 a::before,
  .b64 ul:not(:hover) .n64 a::before {
    position: absolute;
    content: '>';
    top: 8px;
    left: 8px;
  }
  aside a:hover,
  aside ul:not(:hover) a.active,
  .b51 ul:not(:hover) .n51 a,
  .b52 ul:not(:hover) .n52 a,
  .b53 ul:not(:hover) .n53 a,
  .b54 ul:not(:hover) .n54 a,
  .b55 ul:not(:hover) .n55 a,
  .b56 ul:not(:hover) .n56 a,
  .b57 ul:not(:hover) .n57 a,
  .b58 ul:not(:hover) .n58 a,
  .b59 ul:not(:hover) .n59 a,
  .b60 ul:not(:hover) .n60 a,
  .b61 ul:not(:hover) .n61 a,
  .b62 ul:not(:hover) .n62 a,
  .b63 ul:not(:hover) .n63 a,
  .b64 ul:not(:hover) .n64 a {
    color: #000;
    text-decoration: none;
  }


h2 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1em;
  color: #333;
}

article li {
  margin-left: 1.5em;
  margin-bottom: 0.25em;
}

p {
  margin-bottom: 0.9em;
}
.signature {
  font-size: 0.75em;
}
ul + p {
  margin-top: 0.9em;
}
.leo {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}

strong {
  font-weight: 500;
  color: #333;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.text-smaller {
  font-size: 0.75em;
}

.cite {
  font-style: italic;
  font-weight: 500;
  color: #333;
  margin-bottom: 2em;
}

.mrg-top-0 {
  margin-top: 0;
}
.mrg-bot-0 {
  margin-bottom: 0;
}

.pad-top-1 {
  padding-top: 16px;
}
.pad-bot-1 {
  padding-bottom: 16px;
}


table {
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: top;
}
  th {
    background: #ccc;
    color: #333;
    font-weight: 500;
    padding: 5px 10px;
  }
    th:first-child {
      padding-left: 10px;
    }
  td {
    padding: 5px 10px;
    text-align: center;
  }
    tr td:first-child {
      padding-left: 10px;
    }
    .form tr:last-child td:first-child {
      padding-left: 0;
    }


#form-result {
  margin-bottom: 30px;
  color: #cc0000;
}
  #form-result h2,
  #form-result strong {
    color: #cc0000;
  }


footer {
  position: relative;
  margin-bottom: 1.75rem;
}
  footer::before {
    position: absolute;
    top: -1px;
    content: ' ';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 100%);
  }
  footer::after {
    position: absolute;
    bottom: -1px;
    content: ' ';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 100%);
  }
  footer ul {
    text-align: center;
  }
  footer li {
    list-style: none;
    display: inline-block;
  }
  footer a {
    display: block;
    color: #999;
    padding: 0.5rem 1rem;
    font-size: 0.866rem;
  }
  footer a:hover,
  .b91 .n91,
  .b92 .n92 {
    text-decoration: none;
    color: #000;
  }
