@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans';
	box-sizing: border-box;
}
body {
	border-top: 20px solid #67B236;
	background-image: url('/img/golf.svg');
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: right top;
}
header {
	padding: 30px;
}
header.videof {
	padding: 10px 30px 0 30px;
}
header.videof nav {
	padding-top: 16px;	
}
header div#logo {
	display: inline-block;
	vertical-align: top;
}
header div#logo img {
	height: 60px;
}
nav {
	display: inline-block;
	vertical-align: top;
	float: right;
}
nav ul {
	list-style-type: none;
	color: #FFF;
}
nav ul li {
	float: left;
	text-transform: uppercase;
	position: relative;
}
nav ul li.hassub a span:after {
	display: inline-block;
	margin-left: 10px;
    content: "";
    width: 15px;
    height: 10px;
    background-image: url('/img/arrow.svg');
    background-repeat: no-repeat;
    background-size: 14px;
}
nav ul li.hassub a span {
	padding: 0 14px 0 24px;	
}
nav ul li a span {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: 1px solid rgba(255,255,255,.2);
	display: block;
	padding: 0 24px;
	width: 100%;
}
nav ul li:first-child a span {
	border-left: none;	
}
nav ul li:last-child a span {
	border-right: none;	
}
nav ul li a:hover {
	text-decoration: none;
	color: #FFF;	
}
nav ul li a {
	font-weight: 600;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: none;
	display: block;
	padding-bottom: 0;
}
nav ul li:hover, nav ul li.active {
	border-bottom: 3px solid #FFF;
	padding-bottom: 10px;
	color: #FFF;
}
nav ul li ul {
	display: none;
	position: absolute;
	z-index: 1;
	top: 40px;
	width: 100%;
}
nav ul li ul li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding: 5px;
	font-size: 13px;
	font-weight: 700;
	background-color: rgba(0,79,159,.9);
}
nav ul li ul li:last-child {
	border-radius: 0 0 8px 8px;	
}
nav ul li ul li a {
	font-size: 11px;
}
nav ul li ul li:hover {
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 5px;	
}
section#content {
	padding: 30px;
}
section#content.videof {
	padding: 0 30px 30px 30px;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px #333;
}
section#content.videof h2 {
	margin: 0;	
}
section#content div {
	width: 49.5%;
	vertical-align: top;
	display: inline-block;
}
section#content div#splash {
	text-align: center;
	padding: 50px;
}
section#content div#splash img {
	width: 100%;
}
section#content div#intro {
	padding-top: 50px;
}
section#content div#intro h3,h4 {
	color: #004F9F;
	font-size: 55px;
	line-height: 60px;
}
section#content div#intro h4 {
	text-transform: uppercase;
	font-size: 60px;
}
section#content div#intro p {
	margin: 20px 0;
	line-height: 24px;
	font-size: 14px;
}
a.btnown {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50px;
	color: #FFF;
	text-decoration: none;
	background-color: #F7A600;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	cursor: pointer;
}
a.btnown:hover {
	color: rgba(255,255,255,.8);
	text-decoration: none;
}
.modal-title img {
	height: 30px;
}
.btn {
	font-size: 12px!important;
}
.modalp {
	font-size: 14px;
}
p.controls {
	margin: 0;
	text-align: center;
}
video#myvid {
	width: 100%;
	max-height: 500px;
	border: none;
	position: relative;
    z-index: 0;
	border-radius: 20px;
}
video#myvid:focus {
    outline: 0;	
}
section#content div.app-illustration,section#content div.app-illustration-tablet {
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border-radius:38px;
	background:#fff;
	-webkit-box-shadow:inset 0 4px 7px 1px #fff,inset 0 -5px 20px rgba(173,186,204,.25),0 2px 6px rgba(0,21,64,.14),0 10px 20px rgba(0,21,64,.05);
	box-shadow:inset 0 4px 7px 1px #fff,inset 0 -5px 20px rgba(173,186,204,.25),0 2px 6px rgba(0,21,64,.14),0 10px 20px rgba(0,21,64,.05);
	width:145px;
	height:300px;
	position: absolute;
	top: 100px;
	right: 200px;
	-webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
section#content div.app-illustration-tablet {
	display: none;
	width:950px;
	height:500px;
	margin-bottom: 10px;
}
section#content div.app-illustration-tablet.tabletinline {
	position: relative;
	right: auto;
	top: auto;
	display: inline-block;
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.app-illustration-tablet video#myvid {
	width: 95%;
	height: 90%;
	position: absolute;
	top: 20px;
	left: 20px;
}