﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

body {
	margin: 0px;
	padding: 0px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	overflow-y: scroll;
}

table {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 1.428571429;
}

header {
	position: sticky;
	top: 0;
	height: 80px;
	background-color: white;
	border-bottom: 1px solid black;
	box-sizing: border-box;
	z-index: 1;
}

header:after {
	background: linear-gradient(to top, #5b7d11 25%,#80ba45 25%, #80ba45 50%, #bfdda2 50%, #bfdda2 75%, #ffffff 75%);
	position: absolute;
	content: '';
	height: 8px;
	right: 0;
	left: 0;
	bottom: 0;
}

main {
	flex: 1;
	text-align: justify;
	box-sizing: border-box;
}

main h2 {
	font-family: "Roboto Condensed";
	font-size: 20px;
	font-weight: bold;
	margin-block-start: 10px;
	margin-block-end: 2px;
}

main h3 {
	font-family: "Roboto Condensed";
	font-size: 16px;
	font-weight: bold;
	margin-block-start: 10px;
	margin-block-end: 2px;
}

main p {
	margin-block-start: 5px;
	margin-block-end: 5px;
}

li, li p {
	margin: 0px;
}

.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

key {
	border: 1px solid gray;
	font-size: 1.2em;
	box-shadow: 1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 2px 3px;
	padding: 1px 5px;
}

.first-reference-note {
	margin: 10px 40px 10px 40px;
	text-indent: 20px;
	text-align: justify;
	font-size: 13px;
}

.bibliography {
	margin: 10px 40px 10px 60px;
	text-indent: -20px;
	text-align: justify;
	font-size: 13px;
}

main ul, main ol {
	margin-block-start: 2px;
	margin-block-end: 2px;
}

main sup {
	font-size: 75%;
	vertical-align: baseline;
	top: -0.5em;
	position: relative;
	box-sizing: border-box;
}

main a {
	color: #80ba45;
	text-decoration: none;
}

main a:hover {
	text-decoration: underline;
}

main section.light {
	background-color: #f0f0f0;
}

main section.dark {
	background-color: #505050;
	color: white;
}

main section.dark h2 {
	color: white;
}

main section.header {
	padding-top: 8px;
	padding-bottom: 12px;
	background-color: #f0f0f0;
}

main section.sticky {
	position: sticky;
	top: 80px;
}

main section.header h2 {
	font-size: 24px;
}

main section ~ section {
	padding-top: 0px;
	padding-bottom: 24px;
}

main h1, footer h1 {
	font-family: 'Roboto Condensed';
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #161616;
	color: white;
	width: 108px;
	height: 50px;
	position: relative;
	z-index: 0;
	padding-left: 12px;
	text-align: left;
	line-height: 54px;
}

main p ~ h1 {
	margin-block-start: 20px;
}

main .row::after {
	content: "";
	clear: both;
	display: block;
}

main .row .col-40 {
	width: 66.6666%;
	float: left;
}

main .row .col-35 {
	width: 58.3333%;
	float: left;
}

main .row .col-30 {
	width: 49.9999%;
	float: left;
}

main .row .col-25 {
	width: 41.6666%;
	float: left;
}

main .row .col-20 {
	width: 33.3333%;
	float: left;
}

main .row .col-15 {
	width: 24.9999%;
	float: left;
}

main .row .col-12 {
	width: 19.9999%;
	float: left;
}

main .row .col-10 {
	width: 16.6666%;
	float: left;
}

main .row .col-5 {
	width: 8.3333%;
	float: left;
}

blockquote {
	padding: 10px 20px;
	margin: 10px 0px 10px 0px;
	border-left: 5px solid #eee
}

.small {
	font-size: 11px;
}

.inline-icon {
	margin-top: -3px;
	vertical-align: middle;
}

.bordered {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

.bordered thead td {
	font-weight: bold;
	background-color: #f0f0f0;
}

.bordered td {
	border: 1px solid gray;
	padding: 4px;
	vertical-align: top;
}

table.properties tr td:first-of-type {
	font-size: 11px;
	color: gray;
	padding-right: 40px;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 4px;
}

.text-button {
	background: #80ba45;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	color: white;
}

footer {
	background-color: #80ba45;
	min-height: 150px;
	font-size: 13px;
}

footer h2 {
	color: #333333;
	text-decoration: none;
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-block-start: 20px;
	margin-block-end: 0px;
}

footer a {
	color: white;
	text-decoration: none;
	display: block;
}

footer a:hover {
	text-decoration: underline;
}

footer a.fa-stack {
	width: 28px;
	margin-top: 16px;
}

footer .col {
	width: 19.9999%;
	float: left;
	min-width: 120px;
}

aside.toc {
	font-size: 13px;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-y: scroll;
}

aside.toc::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

aside.toc span {
	border-left: 1px solid #f0f0f0;
	padding-left: 12px;
	display: block;
	padding-top: 12px;
	text-align: left;
	font-weight: bold;
}

aside.toc a {
	border-left: 1px solid #f0f0f0;
	padding-left: 22px;
	display: block;
	padding-top: 4px;
	text-align: left;
	text-indent: -4px;
	color: #333333;
}

aside.toc a:hover {
	border-left: 2px solid #80ba45;
	padding-left: 21px;
}

aside.toc a.active {
	font-weight: 500;
	color: #80ba45;
	border-left: 2px solid #80ba45;
	padding-left: 22px;
}

.toc {
	background-color: white;
	position: sticky;
	top: 90px;
	align-self: start;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	max-width: 190px;
	overflow-y: auto;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid black;
	border-right: 4px solid transparent;
	border-bottom: 0 dotted;
	border-left: 4px solid transparent;
	content: "";
}

.quote {
	text-align: center;
	padding: 10px;
}

.centered-block {
	width: 100%;
	text-align: center;
}

.centered-block > div {
	display: inline-block;
	margin: 10px;
}

.lightbox {
	text-align: center;
	position: relative;
	border: 0px solid white;
	overflow: hidden;
	width: auto;
	display: block;
	cursor: pointer;
}

.lightbox > img {
	width: 100%;
}

.lightbox > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	color: white;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Tahoma;
}

.lightbox:hover > .overlay {
	opacity: 1;
}

.lightbox > .overlay > div {
	border: 1px solid white;
	padding: 10px;
}

.lightbox > .popup {
	display: none;
}

.lightbox .popup > img {
	border: 1px solid black;
	padding: 10px;
}

.lightbox_popup {
	border: 1px solid black;
	padding: 10px;
	background-color: white;
}

div.sign-in {
	background-color: white;
	border: 1px solid black;
	border-collapse: collapse;
	width: 400px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 30px;
}

.deal, .deal-summary {
	border: 2px solid #80ba45;
	padding: 20px;
	margin-right: 30px;
}

.deal-summary {
	background-color: #f0f0f0;
}

div.panel {
	width: 100%;
	background-color: #f8f8f8;
	height: 40px;
	margin-top: 20px;
	cursor: text;
}

div.panel > i {
	color: #a0a0a0;
	margin: 13px;
	font-size: 14px;
	width: 14px;
}

div.panel input {
	width: calc(100% - 54px);
	background-color: transparent;
	outline: none;
	border: 0px;
	font-size: 14px;
}

::placeholder {
	color: #a0a0a0;
	font-size: 1em;
}
/*input:focus::placeholder {
	color: transparent;
}*/

.form .group {
	margin-bottom: 15px;
}

.form .group label {
	font-size: 11px;
	color: gray;
	padding-bottom: 0px;
	margin-bottom: 0px;
	display: inline-block;
}

.warning {
	color: red;
	font-size: 13px;
}

input[type=text], input[type=password], textarea {
	padding: 0px 4px;
}

input[type=text], input[type=password], select {
	height: 30px !important;
}

select {
	padding: 0px;
}

input[type=text], input[type=password], select, textarea {
	background-color: white;
	border: 1px solid black;
	border-radius: 0px;
	margin: 0px 0;
	box-sizing: border-box;
	resize: none;
	width: 100%;
	font-family: 'Roboto';
	font-size: 14px;
	color: #333333;
}

textarea {
	padding: 4px;
}

input[type="checkbox"] {
	background-color: red;
	cursor: pointer;
}

input[type=checkbox]:checked {
	background-color: #80ba45;
}

button {
	cursor: pointer;
	border: 1px solid transparent;
	transition-duration: 0.1s;
	background-color: #80ba45;
	padding: 8px 12px;
	color: white;
	font-family: Roboto;
	font-size: 14px;
}

button:hover {
	/*background-color: white;*/ /* Green */
	/*color: black;*/
	border: 1px solid black;
}

button:active {
	transform: translateY(1px);
	/*	background-color: white;
	color: black;*/
}

.radiobox {
	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;
}

.radiobox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a green background */
.radiobox input:checked ~ .checkmark {
	background-color: #80ba45;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radiobox .checkmark:after {
	content: "\f00c";
	font-family: 'FontAwesome';
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	margin-left: -8px;
	margin-top: -11px;
	color: white;
}


/* phone */
@media only screen and (max-width:850px) {
	section {
		display: grid;
		grid-template-columns: 0fr 1fr 0fr;
		grid-gap: 10px;
	}

	article {
		grid-column-start: 2;
	}

	aside {
		display: none;
	}

	.desktop, .tablet {
		display: none;
	}

	.tablet-desktop {
		display: none;
	}

	main .row .col-40 {
		width: 100%;
	}

	main .row .col-35 {
		width: 100%;
	}

	main .row .col-30 {
		width: 100%;
	}

	main .row .col-25 {
		width: 100%;
	}

	main .row .col-20 {
		width: 100%;
	}

	main .row .col-15 {
		width: 100%;
	}

	main .row .col-12 {
		width: 100%;
	}

	main .row .col-10 {
		width: 100%;
	}

	main .row .col-5 {
		width: 100%;
	}

	nav {
		height: 100%;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 70px;
	}

	nav div.navbar {
		display: inline;
		margin: auto;
		height: 100%;
	}

	div#mobile-menu {
		display: none;
		grid-template-columns: 1fr 1fr;
		border-bottom: 1px solid #333333;
		padding: 4px 4px 20px 4px;
		background-color: white;
	}

	div#mobile-menu a {
		display: block;
		color: #333333;
		padding: 10px;
		font-family: Roboto;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		top: 10px;
		position: relative;
		width: 100%;
	}

	div#mobile-menu a:hover {
		color: #80ba45;
	}

	div#mobile-menu div.separator {
		height: 1px;
		background-color: #f0f0f0;
		margin: 4px;
	}

	footer {
		display: grid;
		grid-template-columns: 0fr 130px 1fr 100px 0fr;
		grid-gap: 10px;
	}

	footer .col {
		padding-bottom: 20px;
	}

	/* hamburger */
	.hamburger {
		display: inline-block;
		cursor: pointer;
	}

	.hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
		width: 25px;
		height: 3px;
		background-color: #333333;
		margin: 3px 0;
		transition: 0.4s;
	}

	.hamburger.opened .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-4px, 4px);
	}

	.hamburger.opened .bar2 {
		opacity: 0;
	}

	.hamburger.opened .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-4px, -5px);
	}
}

/* nav */
@media only screen and (min-width:851px) {
	nav {
		display: inline-block;
		vertical-align: central;
		font-weight: 500;
		height: 100%;
		width: 100%;
	}

	nav div.navbar {
		display: inline;
		height: 22px;
		margin-top: 24px;
		padding-top: 5px;
		text-align: right;
	}

	nav div.navbar a {
		display: inline;
		margin-left: 15px;
		margin-right: 15px;
		padding-top: 6px;
		padding-bottom: 6px;
		font-family: Roboto;
		font-size: 14px;
		position: relative;
		color: #505050;
		text-decoration: none;
		white-space: nowrap;
	}

	nav div.navbar a:hover {
		border-bottom: 3px solid #80ba45;
	}

	nav div.navbar div.dropdown {
		display: inline;
		padding-top: 6px;
		padding-bottom: 6px;
		position: relative;
		cursor: pointer;
	}

	nav div.navbar div.dropdown:hover {
		background-color: #f0f0f0;
	}

	nav div.navbar div.dropdown a {
		display: block;
		margin: 2px;
		padding: 4px 19px 4px 19px;
	}

	nav div.navbar div.dropdown a:hover {
		border: 0px;
		color: #80ba45;
	}

	nav div.navbar div.dropdown div.text {
		padding-left: 15px;
		padding-right: 15px;
		display: inline;
		color: #505050;
	}

	nav div.navbar div.dropdown div.button {
		border: 1px solid #80ba45;
		background-color: #80ba45;
		margin: 0px;
		color: white;
		padding: 12px 15px;
		display: inline;
	}

	nav div.navbar div.dropdown div.content {
		display: none;
		position: absolute;
		min-width: 160px;
		box-shadow: 6px 6px 12px rgba(0,0,0,.3);
		z-index: 1;
		text-align: left;
		background-color: white;
		border: 1px solid #c0c0c0;
		right: 0px;
		top: 29px;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	nav div.navbar div.dropdown:hover div.content {
		display: block;
	}

	nav div.navbar div.dropdown div.content div.separator {
		height: 1px;
		background-color: #f0f0f0;
		margin: 4px;
	}
}

/* tablet */
@media only screen and (min-width:851px) and (max-width:1239px) {
	header {
	}

	nav {
		display: grid;
		grid-template-columns: 345px 1fr 200px 10px;
	}

	section {
		display: grid;
		grid-template-columns: 1fr 800px 1fr;
		grid-gap: 10px;
	}

	article {
		grid-column-start: 2;
	}

	aside {
		display: none;
	}

	footer {
		display: grid;
		grid-template-columns: 0fr .166fr .67fr .166fr 0fr;
		grid-gap: 10px;
	}

	.desktop, .phone {
		display: none;
	}

	.logo {
		margin-left: 10px;
	}
}

/* desktop */
@media only screen and (min-width:1240px) {
	header {
		display: grid;
		grid-template-columns: 1fr 1200px 1fr;
		grid-gap: 10px;
	}

	nav {
		display: grid;
		grid-template-columns: 360px 640px 200px;
		grid-column-start: 2;
	}

	section {
		display: grid;
		grid-template-columns: 1fr 800px 1fr;
		grid-gap: 10px;
		grid-column-start: 2;
	}

	section.wide {
		grid-template-columns: 1fr 1200px 1fr;
	}

	article {
		grid-column-start: 2;
	}

	aside {
	}

	footer {
		display: grid;
		grid-template-columns: 1fr 190px 800px 190px 1fr;
		grid-gap: 10px;
	}

	.tablet, .phone {
		display: none;
	}
}

/* stages */
.show-stage-1, .show-stage-2, .show-stage-3, .show-stage-4 {
	display: none !important;
}

.hide-stage-1, .hide-stage-2, .hide-stage-3, .hide-stage-4 {
	display: inline !important;
}

@media screen and (max-width:1210px) {
	.hide-stage-1 {
		display: none !important;
	}

	.show-stage-1 {
		display: block !important;
	}
}

@media screen and (max-width:1130px) {
	.hide-stage-2 {
		display: none !important;
	}

	.show-stage-2 {
		display: block !important;
	}
}

@media screen and (max-width:1050px) {
	.hide-stage-3 {
		display: none !important;
	}

	.show-stage-3 {
		display: block !important;
	}
}

@media screen and (max-width:970px) {
	.hide-stage-4 {
		display: none !important;
	}

	.show-stage-4 {
		display: block !important;
	}
}
