<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body {
	background: #EFEDED;
}*/

.footer {
    background: #EFEDED;
}

/* coupons nav tab stuff */
#coupons-display .coupons-tabs {
	background: black;
	padding: 0;
	padding: 10px;
}

#coupons-display .coupons-tabs li {
	list-style: none;
	display: inline-block;
	color: white;
}

#coupons-display .coupons-tabs a {
	color: gray;
	text-decoration: none;
}

#coupons-display .coupons-tabs a:hover,
#coupons-display .coupons-tabs a:active {
	color: white;
	text-decoration: none;
}

#coupons-display .coupons-tabs a.active {
	color: white;
	font-weight: bold;
}

.tab-page {
	padding-top: 20px;
}

.coupon-container {
	margin-bottom: 20px;
    height: 400px;
}

.coupon {
	/*border: 1px solid black;*/
	text-align: center;
	max-width: 260px;
	background: white;
	margin: 0 auto;
}

.coupon-item {
    color: dodgerblue;
}

.coupon-item:hover {
    color: blue;
    cursor: pointer;
}

.national {
    max-width: 360px;
    margin-bottom: 30px;
}

.national-btn {
    margin-top: 10px;
}

.coupon-type {
	color: white;
	background: black;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

.coupon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.description {
	margin-top: 10px;
	/*height: 160px;*/
	margin-left: 8px;
	margin-right: 8px;
    margin-bottom: 10px;
}

.national .description {
    /*height: 30px;*/
}

.price {
	margin-top: 10px;
}

.price-header,
.price-header2,
.price-header3,
.price-header4,
.small-text {
	font-size: 0.8em;
}

.coupon-label {
	font-size: 1em;
}

#coupons-display .expiration {
	font-size: 0.8em;
	padding: 0;
	padding-bottom: 10px;
}

/* modal stuff */
/* a lot of styling is prefixed with #coupons-modal to strengthen specificity and override default styling */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

#coupons-modal .modal-info {
	padding: 10px 20px;
}

#coupons-modal .modal-info ul {
	padding: 0;
}

#coupons-modal .modal-info li {
	list-style: none;
}

#coupons-modal .modal-info li:after {
	clear: both;
}

.weekday, .hours {
    font-size: 11px;
}

.weekday {
	float: left;
}

.hours {
	float: right;
}

/*.coupon-header-image {
    display: none;
}*/

.modal-image {
	display: block;
	margin: 0 auto;
}

.coupon-loading {
	display: none;
	text-align: center;
	padding-top: 20px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#coupon-cutout-content {
    margin: 0 auto;
}

.print-page #coupon-cutout-content {
    margin: 0;
}

.coupon-name,
.coupon-price,
.coupon-price2,
.coupon-price3,
.coupon-price4 {
	color: steelblue;
}

#coupons-modal .coupon-name {
	font-size: 20px;
}

#coupons-modal .coupon-price,
#coupons-modal .coupon-price2,
#coupons-modal .coupon-price3,
#coupons-modal .coupon-price4, {
	font-size: 36px;
}

#coupons-modal .negative-top-margin {
	margin-top: -10px;
}

.coupon-disclaimer {
	font-size: 0.7em;
}

#coupons-modal .coupon-dealer-info p {
	font-size: 0.6em;
	text-align: left;
	padding: 0;
	margin-left: 10px;
}

.mopar-logo {
	max-width: 200px;
}

.coupon-barcode {
	width: 40%;
	margin-top: 15px;
}

.email-coupon {
	margin-top: 10px;
	display: none;
}

.coupon-dealer-info img {
	text-align: right;
}

#email-input {
    position: relative;
    bottom: 8px;
}

.coupon-error,
.email-error,
.email-loading {
	display: none;
}

.email-loading {
	animation: spin 1s linear infinite;
}

.msg-sent {
	color: green;
}

.msg-fail {
	color: red;
}

/* for printout page */
/* styles are similar to modal but no longer prefixed with #coupons-modal because page is opened in new window  */
.coupon-name {
	font-size: 20px;
}

.coupon-price,
.coupon-price2,
.coupon-price3,
.coupon-price4 {
	font-size: 36px;
}

.negative-top-margin {
	margin-top: -10px;
}

.coupon-dealer-info p {
	font-size: 0.6em;
	text-align: left;
	padding: 0;
	margin-left: 10px;
}

.print-page {
	padding: 10px;
	width: 610px;
}

.print-page .info-left {
    width: 270px;
}

.print-page .info-right {
    width: 330px;
}

.print-page .info-row {
    display: flex;
}

.print-ul {
	padding: 10px 0; 
	width: 250px;
	list-style: none;
}

.print-page .coupon-dealer-info {
	margin-top: 20px;
	margin-bottom: 20px;
}

.print-page .coupon-dealer-info p {
	font-size: 0.7em;
}

.print-page .mopar-logo {
	max-width: 150px;
}

#footer {
	background: white;
}

@media (min-width: 768px) and (max-width: 991px) {
    .national {
        max-width: 300px;
    }
}

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}</pre></body></html>