
/* content styles */

h1 {
	text-align:center;
	margin:50px 0 50px 0;
}

h2 {
	text-align:center;
	margin:30px 0 30px 0;
}

h3 {
	margin-top:0;
}

.detailtext ul, .detailtext p, .detailtext li {
	margin-bottom:30px;
}

.darkrow {
	background-color: #f4f7fb;
	border-top: 1px solid #e1e9f2;
	border-bottom: 1px solid #e1e9f2;
}
.darkrow div.innercell {
	margin-top:60px;
	margin-bottom:60px;
	text-align:center;
}

/* ── Subpage header highlights (replaces video thumbnail) ─────────────────── */
.sp-highlights {
	list-style: none;
	padding: 16px 0 0;
	margin: 0;
}
.sp-highlights li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 6px 0 6px 24px;
	font-size: 1rem;
	color: #334155;
}
.sp-highlights .tick {
	color: #1a9e7a;
	font-size: 1.05rem;
	flex-shrink: 0;
	margin-top: 2px;
	font-weight: 700;
}

/* ── Feature cards ─────────────────────────────────────────────────────────── */
.sp-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin: 30px 0;
}
.sp-feature-card {
	background: #f4f7fb;
	border: 1px solid #e1e9f2;
	border-radius: 10px;
	padding: 24px 20px;
}
.sp-feature-card .sp-icon { font-size: 1.8rem; margin-bottom: 12px; }
.sp-feature-card h4 { font-size: 1rem; font-weight: 700; color: #133f5e; margin: 0 0 8px; }
.sp-feature-card p  { font-size: 0.93rem; color: #5a6a7a; margin: 0; line-height: 1.6; }

/* ── Inline screenshots ────────────────────────────────────────────────────── */
.sp-screenshots {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin: 32px 0;
}
.sp-screenshot-item { flex: 1; min-width: 180px; max-width: 300px; }
.sp-screenshot-item .pagesample { border-radius: 6px; }
.sp-screenshot-item p { font-size: 0.88rem; color: #5a6a7a; margin: 6px 0 0; text-align: center; }

/* ── Related links / CTA band at page bottom ───────────────────────────────── */
.sp-also {
	background: #f4f7fb;
	border-top: 1px solid #e1e9f2;
	padding: 44px 30px;
	text-align: center;
	margin: 48px -30px 0;
}
.sp-also h3 { font-size: 1.1rem; color: #133f5e; margin: 0 0 18px; text-align: center; }
.sp-also-links { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.sp-also-links a {
	background: #fff; border: 1px solid #e1e9f2; border-radius: 8px;
	padding: 8px 20px; color: #1d5f8a; font-size: 0.95rem; font-weight: 600;
	text-decoration: none;
}
.sp-also-links a:hover { border-color: #1d5f8a; text-decoration: none; }
.sp-also .btn-trial {
	background: #e8623a; color: #fff; border: none; border-radius: 8px;
	padding: 13px 32px; font-size: 1rem; font-weight: 700; display: inline-block;
	text-decoration: none;
}
.sp-also .btn-trial:hover { background: #c44d28; color: #fff; text-decoration: none; }

/* ── Feature page hero section ──────────────────────────────────────────── */
.darkrow {
	margin: -22px -50px 0;
	padding: 0 50px;
	box-sizing: border-box;
}
.darkrow > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.darkrow > .row .no-gutter {
	padding-left: 0;
	padding-right: 0;
}
.darkrow > .row .no-gutter > img {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	display: block;
}

/* ── Hero screenshot images (real UI screenshots, not stock photos) ─────── */
.darkrow > .row .no-gutter > img.sp-hero-img {
	height: auto;
	min-height: 0;
	object-fit: contain;
	align-self: center;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.14);
	margin: 24px 16px;
	width: calc(100% - 32px);
}

/* ── About page ─────────────────────────────────────────────────────────── */
.ab-hero {
	background: #133f5e;
	margin: -22px -50px 0;
	padding: 64px 50px;
	text-align: center;
	box-sizing: border-box;
}
.ab-hero h1 {
	color: #fff;
	text-shadow: none;
	margin: 0 0 16px;
	font-size: 2.2rem;
	line-height: 1.25;
}
.ab-hero-sub {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.1rem;
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.6;
}
.ab-section {
	padding: 48px 30px;
}
.ab-prose {
	max-width: 680px;
	margin: 0 auto;
}
.ab-prose h2 {
	text-align: left;
	color: #133f5e;
	margin: 0 0 20px;
}
.ab-prose p {
	color: #334155;
	line-height: 1.75;
	margin-bottom: 16px;
	font-size: 1rem;
}
.ab-contact-link {
	color: #e8623a;
	font-weight: 600;
	text-decoration: none;
}
.ab-contact-link:hover { text-decoration: underline; }
.ab-beliefs {
	padding: 48px 30px;
	width: 100%;
}
.ab-beliefs h2 {
	text-align: center;
	color: #133f5e;
	margin: 0 0 30px;
}

/* Cap the video thumbnail height so it doesn't push the row too tall */
.videolinkwrap .videoimg,
.videolink > .videoimg {
	max-height: 180px;
	width: auto;
	max-width: 100%;
}
.readmore {
	text-decoration: underline;
	color: #e8623a;
}
.previewimg {
	margin-bottom:30px;
	cursor:pointer;
}
.subpagewrap {
	position:relative;
	margin:-20px -30px 0 -30px;
	padding:0;
}

.subpageimgbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position:top right;
	height:500px;
}

.videolinkwrap, 
.videolink,
.videolink img  {
	cursor:pointer;
}

#subscriptionimgbg {
	background-image:url("/resources/img/home/subscription.jpg");
}

#contactmanimgbg {
	background-image:url("/resources/img/home/contact.jpg");
}

#eventsimgbg {
	background-image:url("/resources/img/home/events.jpg");
}

#messagingimgbg {
	background-image:url("/resources/img/home/messaging.jpg");
}

.box1{
	text-align:left;
	background-color:rgba(0,0,0,0.8);
	padding:30px 30px 10px 70px;
	width:50%;
	min-height:100%;
}
.box1 h1 {
	margin-top:0;
}

.boxright{
	margin-left:50%;
}

#proscribesystems {
	text-align:center;
}

#proscribesystems img{
	max-width:100%;
}

	#funnelimg {
		width:100%;
	}
	
	#msgengarea {
		text-align:center;
		margin-top:5px; 
		margin-bottom:20px;
	}

	#msgengarea > div{
		background-color:white;
		display:inline-block;
		width:50%;
		min-width:265px;
		border-radius:10px;
		padding-bottom:20px;
	}
	
	#msgengarea h2{
		margin: 0;
		padding: 20px 0 0 0;
		background-color:black;
		border-top-left-radius:10px;
		border-top-right-radius:10px;
	}

	#msgengarea p{
		margin: 0;
		padding: 20px 15px;
		background-color:black;
		color:white;
	}
	
	.msgendtext{
		padding:10px;
		color:black;
	}

	.videoimg {
		width:100%;
	}

	
	.pagesample {
		width:100%;
		border:3px double #eee;
		padding:5px;
		
	}
	
	.summarytext {
		margin-top:45px;
	}
	
	.learnmorewrap {
		margin-top:10px;
		text-align:right;
	}
	
	.learnmorewrap a {
		color:#e4752d;
	}
	
	.servicetestwrap {
		background-color:rgba(0,0,0,0.1);
		min-height:550px;
		padding-right:10px;
		padding-top:15px;
	}
	.servicetestwrap h2{
		margin-top:0;
		margin-bottom:20px;
		text-align:center;
		padding:15px 3px;
		border-radius:3px;
		font-size:28px;
	}
		
	.servicetestwrap ul {
		padding-left:25px;
	}
	.servicetestwrap li {
		margin-top:15px;
	}

	.servicetestwrap div.videolink {
		margin: 30px auto;
		width:90%;
	}


#mainhead {
	margin:20px 0 0 0;
	font-style:italic;
	font-size:50px;
	text-shadow: 2px 2px 5px #A0A0A0;
}

#subhead {
	margin: 0 0 15px 0;
}


.viewsub li{
	line-height:1.2em;
	padding-bottom:5px;
}

.viewsub p {
	padding-left:15px;
}

.viewsub {
	background-color: #ffffff;
	border:0;
	box-shadow: 0 0 5px #404040;
	text-align: center;
	padding:2px 5px;
}

.viewsub h1,
.viewsub h2,
.viewsub h3
 {
	color: #4049A4;
	text-shadow:none;
	font-weight:bold;
}

.viewsub h2 {
	margin:5px 0;
}

.viewsub a {
	color:#222;
}

#headbox {
	margin-bottom:30px;
}

#headbox li {
	margin-top:7px;
}
#headbox div.videolink {
	text-align:center;
}
#headbox div.videolink a{
	max-width:500px;
	display:inline-block;
	margin-top:30px;
	margin-bottom:30px;
}

.contactmanagementhead h1 {
	margin-bottom:30px;
}

@media (max-width: 991px) {
	.subpageimgbg {
		height:300px;
		position: absolute;
		right: 5px;
		top:0;
		width:100%;
	}
	.box1{
		width:75%;
	}
	.boxright{
		margin-left:25%;
	}
} 


@media (max-width: 600px) {
	.#box1{
		width:100%;
		padding:30px 30px 30px 30px;
	}
	.boxright{
		margin-left:0;
	}
} 


