.validation-summary-errors {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.validation-summary-errors ul.validation__summary-list {
	padding: 15px 15px 15px 30px;
	margin: 0;
}

.validation-summary-errors ul.validation__summary-list > li {
	white-space: normal;
}

.validation-summary-errors .validation__summary-copy {
	padding: 15px;
	margin: 0;
}

.checkbox ~ label {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	color: #020c27;
	z-index: 1;
	width: 100%;
	padding: 0 30px;
}

.checkbox:checked ~ label:before {
	background: #fff url(/assets/checked_arrow_blue.svg);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
}

.checkbox ~ label:before {
	width: 14px;
	height: 14px;
	position: absolute;
	content: "";
	border: 1px solid #b7b7b7;
	background-color: #fff;
	display: inline-block;
	top: 50%;
	left: 0;
	z-index: 1;
	top: 2px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.link__cta {
	display: inline;
	font-size: 12px;
}

.block-ui {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
}

.block-ui .block-ui__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.form__error.form__error-summary,
.form__error-summary {
	display: block;
}

.hidden {
	display: none;
}

ul.parsley-errors-list {
	padding: 0;
}

ul.fancy-errors-list li,
ul.parsley-errors-list li {
	list-style: none;
	margin-top: 8px;
	font-size: 12px;
	font-weight: 400;
	color: #cf1c0c;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
	position: relative;
}

ul.fancy-errors-list li:before,
ul.parsley-errors-list li:before {
	content: "";
	width: 16px;
	height: 16px;
	background: no-repeat center/100% url(/assets/warning.svg);
	background-repeat: no-repeat; /* padding-right: 8px !important; */
	position: absolute;
	left: 0;
	top: -2px;
}

.parsley-required:before,
.parsley-type:before {
	background: none;
	position: static;
}

.page-confirmation__container {
	font-weight: 700;
	background-color: #65b32b;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
}

.global-message__bottom,
.global-error-message__bottom {
	margin-bottom: 20px;
}

.global-message__top,
.global-error-message__top {
	margin-top: 20px;
}

.global-message__bottom,
.global-error-message__bottom {
	margin-bottom: 20px;
}

.global-message__top,
.global-error-message__top {
	margin-top: 20px;
}

.global-message .alert-success {
	background-color: #0e772d;
	border-color: initial;
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	border-radius: 6px;
}

.global-message .alert-danger,
.global-error-message .alert-danger {
	background-color: #e82011;
	border-color: initial;
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	border-radius: 6px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	float: right;
	background-color: transparent !important;
	border-color: transparent !important;
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	top: -3px;
}

.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
	cursor: pointer;
}

.form__error {
	margin: initial;
}

.parsley-error {
	border-color: #f55f52 !important;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px; /* margin: 0 auto; */
}

.lds-roller div {
	-webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	-webkit-transform-origin: 32px 32px;
	-ms-transform-origin: 32px 32px;
	transform-origin: 32px 32px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2597dd;
	margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
	-webkit-animation-delay: -0.036s;
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px;
}

.lds-roller div:nth-child(2) {
	-webkit-animation-delay: -0.072s;
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px;
}

.lds-roller div:nth-child(3) {
	-webkit-animation-delay: -0.108s;
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px;
}

.lds-roller div:nth-child(4) {
	-webkit-animation-delay: -0.144s;
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px;
}

.lds-roller div:nth-child(5) {
	-webkit-animation-delay: -0.18s;
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 57px;
	left: 25px;
}

.lds-roller div:nth-child(6) {
	-webkit-animation-delay: -0.216s;
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 54px;
	left: 19px;
}

.lds-roller div:nth-child(7) {
	-webkit-animation-delay: -0.252s;
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 50px;
	left: 14px;
}

.lds-roller div:nth-child(8) {
	-webkit-animation-delay: -0.288s;
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 45px;
	left: 10px;
}

.partner-store-li-container:hover {
	cursor: pointer;
}

.moneris-disabled {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: white;
	display: none;
	z-index: 999;
}

.threeup-cards__card.partner-logo-row {
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
	height: auto;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	border: 1px solid #e5e5e5;
}

.threeup-cards__card .otm-deals-threeup-cards__card-link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 48px;
}

.threeup-cards__card .otm-deals-threeup-cards__image-container {
	min-height: 40px;
}

.otm-deals-threeup-cards__upper {
	margin-bottom: 16px;
}

.otm-deals-threeup-cards__upper > p:nth-child(2) {
	font-size: 24px;
}

.otm-deals-threeup-cards__card-link {
	border: 0;
}

.otm-deals-threeup-cards__logo-cell {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 32px;
	padding-bottom: 32px;
	margin-right: 32px;
	margin-left: 32px;
}

.otm-deals-threeup-cards__logo-cell:last-of-type {
	border: none;
}

.otm-deals-threeup-cards__logo-cell-img {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.otm-deals-threeup-cards__logo-cell-img img {
	width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.otm-deals-threeup-cards__image-container {
	margin-bottom: 20px;
	min-height: 40px;
}

.otm-deals-threeup-cards__card-copy:last-of-type {
	font-size: 16px;
	font-weight: 700;
}

.otm-deals-threeup-cards__card-copy svg {
	height: 8px;
	width: 8px;
	margin-bottom: 0;
	margin-left: 8px;
}

@media only screen and (min-width: 800px) {

.threeup-cards__card.partner-logo-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.threeup-cards__card-link {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	min-width: 180px;
}

.otm-deals-threeup-cards__logo-cell {
	margin-left: 0;
	margin-right: 68px;
	padding-bottom: 16px;
}

.otm-deals-threeup-cards__logo-cell:last-of-type {
	margin-left: 0;
	padding-top: 16px;
}

.otm-deals-threeup-cards__logo-cell-img {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.otm-deals-threeup-cards__logo-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.otm-deals-threeup-cards__card-copy:last-of-type {
	font-size: 14px;
}

}

@media only screen and (max-width: 799px) {

.otm-deals-threeup-cards__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.otm-deals-threeup-cards__upper .otm-deals-threeup-cards__card-copy {
	margin-bottom: 20px;
	margin-left: 8px;
	font-size: 24px;
}

.otm-deals-threeup-cards__card-link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

}

@-webkit-keyframes lds-roller {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes lds-roller {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

