@charset "UTF-8";
input, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
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,
table, caption, tbody, tfoot, thead, tr, th, td,
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
div, section, h1, h2, p {
	box-sizing: border-box;
}
section.no-flicker {
	-webkit-transform:translate3d(0,0,0);
}
img {
	display: block;
	width: 100%;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background: #000e10;
	color: #fff;
	width: 100%;
	overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}
::selection {
	background: #248cbc;
	color: #fff;
}
img::selection {
	background: #248cbc;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4 {
	text-align: center;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 300;
  word-spacing: 0.15em;
  letter-spacing: 0.01em;
	font-family: 'Lato', sans-serif;
}
h2, h3 {
	position: relative;
	font-size: 2.4em;
	padding: .75em .75em 1em .75em;
	display: inline-block;
	margin: 0 auto 1em auto;
  line-height: 1.2em;
}
h3 {
	position: relative;
	font-size: 4em;
	padding: .75em;
	display: inline-block;
	margin: 0 auto;
}
h4 {
	position: relative;
	font-size: 1.5em;
	text-align: left;
	font-weight: 300;
	margin-bottom: 1em;
}
.h4 {
  font-size: 1.5em;
	text-align: left;
	font-weight: 300;
  padding: 0;
}
h1 {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 51%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8vw;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
  transition: opacity 0.9s ease-out 0.4s, bottom 0.9s ease-out 0.4s;
}
h1 span {
	font-size: 6vw;
	display: block;
}
h1::after {
  content: attr(data-text);
  width: 100%;
  display: block;
  position: absolute;
  bottom: 8.5%;
  left: 50%;
  transform-origin: bottom;
  transform: rotateX(180deg) translateX(-50%);
  line-height: 0.85em;
  background-image: linear-gradient(0deg, #ffffff 0, transparent 30%);
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
  transition: opacity 0.9s ease-out 0.8s;
}
h1.in-viewport {
  opacity: 1;
  bottom: 50%;
}
h1.in-viewport::after {
  opacity: 0.6;
}
h2:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	height: 1px;
	width: 100%;
	background: #93a7cb;
  transform: scaleX(0);
  transition: transform 0.6s ease-out 0.5s;
}
h2.in-viewport:after {
  transform: scaleX(1);
}
h2 span {
  font-size: 0.5em;
  word-spacing: 0.18em;
}
strong {
	font-weight: 700;
}
strong.blue {
  color: #93a7cb;
}
p {
	line-height: 1.4em;
}
p + p {
	margin-top: 1.2em;
}
sup {
	vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size: 0.6em;
}
ul {
	font-size: 1em;
	line-height: 1.75em;
	margin-left: 1em;
}
ul + ul {
	margin-top: 30px;
}
ul li {
	margin-bottom: 10px;
}
.italic {
  font-style: italic;
}
.spacer {
  margin-top: 100px;
}
.line {
	text-align: center;
	display: block;
	margin: 50px auto;
	height: 1px;
	width: 60%;
	background: #93a7cb;
}
.caption {
	padding: 10px;
	font-size: .8em;
	opacity: 0.5;
}
.centered {
	text-align: center !important;
}
.pad-5 {
	padding: 5vh;
}
.pad-top-5 {
	padding-top: 5vh;
}
.pad-right-5 {
	padding-right: 5vh;
}
.pad-bottom-5 {
	padding-bottom: 5vh;
}
.pad-left-5 {
	padding-left: 5vh;
}
.margin-5 {
	margin: 5vh;
}
.margin-top-5 {
	margin-top: 5vh;
}
.margin-right-5 {
	margin-right: 5vh;
}
.margin-bottom-5 {
	margin-bottom: 5vh;
}
.margin-left-5 {
	margin-left: 5vh;
}
.columns {
	display: grid;
}
.columns-2 {
	grid-template-columns: 1fr 1fr;
}
.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.gap {
	grid-gap: 5vh;
}
.constrained {
	width: 100%;
	max-width: 1200px;
  padding-right: 2vh;
  padding-left: 2vh;
	margin: 0 auto;
	box-sizing: content-box;
}
.sticky {
  height: 1px;
  position: -webkit-sticky; /* for Safari users */
  position: sticky;
  top: 0px;
}
.no-x-overflow {
	overflow-x: hidden;
}
a.attribution {
  margin: 0 0.15em;
  position: relative;
  color: #0bc2cb;
  font-weight: 700;
  font-size: 1.1em;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.black-background a.attribution {
  color: #099ea5;
}
.larger {
	font-size: 1.2em;
}
.white {
  color: #fff;
}
.text-link {
  display: block;
  margin: 1em auto;
}
.underline {
  text-decoration: underline;
}
.button {
  display: inline-block;
  margin-top: 1em;
  border: 1px solid rgba(0 0 0 / 30%);
  background: rgba(255 255 255 / 90%);
  padding: 0.5em 2em 0.6em 2em;
  border-radius: 2em;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.highlight {
	text-decoration: underline;
	text-decoration-color: #a9bce0;
}
.fade-content-in, .slide-down, .slide-left-right, .slide-right-left {
	transition: all 1s ease-out;
	transition-delay: 0.3s;
}
.fade-content-in {
	opacity: 0;
}
.in-viewport.fade-content-in {
	opacity: 1;
}
.slide-down {
	transform: translateY(-60px);
}
.in-viewport.slide-down {
	transform: translateY(0);
}
.slide-left-right {
	transform: translateX(-120px);
}
.in-viewport.slide-left-right, .in-viewport.slide-right-left {
	transform: translateX(0);
}
.slide-right-left {
	transform: translateX(120px);
}
.smaller {
	font-size: 0.8em;
}
.italic {
	font-style: italic;
}
.smaller.italic {
	letter-spacing: 0.03em;
	word-spacing: 0.05em;
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  background: rgba(0 0 0 / 90%);
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
}
#modal-inner {
  position: relative;
  background: #fff;
  padding: 5vh;
  line-height: 2em;
  max-width: 80%;
  color: #091f40;
}
#modal-inner a {
  color: #091f40;
}
#modal-close {
  position: absolute;
  top: 2vh;
  right: 2vh;
  font-size: 1.5em;
  cursor: pointer;
  color: #091f40;
}
#notification {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 16px 40px;
	box-sizing: border-box;
	z-index: 150;
  background: rgba(0,0,0,0.85);
  text-align: center;
  color: #fff;
  opacity: 1;
  line-height: 1.5em;
  transition: opacity 0.4s ease-out;
}
#notification a {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #fff;
}
#notification.fade-out {
  opacity: 0;
}
#hero {
  position: relative;
  background: #024a59;
}
#mobile-hero {
  display: none;
}
#gradient {
  background: linear-gradient(#024a59, #00364c);
  color: #fff;
}
#gradient-2 {
	background: linear-gradient(#00364c, #000e10);
	color: #fff;
}
.black-background {
  background: #000e10;
}
#wwf {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 2em auto 0 auto;
}
#wwf a {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-column-gap: 20px;
  align-items: center;
  justify-items: flex-start;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#wwf img {
  display: inline-block;
  width: 80px;
  transition: opacity 0.3s ease-out;
}
#water-bottle-stats {
  position: relative;
}
#water-bottle-stats p {
  font-size: 2.25em;
  font-weight: 300;
  padding: 0 2em 0 0;
  line-height: 1.2em;
  text-align: left;
}
#water-bottle-stats p strong {
  color: #93a7cb;
}
.source {
  font-size: 0.9em !important;
  font-style: italic;
}
#water-bottle {
  display: block;
  position: relative;
  width: 70%;
  margin: 0 auto;
  animation: bob 8s;
  animation-iteration-count: infinite;
}
@keyframes bob {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
.quote {
	font-size: 1.8em;
	font-style: italic;
	margin: 50px auto;
  max-width: 1400px;
}
.quote-header, .quote-footer {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.quote-header:before, .quote-footer:before {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #93a7cb;
	transform: translateY(42px);
}
.quote-header img {
	position: relative;
	max-width: 80px;
	margin: 0 auto;
	transform: translateY(-20px);
}
.quote-footer span {
	display: inline-block;
	padding: 0 20px;
	background: #dce0eb;
	font-size: 1.2em;
	transform: translateY(1.25em);
}
.quote-footer span {
  background: #030e10;
}
#us-overlay-caption {
	margin-top: 1em;
}
#chart {
	width: 100%;
	max-width: 800px;
	height: 400px;
	margin: 5vh auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
#chart p {
	text-transform: uppercase;
	padding: 1em;
}
.chart-column {
	height: 100%;
	display: grid;
	grid-template-rows: 1fr 100px;
	align-items: end;
}
.bar {
	position: relative;
	width: 70%;
	height: 0;
	opacity: 0;
	background: red;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: height 0.3s ease-out;
}
.bar span {
	opacity: 0;
  font-size: 0.8em;
}
.bar span strong {
  font-size: 1em;
}
#mediterranean-bar {
	background-color: #098187;
  background-image: linear-gradient(#098187, #006166);
}
#pacific-bar {
	background-color: #2e81a3;
  background-image: linear-gradient(#2e81a3, #1f6683);
}
#atlantic-bar {
	background-color: #24698a;
  background-image: linear-gradient(#24698a, #154f6b);
}
#bottles-animation {
	position: relative;
	display: grid;
	grid-template-columns: 40% 1fr;
	grid-gap: 2vh;
	align-items: center;
	padding: 5vh 0;
}
#bottles {
	position: relative;
}
#bottles-fractured, #bottles-nano {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
#bottles-text {
	position: relative;
}
#bottles-text-1 {
	position: relative;
	padding-right: 2vh;
	z-index: 100;
}
#bottles-text-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
}
#salt-shaker-section {
  grid-template-columns: 1fr 25% 1fr;
  align-items: center;
}
#salt-shaker {
  width: auto;
	max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
}
#body-animation {
	position: relative;
	overflow-x: hidden;
}
#body {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
}
#body img {
	height: 90vh;
}
#body-circulation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
  z-index: -1;
}
#body-stats {
	position: absolute;
	top: 50%;
	left: 44%;
	max-width: 52%;
	transform: translateY(-50%);
	opacity: 0;
}
#organs {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2vh;
	font-size: 7em;
	margin-top: 2vh;
	overflow: hidden;
}
.body-icon {
	opacity: 0;
	transform: scale(1.1);
}
#salt-checklist {
	display: block;
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 3px double #999;
	box-shadow: 10px -15px 10px rgb(147 167 203 / 0%);
	transition: box-shadow 0.4s ease-out;
}
#salt-checklist h3 {
	display: block;
	font-size: 1.3em;
	padding: 1em 2em;
	border-bottom: 1px solid #999;
}
.checklist-item {
	position: relative;
	width: 100%;
	display: grid;
	text-align: left;
	grid-template-columns: 100px 1fr;
	border-bottom: 1px solid #999;
}
.checklist-item p {
	padding: 0.5em 1em;
}
.checkbox {
	position: relative;
	border-right: 1px solid #999;
}
.checkbox-outline {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	transform: translate(-50%, -50%);
}
.icon-checkmark {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.8em;
	color: #93a7cb;
	text-shadow: 0px 0px 5px #000;
	transform: translate(-40%, -68%) scale(0);
	transition: transform 0.2s ease-out;
}
.line {
	display: block;
	width: 100%;
	height: 1px;
	background: #93a7cb;
	transform: scaleX(0);
	transition: transform 0.6s ease-out;
}
.line.in-viewport {
	transform: scaleX(1);
}
#ssa-logo {
	max-width: 420px;
	margin: 4em auto 2em auto;
}
.st-btn {
	border: 1px solid #fff !important;
}
@media (hover:hover) {
	.button:hover {
		border: 1px solid #fff;
		color: #fff;
		background: rgba(255 255 255 / 20%);
	}
  #modal-inner a:hover {
    text-decoration: none;
  }
  #wwf a:hover img {
    opacity: 0.6;
  }
  #wwf a:hover span {
    text-decoration: underline;
    text-decoration-color: #93a7cb;
  }
	#salt-checklist:hover {
		box-shadow: 0px 5px 10px rgb(147 167 203 / 50%);
	}
	.checklist-item:hover .icon-checkmark {
		transform: translate(-40%, -58%) scale(1);
	}
  .attribution:hover {
    color: #fff;
  }
  .underline:hover {
    text-decoration: none;
  }
}
@media screen and (max-width:450px) {
	body {
		font-size: 20px;
	}
	h1 {
		font-size: 10vw;
		bottom: 55%;
	}
	h1.in-viewport {
		bottom: 51%;
	}
	h1.in-viewport:after {
		bottom: 8%;
	}
	h2, h3 {
		font-size: 1.3em;
	}
	.pad-5 {
		padding: 2vh;
	}
	.pad-top-5 {
		padding-top: 2vh;
	}
	.pad-right-5 {
		padding-right: 2vh;
	}
	.pad-bottom-5 {
		padding-bottom: 2vh;
	}
	.pad-left-5 {
		padding-left: 2vh;
	}
	.margin-5 {
		margin: 2vh;
	}
	.margin-top-5 {
		margin-top: 2vh;
	}
	.margin-right-5 {
		margin-right: 2vh;
	}
	.margin-bottom-5 {
		margin-bottom: 2vh;
	}
	.margin-left-5 {
		margin-left: 2vh;
	}
	.constrained {
		box-sizing: border-box;
	}
	.columns-2, .columns-3 {
		grid-template-columns: 1fr;
	}
	.mobile-hide {
		display: none;
	}
	.sticky {
		height: auto;
	}
  .larger {
    font-size: 1em;
  }
	#modal-inner {
	  position: relative;
	  background: #fff;
	  padding: 2vh 2vh 2vh 5vh;
	  line-height: 2em;
	  max-width: 90%;
	  color: #091f40;
	}
	#modal-inner a {
	  color: #091f40;
	}
	#water-bottle-stats {
		font-size: 0.8em;
	}
	#water-bottle-stats p {
		padding: 0;
	}
	#chart {
		grid-gap: 0;
	}
	#chart p {
		text-transform: uppercase;
		padding: 0.5em;
		font-size: 0.75em;
	}
	#bottle-breakdown {
		grid-template-columns: 30% 1fr;
	}
	#bottle-whole, #bottle-fractured, #bottle-nano {
		width: 160%;
		height: 0;
		padding-left: 0;
		padding-bottom: 515%;
		transform: translateX(-50%);
	}
	#bottles-animation {
		padding: 0 0 10vh 0;
	}
	#bottles {
		transform: translate(-140%, 0);
	}
	#bottles img {
		width: 300%;
	}
	#bottles-text-2 {
		transform: translateY(0%);
		padding: 0 1em 0 0;
		background: #000e10;
	}
	#bottles-text-2 .quote {
		font-size: 1.4em;
	}
	#salt-checklist {
		margin-top: 2vh;
	}
	#salt-checklist h3 {
		font-size: 1.1em;
		padding: 0.5em 1em;
	}
	.checklist-item {
		position: relative;
		width: 100%;
		display: grid;
		text-align: left;
		grid-template-columns: 50px 1fr;
		border-bottom: 1px solid #999;
	}
	.checklist-item p {
		padding: 0.5em 1em;
	}
	.checkbox {
		position: relative;
		border-right: 1px solid #999;
	}
	.checkbox-outline {
		width: 20px;
		height: 20px;
	}
	.icon-checkmark {
		font-size: 1.4em;
		transform: translate(-40%, -68%) scale(1);
	}
  #salt-shaker-section {
    grid-template-columns: 1fr;
  }
	#organs {
		grid-template-columns: 1fr 1fr;
	}
	#body-stats {
		position: absolute;
		top: 50%;
		left: 42%;
		max-width: 54%;
		transform: translateY(-50%);
		opacity: 0;
	}
	.body-icon {
		font-size: 0.7em;
	}
  .mobile-center {
    text-align: center !important;
  }
}
