html {
  background: #333;
}

body {
  display: none;
  font-family: Lato;
  color: #333;
  margin: 0;
  background: #333;
  min-width: 940px;
}

::selection {
  background: #acd9ea;
  color: #fff;
}

.footnote-link {
  color: #2996cc;
  text-decoration: underline;
  cursor: pointer;
}

.footnote-link:hover {
  color: #2e3b4e;
}

.sticky-nav {
  width: 100%;
  position: fixed;
  top: -58px;
  transition-timing-function: linear;
  transition: all 0s;
}

.sticky-nav.in {
  top: 0;
  transition: all .4s;
}

.wrapper {
  background: white;
}

.section {
  display: none;
  text-align: center;
  background: #f9f8f4;
  width: 100%;
  padding: 30px 0;
  padding-bottom: 34px;
  transition: top .5s;
  min-height: 100%;

}

.section .content {
  opacity: 0;
  text-align: left;
  margin: 0 auto;
  width: 866px;
  transition: opacity .8s;
  overflow: hidden;
}

.section .content.show {
  opacity: 1;
}

.section .content .title {
  color: #222;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: .02em;
}

.section .content p {
  color: #6e6473;
  letter-spacing: auto;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .01em;
  line-height: 30px;
}

.page {
  display: none;
  text-align: center;
  background: #f9f8f4;
  width: 100%;
  padding: 30px 0;
  padding-bottom: 34px;
  transition: top .5s;
  min-height: 100%;

}

.page .content {
  opacity: 0;
  text-align: left;
  margin: 0 auto;
  width: 866px;
  transition: opacity .8s;
  overflow: hidden;
}

.page .content.show {
  opacity: 1;
}

.page .content .title {
  color: #222;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: .02em;
}

.page .content p {
  color: #6e6473;
  letter-spacing: auto;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .01em;
  line-height: 30px;
}

.content p em {
  font-weight: 400;
  font-style: normal;
}

.content hr {
  border-bottom-style: none;
  margin: 25px 0;
}

.content .sub-title {
  color: #6e6473;
  padding-top: 15px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .06em;
  border-bottom: 1px solid rgba(110, 100, 115, .6);
}

.content p.footnote {
  letter-spacing: auto;
  font-size: 12px;
  line-height: 18px;
}

.banner {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .3em;
  text-align: center;
  padding: 32px 0;
  padding-bottom: 33px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.banner a {
  text-decoration: none;
  color: rgba(89, 74, 66, .75);
  transition: color .2s;
  -webkit-transition: color .2s;
}

.banner a:hover {
  color: rgba(89, 74, 66, 1);
}

.rainbow {
  color: white;
  background: url('../img/button.png');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rainbow-alt {
  background: url('../img/button_2.png');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.button {
  margin: 45px;
  display: inline-block;
  padding: 22px 56px;
  background: rgba(255, 255, 255, .85);
  border-radius: 3px;
  color: white;
  text-decoration: none;
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  height: 17px;
  letter-spacing: .2em;
  transition: all .2s;
}

.button:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
}

@-moz-document url-prefix() {
  a.button .rainbow {
    background: transparent;
  }

}

.welcome {
  opacity: 0;
  font-family: Lato;
  font-weight: 400;
  font-size: 52px;
  text-transform: none;
  margin-top: 48px;
  color: white;
  transition: opacity .8s;
  -webkit-transition: opacity .8s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  letter-spacing: .05em;
}

.welcome.show {
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

.summary {
  text-align: center;
  margin: 0 auto;
  width: 869px;
  white-space: normal;
  margin-top: 10px;
  font-size: 26px;
  font-family: Lato;
  font-weight: 100;
  letter-spacing: .04em;
  line-height: 42px;
}

.main.open {
  min-height: 100%;
}

.summary a {
  color: white;
}

.summary strong {
  font-weight: 400;
}

.signup {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

@-moz-document url-prefix() {
  .rainbow {
    color: #888;
    background: white;
  }

}

footer#footer {
  width: 100%;
  display: block;
  background: #333;
  color: #F9F8F4;
  margin-bottom: 5px;
}
.lead {
  font-size: 26px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: .05em;
}
.lead.super {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 90px;
}

nav {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  color: #999;
  white-space: nowrap;
  background: url('../img/bg.jpg');
  background-size: cover;
  height: 100%;
  transition: height .5s, padding .5s, max-height .5s, border .5s, opacity 0s;
  -webkit-transition: height .5s, padding .5s, max-height .5s, border .5s, opacity 0s;
  overflow-y: hidden;
  height: 49px;
  max-height: 49px;
}

nav.open {
  height: 100%;
  min-height: 540px;
  border-bottom: 0px solid white;
}

nav.reveal {
  transition-delay: .5s;
  padding-bottom: 208px;
}

nav {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 8px;
}

nav ul ul {
  display: none;
  z-index: 1000;
}

nav ul li:hover > ul {
  display: block;
}


nav ul {
  background: transparent;
  list-style: none;
  position: relative;
  display: inline-table;
  margin: 0;
  padding: 0;
}

nav.no-transition {
  opacity: 0;
  transition: none;
  -webkit-transition: none;
}

nav.main>ul {
  opacity: 0;
  transition: all 1s;
  transition-delay: .8s;
  pointer-events: none;
}

nav.main>ul.in {
  opacity: 1;
  pointer-events: auto;
}

nav>ul.instant {
  opacity: 1;
  pointer-events: auto;
  transition: all 0s;
}

nav ul:after {
  content: "";
  clear: both;
  display: block;
}

nav ul li {
  float: left;
}
nav ul li:hover {
}
nav ul li:hover a {
  color: #fff;
}

nav ul li a {
  display: block;
  padding: 20px 33px;
  color: rgba(255,255,255,.6);
  text-decoration: none;
}

nav ul ul {
  background: rgba(48,48,48,.94);
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 100%;
  margin-left: 18px;
  text-align: left;
  padding: 6px 0;
}

nav ul ul li {
  float: none;
  position: relative;
}

nav ul ul li a {
  padding: 8px 14px;
  color: #fff;
}

nav ul ul li a:hover {
  background: rgba(96,96,96,.8);
}

nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

a.nav-link.selected {
  position: relative;
  color: white;
}

.nav-toggle {
  position: absolute;
  right: 60px;
  top: 1.35em;
  display: none;
}

.nav-toggle .rect {
  height: 3px;
  background: #555;
  width: 42px;
  margin-bottom: 11px;
}

.cta-buttons {
  width:;
}

.cta-buttons a.button {
  display: inline-block;
  margin: 45px 18px;
  padding: 15px 30px;
  padding-top: 16px;
}
