/* T1 Coupons Page General Setup */

.light-bg.coupons-page.t1 {
}

.dark-bg.coupons-page.t1 {
}

/* End T1 Coupons Page General Setup */

/* T1 Coupons Page Light Theme Content Box Styles */

.light-bg.coupons-page.t1 .content-style {
}

.light-bg.coupons-page.t1 .content-style header > *:first-child:not(a) {
}

.light-bg.coupons-page.t1 .content-style header > *:nth-child(2):not(p) {
}

/* End T1 Coupons Page Light Theme Content Box Styles */

/* T1 Coupons Page Dark Theme Content Box Styles */

.dark-bg.coupons-page.t1 .content-style {
}

.dark-bg.coupons-page.t1 .content-style header > *:first-child:not(a) {
}

.dark-bg.coupons-page.t1 .content-style header > *:nth-child(2):not(p) {
}

/* End T1 Coupons Page Dark Theme Content Box Styles */

/* T1 Coupons Page Light Theme List Setup */

.light-bg.coupons-page.t1 .container ul li {
	border-color: #DBDCDC; /* $Color4 */
}

.bg-image.light-bg.coupons-page.t1 .container ul li {
	background-color: rgba(255,255,255,0.502); /* alpha($White,50%) */
}

.light-bg.coupons-page.t1 .container ul li > em {
	background-color: #051585; /* $Color1 */
	color: #FFFFFF; /* $White */
}

.light-bg.coupons-page.t1 .container ul li .info > strong {
	color: #E04500; /* $Color2 */
}

.light-bg.coupons-page.t1 .container ul li .info > strong > strong {
}

.light-bg.coupons-page.t1 .container ul li .info p {
}

.light-bg.coupons-page.t1 .container ul li .info p:before {
	background-color: #051585; /* $Color1 */
}

.light-bg.coupons-page.t1 .container ul li small {
}

/* End T1 Coupons Page Light Theme List Setup */

/* T1 Coupons Page Dark Theme List Setup */

.dark-bg.coupons-page.t1 .container ul li {
	border-color: #DBDCDC; /* $Color4 */
}

.bg-image.dark-bg.coupons-page.t1 .container ul li {
	background-color: rgba(0,0,0,0.502); /* alpha($Black,50%) */
}

.dark-bg.coupons-page.t1 .container ul li > em {
	background-color: #051585; /* $Color1 */
	color: #FFFFFF; /* $White */
}

.dark-bg.coupons-page.t1 .container ul li .info > strong {
	color: #DBDCDC; /* $Color4 */
}

.dark-bg.coupons-page.t1 .container ul li .info > strong > strong {
}

.dark-bg.coupons-page.t1 .container ul li .info p {
}

.dark-bg.coupons-page.t1 .container ul li .info p:before {
	background-color: #051585; /* $Color1 */
}

.dark-bg.coupons-page.t1 .container ul li small {
}

/* End T1 Coupons Page Dark Theme List Setup */

/* T1 Coupons Page Light Theme Scrolling List Nav Styles */

.light-bg.coupons-page.t1 .scrolling-list-nav icon {
	color: #E04500; /* $Color2 */
}

.light-bg.coupons-page.t1 .scrolling-list-nav icon:hover {
	color: #051585; /* $Color1 */
}

/* End T1 Coupons Page Light Theme Scrolling List Nav Styles */

/* T1 Coupons Page Dark Theme Scrolling List Nav Styles */

.dark-bg.coupons-page.t1 .scrolling-list-nav icon {
	color: #051585; /* $Color1 */
}

.dark-bg.coupons-page.t1 .scrolling-list-nav icon:hover {
	color: #FFFFFF; /* $White */
}

/* End T1 Coupons Page Dark Theme Scrolling List Nav Styles */

/* T1 Coupons Page Print Page Styles */

.coupons-print-page.t1 {
	border-color: #DBDCDC; /* $Color4 */
}

.coupons-print-page.t1 > em {
	background-color: #051585; /* $Color1 */
	color: #FFFFFF; /* $White */
}

.coupons-print-page.t1 > em time {
}

.coupons-print-page.t1 .info {
}

.coupons-print-page.t1 .info > strong {
	color: #E04500; /* $Color2 */
}

.coupons-print-page.t1 .info > strong > strong {
}

.coupons-print-page.t1 .info p {
}

.coupons-print-page.t1 .info p:before {
	background-color: #F48402; /* $Color3 */
}

.coupons-print-page.t1 small {
}

/* End T1 Coupons Page Print Page Styles */

