@charset "utf-8";
p {
	font-size: 18px !important;
}
#form-quote-outer {
	width: 100%;
	margin: 30px auto;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 6px;
}
#form-quote-outer label {
	font-family: "Lato", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 900;
	font-size: 11px;
	line-height: 11px;
	color: #414141;
	clear: both;
}
#form-quote-outer input[type="text"] {
	height: 36px;
	width: 100%;
	padding: 6px;
	margin: 4px 0 12px 0;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 18px;
	color: #999999;
}
#form-quote-outer #freight_question label:nth-child(1) {
	display: block;
	text-align: center;
	font-family: "lato", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	font-size: 16px;
	clear: both;
	padding: 12px 0;
	color: #414141;
}
#form-quote-outer input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	margin: 0 6px 0 0;
	border-radius: 100%;
	border: 1px solid #cccccc;
	outline: none;
	transition: all 1s ease;
	cursor: pointer;
}
#form-quote-outer input[type="radio"]:checked {
	background-color: #ff6b0b;
}
#form-quote-outer #freight_question label:nth-child(2), #form-quote-outer #freight_question label:nth-child(3) {
	width: 50%;
	float: left;
	margin-bottom: 24px;
	clear: right;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}
#d_length, #d_width, #d_height {
	width: calc(25% - 10px);
	float: left;
}
#d_unit {
	width: 25%;
	float: left;
}
#d_length, #d_width, #d_height {
	margin-right: 10px;
}
#d_length input[type="text"], #d_width input[type="text"], #d_height input[type="text"] {
	width: 100%;
}
#form-quote-outer select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #999999;
	padding: 6px !important;
	height: 36px;
	width: 100%;
	font-size: 18px;
	margin: 4px 0 16px 0;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-image: url(/Content/img/grey-chevron-down.png);
	background-size: auto 10px;
	background-repeat: no-repeat;
	background-position: right 10px center;
}
#form-quote-outer button {
	font-family: "Lato", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	padding: 12px;
	display: block;
	width: 200px;
	margin: auto;
	font-size: 24px;
	color: #ffffff;
	border: 1px solid rgb(255,107,11);
	border-radius: 6px;
	-o-text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	-moz-text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	-webkit-text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	-khtml-text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	-ms-text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.33);
	background-color: rgb(255,107,11);
	background-image:-moz-linear-gradient(25% 0% -90deg,rgb(255,190,13) 0%,rgb(255,107,11) 100%); 
	background-image:-webkit-gradient(linear,25% 0%,25% 98%,color-stop(0, rgb(255,190,13)),color-stop(1, rgb(255,107,11)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,190,13) 0%,rgb(255,107,11) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,190,13) 0%,rgb(255,107,11) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,190,13) 0%,rgb(255,107,11) 100%);
	background-image:linear-gradient(180deg,rgb(255,190,13) 0%,rgb(255,107,11) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffbe0d,endColorstr=#ffff6b0b,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffbe0d,endColorstr=#ffff6b0b,GradientType=0);
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-khtml-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#form-quote-outer button:hover {
	box-shadow: 3px 3px 8px rgba(0,0,0,0.20);
	background-color: rgb(255,150,18);
	background-image:-moz-linear-gradient(25% 0% -90deg,rgb(255,221,21) 0%,rgb(255,150,18) 100%); 
	background-image:-webkit-gradient(linear,25% 0%,25% 98%,color-stop(0, rgb(255,221,21)),color-stop(1, rgb(255,150,18)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,221,21) 0%,rgb(255,150,18) 100%);
	background-image:-o-linear-gradient(-90deg,rgb(255,221,21) 0%,rgb(255,150,18) 100%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,221,21) 0%,rgb(255,150,18) 100%);
	background-image:linear-gradient(180deg,rgb(255,221,21) 0%,rgb(255,150,18) 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffdd15,endColorstr=#ffff9612,GradientType=0)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffdd15,endColorstr=#ffff9612,GradientType=0);
}
#form-quote-outer #error-commodity {
	color: #b20000;
}
.error-header {
	background-color: #846646;
	background: url('/content/img/freight-shipping-background-001.jpg') center center;
	background-size: cover !important;
}
h1.hero-title {
	font-size: 60px;
	margin: 0;
	padding: 30px 0 16px 0;
	font-family: "Lato", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-o-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-moz-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-webkit-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-khtml-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-ms-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
}
h3.hero-copy {
	margin: 0;
	padding: 0;
	font-family: "lato", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif !important;
	font-weight: normal;
	color: #ffffff;
	font-size: 24px;
	line-height: 36px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-o-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-moz-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-webkit-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-khtml-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
	-ms-text-shadow: 2px 2px 4px rgba(0,0,0,0.66);
}
.popular-pages a {
	display: block;
	float: left;
	width: 33.33%;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #ffbe0d;
	letter-spacing: 1px;
	transition: all 0.5s ease;
	text-shadow: none;
	-o-text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-khtml-text-shadow: none;
	-ms-text-shadow: none;
}
.popular-pages a:hover {
	color: #ffffff;
	letter-spacing: 2px;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.33);
	-o-text-shadow: 4px 4px 6px rgba(0,0,0,0.33);
	-moz-text-shadow: 4px 4px 6px rgba(0,0,0,0.33);
	-webkit-text-shadow: 4px 4px 6px rgba(0,0,0,0.33);
	-khtml-text-shadow: 4px 4px 6px rgba(0,0,0,0.33);
	-ms-text-shadow: 4px 4px 6px rgba(0,0,0,0.33);
}
.live-agents-are-available {
	clear: both;
	color: #ffffff;
	font-size: 18px;
	line-height: 27px;
	margin: 0 100px 30px 100px;
	text-align: center;
}
.live-agents-are-available a {
	color: #ffbe0d;
	transition: all 0.5s ease;
}
.live-agents-are-available a:hover {
	color: #ff6b0b;
}
.call-now {
	display: block;
	clear: both;
	font-size: 36px;
	font-weight: 700;
	font-weight: uppercase;
	text-align: center;
	margin: 20px 0 0 0;
}

@media only screen and (max-width : 1200px) {
h1.hero-title {
	font-size: 60px;
	text-align: left;
	margin: 30px 0 0 0;
	padding: 0;
}
h3.hero-copy {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
.popular-pages a {
	width: 50%;
}
.live-agents-are-available {
	font-size: 16px;
	line-height: 24px;
	margin: 0 60px 30px 60px;
}
.call-now {
	font-size: 28px;
}
}

@media only screen and (max-width : 992px) {
.navbar-right {
	display: none;
}
h1.hero-title {
	font-size: 36px;
}
h3.hero-copy {
	font-size: 18px;
	line-height: 27px;
}
.popular-pages a {
	font-size: 16px;
	letter-spacing: 0px;
	height: 60px;
}
.popular-pages a:hover {
	letter-spacing: 1px;
}
.live-agents-are-available {
	margin: 0px 0px 30px 0px;
}
.call-now {
	font-size: 28px;
}
}

@media only screen and (max-width : 768px) {
	#form-quote-outer {
	width: 80%;
	margin: 0px auto 30px auto;
}
.error-header {
	background: url('/content/img/freight-shipping-background-tablet.jpg') center center;
}
h1.hero-title {
	font-size: 48px;
	text-align: center;
}
h3.hero-copy {
	font-size: 22px;
	line-height: 33px;
	text-align: center;
}
.popular-pages a {
	font-size: 18px;
	letter-spacing: 1px;
	height: 40px;
	text-align: center;
}
.popular-pages a:hover {
	letter-spacing: 2px;
}
.live-agents-are-available {
	font-size: 18px;
	line-height: 27px;
	margin: 0px 60px 30px 60px;
}
}

@media only screen and (max-width : 480px) {
	#form-quote-outer {
	width: 100%;
	margin: 0px auto 30px auto;
}
.error-header {
	background: url('/content/img/freight-shipping-background-mobile.jpg') center center;
}
h1.hero-title {
	font-size: 36px;
}
.popular-pages a {
	width: 100%;
}
.live-agents-are-available {
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 30px 0px;
}
}

@media screen and (max-width:415px) {
h1.hero-title {
	font-size: 40px !important;
}
#d_length, #d_width, #d_height, #d_unit {
	width: 100%;
	float: none;
	clear: both;
}
#d_length, #d_width, #d_height {
	margin-right: 0px;
	margin-bottom: 10px;
}
}
