
/* global: resets */

*,
*:after,
*:before {
	/*position: relative;*/
	
	     box-sizing: border-box;
    -moz-box-sizing: border-box;
}





body > div.wrapper,
header > div,
footer > div,
nav.site ul {
	max-width: 1280px !important;
}

header > div,
footer > div,
nav.site ul {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

nav.top,
header form {
	right: 20px !important;
}





/* global: structure */

body {
	color: #000; /* black */
	font: 12px/20px Arial, Helvetica, sans-serif;
	
	background-color: #ffc; /* dev */
}

body > div.wrapper {
	margin: 0 auto;
	max-width: 1024px;
	overflow: hidden;
	
	background-color: #fc6; /* dev */
}


header {
	height: 110px;
	
	background-color: #fc3; /* dev */
}

header > div {
	margin: 0 auto;
	max-width: 1024px;
}

main:before,
main:after {
	display: table;
	
	clear: both;
	
	content: " ";
}

/*article {
	float: left;
	
	width: 66.666%;
	width: calc(2/3 * 100%);
}

aside {
	float: left;
	
	width: 33.333%;
	width: calc(1/3 * 100%);
}*/

footer {
	clear: both;
	
	padding: 20px 0;
	width: 100% !important;
	
	color: #fff; /* white */
	/*text-align: center;*/
	
	/*background-color: #000; /* black */
	background-color: #f63; /* dev */
}

footer > div {
	margin: 0 auto;
	max-width: 1024px;
}





/* global: navigation: site */

nav.site {
	height: 40px;
	overflow: hidden;
	
	/*background-color: #000; /* black */
	background-color: #f63; /* dev */
}

nav.site ul {
	margin: 0 auto;
	padding: 0;
	max-width: 1024px;
	height: 40px;
	
	list-style: none;
}

nav.site li {
	float: left;
	
	margin: 0 10px 0 0;
	padding: 0;
}

nav.site a {
	display: block;
	
	padding: 10px 0;
	
	color: #fff; /* white */
	text-align: left !important;
}

nav.site a:hover,
nav.site li.active a {
	color: #000; /* black */
	
	background-color: #fff; /* white */
}

nav.site i.fa {
	display: none;
	
	width: 20px;
	
	font-size: 14px;
	text-align: center;
}





/* global: navigation: hamburger */

a.siteburger {
	display: none;
	
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 900;
	
	width: 70px;
	height: 70px;
	
	color: #fff; /* white */
	text-align: center;
	text-decoration: none;
	
	/*background-color: #000; /* black */
	background-color: #f63; /* dev */
}

a.siteburger:hover {
	/*color: #000; /* black */
	
	background-color: #f33; /* dev */
}

a.siteburger.active {
	/*color: #fff; /* white */
	
	background-color: #f63; /* dev */
}

/*a.siteburger i.fa {
	height: 60px;
	
	font-size: 28px;
	line-height: 60px;
}*/

a.siteburger img {
	display: block;
	
	margin: 21px;
	width: 28px;
	height: 28px;
}





/* global: navigation: top */

nav.top {
	position: absolute;
	top: 0; 
	right: 0;
	
	height: 30px;
	
	/*background-color: #000; /* black */
	background-color: #f93; /* dev */
}

nav.top ul {
	margin: 0;
	padding: 0;
	height: 30px;
	
	list-style: none;
}

nav.top li {
	float: left;
	
	margin: 0 0 0 10px;
	padding: 0;
}

nav.top a {
	display: block;
	
	padding: 5px 0;
	
	color: #fff; /* white */
}

nav.top a:hover,
nav.top li.active a {
	color: #000; /* black */
	
	background-color: #fff; /* white */
}

nav.top i.fa {
	font-size: 14px;
}





/* global: navigation: footer */

footer nav {
	margin: 0;
}

footer nav ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

footer nav li {
	float: none;
	
	margin: 0;
	padding: 0;
}

footer nav a {
	display: block;
	
	color: #fff; /* white */
}

footer nav a:hover {
	color: #000; /* black */
	
	background-color: #fff; /* white */
}

footer nav i.fa {
	width: 20px;
	
	font-size: 14px;
	text-align: center;
}





/* global: content */

/*.center {
	text-align: center;
}*/





/* global: content: anchors */

/**/

header a.logo {
	display: inline-block;
	
	margin: 20px 0;
	height: 70px;
	
	background-color: rgba(255, 255, 255, 0.5); /* dev */
}

/**/

footer a {
	display: block;
	
	color: #fff; /* white */
}





/* global: content: anchors: buttons */

a.button {
	border-radius: 3px;
}





/* global: content: columns */

section.banners .cols:before,
section.banners .cols:after {
	display: table;
	
	clear: both;
	
	content: " ";
}

section.banners [class*="col-"] {
	float: left;
	
	padding: 0;
}

section.banners .col-1-4 {
	width: 25%;
}

section.banners .col-3-4 {
	width: 75%;
}

/**/

footer .cols {
	margin: 0;
}

footer .cols:before,
footer .cols:after {
	display: table;
	
	clear: both;
	
	content: " ";
}

footer [class*="col-"] {
	float: left;
	
	padding: 0;
}

footer .col-1-2 {
	width: 50%;
}

footer .col-1-3 {
	width: 33.333%;
	width: calc(1/3 * 100%);
}

footer .col-2-3 {
	width: 66.666%;
	width: calc(2/3 * 100%);
}

footer .col-1-4 {
	width: 25%;
}

footer .col-3-4 {
	width: 75%;
}

footer .col-1-5 {
	width: 20%;
}

footer .col-2-5 {
	width: 40%;
}

footer .col-3-5 {
	width: 60%;
}

footer .col-4-5 {
	width: 80%;
}

footer div.cols [class*="col-"].right {
	padding-left: 20px !important;
}





/* global: content: images */

/**/

header img {
	display: block;
	
	width: auto;
	max-width: 100%;
	height: 100%;
}

/**/

footer a img {
	display: block;
	
	width: 100%;
	height: auto;
	max-height: 60px;
	
	border: 1px solid #fff; /* dev */
	
	/*opacity: 0.25;
}

footer a:hover img {
	opacity: 1.0;*/
}





/* global: content: paragraphs */

/**/

footer p {
	margin: 0;
	padding: 0;
	
	background-color: #fc6; /* dev */
}

footer p.about {
	margin-bottom: 20px;
	padding-right: 20px;
}

footer p.copyright {
	margin-top: 20px;
	
	text-align: center;
}






/* global: forms */

/* global: forms: buttons */

button {
	border-radius: 3px;
}

/**/

aside section.search button {
	border-radius: 0 3px 3px 0;
}





/**/

header form {
	position: absolute;
	top: 40px;
	right: 0;
	
	background-color: rgba(255, 255, 255, 0.75);
}

header form h3 {
	margin: 0;
	
	color: #fff;
	font-size: inherit;
	text-align: center;
	
	background-color: #0cf; /* dev */
}

header form button {
	display: block;
	
	float: left;
	
	padding: 10px 20px;
	width: auto;
	
	border: 0;
	border-radius: 0;
	outline: 0;
	
	color: #fff; /* white */
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	
	background-color: #090; /* green */
}

header form button:hover {
	background-color: #060; /* darker green */
}

header form button i.fa {
	margin-right: 5px;
	
	font-size: 14px;
}

header div.input {
	margin: 0;
}

header div.input input[type="email"] {
	display: block;
	
	float: left;
		
	margin: 0;
	padding: 0 10px;
	width: 200px;
	max-width: 200px;
	/*height: 30px;*/
	height: 40px;
	
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;	
	vertical-align: middle;
}





/* global: advertisements */

div.ad {
	margin-bottom: 20px;
	padding: 0;
	/*min-height: 90px;*/
	overflow: hidden;
	
	/*border: 1px solid #000;*/
	
	/*line-height: 90px;*/
	text-align: center;
	
	background-color: #9f9; /* dev */
}

div.ad > div {
	margin: 0 auto;
}

div.ad ul.stack {
	margin: 0;
	padding: 0;
	
	list-style: none;
	
	background-position: center top;
	background-repeat: no-repeat;
}

div.ad ul.stack li {
	margin: 0;
	padding: 0;
}

div.ad ul.stack li a {
	display: block;
	
	padding-top: 40px;
	height: 40px;
	overflow: hidden;
	
	line-height: 40px;
	
	/*background-color: #6ff; /* dev */
}

div.ad ul.stack.carriers {
	background-image: url("https://www.expeditersonline.com/images/homepage/stack-carriers.jpg");
}

div.ad ul.stack.dealers {
	background-image: url("https://www.expeditersonline.com/images/homepage/stack-dealers.jpg");
}





.show-large,
.show-medium,
.show-small {
	display: none;
}





@media screen and (max-width: 1024px) {
	
	.hide-large {
		display: none !important;
	}
	
	.show-large {
		display: block !important;
	}
	
	
	
	
	
	/* global: structure */
	
	/*article,
	aside {
		float: none;
		
		width: 100%;
	}*/
	
	
	
	
	
	/* global: content: columns */
	
	/**/
	
	.cols.collapse-large > [class*="col-"] {
		float: none !important;
		
		width: 100% !important;
	}
	
}





@media screen and (min-width: 769px) {
	
	/* global: navigation: site */
	
	/*nav.site {
		display: block !important;
	}*/
	
}

@media screen and (max-width: 768px) {
	
	.hide-medium {
		display: none !important;
	}
	
	.show-medium {
		display: block !important;
	}
	
	
	
	
	
	/* global: structure */
	
	body > div.wrapper {
		/*background-color: #f33; /* dev */
	}
	
	header {
		padding-right: 90px;
	}
	
	/*article,
	aside {
		float: none;
		
		width: 100%;
	}*/
	
	
	
	
	
	/* global: navigation: site */
	
	/*nav.site {
		display: none;
		
		position: absolute;
		right: 0;
		top: 90px;
		z-index: 900;
		
		padding: 20px;
		height: auto;
	}
	
	nav.site ul {
		height: auto;
	}
	
	nav.site li {
		float: none;
	}
	
	nav.site a {
		padding: 0;
	}
	
	nav.site i.fa {
		display: inline-block;
	}
	
	
	
	
	
	/* global: navigation: hamburger */
	
	/*a.siteburger {
		display: block;
	}
	
	
	
	
	
	/* global: navigation: top */
	
	/*nav.top {
		display: none;
	}
	
	
	
	
	
	/* global: navigation: footer */
	
	footer nav {
		margin-bottom: 20px !important;
	}
	
	
	
	
	
	
	/* global: content: columns */
	
	/**/
	
	.cols.collapse-medium > [class*="col-"] {
		float: none !important;
		
		width: 100% !important;
	}
	
	/**/
	
	footer .col-2-5,
	footer .col-3-5 {
		width: 100%;
	}
	
	footer div.cols [class*="col-"].right {
		padding-left: 0 !important;
	}
	
}

@media screen and (max-width: 480px) {
	
	.hide-small {
		display: none !important;
	}
	
	.show-small {
		display: block !important;
	}

	
	
	
	
	/* content: columns */
	
	/**/
	
	footer .cols.collapse-small > [class*="col-"] {
		float: none !important;
		
		width: 100% !important;
	}
	
	
	
	
	
	/* global: content: images */
	
	/**/
	
	header img {
		max-width: 100%;
	}
	
}
