.LiveForm.Default ul.page-break-section, .LiveForm.Default .thank-you {
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background-color: inherit !important;
}

.LiveForm.Default {
	font-family: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	margin-bottom: 0 !important;
}

.LiveForm.Default .Field.Matrix.Checkb.Required table, .LiveForm.Default .Field.Matrix.Radiob.Required table, .LiveForm.Default .Field.Required input, .LiveForm.Default .Field.Required textarea, .LiveForm.Default .Field.Required .plupload_filelist_footer, .LiveForm.Default .Field.Required select, .LiveForm.Default .Field.Required.Radiobutton table, .LiveForm.Default .Field.Required.Checkbox table, .LiveForm.Default .Field.Required.ScaleRating table, .LiveForm.Default .Field.Required .StarRatingRequired, .LiveForm.Default .ElectronicSignature.Required .jSignature {
	border-left: 2px solid #fe5815 !important;
}

.LiveForm.Default input[type="submit"], .LiveForm.Default input[type="button"] {
	background: #fe5815 !important;
}

a.button_blue_big {
	width: 100%;
	line-height: 21px;
	margin-bottom: 8px;
	font-size: 18px;
	text-transform: uppercase;
    padding: 20px 20px!important;
}

a.button_blue_small {
	font-size: 17px;
	color: #fff;
	background: rgb(41, 67, 148);
	background: -moz-linear-gradient(top, rgba(41, 67, 148, 1) 0, rgba(10, 31, 98, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(41, 67, 148, 1) 0, rgba(10, 31, 98, 1) 100%);
	background: linear-gradient(to bottom, rgba(41, 67, 148, 1) 0, rgba(10, 31, 98, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#294394', endColorstr='#0a1f62', GradientType=0);
	border: 1px solid #7482c2;
	padding: 14px;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 225px;
}

a.button_blue_small:hover {
	opacity: 50%;
}

img {
	max-width: 100%;
	height: auto;
}

.imgResources {
	width: 390px;
	max-width: 100%;
	float: left;
	margin: 0 16px 8px 0;
}

.homeIntro {
	font-size: 24pt;
	font-weight: 300;
	text-align: center;
	line-height: 32px;
}

.homeIntro div {
	margin: auto;
	width: 80%;
}

.homeProducts {
	position: relative;
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 10px #253e8e, 0 0 10px #253e8e;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 215px;
	background-size: cover;
	background: no-repeat center center;
	text-transform: uppercase;
}

.homeProducts a {
	color: #fff;
	text-decoration: none;
}

.homeProducts:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 10px #253e8e, 0 0 10px #253e8e, 0 0 10px #253e8e;
	opacity: 80%;
}

.homeProducts-text {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin: 25px 0 0 0;
}

.install-wrapper {
	margin: 15px;
}

.install-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.install-column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	padding: 0 25px;
}

@media screen and (max-width:600px) {
	.homeProducts {
		font-size: 24px;
		height: 140px;
	}
	.imgResources {
		margin-bottom: 16px!important;
		float: none!important;
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.homeProductsText {
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: initial;
}

.featured-products {}

.featured-product-img {
	overflow: hidden;
	margin: 0 5px 0 5px;
	width: 48%;
	position: relative;
}

.featured-product-img:hover {
	opacity: 80%;
}

.featured-product-text {
	text-align: center;
	margin-top: 20px;
}

.featured-product-text a {
	color: #242424;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.featured-product-text a:hover {
	text-decoration: underline;
}

#dnn_pnav>li>a, #dnn_pnav>li>span {
    font-size: 24px!important;
}

.float-left {
	float: left;
}

.w-50 {
	width: 50% !important;
}

.h-100 {
	height: 100% !important;
}

.w-100 {
	width: 100% !important;
}

.fill {
	object-fit: fill;
}

.contain {
	object-fit: contain;
}

.cover {
	object-fit: cover;
    object-position: 50% 50%;
}

.scale-down {
	object-fit: scale-down;
}

.none {
	object-fit: none;
}

@media only screen and (max-width:960px) {
	.featured-product-img {
		width: 100%;
	}
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
  height:16px!important;
  width:18px!important;
}




