h1, h2, h3, h4, h5, h6, p {
	display: block;
}

.row {
	max-width: 60rem;
}

h1 {
	margin: 4rem 0 1rem 0;
	color: #0084C9;
	font-weight: 900;
	font-size: 6.5vmax;
}

h2 {
	margin: 2.25rem 0 1rem 0;
	color: #787878;
	font-weight: 900;
	font-size: 4vmax;
}

h3.pre-head {
	margin: 2.25rem 0 -2.25rem 0;
	color: #00A5DB;
	font-weight: 800;
	font-size: 3vmax;
}

h4 {
	margin: 2.25rem 0 0.5rem 0;
	color: #00A5DB;
	font-weight: 800;
	font-size: 2.8vmax;
}

p {
	letter-spacing: .25px;
	line-height: 1.5;
}

ol {
	font-size: calc(1rem + 0.65vw);
	padding: 0 0 0 1rem;
	color: #0084C9;
}

.border-inset {
	margin: 1.5rem 0.5rem 1.5rem 0.5rem;
	padding: 1rem;
	border: solid 1px #dfdfdf;
	border-radius: 10px;
	background-color: #fff;
}

.border-inset>p {
	font-size: 1rem;
}

.inset {
	margin-left: 2rem;
}

.centeredLogo {
	display: block;
	margin: 8vmin auto 8vmin auto;
	max-width: 85%;
}

.intro-video {
	display: block;
	margin: 8vmin auto 8vmin auto;
}

.button {
	padding: 1rem 2rem;
	font-size: 2.8vmax;
	font-weight: 800;
	background-color: #0084C9;
	border-radius: 100px;
}

.button.centered {
	margin: 0 auto 2.5rem 0;
}

.button:hover {
	background-color: #00A5DB;
}

.button.secondary {
	/*font-size: 2vmax;*/
	font-weight: 800;
	background-color: #aaa;
}

.blue {
	color: #0084C9;
	font-weight: 900;
}

.light-blue {
	color: #00A5DB;
	font-weight: 900;
}

.regular {
	font-weight: 400;
}

.bullet-list {
	list-style: bullet-list;
	list-style-type: disc;
}

.bullet-list li {
	font-size: 2.25vmax;
	letter-spacing: .25px;
	margin-bottom: .5rem;
}

.question {
	color: #00A5DB;
	font-weight: 700;
	margin-bottom: 0;
}

.deco {
	width: 100%;
	margin: auto;
	display: block;
}

#warrant-package {
	max-width: 61.8%;
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {	
	h1 {
		font-size: 50px;
		margin: 4rem 0 1rem 0;
	}
	
	h2 {
		font-size: 4vmax;
		margin: 3rem 0 1.25rem 0;
	}
	
	h3.pre-head {
		margin: 3rem 0 -3rem 0;
		font-size: 2.5vmax;
	}
	
	h4 {
		font-size: 2.4 vmax;
	}
	
	p {
		margin-bottom: 1.5rem;
		line-height: 1.55;
	}
	
	ol {
		font-size: 1.45rem;
	}
	
	.inset {
		margin-left: 4rem;
	}
	
	.border-inset {
		margin: 2rem 1.5rem 2rem 1.5rem;
		padding: 2rem;
	}
	
	.centeredLogo {
		max-width: 60%;
		margin: 2rem auto;
	}
	
	.intro-video {
		margin: 2rem auto;
	}
	
	.bullet-list li {
		font-size: 20px;
	}
	
	.deco {
		width: 38.2%;
	}
}

@media only screen and (min-width: 1200px) {	
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 38px;
		margin: 4rem 0 1rem 0;
	}
	
	h3.pre-head {
		margin: 3.5rem 0 -3.5rem 0;
		font-size: 26px;
	}
	
	h4 {
		font-size: 26px;
	}
	
	.centeredLogo {
		margin: 3vw auto 0 auto;
		max-width: 50%;
	}
	
	.intro-video {
		margin: 3vw auto 0 auto;
	}
	
}

.red {
	color: red;
}

.horizontal-scroll {
	overflow-x: scroll;
}

.centered-image {
	margin: 0 0 2rem 0;
}

.expandable {
	color: #0084C9;
	border: solid 1px #ddd;
	border-radius: 10px;
	cursor: pointer;
	padding: 1rem;
	margin: 1rem 0 0 0; 
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 2.5vmax;
	font-weight: 900;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inset-expandable {
	background: rgba(255,255,255,0.8);
}

.inset-expandable-heading {
	color: #595959;
	font-weight: 800;
	font-size: calc(1.2rem + 0.65vw);
}

.diligence {
	font-size: 2vmax;
	font-weight: 400;
	color: #777;
}

#balanceSheet {
	font-size: 1vmax;
}

#profitAndLoss {
	font-size: 1vmax;
}

.expandable:hover {
	background-color: #eee;
}

.expandable.active-expandable {
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 0;
}

.expandable:after {
	content: '\002B';
	color: #777;
	font-weight: 900;
	float: right;
	margin-left: 5px;
	align-self: flex-end;
}

.active-expandable:after {
	content: "\2212";
}

.expandable-thumbnail {
	flex: 0.312 0.312 0;
	margin-right: 1rem;
}

.expandable-text {
	flex: 1 1 0;
}

.expandable-text>h4 {
	margin: 0;
	padding: 0;
}

.expandable-panel {
	padding: 0 1rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	background-color: #f0f0f0;
}

.expandable-panel h3 {
	margin: 2rem 0 0 0;
	padding: 0;
	text-decoration: underline;
}

.expandable-panel p:first-child {
	margin-top: 1.5rem;
}

.expandable-panel p:last-child {
	margin-bottom: 1.5rem;
}

.expandable-panel p, .expandable-panel ul li {
	font-size: 1rem !important;
}

.section-icon {
	width: 61.8%;
	margin: 2rem 0 -2rem 0;
}

.diligence h3 {
	font-size: 1.35rem;
	color: #595959;
	margin-top: 1.25rem;
}

.diligence h4 {
	font-size: 1.2rem;
	color: #595959;
	margin-top: 1.25rem;
}

.diligence li {
	font-size: 1rem;
	color: #777;
	margin-top: 1.25rem;
}

.flexwrap {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin-bottom: 2rem;
	justify-content: space-evenly;
	align-content: space-between;
}

.team-member {
	flex: .618 0px;
	text-align: left;
	padding-right: .5rem;
}

.team-member-quote {
	flex: 1 0px;
	text-align: left;
	padding-left: .5rem;
}

.team-member-quote>p {
	font-size: 1.75vmax;
}

.team-member h3 {
	font-size: 2vmax;
	font-weight: 900;
	margin: .5rem 0 0 0;
	color: #0084C9;
}

.team-member h4 {
	font-size: 1.75vmax;
	font-weight: 700;
	margin: .25rem 0 0 0;
	color: #00A5DB;
}

.team-member h5 {
	font-size: 1.5vmax;
	font-weight: 400;
	margin: .25rem 0 0 0;
	color: #595959;
}

.slider {
	width: 100%;
	border: solid 1px #dfdfdf;
	position: relative;
	margin: auto;
}

.slider-progress-dots {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #ccc;
	border-radius: 50%;
	display: inline-block;
}

.dot.active-dot {
	background-color: #888;
}

.slide {
	display: none;
	padding: 4% 10% 0% 10%;
}

.slide.active-slide {
	display: block;
}

.slide h3 {
	font-size: 3.5vmax;
	color: #0084C9;
	margin: 0 auto;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	width: auto;
	top: 0;
	padding: 2.5%;
	color: #0084C9;
	font-weight: bold;
	font-size: 24px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	border-radius: 3px 0 0 3px;
	right: 0;
}

.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.1);
}

.slide-team-member {
	flex: 0 0 5rem;
	margin-top: 1rem;
}

.slide-team-member h4 {
	font-size: 1.75vmax;
	text-align: center;
	font-weight: 900;
	margin: .25rem 0 0 0;
	color: #0084C9;
}

.slide-team-member h5 {
	font-size: 1.5vmax;
	text-align: center;
	font-weight: 700;
	margin: .25rem 0 0 0;
	color: #00A5DB;
}

.slide-team-member p {
	font-size: 1.25vmax;
}

.flexbox {
	display: flex;
	flex-flow: nowrap;
}

.flex-half {
	flex: 1 0 100%;
	text-align: center;
	margin-top: 2rem;
}

.flex-half>h3 {
	margin-top: 1rem;
}

.flex-third {
	flex: 1 0 100%;
	text-align: center;
	margin-top: 2rem;
}

.featurette {
	background-color: #eee;
	border: solid 1px #dfdfdf;
	border-radius: 20px;
	text-align: left;
	padding: 2rem;
	margin-right: 2rem;
	margin-top: 2rem;
}

.featurette>div>h1 {
	margin-top: 0;
}

.featurette>h4 {
	margin-top: 1rem;
}

.featurette>p {
	font-size: 1.75vmax;
}

.featurette>a.button {
	font-size: 1.5vmax;
}

.featurette>div>a.button {
	font-size: 1.5vmax;
}

@media only screen and (min-width: 768px) {
	.featurette:last-child {
		margin-right: 0;
	}
	
	.featurette>div {
		margin-right: 2rem;
	}
	
	.featurette>div:last-child {
		margin-right: 0;
	}
	
	.featurette>p {
		font-size: 16px;
	}
	
	.featurette>a.button {
		font-size: 16px;
	}
	
	.featurette>div>a.button {
		font-size: 16px;
	}
}

.benefits {
	padding: 1rem;
	border-radius: 10px;
	border: solid 1px #dfdfdf;
	order: 1;
}

.benefits>img {
	width: 61.8%;
}

.benefit-details {
	order: 1;
	flex: 0 0 100%;
	border: 0px;
	border-radius: 10px;
	background-color: #fafafa;
	padding: 0;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}

.benefit-details>ul {
	font-size: 1.2rem;
}

.active-benefit-details {
	padding: 2rem;
	margin: 2rem 0 2rem 0;
	border: solid 1px #dfdfdf;
}

#global-access-details {
	background: url(img/global-access-bw.png?v=3) no-repeat 95% 2%;
}

#side-effect-details {
	background: url(img/ekg-bw.png) no-repeat 95% 2%;
}

#climate-impact-details {
	background: url(img/mountain-lake-bw.png) no-repeat 95% 2%;
}

#new-benefits-details {
	background: url(img/star-bw.png) no-repeat 95% 2%;
}

.closer {
	float: right;
	margin: 0;
	color: #595959;
	cursor: pointer;
	font-weight: 800;
}

.read-more {
	font-size: calc(0.65rem + 0.45vw);
	padding: 0.5rem;
	margin: 0;
	font-weight: 800;
	background-color: #0084C9;
	border-radius: 100px;
	cursor: pointer;
	transition: background-color 0.25s ease-out;
	color: #fff;
}

.read-more:hover {
	background-color: #0095DB;
}

.multiple-title {
	font-size: 12vmax;
	margin-bottom: 0;
}

.multiple-title + h3 {
	color: #0084C9;
	font-size: 4vmax;
	font-weight: 700;
}

.flex-gold-large {
	flex: 1 100%;
}

.flex-gold-small {
	flex: 1 100%;
}

.quote-photo {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	background-color: transparent;
	margin-bottom: 2rem;
}

.quote-photo img {
	flex: .618 .618 auto;
	order: 2;
	padding-left: 1rem;
	box-sizing: border-box;
	min-width: 0%;
	max-width: 38.2%;
}

.quote-photo div {
	flex: 1 1 auto;
	order: 1;
}

.quote-photo p {
	font-size: 1rem;
	margin-top: 0 !important;
}

.quote-photo h4 {
	font-size: 1rem;
	margin-top: 1rem;
}

.quote-photo h5 {
	font-size: 0.7rem;
	line-height: 1.2;
}


.hero {
	padding: 4.5vmax 0 4.5vmax 0;
	margin: 0;
	clear: both;
	overflow: auto;
}

.surgeon {
	background: url(img/surgeon-wide.jpg) no-repeat 50% 0;
	background-size: cover;
	background-position: 30% 50%; 
}

.title-prospectus {
color: white;
display: inline-block;
font-size: 8vmax;
font-weight: 900;
min-width: 50%;
padding: 0 0 0 0.5rem; 
text-shadow: 0px 0px 60px #111;
}

header .nav-row {
	background-color: rgba(255,255,255,0.85);
	text-transform: none;
	padding: 1rem 0;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	z-index: 1000;
}

header .nav-row div {
	color: #111;
	font-weight: 800;
	font-size: 5vw;
}

header .nav-row a, header .nav-row a:visited {
	color: #00A5DB;
	font-size: 4vw;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

#nav-title {
	width: 55.33333%;
	float: left;
}

#nav-mobile-chevron {
	width: 14.66667%;
	float: left;
	text-align: right;
	padding: 0 2rem;
}

#nav-invest-link {
	width: 25%;
	float: left;
}

.stuck {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#prospectus-menu-invest-button {
	font-size: 4.5vw;
	padding: 0.6rem 1.2rem;
	color: white;
	background-color: #0084C9;
	border-radius: 100px;
	margin: 0 0.6rem 0 0;
	
}

#prospectus-toggle-menu i {
	transform: rotate(0deg);
	transition: transform 0.25s ease-out;
}

#prospectus-toggle-menu i.open {
	transform: rotate(180deg);
}

.prospectus-menu {
	display: block;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1), visibility 0s linear;
	-moz-transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1), visibility 0s linear;
	transition: max-height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1), visibility 0s linear;
}

.prospectus-menu.show{
	max-height: 500px;
}

.prospectus-menu ul {
	list-style: none;
	margin-top: 1rem;
}

.prospectus-menu ul li {
	border-top: 1px solid #ccc;
}

.prospectus-menu ul li.active {
	background-color: #ddd;
	color: #777;
	cursor: none;
}

.prospectus-menu ul li.active a {
	border: 0px;
	box-shadow: none;
}

#market-research-text {
	flex: 1 100%;
}

#market-research-graph {
	margin: 2rem auto 0 auto;
	flex: 1 100%;
	padding-bottom: 2rem;
}

#market-research-graph p {
	font-size: 2.2vmax;
}

#market-research-graph img {
	margin-top: 2rem;
}

.invest-now-button-container {
	margin-top: 2rem;
}

.invest-now-button {
	font-size: 4.5vmax;
	font-family: "Ruda", sans-serif;
	font-weight: 400;
	padding: 1rem 3rem;
	color: white;
	background-color: #0084C9;
	border-radius: 100px;
}

.invest-now-button:hover {
	color: white;
	background-color: #00A5DB;
}

.end-of-page-continue-button {
	padding: 0.5rem 1rem;
	color: white;
	background-color: #0084C9;
	border-radius: 100px;
	float: right;
	margin-top: 2.5rem;
	text-align: center;
	width: 50%;
}

.end-of-page-continue-button div p {
	font-size: 2.2vmax;
	font-family: "Ruda", sans-serif;
	font-weight: 400;
}

.end-of-page-continue-button:hover {
	color: white;
	background-color: #00A5DB;
}

.end-of-page-continue-button #button-label {
	flex: 1 70%;
	margin: auto;
}

.end-of-page-continue-button #button-chevron {
	flex: 1 30%;
	font-size: 5vmax;
	margin: auto;
	text-align: center;
}

.end-of-page-continue-button #button-chevron:before {
	text-align: center;
	margin: auto;
}

p.small-print {
	margin: 1rem auto 0 auto;
	font-size: 2vmax;
	text-align: center;
}

p.fine-print, .expandable>span.fine-print {
	font-size: 10px;
}

p.message_yellow {
	font-size: 13px !important;
}

#note-signoff {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin-bottom: 2rem;
	justify-content: space-evenly;
	align-content: space-between;
}

#mark-note-headshot {
	flex: .35 .35 0;
}

#note-signoff-text {
	flex: .65 .65 0;
	padding-left: 1rem;
}

#note-signoff-text>p{
	margin: 0;
	padding: 0;
}

#mark-sig {
	width: 75%;
}

.participation-form {
	border: solid 1px #bbb;
	background-color: #eaeaea;
	padding: 1rem;
	margin: 1rem 0;
}

.button.participation {
	margin: 2rem auto 3rem auto;
}

/************************************************/
/***                 REG FORM                 ***/
/************************************************/

.reg-form {
	width: 100%;
	margin: 2rem auto 2rem auto;
	display: block;
}

.reg-form label, input {
	font-family: "Ruda", sans-serif;
	font-size: 2.4vmax;
}

.flexbox {
	display: flex;
	flex-wrap: nowrap;
}

.reg-form input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.reg-form label[for=representation] {
	/*flex: 1 80%;
	margin: auto;*/
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.reg-form input[type=submit] {
	display: block;
	border-radius: 100px;
	background-color: #5dd350;
	font-size: 2.8vmax;
	font-weight: 900;
	padding: 1rem;
	width: 80%;
	margin: 0 auto;
}

.reg-form input:disabled {
	opacity: 0.2;
	cursor: not-allowed;
}

.reg-form input:disabled {
	opacity: 0.2;
	cursor: not-allowed;
}

.reg-form input[type=submit]:hover {
	background-color: #50C143;
}


/************************************************/
/***                Checkboxes                ***/
/************************************************/

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #0084C9;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
label[for=representation]:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label[for=representation] input:checked ~ .checkmark {
  background-color: #0084C9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

input[type=checkbox]:focus ~ .checkmark {
	outline: #0084C9 auto 5px;
}

/* Show the checkmark when checked */
label[for=representation] input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label[for=representation] .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#errorDiv > p {
	font-size: 3vw;
}

#successDiv > p {
	font-size: 3vw;
}

.left {
	text-align: left;
}



/************************************************/
/*** MEDIA QUERIES***/
/************************************************/

@media only screen and (max-width: 767px) {
	.hide-for-mobile {
		display: none;
	}		
}

@media only screen and (min-width: 768px) {	
	.centeredLogo {
		max-width: 60%;
		margin: 2rem auto;
	}
	
	.intro-video {
		margin: 2rem auto;
	}
	
	.button {
		font-size: 28px;
	}
	
	.button.centered {
		margin: 0 auto 0 0;
	}
	
	.button.secondary {
		/*font-size: 20px;*/
	}
	
	.expandable-thumbnail {
		flex: 0.18 0.18 0;
		margin: 1rem 2rem 1rem 1rem;
	}
	
	.narrow {
		width: 80%;
	}
	
	.team-member {
		flex: .25 0 0;
		padding-right: 1rem;
	}

	.team-member-quote {
		flex: .75 0 0;
		padding-left: 2rem;
	}
	
	.team-member-quote>p {
		font-size: 19px;
	}
	
	.team-member h3 {
		font-size: 22px;
	}
	
	.team-member h4 {
		font-size: 18px;
	}
	
	.team-member h5 {
		font-size: 14px;
	}
	
	.slide {
		padding: 4% 2rem 0% 2rem;
	}
	
	.slide h3 {
		font-size: 28px;
	}
	
	.slide-team-member {
		flex: 0 0 15%;
		margin-top: 1.5rem;
	}
	
	.slide-team-member h4 {
		font-size: 16px;
		letter-spacing: 0px;
	}

	.slide-team-member h5 {
		font-size: 13px;
		text-align: center;
		font-weight: 700;
		margin: .25rem 0 0 0;
		color: #00A5DB;
	}

	.slide-team-member	 p {
		font-size: 12px !important;
	}
	
	.benefit-details {
		order: 3;
	}
	
	.active-benefit-details {
		order: 2;
	}
	
	.show-for-mobile {
		display: none;
	}
	
	.expandable {
		font-size: 30px;
	}
	
	.expandable-panel {
		padding: 0 5%;
	}
	
	.inset-expandable-heading {
		font-size: 1.2rem;
	}
	
	.diligence {
		font-size: 1rem;
	}
	
	.diligence>h4 {
		font-size: 1.2rem;
	}
	
	.content .diligence>p {
		font-size: 1rem;
	}
	
	#balanceSheet {
		font-size: 11px;
	}

	#profitAndLoss {
		font-size: 11px;
	}
	
	.flex-half {
		flex: 1 1 45%;
	}
	
	.flex-third {
		flex: 1 1 28%;
	}
	
	.flexwrap>.flex-half:nth-child(odd) {
		margin-right: 2rem;
	}
	
	.flexwrap>.flex-half.last {
		margin-right: 0;
	}
	
	.multiple-title {
		font-size: 120px;
	}
	
	.multiple-title + h3 {
		font-size: 40px;
	}
	
	.flex-gold-large {
		flex: 1 1 0px;
		padding-right: 2rem;
		margin: 0;
	}

	.flex-gold-small {
		flex: 0.618 0.618 0px;
		margin: auto;
	}
	
	#reg-description {
		order: 2;
	}
	
	.quote-photo img {
		flex: .618 .618 auto;
		order: 2;
		padding-left: 2rem;
	}
	
	.quote-photo p {
		font-size: 1rem !important;
	}
	
	.quote-photo h4 {
		font-size: 1rem;
	}
	
	.quote-photo h5 {
		line-height: 1.2;
	}
	
	.hero {
		padding: 6vmax 0 6vmax 0;
	}
	
	.title-prospectus {
		font-size: 6.5vmax; 
	}
	
	.surgeon {
		background-position: 0% 50%; 
	}
	
	header .nav-row {
		padding: 1rem 0 0 0;
	}
	
	header .nav-row div {
		font-size: 2.5vw;
	}

	header .nav-row a, header .nav-row a:visited {
		font-size: 1.8vw;
	}
	
	#nav-title {
		width: 31.2%;
	}
	
	#nav-links-desktop {
		width: 57%;
		float: left;
		padding: 0 2rem;
	}
	
	#nav-invest-link {
		width: 11.8%;
	}
	
	.prospectus-menu {
		max-height: none;
	}
	
	#prospectus-menu-invest-button {
		font-size: 2vw;
		margin: 0 1.2rem 0 0;
	}
	
	.prospectus-menu ul {
		margin-top: 0;
		float: right;
	}

	.prospectus-menu ul li {
		border: 0px;
		display: inline;
		margin: 0 0.5rem;
		padding: 0;
	}

	.prospectus-menu ul li.active {
		background-color: transparent;
	}

	.prospectus-menu ul li.active a {
		box-shadow: none;
		color: #ccc;
		cursor: none;
	}
	
	figure {
		margin-top: 2rem;
	}
	
	#market-research-graph {
		margin: 2rem 0 0 0;
		padding: 0 9.1%;
		display: flex;
		flex-flow: nowrap;
		align-items: center;
	}
	
	#market-research-graph-caption {
		flex: 0.382 38.2%;
		margin: auto;
	}
	
	#market-research-graph-image {
		flex: 1 61.8%;
		margin: auto;
	}
	
	
	#market-research-graph img {
		padding: 0 4rem;
		margin: 0;
	}
	
	#market-research-graph h4 {
		margin-top: 0;
	}
	
	#market-research-graph p {
		font-size: 1.8vmax;
	}
	
	.invest-now-button {
		font-size: 3vmax;
	}
	
	.end-of-page-continue-button {
		width: 32%;
	}
	
	.end-of-page-continue-button div p {
		font-size: 1.7vmax;
	}
	
	.end-of-page-continue-button #button-chevron {
		font-size: 3vmax;
	}
	
	p.small-print {
		margin: 2rem auto 0 auto;
		font-size: 15px !important;
	}
	
	.content p.fine-print, .expandable>span.fine-print {
		font-size: 12px !important;
	}
	
	p.message_yellow {
		font-size: 18px !important;
	}
	
	.reg-form label, input {
		font-size: 24px;
	}
	
	.reg-form input[type=submit] {
	font-size: 2vmax;
	}
	
	.reg-form {
		width: 61.8%;
		margin: 2rem 0 2rem 0;
	}
	
	#errorDiv > p {
		font-size: 2vw;
	}
	
	#successDiv > p {
		font-size: 2vw;
	}
	
	.contact-action>a.button {
		font-size: 16px;
	}

	#note-signoff {
		max-width: 400px;
	}
	
	#participation-form-header {
		font-size: 32px;
		font-weight: 900;
	}

}

@media only screen and (min-width: 1200px) {		
	
	.content p {
		font-size: 20px;
	}
	
	.hero {
		padding: 3rem 0 3rem 0;
	}
	
	.title-prospectus {
		font-size: 80px; 
	}
	
	header .nav-row div {
		font-size: 24px;
	}

	header .nav-row a, header .nav-row a:visited {
		font-size: 20px;
	}
	
	#prospectus-menu-invest-button {
		font-size: 25px;
	}	
	
	#market-research-graph p {
		font-size: 1.6vmax;
	}
	
	.read-more {
		font-size: 1rem;
	}
	
	.invest-now-button {
		font-size: 2.2vmax;
	}
	
	.end-of-page-continue-button div p {
		font-size: 1.3vmax;
	}
	
	.end-of-page-continue-button #button-label {
		flex: 1 85%;
	}
	
	.end-of-page-continue-button #button-chevron {
		flex: 1 15%;
		font-size: 2vmax;
	}
	
	.reg-form input[type=submit] {
	font-size: 24px;
	}
	
	#errorDiv > p {
		font-size: 14px;
	}
	
	#successDiv > p {
		font-size: 14px;
	}
	
	.benefit-details>ul {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1600px) {	
	
	#market-research-graph p {
		font-size: 1.3vmax;
	}
	
	.end-of-page-continue-button div p {
		font-size: 20px;
	}
	
	.end-of-page-continue-button #button-chevron {
		font-size: 30px;
	}
}