﻿/* Common */
.fast_ship_banner .fast_ship_truck,
.fast_ship_banner .fast_ship_text,
.fast_ship_banner .fast_ship_header_text,
.fast_ship_banner .fast_ship_tag_line,
.fast_ship_banner .fast_ship_text .seperator,
.fast_ship_banner .fast_ship_text .more_info {
	float: left;
	cursor: pointer;
}

.fast_ship_banner .fast_ship_truck {
	height: 35px;
	width: 45px;
	padding-top: 10px;
	padding-right: 12px;
	fill: #fff;
}

.fast_ship_top_line {
	display: block;
	text-align: center;
}

#fast_ship_calculator .fast_ship_truck,
#fastship .fast_ship_truck {
	display: inline-block;
	height: 32px;
	width: 72px;
	margin: 2px 10px 0 0;
	fill: #fff;
}

#fast_ship_calculator .fast_ship_header_text,
#fastship .fast_ship_header_text {
	display: inline;
	margin-top: 10px;
	color: #174195;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 28px;
	font-weight: 700;
}

#fast_ship_calculator .fast_ship_tag_line,
#fastship .fast_ship_tag_line {
	color: #174195;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	clear: left;
}

#FormZipInput,
.FormZipInput {
	width: 100%;
	margin: 0 auto 20px;
}

#FormZipInput .zip_input,
.FormZipInput .zip_input {
	height: 34px;
	width: 200px;
	border: 2px solid #174195;
	color: #333;
	text-align: center;
	vertical-align: top;
	border-radius: 6px;
	font-size: 11px;
}

#FormZipInput .zip_button,
.FormZipInput .zip_button {
	padding: 5.5px 13px !important;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: "Gotham A","Gotham B",'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 20px;
}

/*#FormZipInput .zip_button:hover {
	background-color: #fff;
	color: #174195;
}*/
/* Site-wide Banner */

.fast_ship_banner {
	width: 100%;
	height: 40px;
	background-color: #143882;
	text-align: center;
}

.fast_ship_banner .fast_ship_container,
.fast_ship_banner .fast_ship_container_results {
	display: inline-block;
}

.fast_ship_zip_input {
	width: 100%;
	margin: 0 auto;
}

.fast_ship_banner .fast_ship_header_text {
	padding-right: 10px;
	color: #fff;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 13px;
	line-height: 40px;
	font-weight: 600;
}

.fast_ship_banner .fast_ship_header_text .fast {
	text-decoration: underline;
}

.fast_ship_banner .fast_ship_text .seperator {
	height: 17px;
	margin-top: 12px;
	border-right: 2px solid #fff;
}

.fast_ship_banner .fast_ship_tag_line {
	padding-left: 8px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	text-transform: capitalize;
}

.fast_ship_banner .fast_ship_tag_line .fa {
	margin-left: 10px;
	font-size: 12px;
}

/* Site-wide Banner Results */

.fast_ship_banner .fast_ship_tag_line .tomorrow_banner {
	margin: 0 6px;
	padding: 6px 9px;
	background-color: #fff;
	color: #174195;
	text-transform: uppercase;
}

.fast_ship_banner .fast_ship_tag_line .tomorrow_banner .date {
	text-decoration: none;
}

.fast_ship_banner .fast_ship_text .more_info {
	height: 24px;
	margin: 8px 0 0 10px;
	padding: 0 7px;
	border: 1px solid #fff;
	color: #fff;
	font-family: "Gotham A", "Gotham B", 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}

.fast_ship_banner .fast_ship_text .more_info:hover {
	text-decoration: underline;
}

/* Site-wide Banner Results end */

/* Remodal Popup */

#fast_ship_calculator {
	height: auto;
	max-height: 1000px;
	width: 670px;
	min-width: 670px;
	max-width: max-content;
	padding: 30px 42px;
	z-index: 99999;
}

#fast_ship_calculator #fs_full_page .fast_ship_truck {
	display: inline-block;
	width: 50px;
	margin: 0 10px 0 0;
	fill: #143882;
	vertical-align: middle;
}

#fast_ship_calculator .fast_ship_tag_line .fa {
	display: none;
}

#fast_ship_calculator .fast_ship_zip_input {
	width: 100%;
	height: 35px;
	margin-top: 15px;
	text-align: center;
	clear: left;
}

.fast_ship_promo {
	margin: 34px 65px 0 65px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

#fast_ship_calculator .fast_ship_zip_input #FormZipInput .zip_input {
	height: 34px;
	width: 200px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #174195;
	color: #333;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}

#fast_ship_calculator .fast_ship_zip_input #FormZipInput .zip_button {
	padding: 5px 13px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #174195;
	background-color: #174195;
	color: #fff;
	font-family: "Gotham A","Gotham B",'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: center;
}

#fast_ship_calculator .fast_ship_zip_input #FormZipInput .zip_button:hover {
	background-color: #fff;
	color: #174195;
}

#fast_ship_calculator #fs_full_page p {
	margin: 20px auto 0;
	text-align: center;
}

p.disclaimer {
	padding-top: 10px;
	font-size: 14px;
	clear: both;
}

p.disclaimer a:hover {
	text-decoration: underline;
}

/* Remodal Results */

#fast_ship_calculator #fs_full_page .row {
	display: block;
}

#fast_ship_calculator #fs_full_page .zipcoderow,
#fast_ship_calculator #fs_full_page .resultsrow {
	text-align: center;
}

#fast_ship_calculator #fs_full_page .label,
#fast_ship_calculator #fs_full_page .value,
#fast_ship_calculator #fs_full_page .receive_it,
#fast_ship_calculator #fs_full_page .free_shipping {
	display: inline;
	margin-top: 10px;
}

.fast_ship_calculator .results {
	display: inline;
	margin-bottom: 6px;
	font-family: "Gotham A","Gotham B",'Raleway', sans-serif;
	font-size: 17px;
}

.zipcoderow strong,
.resultsrow strong,
.value strong,
.results .strongdate {
	font-weight: 700;
}

.resultsrow strong {
	color: #174195;
}

#fast_ship_calculator #fs_full_page .resultsrow .strongdate {
	display: block;
	padding: 4px 0;
	color: #174195;
	font-family: "Gotham A","Gotham B",'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 700;
}

#fast_ship_calculator #fs_full_page .resultsrow .receive_it {
	margin-left: 4px;
}

#fast_ship_calculator #fs_full_page .tomorrow {
	display: block;
	color: #174195;
	font-family: "Gotham A","Gotham B",'Raleway', sans-serif;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 38px;
	text-align: center;
}

#fast_ship_calculator #fs_full_page .date {
	display: block;
	color: #174195;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

#fast_ship_calculator #fs_full_page .orders_recd_by {
	margin: 10px auto 20px;
}

#fast_ship_calculator #fs_full_page .errorZipCodeNotFound {
	margin: 0;
	padding-bottom: 10px;
	clear: both;
}

#fast_ship_calculator #fs_full_page .errorZipCodeNotFound .alert {
	margin-right: 0;
	padding: 0 10px 0 0;
	border: 0;
}

#fast_ship_calculator #fs_full_page .errorZipCodeNotFound .alert img {
	vertical-align: middle;
}

#fast_ship_calculator #fs_full_page hr {
	width: 583px;
	border-bottom: 1px solid #174195;
	color: #174195;
}
/* Remodal Results end */

/* Product */

div#FastShipCalculatorProduct {
	width: 100%;
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #d3d3d3;
	text-align: center;
	background-color: #fff;
}

#product_detail .fast_ship_calculator {
	margin: 15px 0 30px;
	padding: 10px 23px 0;
	border: 2px solid #174195;
	text-align: center;
	background-image: url(/img/bgs/30perc_white.png);
	width: 500px;
}

#product_detail .fast_ship_truck {
	position: relative;
	display: inline-block;
	width: 28px;
	top: 2px;
	fill: #174195;
}

#product_detail .fast_ship_tag_line {
	display: inline-block;
	margin: -4px 0 5px 2px;
	font-family: "Gotham A", "Gotham B", 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

#product_detail .fast_ship_tag_line span {
	text-transform: uppercase;
}

/* Product Results */

#product_detail p.errorZipCodeNotFound {
	text-align: center;
}

#product_detail .results {
	max-width: 430px;
	margin: 0 auto;
	text-align: center;
}

#product_detail .results strong {
	font-weight: 700;
}

#product_detail .value strong {
	color: #174195;
}

#product_detail .strongdate {
	display: block;
	color: #174195;
	font-size: 32px;
	font-weight: 700;
}

#product_detail .fast_ship_calculator .receive_it {
	display: inline-block;
	margin-left: 4px;
}

#product_detail .fast_ship_calculator .receive_it span {
	display: none;
}

#product_detail .fast_ship_calculator .results .disclaimer {
	font-size: 14px;
}

#product_detail .tomorrow {
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
}

#product_detail .date {
	display: block;
	color: #174195;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

#product_detail .errorZipCodeNotFound {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	clear: both;
}

#product_detail .errorZipCodeNotFound .alert {
	margin-right: 0;
	padding: 0 10px 0 0;
	border: 0;
}

#product_detail .errorZipCodeNotFound .alert img {
	vertical-align: middle;
}

#product_detail hr {
	margin-top: 16px;
	border-bottom: 1px solid #174195;
	color: #174195;
}
/* Product Results end */

/* Policy */

#policy #fastship h1 {
	margin: 16px 0 24px;
	font-size: 44px;
	line-height: 46px;
}

/* Policy Results */

#policy #fs_full_page .label {
	float: left;
	padding-right: 6px;
}

#policy #fastship .value strong,
#policy #fastship .results strong {
	font-weight: 700;

}

#policy #fastship .value strong {
	margin: 10px 0;
	display: block;
}

#policy #fastship .order_by strong,
#policy #fastship .results strong {
	color: #174195;
}

#policy #fastship .errorZipCodeNotFound .alert {
	margin-right: 0;
	padding: 0 10px 0 0;
	border: 0;
}

#policy #fastship .errorZipCodeNotFound .alert img {
	vertical-align: middle;
}
/* Policy Results end */

.fast_ship_banner {
	min-width: 1200px;
	position: fixed;
	left: -2px;
	z-index: 1000;
}