/* thank you! http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Calibre-Medium";
  src: url("/static/fonts/Calibre-Medium.woff");
  src: url("/static/fonts/Calibre-Medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Calibre-Medium.woff") format("woff"), url("/static/fonts/Calibre-Medium.otf") format("opentype");
}
/*
@font-face{ 
	font-family: "Calibre-Regular"; 
	src: url("/static/fonts/Calibre-Regular.woff");
	src: url('/static/fonts/Calibre-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
/*	     url('/static/fonts/Calibre-Regular.woff') format('woff'), /* Modern Browsers */
/*	     url('/static/fonts/Calibre-Regular.otf')  format('opentype');
}
*/
@font-face {
  font-family: "Zimula-ExtraLight";
  src: url("/static/fonts/Zimula-ExtraLightInkSpot.woff");
  src: url("/static/fonts/Zimula-ExtraLightInkSpot.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Zimula-ExtraLightInkSpot.woff") format("woff"), url("/static/fonts/Zimula-ExtraLightInkSpot.otf") format("opentype");
}
@font-face {
  font-family: "Zimula-Light";
  src: url("/static/fonts/ZimulaTrial-LightInkSpot.woff");
  src: url("/static/fonts/ZimulaTrial-LightInkSpot.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ZimulaTrial-LightInkSpot.woff") format("woff"), url("/static/fonts/ZimulaTrial-LightInkSpot.otf") format("opentype");
}
@font-face {
  font-family: "Calibre-Semibold";
  src: url("/static/fonts/Calibre-Semibold.woff");
  src: url("/static/fonts/Calibre-Semibold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Calibre-Semibold.woff") format("woff"), url("/static/fonts/Calibre-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Calibre-Bold";
  src: url("/static/fonts/Calibre-Bold.woff");
  src: url("/static/fonts/Calibre-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Calibre-Bold.woff") format("woff"), url("/static/fonts/Calibre-Bold.otf") format("opentype");
}
body.is-debug div.center-wrapper {
  background-image: url("/static/images/grid.png");
  background-repeat: repeat-y;
  background-position: 20px 0;
}

h1, h2 {
  font-family: "Zimula-ExtraLight", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 16em;
}

h1 {
  letter-spacing: 0.3em;
}

h2 {
  font-family: "Zimula-ExtraLight", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 4em;
  padding-bottom: 0.3em;
}

p {
  font-family: "Zimula-ExtraLight", Arial, Helvetica, sans-serif;
  font-weight: 100;
  margin-bottom: 1em;
  line-height: 26px;
  font-size: 1.6em;
  margin-bottom: 0;
  color: papayawhip;
}

img {
  max-width: 90%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img.extend_size {
  width: 100%;
}

a {
  letter-spacing: 0.1em;
  color: papayawhip;
  text-decoration: underline;
}
a:hover {
  color: #aa386f;
}

.supra {
  display: inline-block !important;
  vertical-align: super;
  font-size: 0.66em;
}

html {
  height: 100%;
  min-width: 100%;
}

/* resulting css */
.background {
  z-index: -2;
  position: fixed;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  filter: contrast(170%) brightness(100%);
  background: linear-gradient(312deg, rgb(170, 56, 111), rgba(0, 0, 0, 0)), url("data:image/svg+xml,%3Csvg viewBox='0 0 100% 100%' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

body {
  height: 100%;
  background-color: #062e31;
  font-family: "Zimula-ExtraLight", Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: papayawhip;
  font-size: 12px;
}

section.mainsection {
  width: 100%;
  margin: 0 auto;
}

div#front {
  display: block;
  position: absolute;
}

div.center-wrapper {
  max-width: 1180px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  position: relative;
}

section#front {
  padding-top: 14em;
  padding-bottom: 14em;
  top: 0;
  position: relative;
  z-index: 30;
  height: auto;
}
section#front img {
  margin: auto;
  width: 60%;
  height: 60%;
  display: block;
  vertical-align: middle;
}
section#front img.net-logos {
  width: 20%;
  height: auto;
}
section#front img.front {
  padding-bottom: 1em;
}
section#front img.landscape {
  width: 100%;
}
section#front .article-image {
  padding-bottom: 4em;
}
section#front .article-image img {
  display: inline-block;
}
section#front .article-image img.portrait {
  width: 40%;
}
section#front .article-image img.landscape {
  width: 100%;
}
section#front .article-image span {
  padding-top: 1em;
  padding-left: 1em;
  display: inline-block;
  vertical-align: top;
}
section#front ul {
  font-size: 1.6em;
  line-height: 1.5em;
}

.pdf-download {
  display: block;
  padding-bottom: 1em;
}
.pdf-download span {
  margin: auto;
  display: table;
}

.container {
  position: relative;
}

iframe {
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10em;
  height: 100%;
  width: 80%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #008CBA;
}

.container:hover .overlay {
  opacity: 1;
}

nav.mainnav {
  top: 0;
  position: fixed;
  padding: 1.5em 0 1.5em 0;
  width: 100%;
  z-index: 2000;
  vertical-align: -webkit-baseline-middle !important;
}
nav.mainnav ul li {
  border-radius: 30px;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  float: left;
  vertical-align: -webkit-baseline-middle !important;
}
nav.mainnav ul li.right {
  float: right;
  margin-right: 60px;
}
nav.mainnav ul li a {
  color: #062e31;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-decoration: none;
  vertical-align: -webkit-baseline-middle !important;
}
nav.mainnav ul li a:hover {
  color: #aa386f;
  text-decoration: none;
}
nav.mainnav ul li img {
  height: 2.5em;
}
nav.mainnav ul.about-menu {
  text-align: center;
  margin: auto;
  float: right;
}
nav.mainnav ul.about-menu li.divider {
  margin-left: 2em;
}
nav.mainnav ul.about-menu li.right {
  float: left;
  margin-left: 2em;
}
nav.mainnav ul.about-menu li.right img {
  height: 2.5em;
}
nav.mainnav div.social {
  float: right;
}
nav.mainnav div.social a.fa {
  padding-left: 1em;
  font-size: 1.5em;
}

nav.languages {
  width: 2em;
  top: 40%;
  position: fixed;
  right: 1em;
  z-index: 300;
}
nav.languages ul li {
  display: block;
  float: left;
  line-height: 18px;
}
nav.languages ul li a {
  font-family: "Calibre-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-decoration: none;
}
nav.languages ul li a.spanish {
  letter-spacing: 0.11em;
}
nav.languages ul li a:hover {
  color: #aa386f;
  text-decoration: none;
}

div.headline {
  font-size: 4em;
  padding-bottom: 1em;
}
div.headline span {
  padding-bottom: 1em;
  display: block;
}
div.headline span.editor {
  font-size: 0.5em;
}
div.headline span.subtitle {
  padding-top: 2em;
  font-size: 0.5em;
  line-height: 1.4em;
}
div.headline.headline-index span {
  box-sizing: border-box;
  background: #aa386f;
  padding-bottom: 1em;
  padding: 2em;
  display: grid;
  border-radius: 30% 30% 30% 10%;
  width: 60%;
  border-radius: 1em/5em;
  border-top-left-radius: 5em 5em;
  border-top-right-radius: 5em 5em;
  border-bottom-right-radius: 0em 5em;
  border-bottom-left-radius: 5em 5em;
  color: #062E31;
}
div.headline.headline-index span.seed-right {
  float: right;
  border-radius: 1em/5em;
  border-top-left-radius: 5em 5em;
  border-top-right-radius: 5em 5em;
  border-bottom-right-radius: 5em 5em;
  border-bottom-left-radius: 0em 5em;
}
div.headline.headline-index a {
  color: #062E31;
  text-decoration: none;
}
div.headline.headline-index a:hover {
  color: papayawhip;
}

.column {
  color: papayawhip;
}
.column .footnotes {
  color: papayawhip;
  display: inline-block;
  width: 28%;
  float: left;
  overflow-wrap: anywhere;
}
.column .footnotes span.footnotes {
  display: grid;
  padding-bottom: 1em;
  width: 100%;
}
.column .copy {
  width: 70%;
  float: right;
}
.column .copy p {
  padding-bottom: 2em;
}

footer {
  padding-top: 2em;
  padding-bottom: 2em;
  right: 4em;
  bottom: 4em;
  position: relative;
  text-decoration: none;
}
footer h4 {
  font-size: 1.7em;
}
footer .footerwrapper div {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
footer .footerwrapper div h4 {
  padding-bottom: 1em;
  text-align: left;
}
footer .footerwrapper div.social {
  vertical-align: bottom;
  display: inline-block;
  width: auto;
  float: right;
  text-align: left;
  text-decoration: none;
}
footer .footerwrapper div.social h4 {
  display: inline-block;
  float: left;
  padding-right: 1em;
}
footer .footerwrapper div.social a.fa {
  text-align: left;
  padding-right: 1em;
  font-size: 4em;
  text-decoration: none !important;
}
footer .footerwrapper div.social a.fa:hover {
  color: #aa386f;
}
footer .footerwrapper div.social.column {
  float: left;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  top: 7em !important;
  left: 12%;
  text-align: left;
  visibility: hidden;
  margin: 0 auto;
  width: 70%;
  height: 64%;
  mix-blend-mode: lighten;
  color: #062e31;
  background: linear-gradient(45deg, rgb(170, 56, 111), rgb(255, 255, 255));
  border-radius: 30px;
  /* border-style: solid; */
  /* border-color: #F8C731; */
  position: relative;
  z-index: 4000;
  padding: 30px 40px 34px;
  overflow: scroll;
  position: fixed;
}
.reveal-modal h2 {
  padding-bottom: 0.3em;
}
.reveal-modal#info-reveal div.column p {
  font-size: 2em;
  line-height: 1.5;
}

.reveal-modal .close-reveal-modal {
  font-family: "Calibre-Regular", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 0.5;
  position: absolute;
  top: 18px;
  right: 18px;
  color: papayawhip;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}

#text-0-reveal {
  top: 25% !important;
  height: 42%;
}
#text-0-reveal h1 {
  font-size: 6em;
  text-align: center;
}

@media screen and (max-width: 630px) {
  section#front {
    padding-top: 18em;
  }
  section#front .article-image img.portrait {
    width: 100%;
  }
  div.column .footnotes {
    width: 100%;
  }
  div.column .copy {
    width: 100%;
  }
  div.headline {
    font-size: 3em;
  }
  div.headline span.seed-left {
    width: 100%;
  }
  div.headline span.seed-right {
    width: 100%;
  }
  footer {
    position: relative;
  }
}

/*# sourceMappingURL=base.css.map */
