/* CSS Document */



html {
	scroll-behavior: smooth;
}

.list-heading {
			text-align: center;
    		margin-bottom: 20px;
			font-size: 34px;
		}
		
		
		.list-heading a {
			    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    cursor: pointer;
    color: #262626;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 17px;
    font-size: 16px;
    margin-top: 8px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
		}
		
		#carouselSlidesOnly{
			 margin: auto;    
   			 display: block;
			
		}
		
		.tabbed-menu {
			    max-width: calc(100% + 15px*2);
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    width: 100%;
    overflow: hidden;
    z-index: 2;
		}
		
		.tabbed-menu-list {
			display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
		}
		

		
		.about-image {
			width: 100%;
			max-width: 600px;

		}
		
		
		.logo-section-fixed a {
			color: #222222;
		}
		.footer-bot-logo {
			
			display: none;
		}
		
		
		@media (max-width: 600px) {
		#rep-header {
			width: 100%;	
		}
				
			#awards {
				width: 100%;
			}
			.yellow-button {
				margin-top: -75px;
				
			}
			.form-start {
				padding-top: 35px;
				
			}
			.form_style2 {
				padding-top: 40px;
			}
			
		
		.tabbed-menu-list {
			display: none;
			
		}
			
		}
		
		html, body 
		{
			width: auto!important;
			overflow-x: hidden!important;
		}
		
		#card-used {
			-webkit-box-shadow: -1px 7px 17px 5px rgba(0,0,0,0.14);
-moz-box-shadow: -1px 7px 17px 5px rgba(0,0,0,0.14);
box-shadow: -1px 7px 17px 5px rgba(0,0,0,0.14);
			

		}
		
		.col-sm-4 h2 a {
			margin-left: auto;
    		margin-right: auto;
			font-size: 16px;
		}
		
* { box-sizing: border-box; }

body { font-family: sans-serif; }



.carousel-cell {
  width: 33%;
  height: 200px;
  margin-right: 10px;
  background: #FCC825;
  border-radius: 5px;
  
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
	padding: 10px;
  
  line-height: 200px;
  font-size: 80px;
  color: white;
}
		
		.carousel-items {
			margin: auto;
			max-width: 240px;
    max-height: 200px;
		}
		
		.carousel-cell.is-selected {
			background: rgba(240,240,240,.6);
}
		
		.carousel-cell p {
			font-weight: 700;
		}
		
		.carousel-cell a:hover {
			color: white;
			
		}
		
		
		
		.carousel-cell-manu {
			width: 33%;
  			height: 100px;
  			margin-right: 10px;
  			border-radius: 5px;
			background-color: rgba(240,240,240,.6);
			
			
		}
		
		.carousel-cell-manu:hover {
			background-color: rgba(63,63,63,.6);
		}
		
		.carousel-manu a {
			color: black;
		}
		
		@media screen and ( max-width: 768px ) {
  /* half-width cells for larger devices */
  .carousel-cell { 
	  width: 100%;
			}
			.carousel-manu h4 {
				font-size: 18px;
			}
}
		
		.flickity-button {
  background: #333;
}
.flickity-button:hover {
  background: #F90;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
/* icon color */
.flickity-button-icon {
  fill: white;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -40px;
}
.flickity-prev-next-button.next {
  right: -40px;
}
		
		.list-item {
			line-height: 44px;
			color: black;
			font-size: 16px;
			font-weight: 600;
		}
		
		#main-hero {
			background: url("images/choose-heavy-hauler-bg.png")
		}


#top-nav ul {
	list-style: none;
	
}

		#top-nav li {
			display: inline;
			font-size: 14px;
			  color: #797979;

			}

		#top-nav a {
	text-decoration: none;
			color: #797979;
			}

		#top-nav a:hover {
	text-decoration: underline;
}

.breadcrumb-item a {
    color: black;
}


		
		
	
	
		