div.header-top a.paymentButton,
header.template-header .navbar-side .mobile-sub-nav ul a.paymentButton
	{
	display:block;
	border: 1px solid #fff;
	padding: 5px 10px;
	background: transparent;
	transition: background-color 0.5s ease;
	}
	
div.header-top a.paymentButton:hover,
header.template-header .navbar-side .mobile-sub-nav ul a.paymentButton:hover
	{
	border: 1px solid #fff;
	color: #122ff1;
	background-color: #fff!important;
	}

#ModuleStore > div > section > div > div.align > div > div > div > div > p.main-text.special {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    letter-spacing: -1.08px;
    max-width: 655px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 655px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 327.5px 276px;
    transform-origin: 327.5px 276px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: normal normal normal normal 36px / 46.8px "Sofia Pro Light", Arial, sans-serif;
    margin: 15px 0px 45px;
    outline: rgb(255, 255, 255) none 0px;
}

#RecentTributes .module-footer .arrow {
    display: block;
    margin-top: 14px;
}

#RecentTributes .module-footer .upcoming-services {
    display: none;
}

@media only screen and (max-width: 1199px) {
    #RecentTributes .module-footer .arrow {
        display: block;
        margin-top: 14px;
    }
}