/*Mobile Headers*/
#mobileHomeHeader{background: url("../img/src/home-head.jpg") no-repeat; background-repeat:no-repeat; background-size:cover; background-position:center; height:100vh}

/*Mobile Nav*/
#nav-wrap, #hamburger{
	background-color:none; 
	color:#fff;
	text-align:center;
	}

#nav-wrap{width:100%;}

.nav{font-size:1rem;}

#main-nav{    
	list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	background-color:none; 
	padding:0; margin:0; 
	}

h1, h2{font-family: 'Red Hat Display Bold';}
h3, h4, h5{font-family: 'Red Hat Display Medium';}

/* NAVIGATION */
nav {
  width: 100%;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color:#282828;
  font-size: 0.9375rem;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:visited{
	color:#282828;
}
nav ul li a:hover {
  color: #26619c;
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #26619c;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #282828;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

a.nav-link:link {color: #fff; font-family: 'Red Hat Display';}
a.nav-link:visited {color: #fff; font-family: 'Red Hat Display';}
a.nav-link:hover {color: #fff; font-family: 'Red Hat Display';}
a.nav-link:active {color: #fff; font-family: 'Red Hat Display';}

a.dropitem:link {color:#000}
a.dropitem:visited {color:#000}
a.dropitem:active {color:#000}
a.dropitem:hover {color:#27a8b8}

.blueService{background-color: #005eb8; color:#fff; padding:1rem; border-radius: 1rem;}

/*Main CSS*/
html, body, div, p{font-family: 'Red Hat Display'; font-size: 0.95rem; color:#000}

.roundBox{border-radius: 0.5rem; border: 1px solid #ccc; padding:1rem; margin-bottom: 2rem}

.paraSpace{padding-top:1rem; padding-bottom:1rem}

.overlay {

    position: absolute;
    width: 100%;
    height:50%;
    top: 0px;
    left: 0px;
    z-index: 10;
	color:#fff;
	font-size:5rem;
	text-align:center;
	
}


.zoom:hover {
  transform: scale(1.07); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
}

p.miniBtmMargin{margin-bottom:0.25rem}

.primaryCol{color:#0068d1}
.primaryColBack{background-color:#0068d1}

ul.bullets{list-style:square}

a.whiteDemi:link{font-family: 'Red Hat Display'; color:#fff; font-size: 0.8rem}
a.whiteDemi:active{font-family: 'Red Hat Display'; color:#fff; font-size: 0.8rem}
a.whiteDemi:visited{font-family: 'Red Hat Display'; color:#fff; font-size: 0.8rem}
a.whiteDemi:hover{font-family: 'Red Hat Display'; color:#fff; ; font-size: 0.8rem; text-decoration: underline}

a.white-nav:link{font-family: 'Red Hat Display'; color:#fff; }
a.white-nav:active{font-family: 'Red Hat Display'; color:#fff; }
a.white-nav:visited{font-family: 'Red Hat Display'; color:#fff;}
a.white-nav:hover{font-family: 'Red Hat Display'; color:#fff; ; text-decoration: underline}


a.nav:link{font-family: 'Red Hat Display'; color:#fff}
a.nav:active{font-family: 'Red Hat Display'; color:#fff}
a.nav:visited{font-family: 'Red Hat Display'; color:#fff}
a.nav:hover{font-family: 'Red Hat Display'; color:#fff; text-decoration: underline}

a.whiteLight:link{font-family: 'Red Hat Display'; color:#fff}
a.whiteLight:active{font-family: 'Red Hat Display'; color:#fff}
a.whiteLight:visited{font-family: 'Red Hat Display'; color:#fff}
a.whiteLight:hover{font-family: 'Red Hat Display'; color:#fff; text-decoration: underline}

a.blueMed:link{font-family: 'Red Hat Display Medium'; color:#0068d1}
a.blueMed:active{font-family: 'Red Hat Display Medium'; color:#0068d1}
a.blueMed:visited{font-family: 'Red Hat Display Medium'; color:#087bf0}
a.blueMed:hover{font-family: 'Red Hat Display Medium'; color:#0068d1; text-decoration: underline}

.roundedTop{border-top-left-radius: 10px; border-top-right-radius:10px}
.roundedBottom{border-bottom-left-radius: 10px; border-bottom-right-radius: 10px }
.whiteTitle{width:100%; text-align: center; color:#000; background-color: #fff; padding:1rem;}
.galleryTitle{font-family: 'Red Hat Display'; font-size: 1.5rem; color:#000}
.galleryInfo{font-family: 'Red Hat Display'; font-size: 1rem; color:#000}

.handPointer{cursor:pointer}

.transTealButton{background:none; border:2px solid #35469c;  color:#35469c; border-radius: 0; padding:0.5rem; text-align: center; font-size: 1rem; font-family: 'Red Hat Display'; cursor: pointer}
.transTealButton:hover{background:#35469c;  color:#fff; border-radius: 0; padding:0.5rem; text-align: center; font-size: 1rem; font-family: 'Red Hat Display'; cursor: pointer}

.transOrangeButton{background:#9edcff; border:2px solid #9edcff; color:#000; border-radius: 0; padding:0.5rem; text-align: center; font-size: 1rem; font-family: 'Red Hat Display'; cursor: pointer}
.transOrangeButton:hover{background:none; border:2px solid #9edcff;  color:#fff; border-radius: 0; padding:0.5rem; text-align: center; font-size: 1rem; font-family: 'Red Hat Display'; cursor: pointer}

.transWhiteButton{background:none; border:2px solid #fff;  color:#fff; border-radius: 0; padding:0.5rem; text-align: center; font-size: 1rem; font-family: 'Red Hat Display'; cursor: pointer}
.transWhiteButton:hover{background:#fff; color:#000; border-radius: 0; padding:0.5rem; text-align: center; font-size: 1rem; font-family: 'Red Hat Display'; cursor: pointer}

.blueButton{margin:4px 2px; background:#9edcff; border:none; color:#000; border-radius: 4px; padding:6px; text-align: center; font-size: 1rem; font-family: 'Red Hat Display'; cursor: pointer}
.blueButton:hover{background:#46a841; color:#fff;}

.greenButton{background:#46a841; border:none; color:#fff; border-radius: 4px; padding:0.5rem; text-align: center; font-size: 1rem; font-family: 'Red Hat Display'; cursor: pointer}
.greenButton:hover{background:#fff; color:#fe5a52;}

.greenButton.selected::before{content:'\2713'; padding-right:15px; font-size: 16px; font-weight: bold;}

.sysHeader{background-color:#000c78; color:#fff}

#footerBack{width:100%; background-color: #1E1E1E}


@media only screen  {	
#homePage{width:100%; height:100vh; background:url('../img/mobile-home.jpg') no-repeat; background-repeat:no-repeat; background-size:cover; background-position:center;}

#mobileContactHeader{width:100%; height:100vh; background:url('../img/contact-back.jpg') no-repeat; background-repeat:no-repeat; background-size:cover; background-position:center;}
#mobileAbouttHeader{width:100%; height:100vh; background:url('../img/about-back.jpg') no-repeat; background-repeat:no-repeat; background-size:cover; background-position:center;}
#mobileBreakdownHeader{width:100%; height:100vh; background:url('../img/breakdown-back.jpg') no-repeat; background-repeat:no-repeat; background-size:cover; background-position:center;}
#mobileTransportHeader{width:100%; height:100vh; background:url('../img/transport-back.jpg') no-repeat; background-repeat:no-repeat; background-size:cover; background-position:center;}

#homeSection2{width:100%; background:url('../img/tools-back.png') no-repeat; background-repeat:no-repeat; background-size:cover; background-position:center;}
#testimonials{width:100%; background-color: #000c78;}
}

@media only screen and (min-width: 1000px) {	

#homeSection2{width:100%; background:url('../img/tools-back.png') no-repeat; background-repeat:no-repeat; background-size:cover; background-position:center; background-attachment: fixed; margin-top:-10px}


#testimonials{width:100%; background-color: #000c78; margin-top:-10px}
}


	/*Small*/
	@media only screen {		
		#catText{margin-top:10%;}
		.mobileHeadLogo{margin-top:60%}
	
		.vhFix{padding-top:3rem; padding-bottom:3rem; height:auto}
		.hugeFont{font-size:1.75rem}
		.largeFont{font-size:1.15rem}
		.mediumFont{font-size:1rem}
		
		/*Sticky Hedaer*/
		header {
			padding-top:1rem;
			height: 180px;
			position: fixed;
			top: 0;
			transition: top 0.2s ease-in-out;
			width: 100%;
			z-index:9999;
			background-color:rgba(0,0,0,0.5);
		}

		.nav-up {
			top: -180px;
		}

		.menuBuffer{margin-top:230px}

	}


	/*Small*/
	@media only screen and (min-width: 35.0625em) {	
	
		.mobileHeadLogo{margin-top:55%}
		#catText{margin-top:10%;}
		.vhFix{padding-top:3rem; padding-bottom:3rem; height:auto}
		.hugeFont{font-size:1.75rem}
		.largeFont{font-size:1.15rem}
		.mediumFont{font-size:1rem}
		
		/*Sticky Hedaer*/
		header {
			padding-top:1rem;
			height: 180px;
			position: fixed;
			top: 0;
			transition: top 0.2s ease-in-out;
			width: 100%;
			z-index:9999;
			background-color:rgba(0,0,0,0.5);
		}

		.nav-up {
			top: -180px;
		}

		.menuBuffer{margin-top:270px}

	}


	/*Medium*/
	@media only screen and (min-width: 40.0625em) {
		#catText{margin-top:10%;}	
		.mobileHeadLogo{margin-top:50%}

		.vhFix{padding-top:3rem; padding-bottom:3rem; height:auto}
		.hugeFont{font-size:2rem}
		.largeFont{font-size:1.4rem}
		.mediumFont{font-size:1.1rem}

		/*Sticky Hedaer*/
		header {
			padding-top:1rem;
			height: 200px;
			position: fixed;
			top: 0;
			transition: top 0.2s ease-in-out;
			width: 100%;
			z-index:9999;
			background-color:rgba(0,0,0,0.5);
		}

		.nav-up {
			top: -200px;
		}

		.menuBuffer{margin-top:250px}

	}	
	

	/*Medium*/
	@media only screen and (min-width: 45.0625em) {
		#catText{margin-top:10%;}
		.mobileHeadLogo{margin-top:50%}
	

		.vhFix{padding-top:3rem; padding-bottom:3rem; height:auto}
		.hugeFont{font-size:2.5rem}
		.largeFont{font-size:1.9rem}
		.mediumFont{font-size:1.25rem}

		/*Sticky Hedaer*/
		header {
			padding-top:1rem;
			height: 220px;
			position: fixed;
			top: 0;
			transition: top 0.2s ease-in-out;
			width: 100%;
			z-index:9999;
			background-color:rgba(0,0,0,0.5);
		}

		.nav-up {
			top: -220px;
		}

		.menuBuffer{margin-top:270px}

	}


	/*Large*/
	@media only screen and (min-width: 54.0625em) {

		.vhFix{height:100vh}
		.hugeFont{font-size:3rem}
		.largeFont{font-size:2.4rem}
		.mediumFont{font-size:1.5rem}
		
		/*Sticky Hedaer*/
		header {
			padding-top:1rem;
			height: 200px;
			position: fixed;
			top: 0;
			transition: top 0.2s ease-in-out;
			width: 100%;
			z-index:9999;
			background-color:rgba(0,0,0,0.5);
		}

		.nav-up {
			top: -200px;
		}

		.menuBuffer{margin-top:300px}
	
	}

	/*Large*/
	@media only screen and (min-width: 64.0625em) {

		.vhFix{height:100vh}
		.hugeFont{font-size:3rem}
		.largeFont{font-size:2.4rem}
		.mediumFont{font-size:1.5rem}
		
		/*Sticky Hedaer*/
		header {
			padding-top:1rem;
			height: 126px;
			position: fixed;
			top: 0;
			transition: top 0.2s ease-in-out;
			width: 100%;
			z-index:9999;
			background-color:rgba(0,0,0,0.5);
		}

		.nav-up {
			top: -126px;
		}

		.menuBuffer{margin-top:126px}
	
	}


	/*Large*/
	@media only screen and (min-width: 75em) {		

		.vhFix{height:100vh}
		.hugeFont{font-size:3.6rem}
		.largeFont{font-size:3rem}
		.mediumFont{font-size:1.5rem}
		
		/*Sticky Hedaer*/
		header {
			padding-top:1rem;
			height: 126px;
			position: fixed;
			top: 0;
			transition: top 0.2s ease-in-out;
			width: 100%;
			z-index:9999;
			background-color:rgba(0,0,0,0.5);
		}

		.nav-up {
			top: -126px;
		}

.menuBuffer{margin-top:126px}

	}
	
	
/*Foundation Mods*/

.is-dropdown-submenu{min-width:300px; text-align:left}


/* Initiate Auto-Pulse animations */
.pulse-button {
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}



/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}


.dropzone.dz-clickable {
	cursor: pointer;
}

.dropzone.dz-clickable * {
	cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
	cursor: pointer;
}

.dropzone.dz-started .dz-message {
	display: none;
}

.dropzone.dz-drag-hover {
	border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5;
}

.dropzone .dz-message {
	text-align: center;
	margin: 2em 0;
}

.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 6rem;
}

.dropzone .dz-preview:hover {
	z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
	background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none;
}

.dropzone .dz-preview .dz-remove:hover {
	text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}

.dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
	border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
	border-radius: 20px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: relative;
	display: block;
	z-index: 10;
}

.dropzone .dz-preview .dz-image img {
	display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
	display: block;
	width: 54px;
	height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: linear-gradient(to bottom, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
	display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: 0.5em 1.2em;
	color: white;
}

.dropzone .dz-preview .dz-error-message:after {
	content: '';
	position: absolute;
	top: -6px;
	left: 64px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #be2626;
}


.roundedInput{ border: 1px solid #000}



/* QUOTE SYSTEM */

.quoteItemR{min-height:35px; vertical-align: middle; display:flex; align-items:center; justify-content:right}
.quoteItemL{min-height:35px; vertical-align: middle; display:flex; align-items:center; justify-content:left}

.grid-x.tr {padding:10px 8px;}

.grid-x.tr:nth-child(odd) {background: #f0f0f0}
.grid-x.tr:nth-child(even) {background: #fff}
.Xquotes a:nth-child(odd) {display:block; background: #f0f0f0}
.Xquotes a:nth-child(even) {display:block; background: #fff}
.Xquotes a .grid-x:hover {background:#ffb;}
table tr td a {display:block; color:#444;}
table tr td a:hover {color:inherit;}
table tr:hover {color:#000; background:#ddd;}
/*
table tr td a.company-phone,
table tr td a.company-email {display:unset;}
*/
table tr td a.company-phone:hover,
table tr td a.company-email:hover {background:#ccc;}

.accordion-title::before {font-size: 26px; top:unset; border: 1px solid #ddd; padding: 1px 10px;}
.accordion .accordion-item:first-of-type .accordion-title::before {content:'Search';   font-size: 16px;  top: unset;  border: 1px solid #ccc;  padding: 4px 8px;}
.accordion .accordion-item:hover .accordion-title::before {background:#ccc; color:#fff;}

.is-active > .accordion-title::before {content: '\2013'; padding: 0px 10px 4px; line-height: 24px;}

tbody th, tbody td {vertical-align: top;}