@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HelveticaNeueLTStdBlkCn';
    src: url('../fonts/HelveticaNeueLT Std Blk Cn/HelveticaNeueLTStd-BlkCn.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLT Std Blk Cn/HelveticaNeueLTStd-BlkCn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HelveticaNeueLT Std Blk Cn/HelveticaNeueLTStd-BlkCn.woff') format('woff'), /* Modern Browsers */ url('../fonts/HelveticaNeueLT Std Blk Cn/HelveticaNeueLTStd-BlkCn.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/HelveticaNeueLT Std Blk Cn/HelveticaNeueLTStd-BlkCn.svg#HelveticaNeueLTStd-BlkCn') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'HelveticaNeueLTStdCn';
    src: url('../fonts/HelveticaNeueLT Std Cn/HelveticaNeueLTStd-Cn.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLT Std Cn/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/HelveticaNeueLT Std Cn/HelveticaNeueLTStd-Cn.woff') format('woff'), /* Modern Browsers */ url('../fonts/HelveticaNeueLT Std Cn/HelveticaNeueLTStd-Cn.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/HelveticaNeueLT Std Cn/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
body {
    font-family: 'neulis-neue', sans-serif;
    font-size: 22px;
	text-wrap: balance;
}
p{
	text-wrap: balance;
}
.bg-yellow {
    background-color: #ffdf1b;
}
.bg-yellow-plate {
    background-image: url("../images/yellow-plate-seamless.jpg");
    background-repeat: repeat-x;
    border-bottom: 12px solid black;
}
.bg-parts {
    background-image: url("../images/iStock-1055698824.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 12px solid black;
    min-height: 450px;
}
.btn-allianceNav {
    font-family: 'neulis-neue';
    background-color: #cd1041;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 1.5em;
    padding-bottom: .5em;
    padding-top: .5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.1em;
    line-height: 1em;
	display:inline-block;
	margin-bottom:12px;
	margin-top:12px;
}
.btn-allianceNav:hover {
    background-color: #111;
    color: #fff;
}
.btn-alliance {
    font-family: 'neulis-neue';
    background-color: #cd1041;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 1.5em;
    padding-bottom: .2em;
    padding-top: .5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.5em;
    line-height: 1em;
}
.btn-alliance:hover {
    background-color: #111;
    color: #fff;
}
h2 {
    font-family: 'neulis-neue';
    font-weight: 800;
    font-size: 2.5em;
  text-wrap: balance;
  margin-bottom:.5em;
}
h3 {
    font-family: 'neulis-neue';
    font-weight: 800;
    font-size: 1.5em;
}


@media (max-width: 576px) {
h3 {
    font-size: 1.0em;
}

}


.infobox h3 {
    color: #cd1041;
}
.infobox h4 {
    font-weight: 800;
}
.logoImageContainerBG {
}
.logoImageContainerLogo {
    padding: 20px;
    height: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.logoImageContainerLogo img {
    height: 100%;
    width: auto;
}
.logolist {
    height: 60px;
    width: auto;
    max-width: 120px;
}
.logolistBG {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: auto;
    margin-right: 25px;
    margin-bottom: 25px;
    display: inline-block;
}
.logolistBG img {
    opacity: 0.0;
}

.truckMap{
	max-width:500px;
	height:auto;
	width:100%;
}

@media (max-width: 576px) {
h2 {
    font-size: 1.5em;
}
p {
    font-size: .8em;
}
}


	.tssBlogHeaderByline{
		display: flex;
		flex-direction: row;
		align-items: center;
		
	}
	.tssGlobHeaderBylineIcon{
		width:132px;
	}
	.tssBlogHeaderShareLine{
		display: flex;
		flex-direction: row;
		align-items: center;
		
	}
	.tssBlogSocialIcon{
		width:40px;
		height:40px;
		border-radius: 20px;
		margin-left:10px;
	}

	.tssBlogHeaderTags{
		list-style: none;
		padding-left:0px;
	}
	.tssBlogHeaderTags li{
		display: inline-block;
		padding: 4px 20px 4px 20px;
		border-radius: 20px;
		background-color:var(--astoundBlack);
		color:var(--astoundWhite);
		margin-bottom:4px;
	}
	.tssCopyLinkText{
		color:red;
	}

	.tssThumb{
		width:100%;
		padding-bottom:56.5%;
		position: relative;
		overflow: hidden;
		display: block;
		opacity:1.0;
	}
	.tssThumbImage{
		position: absolute;
		background-color:#000;
		
		background-size:cover;
		background-position: center;
		width:100%;
		height:100%;
		transform: scale(1.0);
		transition:0.5s all;
	}
	.tssThumbDesc{
		position: absolute;
		width:100%;
		height:100%;
		display:flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
		background-color:rgba(0,0,0,.70);
		opacity:0.0;
		transform: scale(1.25);
		transition:0.5s all;
		
	}
		.tssThumbContainer a{
			color:black;
			text-decoration: none;
		}
		.tssThumbContainer a:hover{
			color:red;
			text-decoration: none;
		}
		
	.tssThumbDesc h6, .tssThumbDesc h4, .tssThumbDesc p{
		color:white;
		text-align: center;
		display: block;
		
	}
	
	

	.tssThumb:hover, .tssThumb.active{
		opacity:1.0;
	}
	.tssThumb:hover .tssThumbImage, .tssThumb.active .tssThumbImage{
		transform: scale(1.15);
		
	}

	.tssThumb:hover .tssThumbDesc,.tssThumb.active .tssThumbDesc{
		opacity:1.0;
		transform: scale(1);
		
	}
		
	a.tssViewProjectButton{
		border:solid 1px white;
		padding:12px 16px 8px 16px;
		border-radius:20px;
		color:white;
	}
	a.tssViewProjectButton:hover{
		background-color: #aaa;
		padding:12px 16px 8px 16px;
		border-radius:20px;
		color:white;
	}
	
	#contactForm .form-label {
    margin-bottom: 0.0rem;
	margin-top:12px;
}

#contactForm .btn-primary {
    font-family: 'neulis-neue';
    background-color: #cd1041;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 1.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.5em;
    line-height: 1em;
	margin-top:24px;
}

#contactForm .btn-primary:hover {
    background-color: #111;
    color: #fff;
}


.logoTopMain{
	max-width:500px;
	width:100%;
}