#dss .hero {
	margin-bottom: 30px;
	padding: 15px;
	background: url('//assets.tripplite.com/background-images/bg-digital-signage-lp.png') top right no-repeat #f4f2f3;
}

#dss .hero h1.pageTitle {
	margin-top: 30px;
	font-family: 'Source Sans Pro', 'Helvetica Neue',Arial, sans-serif;
	font-size: 4rem;
	font-weight: 700 !important;
	line-height: 1.1;
}

#dss .hero p.lead {
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 400;
}

#dss p {
	font-weight: 400;
}

#dss .video-heading {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

#dss .video-heading span {
	margin-left: 10px;
	font-size: 0.85rem;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
}

#dss .video-subheading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}

#dss label {
	font-size: 0.85rem;
}

#dss .form-control {
	padding: 6px 8px;
	font-size: 0.8rem;
}

#dss .component-checkboxes .checkbox {
	margin-top: 0;
	margin-bottom: 5px;
}

#dss .component-checkboxes .checkbox label {
	font-weight: 400;
	font-size: 1.1rem;
}

.trash {
	display: inline-block;
	margin-top: 28px;
	font-size: 1.5rem;
}
.trash:hover { cursor: pointer; }

#review-project-summary {
	text-align: center;
}

#project-summary-and-contact-info-modal .modal-body {
	padding: 20px 30px;
}

#submit-project-summary > div:last-of-type {
	padding-top: 20px;
}

#user-video-sources { margin-bottom: 15px; }
#user-video-displays { margin-bottom: 20px; }

.sourceRowSummary .form-group,
.displayRowSummary .form-group {
	margin: 5px 0 8px 0;
}

.bgwhite { background-color: #fff; }
.bglightgrey { background-color: #f4f2f3 !important; }

.hidden-options,
#include-following,
#preferred-it-reseller { display: none; }

#include-following { margin-bottom: 5px; }
#user-components ul.bullets {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
#user-components ul.bullets li {
	font-size: 0.9rem;
	margin-bottom: 2px;
}
.pseodolabel {
	font-size: 0.85rem;
	font-weight: 700;
}
#what-you-need p {
	font-size: 16px;
	font-weight: 400 !important;
}

/* XS */
@media screen and (max-width: 599.98px){
	#dss .hero {
		padding: 15px 0;
		background: none;
	}
	#dss .hero h1.pageTitle {
		font-size: 2.75rem;
	}
	#dss .hero p.lead {
		font-size: 18px;
	}
	.source-row, .display-row {
		margin-top: 6px;
		padding-top: 12px;
		border-top: 1px solid #d6d6d6;
	}
	.source-row:first-of-type, .display-row:first-of-type {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	#dss label {
		font-size: 0.75rem;
	}
	.trash {
		margin-top: 25px;
		font-size: 1.25rem;
	}
}

/* SM */
@media screen and (min-width: 600px) and (max-width: 959.98px){
	#dss .hero {
		background-image: none;
	}
	#dss .hero h1.pageTitle {
		font-size: 2.75rem;
	}
	.source-row, .display-row {
		margin-top: 6px;
		padding-top: 12px;
		border-top: 1px solid #d6d6d6;
	}
	.source-row:first-of-type, .display-row:first-of-type {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
	.trash {
		margin-top: 25px;
	}
}

/* MD */
@media screen and (min-width: 960px) and (max-width: 1279.98px){
	#dss .hero {
		background-size: contain;
	}
	#dss .hero p.lead {
		font-size: 23px;
	}
	#review-project-summary {
		padding: 0 170px;
	}
}

/* LG */
@media screen and (min-width: 1280px){
}