@charset "utf-8";
/* CSS Document */

@font-face { 
	font-family: Aachen; 
	src: url(../../fonts/Aachen.ttf) format("truetype") 
}

body {
	background: white;
}

img {
	width: 100%;
}

a {
	color:#8f0000;
}

a:hover {
	color:#ba0000;
	text-decoration: none;
}

p {
	font-family: Helvetica, Arial, Verdana;
	line-height: 1.6em;
	font-size: 17.5px;
}

h1 {
	font-family: Aachen, Times;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	font-family: Aachen, Times;
	font-size: 34px;
	margin-top: 15px;
	margin-bottom: 20px;
}

h3 {
	font-family: Helvetica, Arial, Verdana;
	text-align: center;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.borderright {
        border-right: 1px solid #000000; 
}

.note-text {
	font-size: 14px;
	line-height: 0.1em;
}

.center {
	text-align:center;
}

.logocolor {
	color: #f7941d;
}	

.white {
	color: white;
}

.dark-grey {
	color: #1f1e1e;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.content {
	padding: 40px 0;
}

.content-grey {
	background-color: #fbfbfb;
	padding: 70px 0;
}

#header {
        align: left;
	width: 205px;
	margin-top: 5px;
	margin-left: 10px;
}

.selogo {
        width: 210px;
 	display: inline-block;
}

.rclogo {
        width: 225px;
 	display: inline-block;
}

.ptslogo  img{
	width: 80%;
}



.header-text{
	text-align: center;
	margin-top: 40px;
}

.container {
}

.text {
	margin: 0 20px 20px 20px;
	padding: 0 10px;
}


.stream-btn {
	border-radius: 10px;
	border-style: solid;
	border-width: 4px;
	border-color: #f7941e;
	width: 200px;
	padding: 8px 20px;
	color: #f7941e;
	font-family: Aachen, Times;
	font-size: 25px;
	margin: 0 auto;
	margin-bottom: 10px;
	transition: border-color 0.3s, color 0.3s;
}

.stream-btn:hover {
	border-color: #f26522;
	color: #f26522;
}

#section1{
        background-repeat: no-repeat;
	background-position: center; 
}

.low-risk {
	margin-bottom: 100px;
}

.lowrisk-img {
	margin-bottom: 40px;
}

#section2 .lowrisk-img img {
	width: 210px;
}

#sec2left {
}

#sec2right {
}

.fifty-img {
	margin-bottom: 40px;
}

#section2 .fifty-img img {
	width: 275px;
}

#section3{
}

#section4 {
	background-image: url(/content/uploads/lp-2311-bigscreen.jpg);
	background-repeat: no-repeat;
    background-position: center; 
	margin-top: 0px;
}

.bigscreen-text {

}

.flex-img {
	margin-top: 30px;
}

#section6 {
	background-image: url(/content/uploads/lp-2311-production.png);
	background-repeat: no-repeat;
    background-position: center; 
	margin-top: 0px;
}

#section6 img {
	width: 232px;
}

.productionhelp-text {
	margin-bottom: 50px;
}

#section7 img {
	width: 232px;
}

.own {
	text-align: center;
}

.vault {
	margin-top: 40px;
}

.vault img {
	width: 75%;
}

#section10 {
	background-color: #1f1e1e;
}

.learnmore-img{
	text-align: center;
	width: 100%;
}

.honeypot {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: -100px;
}

.honeypot li {
	display: inline-block;
	margin: 0 15px 40px 15px;
}

.honeypot li img{
	width: 181px;
}

.x-btn {
	color: #8f0000;
	transition: color 0.3s;
}

.x-btn:hover {
	color: #b00000;
}

button {
	background: none;
	border: none;
	color:#8f0000;
}

input[type="text"], select {
	padding: 0 8px;
	height: 35px;
}

.forminfo {
	float: left;
	padding: 10px;
	width: 30%;
}

.textinput {
	float: left;
	width: 70%;
	margin: 5px 0;
}

.cancel {
	background:#8f0000;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	color: #fff;
	font-weight: bold;
	padding: 15px 15px;
	font-size: 16px;
	transition: background 0.3s;
	margin-right: 20px;
}

button:focus {outline:0;}

input[type=submit] {
	background:#8f0000;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	color: #fff;
	font-weight: bold;
	padding: 12px 15px;
	font-size: 16px;
	transition: background 0.3s;
}

.cancel:hover, input[type=submit]:hover {
	background: #b00000;
}

.cancel:hover{
	color:#fff;
}