@font-face {
  font-family: DIN;
  font-weight: 400;
  src: url(../fonts/DIN/DIN-Regular.otf);
}

@font-face {
  font-family: DIN;
  font-weight: 500;
  src: url(../fonts/DIN/DIN-Medium.otf);
}

@font-face {
  font-family: DIN;
  font-weight: 700;
  src: url(../fonts/DIN/DIN-Bold.otf);
}

@font-face {
  font-family: Blanch;
  font-weight: 400;
  src: url(../fonts/Blanch/BLANCH_CAPS.ttf);
}

* {
	font-family: DIN, "Helvetica Neue", Helvetica, Arial, Sans-serif;

	margin: 0;

  -webkit-font-smoothing: antialiased;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	width: 100%;
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
  height: 100%;
}

div.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

h3 {
	color: #64833c;
	text-decoration: underline;
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: 400;
}

p {
	margin-bottom: 12px;
	font-size: 18px;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
  background: rgba(255, 255, 255, .3);
  padding: 12px 0;
}

header .logo {
	width: 100%;
}

header .logo img {
	display: block;
	margin: 0 auto;
}

.image-full {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}

.image-half {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 18px;
}

.image-half:nth-of-type(2) {
	margin-right: 0;
}

.image-full img,
.image-half img {
	display: block;
	margin: 0;
	padding: 0;
}

.text-block {
	padding-bottom: 15px;
}

.fineprint {
	font-size: 14px;
	margin-top: 12px;
}

.hero {
	width: 100%;
  height: 100%;
	overflow: hidden;
	position: relative;
}

.hero .scroll-down {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: #fff;
  font-size: 60px;
  font-weight: 700;

  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;

  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hero .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.section {
  overflow: hidden;
  position: relative;

  background-size: cover;
  background-position: center;
  background-repeat: none;
}

/* SECTION DEFINITIONS */
.section.project {
  background-color: #ececec;
  padding: 60px 0;
}

.section.product {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.section.process {
  background-color: #ececec;
  padding: 60px 0;
}

.section.pricing {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.section.timeline {
  background-color: #ececec;
  padding: 60px 0;
}

.section.products {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.section.team {
  background-color: #ececec;
  padding: 60px 0;
}
/* END SECTION DEFINITIONS */

.section .title {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 27px;
  padding-bottom: 21px;
  border-bottom: 5px solid rgba(0, 0, 0, .15);
  color: #000;
}

.section p {
  font-size: 22px;
  margin-bottom: 30px;
  color: #484848;
  line-height: 1.68em;
}

.section .image {
  height: 250px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  margin: 18px 0 30px;
  background-size: cover;
  background-position: center;
  background-repeat: none;

  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .25);
}

.section .left-background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 60px);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: none;
}

.section span.infobox {
  border-bottom: 2px dotted #5078ff;
  cursor: pointer;
  color: #5078ff;
}

.section .overlay {
  background: rgba(235, 235, 235, .9);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.section .process-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: 1.68em;
  color: #333;
}

.section .process-table td {
  padding: 9px;
  vertical-align: top;
}

.section .process-table .number {
  font-weight: 700;
  border-bottom: 3px solid rgba(80, 180, 255, .8);
  width: 24px;
  height: 36px;
  display: block;
  text-align: center;
}

.section p.fineprint {
  font-size: 14px;
  margin: 18px 0 0;
}

.section.pricing .left {
  padding: 0 60px 0 120px;
}

.section.pricing .row {
  overflow: hidden;
  display: block;
}

.section.pricing .subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-bottom: 15px;
}

.section.pricing .pricing-table {
  margin: 0;
  font-size: 22px;
}

.section.pricing .pricing-table td {
  background: #e8e8e8;
  padding: 12px 18px;
  vertical-align: top;
}

.section.pricing .pricing-table td:first-of-type {
  font-weight: 700;
  color: #ff5078;
  padding-right: 0;
}

.section.pricing .pricing-table tr {
  border-bottom: 9px solid #f8f8f8;
}

.section.pricing .arc-diagram img {
  width: 95%;
  margin: 0 auto 15px;
}

.section.pricing .fund-table {
  margin: 0;
  font-size: 22px;
}

.section.pricing .fund-table td {
  background: #e8e8e8;
  padding: 12px 18px;
  vertical-align: top;
}

.section.pricing .fund-table td:first-of-type {
  font-weight: 700;
  color: #999;
  padding-right: 0;
}

.section.pricing .fund-table tr {
  border-bottom: 9px solid #f8f8f8;
}

.section.timeline .timeline-image {
  width: 100%;
  margin: 15px 0 0;
}

.section.products .cta {
	background: #c2cf32;
	overflow: hidden;
	padding: 6px 9px;
	position: relative;
	margin-top: 9px;
	margin-bottom: 12px;

	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.section.products .cta.blue {
	background: #83b2ba;
}

.section.products a {
	text-decoration: none;
}

.section.products a:hover > .cta {
	opacity: .7;
}

.section.products .pledge:hover > .cta {
  opacity: .7;
}

.section.products .pledge {
  cursor: pointer;
}

.section.products .cta .cta-text {
	color: #333333;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	text-align: right;
	margin-bottom: 9px;
}

.section.products .cta .product-name {
	position: absolute;
	bottom: 12px;
	left: 12px;
	color: #333333;
	font-weight: 700;
  font-size: 16px;
	width: 50%;
}

.section.products .cta .product-amount {
	float: right;
	color: #ffffff;
	font-weight: 700;
	font-size: 50px;
	margin: -12px 0 0;
}

.section.products .fineprint {
	margin-top: -6px;
}

.section.team .row.team {
  margin-bottom: 60px;
}

.section.team .team-picture {
  background-repeat: none;
  background-size: cover;
  background-position: center;
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto 15px;
  overflow: hidden;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, .25);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, .25);
}

.section.team a {
  text-decoration: none;
}

.section.team .team-name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #5078ff;
}

.section.team .team-position {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}

.section.team .team-description {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.section.team .team-description p {
  font-size: inherit;
}

.detail-popup {
  display: none;
}

.detail-popup .overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
}

.detail-popup .modal {
  width: 90%;
  max-height: 90%;
  overflow: scroll;
  position: fixed;
  top: 5%;
  left: 5%;
  background: #fff;
  z-index: 1002;
  padding: 30px 0;

  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, .25);
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, .25);

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.detail-popup .title {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
}

.detail-popup p {
  font-size: 18px;
  margin-bottom: 30px;
}

.detail-popup .image-full img {
  width: 100%;
  display: block;
}

footer {
	padding: 18px 0;
	background: #83b2ba;
	overflow: hidden;
}

footer .logo {
	width: 180px;
}

footer .text {
	font-size: 14px;
	margin: 9px 0 0 0;
}

footer .text a {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

footer .address {
	font-size: 14px;
	margin: 9px 0 0 0;
}

footer .copyright {
	font-size: 9px;
	margin-top: 3px;
}

.popup {
  display: none;
}

.popup .overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
}

.popup .modal {
  position: fixed;
  width: 90%;
  max-height: 90%;
  top: 5%;
  left: 5%;
  background: #fff;
  padding: 30px 0 60px;
  overflow: hidden;
  z-index: 1002;

  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .25);

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.popup h2 {
  color: #83b2ba;
  font-size: 36px;
  margin-bottom: 24px;
}

.popup input[type="text"],
.popup input[type="email"] {
  background: #fff;
  width: 100%;
  margin-bottom: 12px;
  border: 2px solid #83b2ba;
  font-size: 18px;
  padding: 9px 12px;
  color: #83b2ba;
}

.popup input[type="submit"] {
  background: #f05a28;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 24px;
  padding: 9px 12px;
  margin-top: 30px;
}

.popup select {
  border: none;
  background: transparent;
  color: #fff;
  width: 100%;
  font-size: 18px;
  padding: 9px 12px 11px;
  border-radius: 0;
  -webkit-appearance: none;
}

.popup .select-box {
  position: relative;
  background: #83b2ba;
  margin-top: 12px;
}

.popup .select-box:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 3px);
  right: 12px;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
}

@media only screen and (max-width: 991px) {
  .section .left-background {
    background-image: none !important;
  }
}