﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {overflow-x: hidden;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

hr{border:#000 1px solid;}
html {font-family: 'roboto', sans-serif;}

/*--- HEADER STYLES ---------------------*/

header {background: #254188;}
.header-wrap {width: 95%; margin: 0 auto; padding: 15px 0; display: flex; justify-content: flex-end;}
.header-wrap div {display: flex; gap: 10px; align-items: center;}
.header-wrap p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 18px; color: #fff; font-weight: 600;}
.header-wrap a:hover p {color: #F5C137; transition: .5s;}

.header-nav {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 30px 0;}
.header-phone a {font-family: 'roboto', sans-serif; font-weight: 600; font-size: 19px; line-height: 19px; color: #000; display: flex; align-items: center; gap: 10px;}
.header-phone a i {background: #254188; border-radius: 50px; height: 40px; width: 40px; display: flex; justify-content: center; align-items: center; font-size: 18px; line-height: 18px; color: rgba(255,255,255,0.80);}
.header-phone a:hover {color: #F5C137; transition: .5s;}
.header-phone a:hover i {color: rgba(255,255,255,0.80); background: #F5C137; transition: .5s;}
.header-nav .nav-hide {display: none;}

/*---BODY--------------------------------*/

/*---DEFAULT---*/

.hero-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: #2A2A2A; background: linear-gradient(90deg,rgba(42, 42, 42, 0.8) 0%, rgba(42, 42, 42, 0) 100%);}
.hero-wrap {width: 95%; margin: 0 auto; padding: 200px 0 100px 0;}
.hero-content {width: 800px;}
.hero-content h1 {font-family: 'roboto', sans-serif; color: #fff; font-size: 55px; line-height: 60px; font-weight: 600; margin-bottom: 20px;}
.hero-content h1 span {color: #F5C137;}
.hero-content p {font-family: 'roboto', sans-serif; font-size: 20px; line-height: 30px; color: #fff;}
.hero-content button {background: #204179; background: linear-gradient(90deg,rgba(32, 65, 121, 1) 0%, rgba(18, 77, 156, 1) 100%); width: 220px; border: none; border-radius: 5px; padding: 15px 0; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #fff; margin-top: 30px;}
.hero-content button:hover {background: #EFB00B; transition: .5s;}

.our-services {padding: 80px 0 100px 0;}
.our-services-wrap {width: 95%; margin: 0 auto; text-align: center;}
.scrolling-wrap {margin-top: 40px; margin-bottom: -40px;}
.our-services-content {width: 920px; margin: 0 auto;}
.our-services-content h2 {font-family: 'roboto', sans-serif; font-size: 40px; line-height: 45px; font-weight: 600; margin-bottom: 20px;}
.our-services-content p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 28px;}
.our-services-content p span {font-weight: bold; color: #254188;}
.our-services-wrap button {background: #204179; background: linear-gradient(90deg,rgba(32, 65, 121, 1) 0%, rgba(18, 77, 156, 1) 100%); width: 250px; border: none; border-radius: 5px; padding: 15px 0; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #fff; margin-top: 30px;}
.our-services-wrap button:hover {background: #EFB00B;}

.transmex {background: #F4F4F4;}
.transmex-wrap {width: 95%; margin: 0 auto; padding: 100px 0; display: flex; justify-content: space-between; gap: 100px; align-items: center;}
.transmex-wrap > div {width: 100%;}
.transmex-wrap h3 {font-family: 'roboto', sans-serif; font-size: 40px; line-height: 50px; font-weight: 600; margin-bottom: 20px;}
.transmex-wrap p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 28px; margin-bottom: 10px;}
.transmex-numbers {display: flex; gap: 10px; margin-top: 30px; flex-wrap: wrap;}
.transmex-numbers > div {width: 49%; background: #fff; border: 1px #bbb solid; border-radius: 5px; text-align: center; padding: 18px 0;}
.transmex-numbers h4 {font-family: 'roboto', sans-serif; font-size: 25px; line-height: 25px; font-weight: 600; color: #134C99; margin-bottom: 5px;}
.transmex-numbers p {font-size: 15px !important; line-height: 25px !important; margin-bottom: 0px; color: #000;}
.transmex-wrap img {border-radius: 10px; width: 100%;}

.brand-bkgrd {background: #FBFBFB;}
.brand-logos {display: flex; justify-content: center; padding: 40px 0; width: 90%; margin: 0 auto; gap: 30px;}

/*---SERVICE---*/

.sub-hero-overlay {background: #2A2A2A; background: linear-gradient(90deg,rgba(42, 42, 42, 0.8) 0%, rgba(42, 42, 42, 0.8) 100%);}
.sub-hero-wrap {width: 95%; margin: 0 auto; padding: 120px 0 100px 0;}
.sub-hero-content {width: 100%; text-align: center;}
.sub-hero-content h1 {font-family: 'roboto', sans-serif; color: #fff; font-size: 55px; line-height: 60px; font-weight: 600;}

.sub-nav {width: 95%; margin: 0 auto; padding-top: 20px; display: flex; gap: 10px;}
.sub-nav p, .sub-nav p a {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 28px; color: #8D8D8D;}
.sub-nav p a:hover {color: #254188; transition: .5s;}

.sub-our-services {padding: 80px 0 80px 0;}
.sub-our-services-wrap {text-align: left;}
.sub-our-services-content {width: 100% !important;}
.sub-our-services-content p {margin-bottom: 10px;}
.sub-our-services .our-services-wrap {text-align: left;}
.sub-our-services .our-services-wrap button {margin-top: 25px !important;}

.service-trucks {background: #FBFBFB;}
.service-trucks-wrap {width: 95%; margin: 0 auto; padding: 100px 0; display: flex; gap: 10px; flex-wrap: wrap;}
.service-trucks-wrap a div {width: 100%; background: #F4F4F4; text-align: center; padding: 50px 0;}
.service-trucks-wrap a {width: 24%;}
.service-trucks-wrap h3 {font-family: 'roboto', sans-serif; font-size: 20px; line-height: 30px; color: #000;}
.service-trucks-wrap a:hover div {background: #254188; transition: .5s;}
.service-trucks-wrap a:hover div h3 {color: #fff;}

/*---ABOUT US---*/

.about-flex {display: flex; justify-content: space-between; gap: 50px; width: 95%; margin: 0 auto; align-items: center;}
.about-flex > div:first-child {width: 60%;}
.about-flex > div:last-child {width: 40%;}
.about-flex img {width: 100%; border-radius: 10px;}
.about-sub-wrap, .about-flex .our-services-wrap {width: 100%;}

/*---CONTACT---*/

.contact-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; gap: 10px; margin-top: 60px;}
.contact-wrap > div {border: 1px #bbb solid; border-radius: 5px; padding: 50px 20px;}
.contact-wrap > div:first-child {width: 40%;}
.contact-wrap > div:last-child {width: 60%;}
.contact-wrap p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 30px; font-weight: 600;}
.contact-wrap i {color: #254188;}
.contact-wrap a {font-family: 'roboto', sans-serif; font-weight: lighter; font-size: 18px; line-height: 30px; color: #000;}
.contact-wrap a:hover {color: #254188; transition: .5s;}
.contact-map > div {margin-bottom: 30px;}
.contact-map iframe {margin-top: 10px; border-radius: 5px;}

.contact-form form {margin-top: 20px;}
.contact-form .form-flex div {display: flex; gap: 10px;}
.contact-form input {width: 100%; margin-bottom: 10px; background: #F4F4F4; border: none; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; padding: 10px 0 10px 15px;}
.contact-form .form-textarea {display: flex;}
.contact-form .form-textarea textarea {width: 100%; background: #F4F4F4; border: none; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; padding: 10px 0 10px 15px; height: 150px;}
.contact-form .submitselect {background: #204179; background: linear-gradient(90deg,rgba(32, 65, 121, 1) 0%, rgba(18, 77, 156, 1) 100%); width: 200px; border: none; border-radius: 5px; padding: 15px 0; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #fff; margin-top: 30px; display: flex; justify-content: center;}
.contact-form .submit {background: #204179; background: linear-gradient(90deg,rgba(32, 65, 121, 1) 0%, rgba(18, 77, 156, 1) 100%); width: 200px; border: none; border-radius: 5px; padding: 15px 0; font-family: 'roboto', sans-serif; font-size: 16px; line-height: 16px; color: #fff;}
.contact-form .submitselect:hover, .contact-form .submit:hover {background: #EFB00B; color: #fff; cursor: pointer !important;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/

footer {background: #F4F4F4;}
.footer-wrap {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding: 80px 0;}
footer ul {margin-top: 20px;}
footer li, footer li a {font-family: 'roboto', sans-serif; font-size: 16px; line-height: 22px; margin-bottom: 10px; color: #000;}
footer p {font-family: 'roboto', sans-serif; font-size: 18px; line-height: 28px; font-weight: bold;}
footer li a:hover {color: #254188; transition: .5s;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-content {padding: 50px 0 !important;}
.list-top-section .list-listings-count {color: #204179 !important;}
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button) {background: #204179 !important;}



/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1650px) {
	.transmex-numbers > div {width: 48.5%;}
}
@media only screen and (max-width: 1400px) {
	.header-phone a span, .header-nav .nav-show {display: none;}
	.header-nav .nav-hide {display: contents;}
	.header-nav .nav-hide .header-phone {margin-left: 40px;}
}
@media only screen and (max-width: 1250px) {
	.transmex-wrap, .about-flex {flex-wrap: wrap;}
	.transmex-numbers > div {width: 49%;}
	.service-trucks-wrap a {width: 32%;}
	.about-flex > div {width: 100% !important;}
}
@media only screen and (max-width: 1150px) {
	.contact-wrap {flex-wrap: wrap;}
	.contact-wrap > div:first-child, .contact-wrap > div:last-child {width: 100%;}
}
@media only screen and (max-width: 1100px) {
	.header-nav {flex-wrap: wrap; text-align: center; padding: 0px; width: 100%;}
	.header-nav > div:first-child {padding: 30px 0; width: 95%; margin: 0 auto;}
	.header-nav > div {width: 100%;}
	.hero-overlay {background: #2A2A2A; background: linear-gradient(90deg,rgba(42, 42, 42, 0.8) 0%, rgba(42, 42, 42, 0.2) 100%);}
	.hero-wrap {padding: 150px 0 100px 0;}
	.hero-content h1, .sub-hero-content h1 {font-size: 50px; line-height: 55px;}
	.hero-content p {font-size: 19px; line-height: 29px;}
	.our-services-content {width: 100%;}
	.sub-hero-wrap {padding: 100px 0 100px 0;}
}
@media only screen and (max-width: 950px) {
	.service-trucks-wrap a {width: 49%;}
}
@media only screen and (max-width: 850px) {
	.hero-content {width: 100%;}
	.brand-logos {justify-content: space-between; gap: 0px;}
	.brand-logos a, .brand-logos img {width: 100%;}
}
@media only screen and (max-width: 800px) {
	.transmex-numbers > div {width: 48.5%;}
}
@media only screen and (max-width: 650px) {
	.header-wrap p {font-size: 16px; line-height: 16px;}
	.hero-overlay {background: #2A2A2A; background: linear-gradient(90deg,rgba(42, 42, 42, 0.8) 0%, rgba(42, 42, 42, 0.4) 100%);}
	.hero-wrap {padding: 120px 0 80px 0;}
	.hero-content h1, .sub-hero-content h1 {font-size: 45px; line-height: 50px;}
	.hero-content p {font-size: 18px; line-height: 28px;}
	.our-services-content h2 {font-size: 35px; line-height: 40px;}
	.our-services-content p {font-size: 17px; line-height: 27px;}
	.transmex-wrap h3 {font-size: 35px; line-height: 45px;}
	.transmex-wrap p, .sub-nav p, .sub-nav p a {font-size: 17px; line-height: 27px;}
	.service-trucks-wrap h3 {font-size: 18px;}
	.service-trucks-wrap {padding: 80px 0;}
	.contact-wrap p, .contact-wrap a {font-size: 17px; line-height: 29px;}
}
@media only screen and (max-width: 600px) {
	.footer-wrap {flex-wrap: wrap; gap: 40px;}
	.footer-wrap > div {width: 100%;}
	.service-trucks-wrap a {width: 48.5%;}
	.service-trucks-wrap a div {padding: 40px 0;}
}
@media only screen and (max-width: 500px) {
	.transmex-numbers > div {width: 100%;}
	.service-trucks-wrap a {width: 100%;}
	.contact-form .form-flex > div {flex-wrap: wrap; gap: 0px;}
	.contact-form input {margin-bottom: 10px;}
}
@media only screen and (max-width: 450px) {
	.hero-overlay {background: #2A2A2A; background: linear-gradient(90deg,rgba(42, 42, 42, 0.8) 0%, rgba(42, 42, 42, 0.6) 100%);}
	.hero-wrap {padding: 100px 0 80px 0;}
	.hero-content h1, .sub-hero-content h1 {font-size: 40px; line-height: 45px;}
	.hero-content p {font-size: 17px; line-height: 27px;}
	.our-services {padding: 80px 0;}
	.our-services-content h2 {font-size: 30px; line-height: 35px;}
	.our-services-content p {font-size: 16px; line-height: 26px;}
	.transmex-wrap {padding: 80px 0; gap: 80px;}
	.transmex-wrap h3 {font-size: 30px; line-height: 40px;}
	.transmex-wrap p, .sub-nav p, .sub-nav p a {font-size: 16px; line-height: 26px;}
	.transmex-wrap h4 {font-size: 23px; line-height: 23px;}
	.transmex-numbers p {font-size: 14px !important; line-height: 24px !important;}
	.transmex-wrap img {border-radius: 5px;}
	footer li, footer li a {font-size: 15px;}
	footer p {font-size: 17px;}
	.sub-hero-wrap {padding: 80px 0 80px 0;}
	.service-trucks-wrap h3 {font-size: 17px; line-height: 28px;}
	.contact-wrap p, .contact-wrap a {font-size: 16px; line-height: 28px;}
}
@media only screen and (max-width: 400px) {
	.header-wrap p {font-size: 15px; line-height: 15px;}
	.header-nav img, footer img {width: 75%;}
	.hero-wrap {padding: 80px 0 80px 0;}
	.hero-content h1, .sub-hero-content h1 {font-size: 35px; line-height: 40px;}
	.hero-content p {font-size: 16px; line-height: 26px;}
	.sub-hero-wrap {padding: 70px 0 70px 0;}
}
@media only screen and (max-width: 350px) {
	.hero-content h1, .sub-hero-content h1 {font-size: 30px; line-height: 35px;}
	.hero-content button, .our-services-wrap button, .contact-form .submitselect, .contact-form .submit {width: 100%;}
	.sub-hero-wrap {padding: 60px 0 60px 0;}
}




