#rebate-header {position: relative;}

#rebate-header > .column{
	padding-top: 1em;
	margin-bottom: 2.5em;
	position: relative;
}

.backgroundsize #rebate-header > .column {
	background: url(https://www.geappliances.com/content/migrated-assets/images/rebates/banner-rebates-2x.png) bottom right no-repeat transparent;
	background-size: 600px 300px;
	padding-bottom: 300px;
}

#rebate-header p {font-size: 1.1428571428571428571428571428571em;}

.find-rebates h5 {
	font-size: 1.3rem;
}

.past-rebate {
	border-left: none;
}

.warehouse-sale {
	background-image: url('https://www.geappliances.com/content/migrated-assets/images/rebates/ge-appliances-warehouse-sale.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.warehouse-sale h2 {
	border: 1px white solid;
	color: white;
	font-style: italic;
	font-family: "Escrow", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: inherit;
	display: inline-block;
	padding: 10px 20px;
    margin: 0 auto;
}

.border_block:before, .border_block:after {
	height:1px;
	width: 7%;
	background:#fff;
	vertical-align:middle;
	content:'';
	display: inline-block;
}

@media only print, only screen and (min-width: 600px)
{
	.past-rebate {
		border-left: 1px dashed #CFCFCF;
	}
	.backgroundsize #rebate-header > .column{
		background-size: 522px 261px;
		padding-bottom: 230px;
	}

	.backgroundsize #rebate-header:before{
		content: "";
		height: 40px;
		width: 100%;
		background: #e1e1de;
		position: absolute;
		left: 0;
		bottom: 2.5em;
	}
	.border_block:before, .border_block:after {
		width: 15.9%;
	}
}

@media only print, only screen and (min-width: 750px)
{
	.backgroundsize #rebate-header > .column{padding-bottom: 170px;}
}


@media only print, only screen and (min-width: 960px)
{
	.backgroundsize #rebate-header > .column{padding-bottom: 50px;}
	.find-rebates h5 {
		margin-top: 8px;
	}
	.border_block:before, .border_block:after {
		width: 28%;
	}
}

.lt-ie9 #rebate-header:before{
	content: "";
	height: 40px;
	width: 100%;
	background: #e1e1de;
	position: absolute;
	left: 0;
	bottom: 2.5em;
}

.lt-ie9 #rebate-header > .column{
	background: url(https://www.geappliances.com/content/migrated-assets/images/rebates/banner-rebates-1x.png) bottom right no-repeat transparent;
	padding-bottom: 50px;
}