﻿@charset "UTF-8";
/* CSS Document */

.discountPageWrapper{
	display:inline-block;
	text-align:center;	
	/*max-width:960px;
	padding:85px 0;*/
}
.bulkheader{
	background-image: url(/images/discounts/bulk-discounts-and-wholesale-header.jpg);
    height: 275px;
    background-repeat: no-repeat;
    background-position: -28px -33px;
	background-size:cover;
	width:100%;
}
.discountPageWrapper h1{
		font-size:60px;
		line-height:60px;
		margin:0 auto 25px;
		padding-top: 15px;

	}
.discountPageWrapper h2{
		font-size:36px;
		line-height:36px;
		margin:16px auto 16px;
	}
.discountPageWrapper h3{
		margin:36px 0 0;
	}

h3.bd-h3 {
    font-size:2.2rem;
}

.discountPageWrapper a{
	text-decoration: underline;
    color: blue;
    font-size: .8rem;
	
	}
.discountPageWrapper img{
	width:100%;
	height:auto;
	max-width:550px;
}

.bottomWrapper img{
	max-width:550px;	
}

.discountPageWrapper p{
	max-width:550px;
	width:97%;
	display:block;
	margin:16px auto;
	font-size:24px;
	line-height:30px;
	text-align:center;
}

.center{
	width:100%;
	display:inline-block;
	text-align:center;	
}

.center .buttonGray{
	max-width:190px;	
}

.topWrapper,
.bottomWrapper{
	display:block;
	display: block;
    max-width: 550px;
    margin: auto;
}
.discountPageWrapper .table{
	display:inline-block;
	width:100%;
	max-width:550px;
	margin-top:16px;
}
.discountPageWrapper .column{
	border-right:1px solid #efefef;	
	width:30%;
	display:inline-block;
}

.discountPageWrapper .column:last-child{
	border-right:none;	
}
.discountPageWrapper .row{
	padding:5px 0;
	border-bottom:1px solid #efefef;
	text-align:center;
}

.discountPageWrapper .row:last-child{
	border-bottom:none;
}


a.caption {
	margin: 0;
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	top: -57px;
	width: 100%;
	padding: 16px 0;
	height: auto;
	background-color: rgba(0,0,0,.5);
	min-height: 0;
	font-size:24px;
	max-width:550px;
}
.bottom{
	margin-bottom:2%;
}
@media screen and (min-width:768px){
	.bulkheader{
		background-position:unset;
	}
	.discountPageWrapper .column{
	width:50%;

}
	
}