/* Coupons */
.coupon-list {
}

.coupons-sys.coupon-list {
	padding-top: 0;
}

.coupon-list .main {
	padding-left: 6em;
	padding-right: 6em;
}

.coupon-list .list {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
}

.coupon-list .item {
	border: dashed 0.2em #0845A2; /* $primary */
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.coupon-list header {
	padding: 2.5em 0 2.5em 0;
	max-width: 28%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	text-align: center;
}

.coupon-list .title {
	color: #0845A2; /* $primary */
	font-size: 2.222em;
	font-weight: 300;
}

.coupon-list .sub-title {
	font-size: 1.444em;
	color: #31251C; /* $dark */
	font-family: 'Montserrat', sans-serif;
}

.coupon-list .value {
	font-size: 10em;
	line-height: 1;
	letter-spacing: -0.05em;
	margin: -0.1em 0 0;
	font-family: 'Montserrat', sans-serif;
	color: #0845A2; /* $primary */
}

.coupon-list .dollar-sign {
	font-size: 0.45em;
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	margin-right: -0.45em;
}

.coupon-list .perc-off .dollar-sign {
	display: none;
}

.coupon-list .percent-sign {
	font-size: 0.5em;
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	margin-left: -0.35em;
}

.coupon-list .dollar-off .percent-sign {
	display: none;
}

.coupon-list .amount-off {
	display: inline-block;
	vertical-align: baseline;
	font-size: 0.235em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-left: -0.8em;
}

.coupon-list .perc-off .amount-off {
	margin-left: -2.45em;
}

.coupon-list .price .amount-off, .coupon-list .price .percent-sign {
	display: none;
}

.coupon-blurb {
	padding: 2.5em 6% 2.5em 4%;
	max-width: 47%;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	background-color: #83C0FF; /* $light */
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.coupon-blurb:after {
	content: '';
	display: block;
	background-image: url(../images/repairman.png);
	width: 100px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
}

.landing .coupon-blurb {
	padding: 2.5em 6% 2.5em 4%;
}

.coupon-blurb p {
	margin: 0;
	color: #FFFFFF; /* $white */
}

.coupon-blurb em {
	display: block;
	color: #ED2224;
}

.coupon-blurb .btn {
	margin-top: 1.5em;
	display: none;
	min-width: 80%;
}

.home .coupon-blurb .btn {
	display: inline-block;
	margin-bottom: 1em;
}

.coupon-list figure {
	width: 26%;
	margin: 0;
	position: relative;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.coupon-list figure img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.coupon-list .btn-con {
}

.coupon-list .btn-con .btn {
	display: table;
	margin: 2em auto 0;
}

.coupon-list .slide-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 1.5rem 3em;
}

.coupon-list .slide-nav span {
	width: 1rem;
	height: 1rem;
	display: block;
	border-radius: 50%;
	transition: .4s ease;
	background-color: #262626;
	cursor: pointer;
}

.coupon-list .slide-nav span.active {
	background-color: #F7882E;
	box-shadow: inset 0 0 0 .3rem #9D9D9D;
}

.coupon-list .slide-nav span + span {
	margin-left: .75rem;
}
/* End Coupons */

/* Coupons Sys Sort */
.coupons-sys .top-sort {
	background-color: #83C0FF; /* $light */
	padding: 2em 0;
	margin-bottom: 2em;
}

.coupons-sys .top-sort select {
	display: block;
	margin: 0 auto;
	border: solid 2px #31251C; /* $dark */
	padding: .67em .65em .67em;
	font-size: 1.22em;
}
/* End Coupons Sys Sort */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.coupon-list .value {
		font-size: 6.5em;
	}

	.coupon-list h4 {
		font-size: 1.75em;
	}

	.coupon-blurb {
		padding: 2.5em 3% 2.5em 3%;
	}
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.coupon-list figure {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.1;
		height: 100%;
		z-index: -1;
	}

	.coupon-list header {
		max-width: 45%;
	}

	.coupon-blurb {
		max-width: 50%;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
	.coupon-list header, .coupon-blurb {
		text-align: center;
		max-width: 100%;
		padding: 0;
	}

	.coupon-blurb {
		margin-top: 1.5em;
	}

	.coupon-list .flex {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 2em 4%;
	}
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.coupon-list .value {
		font-size: 8em;
	}
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
