h1 {
	font-size: 32pt;
	margin: 0 0 10px 0;
    width: 600px;
    line-height:1.05em;
	}

#audience-head {
	width: 600px;
	}

.module {
	width: 100%;
	border-top: 1px solid #b6b6b6;
	margin-top: 40px;
	padding-top: 15px;
	margin-bottom: 20px;
	}

.extra-long {
	margin-bottom: 80px; 
	}

.featurename {
	font-size: 7pt;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #6f6f6f;
	}

.module h2 {
	font-family: 'Tinos', serif;
	font-size: 22pt;
	font-weight: normal;
	line-height: 23pt;
	border-top: none;
	margin-top: 0;
	padding-top: 0;

    background-color: #f3e2b2;
    padding-left: 4px;

	}

.description {
	float: left;
	width: 30%;
	padding-right: 30px;
	font-size: 11pt;
	color: black;
	}

.screenshot img{
	border: 1px solid #999999;
	-moz-box-shadow:    6px 6px 7px 1px #b6b6b6;
	-webkit-box-shadow: 6px 6px 7px 1px #b6b6b6;
	box-shadow:         6px 6px 7px 1px #b6b6b6;
	}

#cta {
	position: absolute;
	top: 150px;
	margin-left: 742px;
	background-color: white;
	border: 1px solid #c59e33;
	padding: 10px 5px 5px 15px;
	width: 190px;
	}

#cta a {
	font-size: 13pt;
	line-height: 15pt;
	color: #c59e33;
	text-decoration: none;
	width: 190px;
	}

#cta a:hover {
	text-decoration: underline;
	}

#cta img {
	padding: 0 7px 40px 0;
	}

#clientLogos img {
    width : 100%;
}

#clientLogos .row {
    padding-bottom: 6px;
}

/*
    The setting the width on the body and .psbody used to be in style-sub.css. akittredge, May 2018.
*/

body {
    min-width: 1000px;
    max-width: 1000px;
}

.psbody {
    min-width: 1200px;
    max-width: 1200px;
    max-width: 100%;
}
