#content {
	position: relative;
	overflow: clip;
}

.individual-rebate-content {
	padding-top: 0;
	overflow: hidden;
	line-height: 1.5;
    padding: 0rem 3rem 1rem 3rem;
    margin: 0 auto;
}

.individual-rebate-content-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 1rem;
}

.rellax {
	position: absolute;
	top: 23.75rem;
	right: 0;
	z-index: -1;
}

.rellax .bg-home img, .rellax .bg-business img {
	display: flex;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.individual-rebate-content-detail {
	max-width: 47.5rem;
	flex: 1;
}

.individual-rebate-content-detail .social-share-tablet-mobile {
	display: none;
}

.individual-rebate-content-detail .icon-title {
	display: flex;
	gap: 0.625rem;
	align-items: center;
	margin-bottom: 1.25rem;
}

.individual-rebate-content-detail .icon-title .icon-text {
	font-size: 1.25rem;
	line-height: 1.563rem;
}

.individual-rebate-content-detail .icon-title .icon-text.home,
.individual-rebate-content-detail .icon-title .icon-text.home a {
	color: var(--blue);
}

.individual-rebate-content-detail .icon-title .icon-text.business,
.individual-rebate-content-detail .icon-title .icon-text.business a {
	color: var(--bggreen);
}

.individual-rebate-content-detail .heading {
	margin-bottom: 1.25rem;
}

.individual-rebate-content-detail .heading > h2 {
	line-height: 3.875rem;
}

.individual-rebate-content-detail .value {
	color: #DA291C;
	font-size: 2.25rem;
	line-height: 2.875rem;
	margin-bottom: 1.25rem;
}

.individual-rebate-content-detail .terms {
	margin-bottom: 2.5rem;
	font-style: italic;
	font-size: 1.25rem;
	line-height: 1.563rem;
}

.individual-rebate-content-detail .terms > p, 
.individual-rebate-content-detail .terms > ul, 
.individual-rebate-content-detail .terms > ol, 
.individual-rebate-content-detail .terms > table
 {
	margin-bottom: 0.625rem;
}

.individual-rebate-content-detail .info {
	margin-bottom: 2.5rem;
	clear: left;
}

.individual-rebate-content-detail .info-heading {
	font-size: 1.5rem;
	line-height: 1.938rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.individual-rebate-content-detail .info-text {
	border-left: 0.188rem solid #DA291C;
}

.individual-rebate-content-detail .info-text > p,
.individual-rebate-content-detail .info-text > ul,
.individual-rebate-content-detail .info-text > ol {
	font-size: 1.25rem;
	line-height: 1.563rem;
	padding-left: 0.5rem;
	margin-bottom: 0.625rem;
}

.individual-rebate-content-detail .ctas {
	display: flex;
	gap: 15px;
	margin-bottom: 2.5rem;
}

.individual-rebate-content-detail .cta .button {
	padding: 15px 25px;
	border: 2px solid var(--red);
    color: var(--gray);
    border-radius: 4px;
    font-family: "din-2014", sans-serif;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.938rem;
	text-align: center;
	text-transform: uppercase;
}

.individual-rebate-content-detail .cta a.button:hover {
    background: var(--red);
    color: white;
}

.rebate-sidebar {
	max-width: 21.5rem;
}

.rebate-sidebar .social-share-links-rebates {
	background: white;
	border: 0.063rem solid var(--gray);
	border-radius: 0.25rem;
	margin-bottom: 1.25rem;
}

.rebate-sidebar .social-share-links-rebates .share-button {
	width: 100%;
	background: var(--gray);
	padding: 1.25rem;
	color: white;
	font-size: 1.5rem;
	line-height: 1.938rem;
	text-align: center;
}

.rebate-sidebar .social-share-links-rebates .share-button .icon-share {
	vertical-align: middle;
	margin-left: 0.625rem;
}

.rebate-sidebar .social-share-links-rebates .social-share-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.438rem;
	background: white;
	padding: 1.375rem 0 1.563rem 1rem;
}

.rebate-sidebar .social-share-links-rebates .social-share-icons .icon-text {
	width: 8.5rem;
	display: flex;
	gap: 1.063rem;
	align-items: center;
	padding: 0.438rem 0 0.188rem 0.313rem;
	text-decoration: none;
	cursor: pointer;
}

.rebate-sidebar .social-share-links-rebates .social-share-icons .print-method-two {
	display: none;
}

.rebate-sidebar .social-share-links-rebates .social-share-icons .icon-text .icon > img {
	vertical-align: middle;
}

.rebate-sidebar .social-share-links-rebates .social-share-icons .icon-text .text {
	font-size: 1.375rem;
	line-height: 1.75rem;
}

.rebate-sidebar .tooltip .tooltip-icon {
    text-decoration: underline;
    cursor: pointer;
    margin-right: -5px;
    white-space: nowrap;
    color: #DA291C;
}

.rebate-sidebar .tooltip {
    position: relative;
}

.rebate-sidebar .tooltip .tooltip-content {
	visibility: hidden;
    position: absolute;
    background: #707372;
    border-radius: 6px;
    color: white;
    padding: 1rem;
    width: 280px;
    left: -30px;
    top: 30px;
    display: flex;
    line-height: 1.3rem;
}

.rebate-sidebar .tooltip:hover .tooltip-content {
	visibility: visible;
}

.rebate-sidebar .tooltip .tooltip-content.hide-tooltip {
	visibility: hidden;
}

.rebate-sidebar .tooltip .tooltip-content .tooltip-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    margin-right: 10px;
}

.rebate-sidebar .tooltip .tooltip-content:before {
    content: '';
    background: #707372;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 3px;
    z-index: 0;
    transform: translate(100%) rotate(45deg) skew(15deg, 15deg);
}

.rebate-sidebar .tooltip .tooltip-content .tooltip-close svg {
    cursor: pointer;
}

.bonus-star {
	background: white;
	border: 0.063rem solid var(--gray);;
	border-radius: 0.25rem;
	padding: 1.25rem;
	margin-bottom: 1.25rem;
}

.bonus-star .icon {
	text-align: center;
	margin-bottom: 1.25rem;
}

.bonus-star .bonus-star-text {
	font-size: 1.25rem;
	line-height: 1.563rem;
	font-style: italic;
	text-align: center;
}

.bonus-star .bonus-star-border {
	width: 100%;
	height: 0.063rem;
	background: #707070;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.provider {
	background: white;
	border: 0.063rem solid var(--gray);;
	border-radius: 0.25rem;
}

.provider .provider-header {
	background: #DA291C;
	padding: 1.25rem 2rem;
    color: white;
    font-size: 1.5rem;
    line-height: 1.938rem;
    text-align: center;
}

.provider .provider-form {
	padding: 1.25rem 1rem;
}

.provider .field input {
	width: 100%;
	color: var(--gray);;
	font-family: "din-2014", sans-serif;
	font-size: 1.5rem;
	line-height: 1.938rem;
	text-align: center;
}

.provider .provider-field {
	border: 2px solid #707070;
	border-radius: 4px;
	width: 100%;
	margin-left: 0;
	margin-bottom: 11px;
}

.provider .find-btn {
	border: 2px solid var(--red);
	border-radius: 4px;
	color: var(--gray);
	padding: 15px;
	background: white;
	cursor: pointer;
	text-transform: uppercase;
    text-decoration: none;
	text-transform: uppercase;
}

.provider .find-btn:hover, .provider .find-btn:focus {
	background: var(--bgred);
	color: white;
}

.provider .provider-form .error-message {
	margin-bottom: 10px;
}

.rebate .featured-rebates-feed .icon-legend {
	display: none;
}

@media only screen and (max-width: 1366px) {
	.individual-rebate-content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.individual-rebate-content-wrapper {
		display: block;
	}

	.rellax {
		right: -8.25rem;
	}

	.individual-rebate-content-detail .heading {
		margin-bottom: 0;
	}

	.individual-rebate-content-detail .heading > h2 {
		font-size: 2.25rem;
		line-height: 2.875rem;
	}

	.individual-rebate-content-detail .terms {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.individual-rebate-content-detail .icon-title {
		justify-content: space-between;
	}

	.individual-rebate-content-detail .icon-title .icon-text {
		flex: 1;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile {
		display: block;
		position: relative;
	}

	.rebate-sidebar {
		max-width: none;
		border-bottom: 0.188rem solid #707070;
		padding-bottom: 1.875rem;
	}

	.rebate-sidebar .social-share-links-rebates {
		display: none;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates {
		position: relative;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates .share-button {
		background: white;
		border: 0.063rem solid var(--gray);;
    	border-radius: 0.25rem;
		padding: 0.281rem 0.875rem;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates .social-share-icons {
		position: absolute;
		right: 0;
		width: 19.938rem;
		border: 0.063rem solid var(--gray);;
		border-radius: 0.25rem;
		margin-top: -0.063rem;
		padding: 0.313rem;
		display: flex;
		flex-wrap: wrap;
		gap: 0.625rem 1.438rem;
		background: white;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates .icon-text {
		width: 8.5rem;
		display: flex;
		flex: 1;
		gap: 1.063rem;
		align-items: center;
		padding: 0.438rem 0 0.188rem 0.313rem;
		text-decoration: none;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates .print-method-two.icon-text {
		display: none;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates .share-text {
		display: none;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates .social-share-icons {
		opacity: 0;
		pointer-events: none;
		transition: all 0.2s ease;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates a.share-button.active + .social-share-icons {
    	opacity: 1;
    	pointer-events: all;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates .share-button .icon-share {
		margin-left: 0;
		width: 1.375rem;
		height: 1.563rem;
		pointer-events: none;
		vertical-align: middle;
	}

	.individual-rebate-content-detail .social-share-tablet-mobile .social-share-links-rebates .icon-share path {
		fill: var(--gray);;
	}

	.rebate-sidebar {
		margin-bottom: 1.25rem;
	}

	.rebate-sidebar .bonus-star {
		display: flex;
	}

	.rebate-sidebar .bonus-star .bonus, .rebate-sidebar .bonus-star .star {
		flex: 1;
		align-self: center;
	}

	.rebate-sidebar .bonus-star .bonus-star-border {
		width: 0.063rem;
		height: auto;
		background: #707070;
		margin: 0 2.188rem;
	}

	.rebate-sidebar .provider-form {
		max-width: 17.375rem;
		margin: 0 auto;
		padding: 1.875rem 0;
	}

	.rebate-sidebar .provider-form .provider-field {
		margin-bottom: 1.25rem;
	}

	.featured-rebates-feed {
		padding-top: 0;
	}
}

@media only screen and (max-width: 500px) {
	.individual-rebate-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.rellax .bg-home {
		width: 23rem;
		height: 20.875rem;
	}

	.rellax .bg-business {
		width: 20.125rem;
		height: 29.875rem;
	}

	.individual-rebate-content-detail .icon-type {
		align-self: flex-start;
		margin-top: 0.438rem;
	}

	.individual-rebate-content-detail .icon-title .icon-text {
		font-size: 1.125rem;
		line-height: 1.438rem;
	}

	.individual-rebate-content-detail .heading > h2 {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}

	.individual-rebate-content-detail .value {
		font-size: 1.625rem;
		line-height: 2.063rem;
	}

	.individual-rebate-content-detail .terms {
		font-size: 1.125rem;
		line-height: 1.438rem;
		margin-bottom: 1.25rem;
	}

	.individual-rebate-content-detail .info {
		margin-bottom: 1.25rem;
	}

	.individual-rebate-content-detail .ctas {
		flex-direction: column;
	}

	.individual-rebate-content-detail .cta {
		text-align: center;
	}

	.individual-rebate-content-detail .cta a.button {
		font-size: 1.25rem;
		line-height: 1.563rem;
		margin-top: 0.625rem;
	}

	.rebate-sidebar {
		border-bottom: 0.063rem solid var(--gray-shade2);
	}

	.rebate-sidebar .bonus-star {
		flex-direction: column;
	}

	.bonus-star .bonus-star-text {
		font-size: 1.125rem;
		line-height: 1.438rem;
	}

	.rebate-sidebar .bonus-star .bonus-star-border {
		width: 100%;
		height: 0.063rem;
		background: #707070;
		margin: 1.25rem 0;
	}

	.rebate-sidebar .provider-form {
    	padding: 1.25rem 0.625rem;
	}

	.provider .field input.provider-field {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.provider .field input.find-btn {
		font-size: 1.25rem;
		line-height: 1.563rem;
	}
}