/* ALPINE CSS */

body {
	font-family: 'Manrope', sans-serif;
	margin: 0;
	padding: 0;
	cursor: default;
	background: #02584f;
	margin-right: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-touch-callout: none;
	touch-action: pan-y;
	}
a {
	text-decoration: none;
	cursor: pointer !important;
	color: #1d4dae;
	-webkit-transition: color .2s; /* Safari */
	transition: color .2s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent !important;
	}
strong, b {
	font-weight: 500 !important;
	}
b {
	display: block;
	}
a:hover {
	color: #edb849;
	}
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
	}
iframe {
	  border: none !important;
	}
#content {
	width: 100%;
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #ffffff;
	color: #111111;
	z-index: 2;
	position: relative;
	margin: 0 auto;
	}
#content.gray {
	background: #ebebeb;
	}
#content-inner {
	max-width: 800px;
	margin: 0 auto;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	}
#content p {
	width: 100%;
	display: block;
	color: #111111;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 400;
	-webkit-touch-callout: default !important;
	-webkit-user-select: default !important;
	-khtml-user-select: default !important;
	-moz-user-select: default !important;
	-ms-user-select: default !important;
	user-select: default !important;
	text-align: left;
	}
#content p:last-child {
	margin-bottom: 0px;
	}
ul.list {
	list-style-type: disc;
	font-size: 19px !important;
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 0px;
	max-width: 680px;
	}
ul.list li {
	margin: 0;
	padding: 0;
	}	
#nav {
	width: 100%;
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #ffffff;
	background: #035f55;
	z-index: 2;
	position: relative;
	margin: 0 auto;
	}
#nav-inner {
	max-width: 800px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	text-align: center;
	}
#nav-inner img.logo {
	width: 400px;
	display: block;
	margin: 0 auto;
	text-align: center;
	}
#splash {
	width: 100%;
	max-height: 460px;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #111111;
	}
#splash video {
	object-fit: cover;
	opacity: 60%;
	}
#splash img {
	width: 100%;
	opacity: 100%;
	margin-top: -100px;
	}
#caption {
	color: #ffffff;
	display: block;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s; /* Safari */
	transition: color .2s;
	width: 100%;
	}
#caption .logo img {
	width: auto;
	height: 260px;
	opacity: 100%;
	}
#caption .title {
	font-weight: 500;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: -1px;
	}
#caption .info {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 2px;
	border: 0px dotted #ffffff;
	display: inline-block;
	margin-top: 20px;
	}
#caption .info span {
	font-size: 16px;
	margin-top: -15px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 8px;
	}
#caption .click {
	border-radius: 3px !important;
	border: 3px solid #ffffff !important;
	}
#caption .copy {
	max-width: 600px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	color: #ffffff;
	text-align: center;
	display: block;
	letter-spacing: 0px;
	}
#footer {
	width: 100%;
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #222222;
	color: #ffffff;
	z-index: 2;
	position: relative;
	margin: 0 auto;
	}
#footer-inner {
	max-width: 800px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	display: block;
	overflow: hidden;
	}
#footer-inner span {
	display: inline-block;
	float: left;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: 600;
	}
#footer-inner a {
	color: #ffffff;
	font-weight: 600;
	}
.right {
	float: right !important;
	}
	
	
/* MOBILE */
@media screen and (max-width: 800px) {
html, body {
	max-width: 800px;
	overflow-x: hidden;
	}
#content-inner {
	padding-left: 40px;
	padding-right: 40px;
	}
#nav {
	padding-top: 30px;
	padding-bottom: 30px;
	}
#nav-inner img.logo {
	width: 240px;
	}
#splash img {
	margin-top: 0px;
	}
#footer-inner span {
	float: none;
	margin-bottom: 10px;
	}
#footer-inner span:last-child {
	margin-bottom: 0px;
	}
.right {
	float: none !important;
	}
}