
    @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=6e6ed071-51b6-433f-9651-ec600e526742&fontids=1118613,1118616,1118619,1118622,1118625,1118628");
    @font-face{
        font-family:"Aldine721W01-BoldConden";
        src:url("./../fonts/1118613/c2b91406-fc87-4660-a71a-23e68c0285bb.eot?#iefix");
        src:url("./../fonts/1118613/c2b91406-fc87-4660-a71a-23e68c0285bb.eot?#iefix") format("eot"),url("./../fonts/1118613/8be289b0-14ea-4022-b44a-9e2561fde051.woff2") format("woff2"),url("Fonts/1118613/ac4a814d-4270-454e-a982-b05dd7f95455.woff") format("woff"),url("./../fonts/1118613/69a7e159-621a-403e-98b6-196abf064b95.ttf") format("truetype");
    }
    @font-face{
        font-family:"Aldine_721 W01 Light";
        src:url("./../fonts/1118616/2ad41d09-a760-49e6-b656-6c08e16bb694.eot?#iefix");
        src:url("./../fonts/1118616/2ad41d09-a760-49e6-b656-6c08e16bb694.eot?#iefix") format("eot"),url("./../fonts/1118616/751b606c-6083-426a-a358-91e59d55922c.woff2") format("woff2"),url("Fonts/1118616/7cf0d21c-b912-44af-a27f-3dbeeec79643.woff") format("woff"),url("./../fonts/1118616/47756586-b0dd-40a8-be07-825b38325b9c.ttf") format("truetype");
    }
    @font-face{
        font-family:"Aldine721W01-LightItali";
        src:url("./../fonts/1118619/557f180d-0955-4841-b15d-17bcb5c66d78.eot?#iefix");
        src:url("./../fonts/1118619/557f180d-0955-4841-b15d-17bcb5c66d78.eot?#iefix") format("eot"),url("./../fonts/1118619/f5db34be-b9f6-4fd7-a057-0670a94aba6e.woff2") format("woff2"),url("Fonts/1118619/055729c7-e6b7-4e39-8d1b-04fc7b879c8c.woff") format("woff"),url("./../fonts/1118619/3cd73c38-4ed9-4af1-8f16-92b2ee1c1e0e.ttf") format("truetype");
    }
    @font-face{
        font-family:"Aldine_721 W01 Roman";
        src:url("./../fonts/1118622/f94a0c91-fb7f-4636-beda-74fc67656e5f.eot?#iefix");
        src:url("./../fonts/1118622/f94a0c91-fb7f-4636-beda-74fc67656e5f.eot?#iefix") format("eot"),url("./../fonts/1118622/92a6b9f8-9eda-4736-9eea-96997186c6e8.woff2") format("woff2"),url("Fonts/1118622/06f13045-d0b3-48a3-89cd-6cc218a57deb.woff") format("woff"),url("./../fonts/1118622/74c41af5-cd51-4ac7-b7c4-7d0253ed0bed.ttf") format("truetype");
    }
    @font-face{
        font-family:"Aldine_721 W01 Italic";
        src:url("./../fonts/1118625/2b49695d-1004-4f58-9154-29c9a5e7a016.eot?#iefix");
        src:url("./../fonts/1118625/2b49695d-1004-4f58-9154-29c9a5e7a016.eot?#iefix") format("eot"),url("./../fonts/1118625/6e526f47-eda5-4970-9383-3ecf2ec86c54.woff2") format("woff2"),url("Fonts/1118625/e5dbe85d-0408-44d9-b4b0-8663ed85c8dc.woff") format("woff"),url("./../fonts/1118625/aad080a6-cc98-4386-88d6-e183ee3e1a11.ttf") format("truetype");
    }
    @font-face{
        font-family:"Aldine_721 W01 Bold";
        src:url("./../fonts/1118628/a578bfa4-1003-408e-96c2-720ce388be24.eot?#iefix");
        src:url("./../fonts/1118628/a578bfa4-1003-408e-96c2-720ce388be24.eot?#iefix") format("eot"),url("./../fonts/1118628/bebc1a47-d520-4ffb-9aac-47d60869f13c.woff2") format("woff2"),url("Fonts/1118628/11ed1dc8-c0bc-4d63-980a-799e6269f71c.woff") format("woff"),url("./../fonts/1118628/4f53004a-70ee-49c8-9666-d86ada52b43b.ttf") format("truetype");
    }


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  /*border: 10px solid #e4e3de;*/
  /*background: #282a2c;*/
  background: #1f2123;
  height: 100%;
  font-family: 'Georgia', serif;
  font-family: 'Aldine_721 W01 Roman', sans-serif;
  color: #333;
  padding: 20px;
}

body {
  font-size: 18px;
  /*box-shadow: 0 0 7px rgba(40,0,80,0.4);*/
  background: #fff;
}

body > .inner {
  display: flex;
  height: 100%;
  /*overflow: hidden;*/
  position: relative;
}

/*Cover scroll indicator b/c it's now pos fixed & will show through overflow hidden*/
body > .inner:before {
  content: '';
  width: 20px;
  top: 0; bottom: 0; left: -20px;
  position: absolute;
  z-index: 5;
  background: #1E2022;
}

.inline-icon svg {
  height: 25px;
  width: 25px;
  margin: 0 3px;
  transform: translateY(1px);
}

main {
  flex-grow: 1;
  flex: 1;
  background: #f6f6f6;
  font-size: 1.1em;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
}

.content-main {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 70px;
}

.content-main-home {
  padding-top: 0;
}

.content-main, footer, .content-main-home {
  left: 400px;
  /*border-top: 1px solid #ccc;*/
}

.content-main h1 {
  font-family: 'Aldine_721 W01 Italic', serif;
  font-size: 2.5em;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.content-main h1 .article-heading-date {
  float: right;
  font-size: 0.5em;
  font-family: 'Alegreya Sans', sans-serif;
  color: #999;
}

.nav-cover {
  position: fixed;
  top: 0; bottom: 0;
  left: 0; right: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  transition: all 0.25s;
}

.nav-cover.show {
  opacity: 1;
  pointer-events: auto;
}

.foot-strip {
  text-align: center;
  background: #fff;
  background: #e49551;
  background: #f97d13;
  background: url('./../img/pattern/intersection.png');
  /*padding: 4px;*/
  font-size: 0.8em;
  position: relative;
  /*bottom: 0;*/
  top: 0;
  right: 0;
  width: 100%;
  /*height: 25px;*/
  overflow: hidden;
  box-shadow: 0 0 19px rgba(0,0,0,0.3);
  z-index: 1;
  position: sticky;
  height: 50px;
}

.foot-strip .inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}

.foot-strip-sub-page {
  height: 50px;
  position: fixed;
  top: 20px;
  right: 20px; left: 420px;
  width: auto;
}


.foot-strip a {
  color: #fff;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  /*padding: 25px 15px;*/
  /*padding: 13px 5px;*/
  text-decoration: none;
  flex: 1;
  z-index: 4;
  font-size: 1.2em;
  line-height: 0.8;
  position: relative;
}

.foot-strip a span {
  top: 47%;
  transform: translateY(-50%);
  position: absolute;
  right: 0; left: 0;
}

.foot-strip.foot-strip-sub-page a {
  padding: 15px;
}

.foot-strip a.active, .foot-strip a.active:hover {
  background: rgba(0,0,0,0.13);
  text-decoration: underline;
}

.foot-strip a.active span {
  text-decoration: underline;
}

.foot-strip a:hover {
  /*background: #ffaf6b;*/
  /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
  /*border-bottom: 5px solid rgba(0,0,0,0.2);*/
  /*background: #f0a15f;*/
  background: rgba(0,0,0,0.1);
  text-decoration: underline;
  /*padding-bottom: 10px;*/
}

.foot-strip-sub {
  background: #ba763c;
  padding: 6px;
  color: #fff;
  margin-bottom: 30px;
  font-size: 0.65em;
  text-align: center;
  pointer-events: none;
}4

.article-end {
  padding: 0 90px;
  max-width: 980px;
  margin: 55px auto;
}

.article-end-line {
  height: 1px;
  background: #ccc;
}

.article-end-icon {
  position: absolute;
  right: 0; left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 70px;
  height: 40px;
  background: #f7f7f7;
}

.article-end-icon svg {
  width: 40px;
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  transform: rotate(45deg);
  cursor: pointer;
}

.article-end-icon .si-glyph-fill, .toc-home .si-glyph-fill {
  fill: #e49551;
  fill: #a14765;
}

.toc-home svg {
  transform: rotate(45deg);
  margin-left: 6px;
}

.article-end:hover .article-end-toc-link {
  text-decoration: underline;
}

.article-end:hover .article-end-icon .si-glyph-fill {
  fill: #853C54;
}

.article-end-toc {
  margin: 60px 0;
  text-align: center;
}

.article-end-toc-link {
  font-weight: 700;
  cursor: pointer;
  font-size: 0.9em;
  /*color: #e49551;*/
  color: #333;
}

.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #a14765;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}

.back-to-top.show {
  pointer-events: auto;
  opacity: 1;
}

.back-to-top:hover {
  background: #853C54;
}

.back-to-top svg {
  position: absolute;
  top: 50%;
  right: 0; left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.back-to-top .si-glyph-fill {
  fill: #fff;
}

.back-to-top-text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #555;
  font-size: 0.6em;
  margin-bottom: -36px;
  text-align: center;
}

/*.article-end-toc-link:hover {
  text-decoration: underline;
}*/

.section-fade-bot {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 12%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 12%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 12%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#cccccc',GradientType=0 );
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 110px;
  width: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;

}

.abs-center {
  position: absolute;
  top: 50%;
  right: 0; left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

ul {
  /*list-style: none;*/
}

section {
  max-width: 980px;
  margin: 10px auto 0;
  padding: 25px 90px;
  /*background: #f7f7f7;*/
}

section:last-child {
  margin-bottom: 100px;
}

p, section ol, section ul, figure {
  line-height: 1.7;
  margin-bottom: 1.2em;
  color: #444;
}

section ol li, section ul li {
  margin-bottom: 0.8em;
}

p:last-child {
  margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
  font-family: 'Alegreya Sans', sans-serif;
}

h2, h3, h4, h5 {
  margin-bottom: 0.9em;
}

h3 {
  margin-bottom: 0.9em;
}

blockquote {
  background: #eaeaea;
  color: #6b6b6b;
  padding: 8px 10px;
  font-style: italic;
  line-height: 1.5;
  font-weight: normal;
  font-size: 0.8em;
  font-family: sans-serif;
  margin-bottom: 1.5em;
  /*border-left: 6px solid #a3e9df;*/
  border-left: 6px solid #9fb1b9;
  border-radius: 3px;
}

figure {
  /*overflow: hidden;*/
}

figure img {
  box-shadow: 0 0 6px rgba(20,40,60,0.3);
}

figcaption {
  font-size: 0.85em;
  line-height: 1.3;
}

.p-init {
  text-indent: 20px;
}

.noselect {
    -webkit-user-select: none; /* Safari, iOS, and Android */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

hr {
  height: 1px;
  border: none;
  background: #ccc;
  max-width: 980px;
  margin: 20px auto;
}

.text-italic {
  /*font-style: italic;*/
  font-family: 'Aldine_721 W01 Italic';
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.citation {
  font-family: 'Aldine_721 W01 Italic';
  font-size: 0.8em;
}

.fig-banner {
  background: #7B7680;
  margin-bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
}

.fig-banner, .fig-banner img {
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: none;
}

.fig-banner figcaption {
  position: absolute;
  /*bottom: -30px;*/
  /*right: 21px;*/
  margin: 0 auto;
  color: #fff;
  /*text-align: right;*/
  /*max-width: 890px;*/
  top: 49%;
  transform: translateY(-50%);
  text-align: center;
  right: 0; left: 0;
  /*text-shadow: 0 1px 7px rgba(0,0,0,0.6);*/
}

.fig-banner h2 {
  margin-bottom: 0;
  font-size: 2.9em;
  z-index: 1;
  font-family: 'Aldine721W01-LightItali', sans-serif;
  /*opacity: 1;*/
  display: table;
  right: 0;
  left: 0;
  margin: 0 auto;
  /*border-bottom: 3px solid rgba(255,255,255,0.2);*/
  line-height: 1.2em;
  text-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.fig-banner h3 {
  margin-bottom: 0;
  margin-top: 19px;
  font-weight: normal;
  font-family: Georgia;
  font-size: 1em;
  font-style: italic;
  text-shadow: none;
  color: #666;
}

.fig-banner .quote {
  font-size: 2em;
  color: rgba(255,255,255,0.6);
  font-style: italic;
}

header {
  /*padding: 0 0 0 400px;*/
  text-align: center;
  background: #3d4144;
  background: #000;
  position: relative;
  color: #fff;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cg fill='%23333739' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");*/
}

header .header-domain {
  height: 50px;
  /*background: #bcbcbc;*/
  /*background: #2e637b;*/
  background: #D58B4C;
  color: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  left: 420px;
}

header .header-domain h2 {
  margin: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  text-transform: uppercase;
  max-width: 980px;
  text-align: left;
  margin: 0 auto;
  padding-left: 90px;
}

.nav-title-domains {
  height: 50px;
}

header > .inner {
  position: relative;
  margin: 0 auto;
  height: 50px;
}

.texture-bg-spiral {
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  background: #e66a00;
  /*filter: brightness(0.7);*/
  opacity: 0.68;
  pointer-events: none;
}

header .label {
  /*display: table;*/
  padding: 5px 15px;
  /*background: #3d4144;*/
  /*box-shadow: 0 0 7px #3d4144;*/
  max-width: 320px;
  position: absolute;
  font-family: sans-serif;
  font-size: 0.6em;
  letter-spacing: 6px;
  text-transform: uppercase;
  word-spacing: 10px;
  opacity: 0.7;
}

header .label > span {
  font-size: 1.15em;
}

header > .inner:before {
  display: none;
  content: '';
  position: absolute;
  /*max-width: 850px;*/
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-50%);
}

.scroll-indicator {
  height: 6px;
  position: fixed;
  top: 70px;
  /*bottom: 0;*/
  right: 20px;
  left: 420px;
  /*background: #9fb1b9;*/
  /*background: #668390;*/
  background: #2e637b;
  background: rgba(0,0,0,0.3);
  z-index: 2;
  transform: translateX(-102%);
  transition: transform 0.1s;
}

.scroll-indicator:after {
  content: '';
  display: none;
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9fb1b9;
  top: 50%;
  transform: translate(50%,-50%);
}

/*** pagin ***/

.header-pagin {
  position: relative;
  background: #cbdae0;
  background: #000;
  background: #2e637b;
  background: #e49551;
  height: 50px;
  overflow: hidden;
}

.header-pagin h1 {
  font-style: italic;
  font-size: 1.6em;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  margin: 0 auto;
  right: 0; left: 0;
  /*pointer-events: none;*/
  font-weight: normal;
  font-family: 'Georgia', sans-serif;
  padding: 0 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.pagin-btn {
  position: absolute;
  top: 50%;
  top: 0;
  /*transform: translateY(-50%);*/
  padding: 0;
  text-align: center;
  /*background: #e3e3e3;*/
  /*background: #5c6368;*/
  /*background: #afc3cc;*/
  background: rgba(0,0,0,0.2);
  color: #999;
  width: 63px;
  height: 100%;
  text-decoration: none;
  transition: all 0.15s;
  overflow: hidden;
  z-index: 2;
}

.pagin-btn:hover {
  background: #cbdae0;
  background: #9fb1b9;
  box-shadow: 0 1px 8px rgba(0,0,0,0.4);
  color: #777;
  text-decoration: underline;
  width: 260px;
}

.pagin-btn svg {
  width: 30px;
  height: 30px;
  position: absolute;
  margin: 0 auto;
  top: 9px;
  /*margin: 0 auto;*/
  /*right: 0;*/
  /*left: 0;*/
}

.pagin-btn .si-glyph-fill {
  fill: #fff;
}

.pagin-btn .subtext {
  font-size: 0.6em;
  position: absolute;
  bottom: 8px;
  display: none;
}

.pagin-btn.next {
  right: 20px;
  right: 0;
  /*border-top-left-radius: 4px;*/
  /*border-bottom-left-radius: 4px;*/
}

.pagin-btn.prev {
  left: 420px;
  left: 0;
  /*border-top-right-radius: 4px;*/
  /*border-bottom-right-radius: 4px;*/
}

.pagin-btn.next svg {
  left: 17px;
}

.pagin-btn.prev svg {
  right: 17px;
}

.pagin-btn.next .subtext {
  left: 22px;
}

.pagin-btn.prev .subtext {
  right: 13px;
}

.pagin-btn .title {
  font-size: 0.9em;
  /*max-width: 0;*/
  position: absolute;
  text-align: left;
  opacity: 0;
  transition: all 0.2s;
  word-break: keep-all;
  color: #292929;
  height: 100%;
  top: 0;
  padding: 6px 10px;
  /*background: #f9f9f9;*/
  background: #fff;
  width: 197px;
  border-bottom: 1px solid #ddd;
}

.pagin-btn.next .title {
  right: 0;
  /*padding-right: 15px;*/
}

.pagin-btn.prev .title {
  left: 0;
  /*padding-left: 15px;*/
}

.pagin-btn:hover .title {
  opacity: 1;
}

/*** nav ***/

nav {
  z-index: 3;
  height: 100%;
}

nav ul {
  list-style: none;
}

.nav-main {
  /*background: #5d5d5d;*/
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 7px rgba(40,0,80,0.4);
  z-index: 3;
  height: 100%;
  width: 400px;
  transition: all 0.15s;
}

.nav-col {
  float: left;
}

.nav-main.shrink {
  /*width: 260px;*/
  box-shadow: 0 0 12px rgba(20,0,50,0.6);
}

ul.nav-main {
  display: flex;
  flex-direction: column;
  list-style: none;
  /*padding-left: 12px;*/
  /*align-items: baseline;*/
  /*flex-grow: 1;*/
  /*height: 50%;*/
  /*overflow: hidden;*/
}

ul.menu-main li {
  padding: 30px 30px 30px 20px;
  font-size: 1.4em;
  word-spacing: 2px;
  letter-spacing: 0.5px;
  /*flex: 1;
  flex-grow: 1;*/
  /*justify-content: space-around;*/
  border-bottom: 1px solid #ccc;
  background: #fbfbfb;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transform: scale(1,1);
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  color: #3a3a3a;
}

ul.menu-main li:hover {
  background: #fff;
  padding-right: 25px;
  transform-origin: 0% 50%;
  border-bottom: 3px solid #478495;
  border-bottom: 3px solid rgba(0,0,0,0.2);
  padding-bottom: 28px;
  /*box-shadow: 0 1px 7px rgba(0,0,0,0.6);*/
  /*z-index: 5;*/
}

ul.menu-main li.sel {
  z-index: 3;
  text-decoration: underline;
  box-shadow: 0 0px 8px rgba(0,0,0,0.6);
  z-index: 5;
  background: #fff;
  margin-right: -7px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.menu-main li.active {
  z-index: 3;
  background: #fff;
  padding-bottom: 30px;
  padding-left: 40px;
  font-family: 'Aldine_721 W01 Italic', sans-serif;
}

ul.menu-main li.active:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 10px;
  /*height: 3px;*/
  /*background: #b96881;*/
  /*background: #478495;*/
  background: #2e637b;
  border-bottom: none;
}

ul.menu-main li.active:hover {
  padding-bottom: 28px;
} 

ul.menu-main li.sel:hover {
  padding-bottom: 28px;
}

ul.menu-main li.active.sel {
  border-bottom: none;
  padding-bottom: 31px;  
}

ul.menu-main li.sel:before {
  display: none;
  content: '';
  position: absolute;
  right: 10px;
  left: initial;
  top: 50%;
  transform: translateY(-50%);
  height: 10px; width: 10px;
  border-radius: 50%;
  background: #478495;
}

ul.menu-main li:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  /*color: #666;*/
}

ul.menu-main li:last-child {
  /*border-bottom: none;*/
  /*padding-bottom: 30px;*/
}

ul.menu-main li:last-child.sel, ul.menu-main li:last-child.active {
  padding-bottom: 30px;
}

ul.menu-main li:last-child:hover {
  padding-bottom: 28px;
}

ul.menu-main li:before {
  position: absolute;
  left: -40px;
  /*bottom: -45%;*/
  top: -20px;
  font-size: 15em;
  color: #f7f7f7;
  z-index: -1;
  transform-origin: 0% 50%;
  transform: rotate(6deg) translateY(-52%);
  font-weight: bold;
  overflow: hidden;
}

ul.menu-main li:nth-child(1):before {
  content: 'education';
}

ul.menu-main li:nth-child(2):before {
  content: 'ageing';
  top: 0;
  transform: rotate(-6deg) translateY(-22%);
}

ul.menu-main li:nth-child(3):before {
  content: 'virtues';
}

ul.menu-main li:nth-child(4):before {
  content: 'healthy';
  top: 0;
  transform: rotate(-6deg) translateY(-22%);
}

ul.menu-main li.sel:before {
  display: none;
}

/***********/
/* nav sub */
/***********/

.nav-col-sub {
  /*width: 0;*/
  transition: all 0.2s;
  position: absolute;
  overflow-y: auto;
  height: 100%;
  max-width: 380px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 4px rgba(40,0,80,0.4);
  white-space: nowrap;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
  /*transform: translateX(-230px);*/
  /*left: -230px;*/
}

.nav-col-sub.open {
  white-space: normal;
  /*max-width: 620px;*/
  max-width: none;
  left: 400px;
  right: 0;
  opacity: 1;
}

.nav-title-bar {
  font-size: 0.6em;
  font-weight: bold;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.nav-title-domains {
  padding: 25px 20px;
  font-size: 0.6em;
  font-weight: bold;
  position: relative;
  background: #b96881;
  background: #478495;
  border-bottom: none;
  box-shadow: none;
  margin-right: 0;
  z-index: 4;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.nav-title-bar:after {
  /*content: '';*/
  position: absolute;
  left: 20px;
  width: 20px;
  height: 5px;
  background: #ddd;
  bottom: 0;
}

.nav-title-domains .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  /*border-bottom: 1px solid #eaeaea;*/
  font-family: sans-serif;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 0 3px rgba(255,255,255,0.2);
  z-index: 2;
}

.nav-title-bar.nav-title-close {
  /*background: #a2556d;*/
  /*background: #2e637b;*/
  background: #2E545F;
  color: rgba(0,0,0,0.5);
  transition: none;
}

.nav-title-bar.nav-title-close:hover {
  /*background: #28586e;*/
}

.nav-close-text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 17px 15px;
  opacity: 1;
  font-size: 1.3em;
  color: #fff;
  /*background: #1e4557;*/
  background: rgba(0,0,0,0.3);
  cursor: pointer;
}

.nav-close-text:hover {
  text-decoration: underline;
}

.nav-title {
  padding: 10px 30px;
  /*background: #bcbcbc;*/
  color: #fff;
  text-align: center;
  font-size: 1.9em;
  margin-bottom: 0;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-home {
  position: absolute;
  right: 0;
  height: 100%;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  width: 75px;
  text-align: center;
  cursor: pointer;
  text-shadow: none;
  z-index: 1;
}

.btn-home:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #995067;
  background: rgba(0,0,0,0.3);
  opacity: 0.5;
  right: -31px;
  transform: rotate(45deg);
  top: -25px;
  transform-origin: 50% 50%;

  right: -28px;
  transform: none;
}

.btn-home:after {
  content: 'To Homepage';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3px;
  color: #fff;
  font-size: 0.9em;
}

.btn-home:before:hover {
  /*opacity: 0.4;*/
}

.btn-home.active {
  /* display: none; */
}

.btn-home.active:before {
  /* display: none; */
}

.btn-home:hover:before {
  opacity: 0.7;
}

.btn-home svg {
  height: 55%;
  margin: 0 auto;
  top: 37%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}

.btn-home .si-glyph-fill, .btn-home.active:hover .si-glyph-fill {
  /*fill: rgba(0,0,0,0.5);*/
}


.btn-home .si-glyph-fill {
  fill: #fff;
}

.nav-col-sub .nav-close-text {
  opacity: 0;
  transition: 0.4s;
}

.nav-col-sub.open .nav-close-text {
  opacity: 1;
}

.nav-sub {
  opacity: 0;
  position: absolute;
  width: 100%;
  pointer-events: none;
  font-size: 1.1em;
  /*transition: all 0.3s;*/
}

.nav-sub.show {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

ul.menu-main {
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.nav-col-sub ul li {
  opacity: 0;
  transition: 0.6s;
}

.nav-col-sub.open ul li {
  opacity: 1;
}

.nav-col-sub ul li a {
  padding: 17px 70px 17px 30px;
  text-decoration: none;
  display: block;
  color: #333;
  transition: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
}

.nav-col-sub ul li a .title {
  font-size: 0.95em;
  font-family: 'Aldine_721 W01 Bold', serif;
}

.nav-col-sub ul li a .date {
  position: absolute;
  text-align: right;
  font-size: 0.7em;
  font-weight: bold;
  top: 19px;
  right: 20px;
}

.nav-col-sub ul li a:hover .title, .nav-col-sub ul li a:hover p, .nav-col-sub ul li a.active:hover p {
  text-decoration: underline;
}

.nav-col-sub ul li a.active, .nav-col-sub ul li a.active:hover {
  color: #2a2a2a;
  background: #ece9e9;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.nav-col-sub ul li a:hover {
  /*background: #f2f2f2;*/
  color: #000;
  /*border-top: 1px solid #d6d6d6;*/
  /*border-bottom: 1px solid #d6d6d6;*/
}

.nav-col-sub ul li.no-link a, .nav-col-sub ul li.no-link a p, .nav-col-sub ul li.no-link a .title {
  text-decoration: none !important;
  font-style: italic;
  background: #fff;
  border: none;
}

.nav-col-sub ul li.no-link a:hover {
  color: #333;
}

.nav-col-sub ul li a p, .nav-col-sub ul li a.active p {
  text-decoration: none;
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: initial;
  margin-top: 9px;
  /*font-style: italic;*/
  font-family: 'Aldine_721 W01 Italic';
  letter-spacing: 0.2px;
  color: #747474;
  margin-bottom: 0;
}

::-moz-selection {
  background: #86f0e1;
  background: #a3e9df;
  color: #222;
}

::selection {
  background: #86f0e1;
  background: #a3e9df;
  color: #222;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

sidebar {
  background: #eee;
  background: #e9e9e9;
  padding: 20px;
  flex: 1;
  overflow: auto;
  /*border-bottom: 1px solid #ccc;*/
}

sidebar h4 {
  font-family: 'Aldine_721 W01 Italic';
  font-size: 1.3em;
  margin-bottom: 35px;
  position: relative;
}

sidebar h4:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  /*background: #ced5ba;*/
  background: #cdd1c5;
  bottom: -15px;
  left: 0;
}

sidebar p {
  font-size: 0.9em;
}

.about-menu {
  flex: 0;
  height: 80px;
  /*text-decoration: underline;*/
  /*background: #dbdbdb;*/
  background: #eee;
  background: #e9e9e9;
  padding: 20px;
  font-size: 0.9em;
}

.about-menu a {
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  font-family: Georgia;
  font-style: italic;
  padding: 6px 40px 6px 6px;
  box-shadow: 0 1px 3px rgba(20,40,60,0.6);
  border-radius: 4px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  color: #333;
  background: #f5f5f5;
}

.about-menu a:last-child {
  margin-right: 0;
}

.about-menu a:before {
  content: '';
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  background: #cbdae0;
  top: 50%;
  transform: translateY(-50%);
}

.about-menu a:hover {
  text-decoration: underline;
  box-shadow: 0 3px 6px rgba(40,80,110,0.7);
}

.about-menu span {
  padding: 7px 9px 12px;
  line-height: 1.5;
}

.about-menu svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.about-menu .si-glyph-fill {
  fill: #718892;
}

.firstchar {
  color: #a14765;
  float: left;
  font-family: Georgia;
  font-size: 3.5em;
  line-height: 61px;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 1px;
}

table {
  width: 100%;
  text-align: left;
  margin-bottom: 28px;
  background: #eee;
}

table td, table th {
  padding: 3px 6px;
}

table th {
  padding-bottom: 8px;
}

@media (max-width: 1300px) {
  h1 .domain {
    display: none;
  }
}


.container {
  height:100%;
  width:100%;
  position:absolute;
}

canvas#canvas {
  color:black;
  position: relative;
  //transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: -120px;
  width: 100%;
  opacity: 0.9;
}

/*** Load Bar ***/

.load-bar {
  position: relative;
  margin-top: 0;
  width: 100%;
  height: 9px;
  background: #9EEAFF;
  animation: bg 8s linear 8s infinite;
  opacity: 1;
  right: -5px;
  left: -5px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 100%;
  height: 10px;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0;
}
.bar:nth-child(1) {
  background-color: #65BDD6;
  animation: loading 8s linear infinite;
}
.bar:nth-child(2) {
  background-color: #4C8C9E;
  animation: loading 8s linear 2s infinite;
}
.bar:nth-child(3) {
  background-color: #265663;
  animation: loading 8s linear 4s infinite;
}
.bar:nth-child(4) {
  background-color: #9EEAFF;
  animation: loading 8s linear 6s infinite;
}
@keyframes bg {
  0% { background: #65BDD6;}
  
  24.9% { background: #65BDD6;}
  25% { background: #4C8C9E;}
  
  49.9% { background: #4C8C9E;}
  50% { background: #265663;}
  
  74.9% { background: #265663;}
  75% { background: #9EEAFF;}
  
  99.9% { background: #9EEAFF;}
}
@keyframes loading {
    from {
      transform: scale(0,1);
      z-index:100;
    }
    /*33.3333% {
      transform: scale(0.3,1);
      z-index: 10;
    }*/
    to {
      transform: scale(1,1);
    }
}

form {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 7px rgba(20,80,60,0.2);
  /* max-width: 500px; */
  margin: 0 auto;
}

form > * {
  display: block;
  width: 100%;
  margin-bottom: 1.3rem;
  font-size: 1rem;
  padding: 6px;
  font-family: 'Alegreya Sans', sans-serif;
}

form input {
  border: none;
  border-bottom: 2px solid #ddd;
}

textarea {
  min-height: 170px;
  padding: 6px;
  color: inherit;
  font-family: 'Alegreya Sans', sans-serif;
  border: 2px solid #ddd;
  margin-top: 1.8rem;
}

form input:focus, form textarea:focus {
  border-color: #90c5d4;
}

input[type='submit'] {
  background: #a14765;
  color: #fff;
  padding: 15px;
  border: none;
  cursor: pointer;
}

input[type='submit']:hover {
  background: #ab4d6c;
}

.btn {
  border: 1px solid #aaa;
  border-radius: 4px;
  background: linear-gradient(#fdfdfd,#f2f2f2);
  color: #424242;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(40,10,0,0.2);
  display: inline-block;
}

.btn.large {
  padding: 1.3rem 3rem;
}

.btn:hover, .btn:focus {
  background: #fff;
  box-shadow: 0 4px 9px rgba(40,10,0,0.3);
  border-color: #888;
}

.hide {
  display: none;
}

@media (max-width: 1200px) {
  section { padding: 20px; }
}

@media (max-width: 800px) {
  html { padding: 0; }
  nav {
    height: initial;
    position: sticky;
    top: 0;
  }
  body > .inner {
    overflow-y: visible;
    display: initial;
  }
  main {
    position: relative;
  }
  .content-main, footer, .content-main-home {
    left: initial;
  }
  .nav-col {
    float: none;
  }
  .content-main {
    position: relative;
    padding-top: 0;
  }
  .nav-main {
    width: 100%;
    height: initial;
  }
  ul.menu-main {
    flex-direction: row;
  }
  ul.menu-main li, ul.menu-main li:hover, ul.menu-main li.sel, ul.menu-main li.sel:hover, ul.menu-main li:last-child:hover, ul.menu-main li:last-child.active, ul.menu-main li:last-child.active {
    flex: 1;
    padding: 15px 4px !important;
    border-bottom: none;
    margin: 0;
    text-align: center;
    border-radius: 0;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0;
    word-spacing: 0;
  }
  ul.menu-main li.active::after {
    display: none;
  }
  ul.menu-main li.active {
    text-decoration: underline;
  }
  nav sidebar {
    display: none;
  }
  section {
    padding: 20px 18px;
    margin-bottom: 0;
  }
  .nav-col-sub, .nav-col-sub.open {
    left: initial;
    width: 100%;
    z-index: 3;
    height: auto;
    max-width: none;
    box-shadow: 0 13px 20px rgba(0,0,0,0.5);
  }
  .nav-sub {
    position: absolute;
    height: 0;
    overflow-y: hidden;
  }
  .nav-sub.show {
    position: relative;
    height: auto;
    overflow-y: auto;
  }
  .nav-cover {
    /* display: none; */
    z-index:  2;
  }
  .nav-title-bar {
    height: auto;
    display: none;
  }
  .nav-title {
    transform: none;
    top: initial;
    position: relative;
  }
  .foot-strip-sub {
    margin-bottom: 10px;
  }
  header .header-domain {
    position: relative;
    left: initial;
    right: initial;
    top: 0;

    display: none;
  }
  header .header-domain h2 {
    padding: 0 20px;
  }
  .scroll-indicator {
    bottom: 0;
    right: 0;
    left: 0;
    top: initial;
  }

}

@media (max-width: 600px) {
  figure img {
    width: 100%;
    margin: 0 0 15px !important;
    float: none !important;
  }
}