@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif !important;
	background-color: #eeeeee !important;
}
.mainheader {
	padding: 40px 0 10px 0;
	background-image: url(../img/ranger.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#navigation-bar {
	padding: 10px 0;
}
.header-menu {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-menu li {
	display: inline-block;
	line-height: 2em;
	padding: 10px 0 10px 10px !important;
}
#product-intro {
	padding: 40px 0 20px 0;
	text-align: center;
}
#product-intro > h2 {
	margin: 20px 0 30px 0;
	font-weight: 300;
	color: #fff;
}
#product-intro > h3 {
	font-size: 18px;
	margin: 0 0 40px 0;
	font-weight: 300;
	color: #fff;
}
#product-intro > img {
	max-width: 90%;
}
.content-section {
	padding-top: 100px;
	text-align: center;
}
.content-section h3 {
	line-height: 1.5em;
	margin: 10px auto 30px;
	max-width: 600px;
}
.content-section h4 {
	color: #999;
	font-size: 1em;
	line-height: 1.5em;
	margin: 10px auto 30px;
	max-width: 600px;
}

@media only screen and (max-width: 768px) {
.content-section {
	padding-left: 20px;
	padding-right: 20px;
}
}
.download-links {
}
.download-links > div {
	text-align: center;
	padding-bottom: 40px;
}

@media only screen and (max-width: 990px) {
.download-links > div {
	padding-bottom: 10px;
}
}
.logo-container {
	text-align: center;
}

@media only screen and (max-width: 768px) {
.logo-container > img {
	margin: 0 auto;
}
}

@media only screen and (max-width: 768px) {
.header-menu {
	padding: 20px auto 0;
	text-align: center;
}
.header-menu li {
	display: block;
}
}
.previous-versions {
	text-align: center;
}
.previous-versions h2 {
	margin: 50px 0 30px 0;
	font-weight: 300;
}
.download-tile {
	margin: 0 auto 20px;
	width: 239px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.download-tile > h4 {
	font-size: 14px;
	color: #444 !important;
	margin: 0;
	padding: 10px 0;
}
.arc-desc {
	margin: 10px auto !important;
	font-size: 16px !important;
	line-height: 25px !important;
	max-width: 600px;
}
.arc-info h4 {
	margin: 30px 0 5px 0;
	font-weight: 600;
}
.arc-info label {
	font-size: 14px;
}
.note {
	margin: 40px 0 20px;
	font-style: italic;
}
.video-tile {
	margin: 0 auto 50px;
	max-width: 800px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.video-tile > h4 {
	font-size: 14px;
	color: #444 !important;
	margin: 0;
	padding: 10px 0;
	max-width: none !important;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}