﻿@charset "utf-8";

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: initial !important;
	border-spacing: 0;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
}

.clear {
	clear: both;
}
/*** Typography ***/

/*../fonts*/

body {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	background-color: #ffffff;
	color: #002857;
	letter-spacing: 0em;
	font-size: 27px;
	line-height: 1em;
	margin-bottom: 15px;
	font-weight: 800;
	padding-right: 10px;
}

h2 {
	color: #535353;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 8px;
	letter-spacing: 0.007em;
	font-weight: 500;
	text-transform: uppercase;
}

h3 {
	color: #002857;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 8px;
	letter-spacing: 0.007em;
	font-weight: 600;
}

h4 {
	color: #535353;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 8px;
	letter-spacing: -0.007em;
	font-weight: 700;
}

h5 {
	color: #2ca7ce;
	font-size: 17px;
	line-height: 1em;
	margin-bottom: 8px;
	letter-spacing: -0.007em;
	font-weight: 700;
}

h6 {
	font-weight: 300;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.425em;
	margin-bottom: 8px;
}

	h6 strong {
		font-weight: 700;
		letter-spacing: -0.007em;
	}

p {
	font-weight: 300;
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.disclaimer {
	font-family: 'OpenSansLight';
	color: #362f2d;
	font-size: 11px;
	margin-bottom: 20px;
}

hr.dottedBorder {
	border: 0;
	border-top: dotted 2px #cccccc;
	padding-top: 14px;
}

.content ul li {
	font-weight: 300;
	color: #000000;
	font-size: 14px;
	line-height: 1.525em;
	margin-bottom: 20px;
	list-style-type: disc;
	margin-left: 20px;
}

label,
legend,
option,
input,
textarea {
	font-weight: 300;
	color: #000000;
	font-size: 14px;
	line-height: 1.525em;
	margin-bottom: 10px;
}

legend {
	margin-bottom: 0;
}

input[type=submit] {
	font-weight: 700;
}

a {
	color: #2ca7ce;
	text-decoration: underline;
}
/* nav menu */
header li a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: -0.007em;
	/*font-weight: 700;*/
}

footer li a {
	font-weight: 400;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.625em;
}

footer a {
	color: #ffffff;
}

	footer a:hover {
		color: #2ca7ce;
	}

footer h2 {
	color: #ffffff;
	line-height: 1.625em;
}

footer p {
	color: #ffffff;
	line-height: 1.625em;
}

footer .ft-menu-col1 {
	width: 33%;
}

footer .ft-menu-col2 {
	width: 33%;
}

footer .ft-menu-col3 {
	width: 33%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/*** Layout ***/
html {
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #666666;
}

body {
	overflow-x: hidden;
}

.dds-title {
	background-color: #dedbdb;
	margin-bottom: 15px;
}

.homemessageimg {
	padding: 0 0 20px 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.big-message {
	margin-top: 30px;
}

.merch {
	width: 60%;
	margin: 20px 20px 30px 20px;
	text-align: left;
}

#buy-now {
	margin: 55px 20px 30px 0;
}

.wrapper {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 1);
	overflow: hidden;
}

header {
	width: 100%;
	height: 185px;
	background: linear-gradient(to right, rgba(0,0,0,.0),rgba(0,0,0,.5)), url(../images/header-background.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 10000;
}

nav {
	width: 100%;
	height: 45px;
	clear: both;
	font-size: 0;
	z-index: 10000;
}

header > nav {
	background-color: #535353;
}

	header > nav ul {
		margin-left: 24px;
	}

		header > nav ul li {
			display: inline-block;
			padding: 0;
			/*font-weight: bold;*/
			margin: 16px 0 0 0;
		}

	header > nav > ul > li > a {
		padding: 4px 10px;
		margin: 6px 0 0 0px;
		border-right: 1px solid #ffffff;
	}

		header > nav > ul > li > a:hover {
			background-color: #2ca7ce;
			border-right: 1px solid transparent;
			border-left: 2px solid #2ca7ce;
			padding: 13px 10px;
			margin: 0 0 0 -2px;
		}

.greenHi > a {
	background-color: #2ca7ce;
	border-right: 1px solid transparent;
	border-left: 2px solid #2ca7ce;
	padding: 13px 6px 13px 6px;
	margin: 0 0 0 -2px;
}

header > nav > ul > li:last-child > a {
	border-right: none;
}

	header > nav > ul > li:last-child > a:hover {
		background-color: #2ca7ce;
		border-right: 1px solid transparent;
		border-left: 2px solid #2ca7ce;
		padding: 13px 10px;
		margin: 0 0 0 -2px;
	}

header > nav > ul > li > a.current {
	background-color: #696969;
	border-right: 1px solid transparent;
	border-left: 2px solid #696969;
	padding: 13px 10px;
	margin: 0 0 0 -2px;
}

.noBordRight {
	border-right: none;
}

.subNav {
	display: none;
	z-index: 10000;
	background-color: #2ca7ce;
	margin: 15px 0 0 0;
}

	.subNav li {
		margin: 0;
	}

		.subNav li a {
			width: 200px;
			border-right: none;
			display: block;
			margin: 0;
			padding: 15px 0 15px 10px;
		}

		.subNav li:last-child a {
			padding: 15px 0 15px 10px;
		}

		.subNav li a:hover {
			background-color: #7cbace;
			/*color: #e11111;*/
			padding: 15px 0 15px 10px;
			margin: 0 0 0 0;
			border-right: none;
		}

		.subNav li:last-child a:hover {
			/*background-color: #e11111;*/
			padding: 15px 0 15px 10px;
			margin: 0 0 0 0;
			border-right: none;
		}

		.subNav li a.current {
			background-color: #696969;
			/*color: #e11111;*/
			padding: 15px 0 15px 10px;
			margin: 0 0 0 0;
			border-right: none;
		}

li .subNav {
	width: 200px;
	/*display:block;*/
	position: absolute;
	z-index: 10000;
	margin: 15px 0 0 -2px;
}

.green {
	background-color: #2ca7ce;
	border-right: 1px solid transparent;
	border-left: 2px solid #2ca7ce;
	padding: 13px 7px 13px 7px;
	margin: 0 0 0 -2px;
}

.showSub {
	display: block !important;
}

.logoHd {
	width: 305px;
	height: 58px;
	float: left;
	margin: 30px 0 25px 35px;
}

.logoHdLeft {
	width: 300px;
	height: 100px;
	float: left;
	margin: 25px 0 15px 25px;
}

.logoHdRight {
	width: 300px;
	height: 100px;
	float: right;
	padding: 62px 0 15px 25px;
	display: flex;
}

.bessemerFooter {
	order: 1;
	width: 100%;
	background-color: #5c6871;
	padding: 32px;
	display: flex;
	flex-direction: column;
	text-align: center;
	row-gap: 6px;
	position: relative;
}

.socialBtnRight {
	position: absolute;
	right: 32px;
	display: flex;
	justify-content: center;
	column-gap: 16px;
}

.login {
	float: right;
	padding: 60px 60px 0 0;
	display: inline-block;
}

.content {
	width: 100%;
	min-height: 500px;
	padding: 20px;
}

.slideshow {
	width: 100%;
}

.callOut {
	width: 100%;
	min-height: 200px;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
}

.callOutInner {
	width: 100%;
	min-height: 160px;
	background-color: #f4f5d2;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6) inset;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6) inset;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6) inset;
	padding: 20px 30px 20px 20px;
	overflow: hidden;
}

.home-img-left {
	width: 103.5%;
	margin: 0 0 20px 0;
}

.home-img-mid {
	width: 107%;
	margin: 0 0 20px -10px;
}

.home-img-rght {
	width: 103.5%;
	margin: 0 0 20px -10px;
}

ul + H3 {
	padding-top: 16px;
}

footer {
	width: 100%;
	min-height: 200px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.siteFooter {
	background-color: #535353;
	/*background-image: url(../images/footer-background.jpg);*/
	display: inline-block;
	order: 1;
}

.logoFt {
	width: 30%;
	height: 66px;
	display: inline-block;
	float: left;
	margin: 20px 0 0 20px;
}

	.logoFt img {
		width: 90%;
	}

.infoFt {
	width: 66%;
	height: 110px;
	display: inline-block;
	float: left;
	clear: none;
}

	.infoFt > nav {
		width: 100%;
		display: inline-block;
		margin: 22px 0 0 0;
	}

		.infoFt > nav ul li {
			display: inline-block;
			padding: 0 0 0 20px;
			min-width: 20%;
		}

			.infoFt > nav ul li:last-child {
				border-right: none;
			}

.ftContact {
	clear: left;
	border-top: 1px solid rgb(95,95,95);
	margin: 0 0 0 220px;
	padding: 20px 0 0 0;
}

	.ftContact h6 {
		color: #8c8b8a;
		font-weight: normal;
	}

.lrn-mr-btn {
	text-align: center;
}

	.lrn-mr-btn a {
		text-decoration: none;
	}

		.lrn-mr-btn a:hover {
			color: #535353;
		}

.breadcrumbs {
	font-size: 14px;
	margin: 0 15px;
}

	.breadcrumbs a {
		color: #535353;
		text-decoration: none;
	}

		.breadcrumbs a:hover {
			text-decoration: underline;
		}

.thispage {
	color: #2ca7ce;
}

.col-360 {
	float: left;
	width: 33.333%;
	height: auto;
	padding: 10px 20px 10px 20px;
	margin: 20px 0 20px 0;
}

.col-360-knkot {
	float: left;
	width: 33.333%;
	height: auto;
	border-right: 1px solid #000000;
	padding: 10px 20px 10px 20px;
	margin: 6px 0 0 0;
}

.top-rule {
	border-top: 1px solid #000000;
}

.bottom-rule {
	border-bottom: 1px solid #000000;
}

.col-bakfill {
	background-color: #e1e1e1;
}

.history {
	padding-top: 0;
}

	.history h2 {
		text-align: center;
	}

.col-360-last-buttons img, .col-360-buttons img {
	width: 100%;
	margin: 0 0 20px 0;
	max-height: 49px;
	max-width: 290px;
}

.col-360-last-buttons {
	float: left;
	height: auto;
	min-height: 275px;
	width: 33.333%;
	padding: 30px 10px 0 0;
	margin: 20px 0 0 0;
}

.col-360-buttons {
	float: left;
	height: auto;
	min-height: 200px;
	width: 33.333%;
	padding: 20px 10px 0 20px;
	margin: 20px 0 0 0;
}

.col-360-last {
	float: left;
	height: auto;
	width: 33.333%;
	padding: 10px 20px 10px 20px;
	margin: 20px 0 20px 0;
}

.col-720 {
	float: left;
	width: 66.666%;
	height: auto;
	padding: 20px 20px 0 20px;
	margin: 20px 0 0 0;
}

.col-720-last {
	float: left;
	height: auto;
	width: 66.666%;
	padding: 20px 20px 0 20px;
	margin: 20px 0 0 0;
}

.col-full {
	float: left;
	height: auto;
	width: 100%;
	padding: 10px 20px 10px 20px;
	margin: 20px 0 20px 0;
}

.safetyLoc {
	width: 210px;
	background-color: #636363;
	height: auto;
	overflow: hidden;
	border-radius: 8px;
	float: right;
	position: relative;
	margin: -16% 25px 0 0;
	z-index: 1000;
	padding: 15px;
	display: none;
}

.amerLoc {
	width: 260px;
	background-color: #636363;
	height: auto;
	overflow: hidden;
	border-radius: 8px;
	float: left;
	position: relative;
	margin: -16% 0 0 25px;
	z-index: 1000;
	padding: 15px;
	display: none;
}

	.amerLoc p, .safetyLoc p {
		font-size: 12px;
		color: #ffffff;
		line-height: 1.25em;
		letter-spacing: -0.007em;
		font-weight: normal;
		list-style-type: none;
		margin-bottom: 0;
		margin-left: 0;
	}

	.amerLoc a, .safetyLoc a {
		color: #ffffff;
	}

.no-rules {
	border: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

.quote-sect-1 {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #2ca7ce;
}

.quote-sect-2 {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #2ca7ce;
}

.quote-sect-3 {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #2ca7ce;
}

.quote-sect-4 {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #2ca7ce;
}

.quote-sect-5, .quote-sect-6 {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #2ca7ce;
}

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

	.swipe-wrap > div {
		float: left;
		width: 100%;
		position: relative;
	}

		.swipe-wrap > div > img {
			width: 100%;
		}

.slideTextArea {
	background-color: rgba(0, 0, 0, 0.3);
	width: 40%;
	margin: -39% 0 0 5%;
	padding: 20px 20px 36px 20px;
	float: left;
	opacity: 1;
	display: block;
	position: absolute;
}

	.slideTextArea > h1 {
		background-color: transparent;
		display: block;
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 28px;
		margin-bottom: 30px;
		text-transform: uppercase;
	}

.slideOnLeft {
	margin: -25% 0 0 5%;
}

a.slide-cta {
	background-color: #2ca7ce;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.menu {
	display: none;
}

.slideNav {
	display: inline-block;
	float: right;
	width: 146px;
	margin-top: -40px;
	position: relative;
}

#position {
	float: left;
}

	#position li {
		display: inline-block;
		width: 16px;
		height: 16px;
		border: 2px solid #ffffff;
		cursor: pointer;
		margin: 5px 5px 0 5px;
		opacity: 0.7;
	}

.prev {
	display: inline-block;
	float: left;
	margin: 5px;
	opacity: 0.7;
}

.next {
	display: inline-block;
	float: left;
	margin: 5px;
	opacity: 0.7;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #ffffff;
	cursor: pointer;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #ffffff;
	cursor: pointer;
}

#position li.on {
	background-color: #ffffff !important;
	opacity: 1.0;
}

.subPageMainImage img, .subPageCopy img {
	padding: 15px;
	width: 100%;
}

.subPageCopy {
	margin: 15px 15px 60px 15px;
}

hr + h2 {
	margin-top: 40px;
}

.quoteHeaderLeft {
	margin-top: 30px;
	display: block;
	float: left;
}

.quoteHeaderRight {
	margin-top: 30px;
	display: block;
	float: right;
	text-align: right;
}

.tight-top {
	margin-top: 0;
	padding-top: 0;
}

.tight {
	margin: 0;
	padding: 0;
}

.tight-home {
	margin: 0 15px 0 0;
	padding: 0;
}

.col48 {
	width: 48%;
}

.page-break {
	display: none;
}

.contact-us-header {
	font-size: 18px;
	width: 100%;
	background-color: #dedbdb;
	padding: 8px 5px;
	margin-bottom: 15px;
}

.contact-us-dept {
	font-weight: 600;
	font-size: 14px;
}

.contact-us-contact {
	font-weight: 400;
	font-size: 12px;
	color: #555;
}

.contact-us-panel {
	float: left;
	width: 320px;
}

#submissionErrors {
	clear: both;
	color: red
}

	#submissionErrors div, #submissionErrors ul li {
		color: red
	}

.hideNav {
	z-index: 10000;
}

.carrierLogo {
	display: block;
	float: right;
	margin-bottom: 12px;
}

@media all and (max-width: 977px) {
	.amerLoc {
		margin: -20% 32px 0 0;
	}

	.mobileHeaderFlexbox {
		width: 100%;
		height: 185px;
		display: flex;
		flex-direction: row;
	}

	.mobileCompanyLogo {
		width: 250px;
		order: 1;
	}

	.mobileHeaderRight {
		order: 2;
		width: 300px;
		display: flex;
		flex-direction: column;
		margin-left: auto;
	}

	.logoHdRight {
		order: 3;
		clear: right;
		padding: 20px 0px 0px 75px;
		text-align: right;
		margin-left: auto;
		margin-right: auto;
	}

	.menu {
		display: block;
		float: right;
		clear: right;
		padding: 5px 5px;
		order: 2;
		background-color: #2ca7ce;
		border-radius: 5px;
		margin: 10px 10px 0px auto;
	}

	.login {
		/*display: none;*/
		order: 1;
		clear: right;
		margin-left: auto;
		padding: 20px 10px 0px 0px;
	}

	.hideNav {
		display: none;
	}

	.headHeight {
		height: 740px !important;
	}

	nav {
		width: 100%;
		height: 700px;
		clear: both;
		font-size: 0;
		padding: 10px 0 0 0;
	}

	header > nav {
		background-image: none;
		background-color: #666;
	}

		header > nav ul li {
			display: block;
		}

	header li:hover a {
		background-color: #666;
		border-right: none;
		padding: 0;
		margin: 0;
	}

	header > nav ul li a {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
		border-right: none;
		font-weight: bold;
	}

		header > nav ul li a:hover {
			background-color: #666;
			display: block;
			padding: 0;
			margin: 0;
			border-right: none;
			font-weight: bold;
		}

	header > nav ul li:last-child a {
		border-right: none;
		padding: 0;
		margin: 0;
	}

		header > nav ul li:last-child a:hover {
			background-color: #666;
			border-right: none;
			padding: 0;
			margin: 0;
		}

	.subNav li:last-child a {
		padding: 0;
		margin: 0;
	}

		.subNav li:last-child a:hover {
			padding: 0;
			margin: 0;
		}

	.greenHi > a {
		background-color: #666;
		border-right: 1px solid #666;
		padding: 0;
		margin: 0;
	}

	.subNav {
		display: none;
		z-index: 10000;
		background-color: #666;
		margin: 0;
	}

		.subNav li a {
			width: 100%;
			border-right: none;
			padding: 0;
			margin: 0;
		}

		.subNav li:hover a {
			background-color: #666;
			padding: 0;
			margin: 0;
		}

		.subNav li {
			margin: 0 0 10px 20px;
		}

	li .subNav {
		width: 200px;
		/*display:block;*/
		position: relative;
		z-index: 10000;
	}

	.infoFt {
		display: none;
	}

	.logoFt {
		width: 200px;
		float: none;
		margin: 20px 0 0 0;
	}

	footer {
		text-align: center;
	}

	#buy-now {
		float: none;
		margin: 0 0 30px 0;
		text-align: center;
		clear: both;
	}

	.infoFt {
		width: 100%;
	}

	.ftContact {
		margin: -20px 0 0 0;
	}

	.logoFt img {
		width: 100%;
	}

	.col-360-last-buttons img, .col-360-buttons img {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

@media all and (max-width: 800px) {
	.slideTextArea {
		width: 40%;
		margin: -35% 0 0 58%;
	}
}
/* for iPad */
@media all and (max-width: 786px) {
	.amerLoc {
		width: 260px;
		background-color: #636363;
		clear: both;
		min-height: 120px;
		margin: 0 3% 2% 0;
		padding: 15px;
	}

	.safetyLoc {
		float: left;
		margin: 0;
	}
}

@media all and (max-width: 768px) {
	.col-360 {
		float: left;
		width: 90%;
		margin-right: 0px;
		margin: 2% 5%;
		border-right: none;
		padding: 20px;
		clear: both;
	}

	.col-360-knkot {
		float: left;
		width: 90%;
		height: auto;
		border-right: 1px solid #000000;
		padding: 0 20px 0 20px;
		margin: 0;
	}

	.col-360-last {
		float: left;
		width: 90%;
		margin: 2% 5%;
		padding: 20px;
		clear: both;
	}

	.col-360-last-buttons, .col-360-buttons {
		float: left;
		width: 90%;
		margin: 0 5%;
		/* border-top:1px solid #000000;*/
		padding: 20px 0 20px 0;
		clear: both;
		text-align: center;
	}

	.col-720 {
		float: left;
		width: 90%;
		margin-right: 0px;
		margin: 0 5%;
		border-right: none;
		padding: 20px 0 20px 0;
		clear: both;
	}

	.col-720-last {
		float: left;
		width: 90%;
		margin: 0 5%;
		padding: 20px 0 20px 0;
		clear: both;
	}

	.mexicanLoc {
		width: 100%;
		background-color: #636363;
		min-height: 140px;
		margin: 0 auto;
		padding: 20px 0;
	}

	.amerLoc {
		width: 260px;
		background-color: #636363;
		float: none;
		clear: both;
		min-height: 120px;
		margin: 0 3% 2% 0;
		padding: 15px;
	}

	.slideTextArea {
		background-color: #282828;
		opacity: 1;
		width: 100%;
		margin: -2px 0 0 0;
		padding: 20px;
		float: left;
		position: relative;
		min-height: 208px;
	}

		.slideTextArea > h1 {
			font-size: 22px;
		}

	.slideNav {
		margin-top: -30px;
	}

	.home-img {
		margin: 0 0 20px 0;
	}

	.col-360-last-buttons img, .col-360-buttons img {
		width: 70%;
		margin: 0 0 20px 0;
		max-width: 350px;
	}

	.home-img-left {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.home-img-mid {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.home-img-rght {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

@media all and (max-width: 600px) {
	.callOutInner {
		text-align: center;
	}

		.callOutInner > div.left {
			float: none;
		}

		.callOutInner > div.merch {
			width: 100%;
			margin: 0;
		}

	.logoHdRight {
		width: 200px;
		height: 38px;
		display: flex;
		order: 2;
		padding: 0px 0px 0px 0px;
		margin: 0 25px 0px 0;
	}
}

@media all and (max-width: 480px) {
	h1 {
		display: block;
		font-size: 28px;
	}

	.big-message {
		clear: both;
	}

	.truck-front {
		display: none;
	}

	.carrierLogo {
		float: none;
	}

	.logoHd {
		width: 225px;
	}

		.logoHd img {
			width: 125px;
		}

	.logoHdLeft img {
		width: 225px;
	}

	.socialBtnRight {
		position: static;
	}

	.slideTextArea > h1 {
		font-size: 16px;
	}

	a.slide-cta {
		font-size: 12px;
	}
}

@media all and (max-width: 320px) {
	.logoHd {
		margin: 30px 0 25px 5px;
	}

	.menu {
		padding: 34px 20px 0 0;
	}

	.slideTextArea > h1 {
		font-size: 14px;
	}

	a.slide-cta {
		font-size: 12px;
	}
}

@media print {
	h1 {
		font-family: arial, helvetica, san-serif;
		font-weight: 700;
	}

	h2 {
		font-family: arial, helvetica, san-serif;
		font-weight: 700;
	}

	h3 {
		font-family: arial, helvetica, san-serif;
		font-weight: 700;
	}

	h4 {
		font-family: arial, helvetica, san-serif;
		font-weight: 700;
	}

	h5 {
		font-family: arial, helvetica, san-serif;
		font-weight: 700;
	}

	h6 {
		font-family: arial, helvetica, san-serif;
		font-weight: 300;
	}

		h6 strong {
			font-family: arial, helvetica, san-serif;
			font-weight: 700;
		}

	p {
		font-family: arial, helvetica, san-serif;
		font-weight: 300;
	}

	.content ul li {
		font-family: arial, helvetica, san-serif;
		font-weight: 300;
	}

	label,
	option,
	input,
	textarea {
		font-family: arial, helvetica, san-serif;
		font-weight: 300;
	}

		input[type=submit] {
			font-family: arial, helvetica, san-serif;
			font-weight: 700;
		}

	header li a {
		font-family: arial, helvetica, san-serif;
		font-weight: 700;
	}

	footer li a {
		font-family: arial, helvetica, san-serif;
		font-weight: 600;
	}

	.mexicanLoc ul li {
		font-family: arial, helvetica, san-serif;
		font-weight: 700;
	}
}
