﻿.wrapper, .col-1 {
	overflow: visible;
}

.petro-banner {
	border: 1px solid rgb(235,235,235);
	border-radius: 10px;
	padding: 3px;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.petro-banner img {
	border-radius: 5px;
	width: 867px;
}

.gradient {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(239,239,239,1) 75%, rgba(238,238,238,1) 100%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(75%,rgba(239,239,239,1)), color-stop(100%,rgba(238,238,238,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 75%,rgba(238,238,238,1) 100%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 75%,rgba(238,238,238,1) 100%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 75%,rgba(238,238,238,1) 100%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 75%,rgba(238,238,238,1) 100%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.border-box {
	border: 1px solid rgb(235,235,235);
	-moz-box-shadow: inset -1px 1px 0px #ffffff, inset 1px 0px 0px #ffffff, 0px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset -1px 1px 0px #ffffff, inset 1px 0px 0px #ffffff, 0px 2px 4px rgba(0,0,0,0.3);
	box-shadow: inset -1px 1px 0px #ffffff, inset 1px 0px 0px #ffffff, 0px 2px 4px rgba(0,0,0,0.3);
	border-radius: 10px;
	padding: 20px;
}
#content p {
    font-size: 1.25em;
}

#content p, #content ul {
	margin: 0 15px 15px;
	color: #3d3d3d;
	font-family: Century Gothic, Helvetica, sans-serif;
}
#content ul {
    list-style: disc;
    font-size: 15px;
}
#content ul ul {
    margin-bottom: auto;
    list-style: circle;
}

#content ul li {
    margin: 10px;
}
#content ul li ul li {
    margin: inherit inherit inherit 20px;
}

ul.side-by-side {
    float: left;
    
}

.main-content, .video-popup, .sub-nav {
	float: left;
}

.main-content {
	 /* 590px total including the padding */
	margin: 0 20px 20px 0;
}

.video-popup, .sub-nav {
	/* 250px total including padding */
	margin-bottom: 20px;
}

.video-popup {
	/* background: url('video.png') 50% no-repeat;
	background: white url('../../../petrosync/img/video.png') 50% no-repeat; */ /* Old browsers */
	background: 50% no-repeat, -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(239,239,239,1) 75%, rgba(238,238,238,1) 100%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(75%,rgba(239,239,239,1)), color-stop(100%,rgba(238,238,238,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: 50% no-repeat, -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 75%,rgba(238,238,238,1) 100%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: 50% no-repeat, -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 75%,rgba(238,238,238,1) 100%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: 50% no-repeat, -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 75%,rgba(238,238,238,1) 100%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: 50% no-repeat, linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 75%,rgba(238,238,238,1) 100%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	padding: 0;
    position: relative;
    width: 100%;
    height: 220px;
}

.video-popup a.video {
	display: block;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	
	background: url('../../../petrosync/img/video.png') 50% no-repeat;
	zoom: 1;
}
.video-popup a.video:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.video-popup a {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 5px;
}

.video-popup a.video.coming-soon {
	display: block;
	color: #4B4B4B;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	background: url('../../../petrosync/img/video-coming-soon.png') center no-repeat;
	zoom: 1;
}


.main-content h1 {
	color: #3d3d3d;
	font-weight: bold;
	text-transform: none;
}

.main-content h2, .sub-nav h2 {
	color: #c42126;
	margin: 0;
    font-weight: normal;
}

.sub-nav ul, .sub-nav ul li {
    list-style: none;
}

.sub-nav ul li {
	font-size: 17px;
	margin: 10px 0 10px 10px;
}
.sub-nav ul li a {
	color: #4b4b4b;
	font-weight: bold;
}

.sub-nav ul li a:hover, .video-popup a.video:hover {
	opacity: 0.7;
}

.disclaimer {
	float: left;
	width: 100%;
	background: url('../../../petrosync/img/divider.jpg') 50% 0 no-repeat;
	padding: 30px 0;
    background-size: contain;
}
.disclaimer .header {
	font-size: 30px;
	display: block;
	margin-bottom: 30px;
	color: #000;
}

.disclaimer .logo {
	float: left;
	margin: 10px;
}

h1, h2 {
    font-family: 'Century Gothic' !important;
}
h1 {
    font-size: 1.75em !important;
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
}
h2 {
    padding: 0 0 10px 0 !important;
    font-size: 1.5em !important;
    line-height: 1.2em !important;
    text-transform: none !important;
}

#content ul {
    font-size: 15px;
    line-height: 2em;
}

.sub-nav {
    width: 100%;
}
.sub-nav ul {
    margin: 0 !important;
    padding: 0 20px !important;;
    line-height: 1.3em;
}
.sub-nav a {
    text-decoration: underline !important;
}

.main-content a {
    color: #297ec3 !important;
}