/*# sourceMappingURL=theme.css.map */

/* Display sizes */

/* Fonts */

/* Color */
body {
	margin: 0;
	padding: 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: black;
	background-color: #ebebeb;
}

#page {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	min-height: 400px;
	position: relative;
	overflow: hidden;
	color: inherit;
	background-color: inherit;
}

hr {
	border-top: 1px solid #e30613;
}

.container {
	margin-bottom: 20px;
}

#header .container {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.home .container:has(.carousel) {
		max-width: 100vw;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/*
Icons
*/
svg[class*=fa] {
	color: #e30613;
	opacity: .5;
	font-size: 2rem;
}

/* 
Text
*/
h1, h2, h3, h4, h5 {
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

h1 .light, h2 .light, h3 .light, h4 .light, h5 .light {
	font-weight: 300;
}

h1 .uppercase, h2 .uppercase, h3 .uppercase, h4 .uppercase, h5 .uppercase {
	text-transform: uppercase;
}

h1 [class*=fa], h2 [class*=fa], h3 [class*=fa], h4 [class*=fa], h5 [class*=fa] {
	position: absolute;
	left: -1em;
	font-size: 1em;
}

h4 {
	font-size: 1.5rem;
}

h2 {
	text-transform: uppercase;
	font-size: 1.5rem;
}

h3 {
	text-transform: uppercase;
	font-size: 1.3rem;
}

a {
	color: inherit;
}

a:active, a:hover {
	color: #e30613;
}

p a, ol a {
	color: #e30613;
	font-weight: 700;
}

.text_small {
	text-transform: uppercase;
	font-size: 1.1rem;
}

.feature {
	font-size: 1.3rem;
}

p:empty {
	font-size: 1rem;
	margin: 0;
	padding: 0;
}

a[class*=button] {
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 10px 5px 10px;
	border: 1px solid #e30613;
	border-radius: 5px;
	background: #fff;
}

.btn p {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-transform: uppercase;
}

.btn.filled {
	background-color: #e30613;
	border: 2px solid transparent;
}

.btn.filled:hover {
	background-color: #e30613;
	border-color: #e30613;
}

.btn.filled a {
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	color: #ebebeb;
}

.btn.filled i.fa {
	color: #fff;
}

.btn.bordered {
	border: 2px solid #e30613;
	background-color: transparent;
}

.btn.bordered i {
	color: #e30613;
}

.btn.bordered a {
	color: #ebebeb;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}

.btn a:hover {
	text-decoration: none;
}

.btn a + i.fa, .btn i.fa + a {
	padding-left: 1rem;
}

.btn.lg {
	font-size: 1.25rem;
}

.btn.sm {
	font-size: .9rem;
}

#page > #header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: white;
}

#page > #header #brand {
	display: block;
	max-width: 50%;
	padding: 20px 0;
	margin: 0 auto;
}

@media (min-width: 767px) {
	#page > #header #brand {
		width: 170px;
		max-width: 20%;
		margin: 0;
	}
}

#page > #header #brand img {
	width: 100%;
	height: auto;
}

#page > #header #mobile_menu {
	padding: 25px 20px 10px 20px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}

@media (min-width: 767px) {
	#page > #header #mobile_menu {
		display: none !important;
	}
}

#page > #header #mobile_menu > a.trigger {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#page > #header #mobile_menu > a.trigger::before {
	line-height: 1;
	display: block;
	margin: 0;
	padding: 0;
}

#page > #header #mobile_menu > ul > li:first-child {
	border-top-left-radius: 5px;
}

#page > #header #mobile_menu > ul > li:last-child {
	padding-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#page > #header ul#top_nav_menu {
	display: none;
}

@media (min-width: 767px) {
	#page > #header ul#top_nav_menu {
		display: flex;
	}
}

#page > #header ul#top_nav_menu {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	margin: 0 15px 0 0;
	padding: 0;
	width: 70%;
}

#page > #header ul#top_nav_menu a {
	font-size: 12px;
}

#page > #header ul#top_nav_menu > li {
	flex-basis: 50px;
	border-right: 1px solid #ebebeb;
}

#page > #header ul#top_nav_menu > li:last-child {
	flex-basis: 0;
}

#page > #header ul#top_nav_menu > li:last-child, #page > #header ul#top_nav_menu > li:nth-last-child(2) {
	border-right-color: transparent;
}

#page > #header ul#top_nav_menu > li > a {
	padding: 0 10px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	line-height: 110%;
}

#page > #header ul#top_nav_menu > li > a[title=login] {
	background-color: #e30613;
	color: white;
	padding: 10px;
}

#page > #header ul#top_nav_menu ul {
	min-width: 150px;
	max-width: 200px;
	padding-top: 5px;
	background: transparent;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAEVJREFUCJljZEACj9iEGRkYGKYxMDB8lPv1tgJZjgWLogwonwFZMSM2RUigE6aYEY8iFMUsDAwM/XgUMTAwMJQ/YhNmAADDjRbn6Ez8ugAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-position: center top;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, .3);
}

#page > #header ul#top_nav_menu ul.nitro-lazy {
	background-image: none !important;
}

#page > #header ul#top_nav_menu ul > li {
	border: 0px solid transparent;
}

#page > #header ul#top_nav_menu ul > li > a {
	padding: 5px 10px;
	border: 0px solid transparent;
	background-color: #e30613;
	color: white;
}

#page > #header ul#top_nav_menu ul > li > a:active, #page > #header ul#top_nav_menu ul > li > a:hover {
	color: white;
	text-decoration: none;
}

#footer #quick-links, #footer #footer-menu {
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer #quick-links {
	background-color: #696a6b;
}

#footer #quick-links h3 {
	color: white;
	font-size: 1rem;
}

#footer #quick-links a {
	color: white;
	font-size: .86rem;
}

#footer #quick-links a:before {
	content: ">  ";
	opacity: .5;
}

#footer #footer-menu {
	background-color: #3e3e3e;
	font-weight: 300;
	color: rgba(255, 255, 255, .3);
	font-size: .86rem;
}

#footer #footer-menu a:before {
	content: ">  ";
	color: #fff;
}

.breakout {
	margin-bottom: 2rem;
}

.breakout.shadow {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
}

.breakout.bordered {
	border: 1px solid #e30613;
}

.breakout.inset, .breakout .inset {
	padding: 2rem 2.5rem;
}

.breakout#customer-support p:first-child {
	margin: 0;
}

.breakout#customer-support h2 {
	color: #ebebeb;
	padding-bottom: 1rem;
}

.breakout#customer-support h2:after {
	content: "";
	display: block;
	margin-top: 1rem;
	width: 32%;
	height: 5px;
	background: #e30613;
}

.breakout#enquiry [type=submit] {
	background: transparent;
	color: #e30613;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	padding-bottom: 4px;
}

.inset {
	height: 100%;
	padding: 1rem;
	background-color: #f5f5f5;
}

.inset p:last-child {
	margin-bottom: 0;
}

.inset h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #e30613;
	margin-bottom: 20px;
}

.fsform-container {
	position: relative;
	z-index: 0;
}

ul.horizontal {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

ul.horizontal.justified li {
	flex-grow: 1;
	padding: 0;
	display: block;
}

ul.horizontal.justified li a {
	text-decoration: none;
}

ul.horizontal.justified li a:hover {
	color: inherit;
}

ul.horizontal.centered {
	text-align: center;
}

ul.horizontal.centered li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

ul.horizontal.flow {
	flex-direction: row;
	flex-wrap: wrap;
}

.carousel {
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.carousel {
		max-width: 960px;
	}
}

@media (max-width: 992px) {
	.carousel {
		max-width: 100vw;
		margin-left: 0;
		margin-right: 0;
	}
}

.carousel:not(.preview) .carousel-indicators .preview_image, .carousel:not(.preview) .carousel-indicators .preview_text {
	display: none;
}

.carousel {
	height: 700px;
}

@media (max-width: 767px) {
	.carousel {
		height: 300px;
	}
	
	.carousel .carousel-item img {
		height: 300px;
		max-width: 1140px;
		background-size: cover;
	}
}

.carousel .carousel-inner {
	height: 100%;
}

.carousel .carousel-inner .carousel-item img {
	position: relative;
	display: block;
	height: 700px;
	object-fit: cover;
	object-position: center bottom;
	max-width: 1140px;
}

@media (max-width: 1200px) {
	.carousel .carousel-inner .carousel-item img {
		max-width: 960px;
	}
}

@media (max-width: 992px) {
	.carousel .carousel-inner .carousel-item img {
		max-width: 100vw;
	}
}

@media (max-width: 767px) {
	.carousel .carousel-inner .carousel-item img {
		height: 300px;
	}
}

.carousel .carousel-inner .carousel-item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.carousel .carousel-inner .carousel-caption {
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	width: 100%;
	background-color: rgba(0, 0, 0, .1);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
}

@media (min-width: 768px) {
	.carousel .carousel-inner .carousel-caption {
		height: 700px;
	}
}

.carousel .carousel-inner .carousel-caption a:hover, .carousel .carousel-inner .carousel-caption a:active {
	color: white;
	text-decoration: none;
}

.carousel .carousel-inner .carousel-caption h1 {
	color: #fff;
	display: block;
	position: absolute;
	width: auto;
	padding: 5px 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0);
	margin: 0 auto;
	background-color: #e30613;
	line-height: 100%;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px;
	font-weight: 300;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.carousel .carousel-inner .carousel-caption h1 {
		font-size: 2rem;
	}
}

@media (min-width: 767px) {
	.carousel .carousel-inner .carousel-caption h1 {
		font-size: 3rem;
	}
}

.carousel .carousel-inner .carousel-caption h1 + p {
	display: none;
}

.carousel .carousel-inner .carousel-caption h1:after, .carousel .carousel-inner .carousel-caption h1:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
}

@media (max-width: 767px) {
	.carousel .carousel-inner .carousel-caption h1 {
		font-size: 20px;
		padding: 8px 10px;
	}
	
	.carousel .carousel-inner .carousel-caption h1:before {
		left: -38px;
	}
	
	.carousel .carousel-inner .carousel-caption h1:after {
		right: -38px;
	}
	
	.carousel .carousel-inner .carousel-caption h1:after, .carousel .carousel-inner .carousel-caption h1:before {
		border-top: 18px solid transparent;
		border-right: 18px solid transparent;
		border-left: 18px solid transparent;
		border-bottom: 18px solid transparent;
	}
}

@media (min-width: 767px) {
	.carousel .carousel-inner .carousel-caption h1 {
		left: 50%;
		top: 60%;
		transform: translate(-50%, -60%);
		font-size: 30px;
		padding: 8px 15px;
	}
	
	.carousel .carousel-inner .carousel-caption h1:before {
		left: -48px;
	}
	
	.carousel .carousel-inner .carousel-caption h1:after {
		right: -48px;
	}
	
	.carousel .carousel-inner .carousel-caption h1:after, .carousel .carousel-inner .carousel-caption h1:before {
		border-top: 23px solid transparent;
		border-right: 23px solid transparent;
		border-left: 23px solid transparent;
		border-bottom: 23px solid transparent;
	}
}

.carousel .carousel-inner .carousel-caption h1:before {
	border-right-color: #e30613;
	border-bottom-color: #e30613;
}

.carousel .carousel-inner .carousel-caption h1:after {
	border-left-color: #e30613;
	border-top-color: #e30613;
}

.carousel .carousel-inner .carousel-caption h2 {
	color: #fff;
	font-size: 1.75rem;
}

.carousel .carousel-inner .carousel-caption p {
	display: block;
	text-align: left;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 110%;
	display: block;
	position: absolute;
	left: 100px;
	top: 30%;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.carousel .carousel-inner .carousel-caption p {
		font-size: 1.5rem;
		top: 20%;
		left: 50px;
	}
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
	width: 10%;
}

.carousel.preview {
	margin-bottom: 100px;
}

.carousel.preview ol.carousel-indicators {
	top: 100%;
	width: 100%;
	height: 100px;
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	margin-right: 0;
	margin-left: 0;
}

.carousel.preview ol.carousel-indicators li {
	flex-grow: 1;
	width: auto;
	height: 100%;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
	text-indent: 0;
	background-color: #333;
	border-top: 5px solid #fff;
	transition: background-color 500ms;
}

.carousel.preview ol.carousel-indicators li:not(:last-child) {
	border-right: 5px solid #fff;
}

.carousel.preview ol.carousel-indicators li:before {
	content: none;
}

.carousel.preview ol.carousel-indicators li.active, .carousel.preview ol.carousel-indicators li:hover {
	background-color: orange;
}

.carousel.preview ol.carousel-indicators li.active img, .carousel.preview ol.carousel-indicators li:hover img {
	opacity: .65;
}

.carousel.preview ol.carousel-indicators li img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	opacity: .25;
	transition: opacity 500ms;
	width: 100%;
	height: auto;
}

.carousel.preview ol.carousel-indicators li .preview_text {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 100%;
	padding: 0 2rem;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	font-size: 1.45rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	opacity: 1;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.image-grid .crop {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
}

.image-grid .crop img {
	position: relative;
	display: block;
	background-size: cover;
	object-fit: cover;
	object-position: center bottom;
}

.image-grid .crop.landscape {
	height: 300px;
}

.image-grid .crop.landscape img {
	height: 300px;
}

.image-grid .crop.portrait {
	height: 450px;
}

.image-grid .crop.portrait img {
	height: 450px;
}

.image-grid .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
}

.image-grid .title p {
	padding: 0;
	margin: 0;
}

.image-grid .title {
	background: rgba(0, 0, 0, .6);
	color: white;
	text-transform: uppercase;
}

.image-grid .title a, .image-grid .title a:hover {
	color: white;
	text-decoration: none;
	text-shadow: 0px;
}

#transit_times .row {
	background-color: #e30613;
}

#transit_times #depot_detail {
	color: white;
	padding-top: 2rem;
}

#transit_times #depot_detail a {
	color: #fff !important;
}

#transit_times #depot_detail a:active, #transit_times #depot_detail a:hover {
	color: white;
	text-decoration: none;
}

#transit_times #depot_detail h4 {
	font-size: 1.25rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#transit_times #depot_detail ul {
	list-style: none;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

#transit_times #depot_detail ul li > input {
	position: absolute;
	left: 15px;
}

#transit_times #depot_detail ul li > svg {
	position: absolute;
	left: 40px;
	color: white;
	font-size: inherit;
}

#transit_times #depot_detail ul li table td, #transit_times #depot_detail ul li table th {
	border-top-color: rgba(255, 255, 255, .3);
}

#transit_times #transit_map {
	width: 100%;
	min-height: 600px;
	height: 90vh;
}

@media print {
	#mobile_menu, #top_nav_menu, #quick-links, #footer-menu ul, #consignment_search, .no-print, .carousel {
		display: none !important;
	}
	
	body {
		background-color: white !important;
	}
	
	img {
		display: inline !important;
	}
	
	#footer-menu {
		color: black !important;
		background-color: white !important;
	}
	
	#brand {
		max-width: 30% !important;
	}
}

.modal#consignment-tracking table td {
	text-align: left;
	padding: 5px 10px;
}

.modal#consignment-tracking form {
	margin-bottom: 20px;
}
