section .section-inner.first-section {
	padding-top: 32px;
	padding-bottom: 20px;
}

section#search-results .section-inner {
	padding-bottom: 56px;
}

section#search-results hr {
	border-top-color: #888889;
}

.fusion-wpr {
    margin-bottom: 45px;
}

.fusion-title {
    color: #000;
}

.fusion-link {
    font-weight: 300;
}

.next-page-icon {
	width: 6px;
	height: 10px;
	margin-left: 32px;
}

.previous-page-icon {
	width: 6px;
	height: 10px;
	margin-right: 32px;
	-ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}

a.previous-page-link:hover, a.next-page-link:hover {
	text-decoration: none;
}

#submit-search {
	margin: 16px 0 0 0;
	padding: 14px 20px;
}

button#submit-reasons {
	padding: 8px 20px;
}

#ir-body ul>li {
    padding-left: 16px;
    list-style-image: url(/m/_assets-custom/images/ui/ui-disc-trans.svg);
    background-image: url(/m/_assets-custom/images/ui/ui-disc-rewards.svg);
    background-position: 0 .58em;
    background-repeat: no-repeat;
}

.middle-page, .last-page { margin-left: 15px; }

@media (max-width: 768px) and (min-width: 639px) {
	section .section-inner.first-section {
		padding-top: calc(32px + (64 - 32) * ((100vw - 639px)/ (768 - 639)));
		padding-bottom: calc(20px + (30 - 20) * ((100vw - 639px)/ (768 - 639)));
	}
	.custom-grid.grid-wpr>[class*=grid-] {
		margin-bottom: calc(20px + (32 - 20) * ((100vw - 639px)/ (768 - 639)));
	}
}

@media (max-width: 639px) {
	.display-flex { 
		display: block;
	}
	.display-flex .radio-wpr.horizontal input[type=radio]+label {
		margin-bottom: 24px;
	}
}

@media (min-width: 640px) {
	#submit-search {
		margin: 0 0 0 16px;
	}
}

@media (max-width: 768px) {
	.custom-grid.grid-wpr {
		margin-left: -10px;
		margin-right: -10px;
	}
	.custom-grid.grid-wpr>[class*=grid-] {
	    padding: 0 10px;
	    margin-top: 0;
	    position: relative;
	    min-height: 1px;
		width: 100%;
	}
	.fusion-link {
	    word-break: break-word;
	}
}

@media (min-width: 769px) {
    section .section-inner.first-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width: 769px) and (max-width: 882px) {
	.radio-wpr { width: 50%; }
	.radio-wpr.horizontal input[type=radio]+label:first-of-type {
		margin-bottom: 8px;
	}
}