.image.imageDefault {
	max-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.btn-primary {
    border-radius: 5px;
    padding: 14px 35px;
    display: inline-block;
    color: #ffffff;
    transition: var(--transition);
    background-color: #E4142B;
    font-size: 17px;
    font-weight: 600;	
	border: 0;
}
.btn-primary:hover {
	background: #000000;
}
.topBottomPadding {
	padding: 40px 15px;
}

.mobile-responsive-nav {
  display: block;
}
@media (min-width: 992px) {
	.mobile-responsive-nav {
	  display: none;
	}
}

.path-taxonomy .view-taxonomy-term form#views-exposed-form-taxonomy-term-block-1 .views-exposed-form__item--actions {
    position: relative;
    top: 0;
    display: block;
    width: 180px;
    height: 50px;
    z-index: 10;
    transform: none;
}
.path-taxonomy .view-taxonomy-term form#views-exposed-form-taxonomy-term-block-1 .views-exposed-form__item--actions input#edit-submit-taxonomy-term {
    background: #E4142B;
    color: #ffffff;
    width: 180px;
    height: 50px;
    border-radius: 8px;	
	display: block;
	font-size: 17px;
	font-weight: 600;
}

.videoContent .views-view-responsive-grid--horizontal .image {
	margin-bottom: 15px;
}
.videoContent .views-view-responsive-grid--horizontal .image img {
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;	
	opacity: 1;
    filter: alpha(opacity=100);	
	border: 1px solid #dddddd;
	padding: 10px;
	border-radius: 5px
}
.videoContent .views-view-responsive-grid--horizontal .image img:hover {
	border: 1px solid #E4142B;
	opacity: .7;
    filter: alpha(opacity=70);	
}
.videoContent .views-view-responsive-grid--horizontal h3 {
	font-size: 18px;
	line-height: 24px;
}
#bgvid {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
}
.videoOverlay {
	display: block;
	width: 100%;
	z-index: 1;
}
.videoOverlayBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
}
.bannerContentBox {
	display: block;
	position: relative;
	z-index: 10
}
.pull-left {
    float: left !important;
}
.awardsBlock {
    background: #eeeeee;
    padding: 40px 0;
}
#block-tnt-tint-views-block-gallery-block-2 {
	background: #f3f3f3;
	padding: 60px 15px;
}
#block-tnt-tint-views-block-gallery-block-2 h2 {
	text-align: center;
	margin-bottom: 20px;	
}
#block-tnt-tint-views-block-gallery-block-2 .view-gallery {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}
.view-gallery .image {
	background: transparent;	
}
.view-gallery .image:hover {
	background: #cccccc;	
}
.view-gallery .image img {
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;	
	opacity: 1;
    filter: alpha(opacity=100);	
}
.view-gallery .image img:hover {
	opacity: .7;
    filter: alpha(opacity=70);		
}
form.webform-submission-form .form-text, .form-email {
    margin-top: .25rem;
    font-size: .875em;
}
form.webform-submission-form .fieldset__label {
	line-height: 28px;
	color: #000000;
}
form#webform-submission-residential-commercial-instant-t-add-form .form-type-webform-custom-composite .form-item__label {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #E4142B;
    display: block;
    text-transform: uppercase;
    background: #f6f6f6;
    padding: 15px 10px;
}
.nodeAutoTint {
	padding: 40px 0;
}
.nodeAutoTint .field--name-field-autotint-image {
	float:left;
	margin: 0 15px 15px 0;
}
.nodeAutoTint .field--name-field-autotint-category {
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.view-dashboard-windows table tr {
	border-top: solid 1px #cccccc;
}
.view-dashboard-windows table tr ul li {
	list-style: none;
}
.view-dashboard-windows table tr a {
	color: #E4142B;
}
.view-dashboard-windows table tr a:hover {
	text-decoration: underline;
}
.view-dashboard-windows table tr.even {
	background: #fbfbfb;
}
.page-node-30 .field--name-field-sections {
	padding: 40px 0;
}
.banner-wrapper-area .banner-wrapper-content .content-list {
	margin-top: 185px;
}
.banner-wrapper-area .content-list ul.list-unstyled li .divSpacer {
	clear: both;
    display: block;
    position: relative;
	padding-bottom: 25px;
}
.banner-wrapper-area .content-list ul.list-unstyled li .divSpacer .content {
	margin-left: 60px;
}
.banner-wrapper-area .banner-wrapper-card .services-btn-2 {
    position: absolute;
    bottom: 50%;
    left: 20%;
    margin-bottom: -87px;
}	
.banner-wrapper-area .banner-wrapper-image {
	z-index: 1;
	position: relative;
	bottom: -205px;
	right: -35px;
}
.banner-wrapper-content h1 {
	font-size: 90px;
	line-height: 100px;
}
.brandingNav .brandLicense {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.is-sticky .brandingNav .brandLicense {
	color: #000000;
}
.brandingNav .navbar-brand img {
	width: 100%;
	max-width: 250px;
}