body {
	margin: 0;
	padding: 0;
	background-color: #8871a9;
	background-image: url("/img/bg-640.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.wrapper {
	position: relative;
}
header {
	background-color: rgba(4,122,226,0.1);
    padding: 1em;
	display: flex;
	flex-flow: row wrap;
}
.coupon-header {
	text-align: center;
}
.coupon-sponsored-by {
	flex: 0 0 100%;
	order: 1;
	display: flex;
	flex-flow: row wrap;
	align-items: space-evenly;
}
.coupon-sponsored-by > div {
	flex: 0 0 50%;
}
.coupon-logo {
	flex: 0 0 100%;
	order: 2;
}
.coupon-logo a {
	color: #fff;
	text-decoration: none;
}
.coupon-signup {
	flex: 0 0 100%;
	order: 3;
}
.coupon-sponsored-by img {
	width: auto;
	height: 1.5em;
}
.coupon-logo, .front h2 {
	display: block;
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 3em;
    line-height: 1em;
    margin: 0;
	padding: 0;
}
.coupon-logo span {
	font-weight: 700;
}
.front h2 {
	font-size: 1.75em;
	font-weight: 500;
	background-color: transparent;
	text-shadow: none;
	padding-top: 0;
}
.coupon-sponsored-by,
.coupon-signup {
	font-size: .75em;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
.coupon-signup a {
	color: #fff;
}
.coupon-intro {
	font-size: .75em;
	line-height: 1.5em;
	color: #fff;
	font-weight: 500;
	max-width: 50em;
	margin: 0 auto;
	padding: 1em 2em;
	border-radius: 2px;
	background-color: rgba(4,122,226,0.5);
}
.coupon-intro h1 {
	font-size: 1.5em;
	text-align: center;
}
.coupon-sort {
	text-align: center;
	font-size: 1em;
}
.coupon-sort select,
.coupon-sort input {
	text-align: center;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	border: 0;
	border-radius: 2px;
	padding: 0 .5em;
	margin: .5em;
	background-color: #fff;
}
.coupon-sort > p {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.currently-displaying {
	text-align: center;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin: 1em 0 0;
	padding: 0;
}
.currently-displaying, .front h2 {
	text-shadow: 0 0 .5em rgba(0,0,0,0.5);
}
.coupon-blocks {
	font-size: .75em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	padding: 0 1em;
}
.coupon-block {
	display: flex;
	flex-flow: column wrap;
	justify-content: stretch;
	flex: 0 0 320px;
	background-color: #fff;
	margin: 1em;
	padding: 0;
	border-radius: 2px;
	font-size: .875em;
	box-shadow: 0 0 2em rgba(0,0,0,0.25);
}
.coupon-img {
	text-align: center;
	padding: 1em;
}
.coupon-txt {
	padding: .5em 1em 0;
}
.coupon-name {
	text-align: center;
	font-size: 1.5em;
	background-color: #047ae2;
	padding: 0 .5em;
	font-weight: 200;
}
.coupon-name a {
	color: #fff;
	text-decoration: none;
}
.coupon-address,
.coupon-phone {
	text-align: center;
	font-weight: 500;
	color: #047ae2;
}
.coupon-desc {
	white-space: pre-wrap;
	font-weight: 300;
	color: #8e24aa;
}
.coupon-date {
	color: rgba(0,0,0,0.5);
	font-size: 1em;
	padding: .5em 0;
	text-align: center;
	font-weight: 300;
	background-color: #f5f5f5;
}
.coupon-selection {
	font-size: 1.5em;
	text-align: center;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: stretch;
}
.coupon-select,
.coupon-button {
	flex: 0 0 50%;
	padding: .25em 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	color: rgba(0,0,0,0.75);
	font-weight: 300;
	text-transform: uppercase;
}
.coupon-select {
	background-color: rgba(226,158,5,0.5);
}
.coupon-button {
	background-color: rgba(80,226,5,0.5);
}
.coupon-button input {
	max-height: 2.5em;
}
.page .content {
	font-size: .875em;
	line-height: 1.5em;
    max-width: 40em;
    margin: 1em auto;
    padding: 1.5em;
    background-color:  #fff;
	border-radius: 2px;
    font-weight: 300;
	color: #222;
}
.page .content h1,
.page .content h2,
.page .content h3 {
	font-size: 2em;
	line-height: 1.25em;
	font-weight: 100;
	text-align: center;
	margin: .25em;
	padding: .25em;
}
.page .content h2 {
	font-size: 1.5em;
	line-height: 1.25em;
	font-weight: 500;
}
.page .content h3 {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 700;
}
.page .content a {
	color: #047ae2;
}
.page .content a:hover {
	color: #000;
	text-decoration: underline;
}
footer {
	background-color: rgba(4,122,226,0.5);
	text-align: center;
	color: rgba(255,255,255,0.75);
	padding: 2em;
	font-size: .75em;
	line-height: 1.5em;
	font-weight: 300;
}
footer a {
	color: #fff;
}
footer ul,
footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 700;
}
footer li,
footer span {
	display: block;
}

.kc-form {
/*	width: 75%; */
	margin: 1em auto;
}

#signup-form.kc-form,
#update-form.kc-form {
	border-top: 1px solid #222;
}

.kc-form > div {
	clear: both;
	display: block;
	width: 100%;
}
.kc-form label {
	display: block;
	padding: 5px 0;
}
.kc-form input, 
.kc-form select,
.kc-form textarea,
.kc-form .captcha {
	padding: .25em;
	margin: 0 0 1em 0;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: 300;
	border-radius: 2px;
	border: 1px solid #777;
	text-align: left;
/* 	max-width: 95%; */
	color: #222;
}
.kc-form .captcha {
	border-radius: 0;
	border: none;
	padding: 0;
}
.kc-form input[type=date],
.kc-form input[type=submit],
.kc-form input[type=button] {
	width: auto;
}
.kc-form input[type=submit] {
	/* float: left; */
	text-align: center;
	background-color: #047ae2;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	border: 0;
	padding: .5em 1em;
}
.kc-form input.required {
	border: 2px solid #f00;
}
.kc-form label.required {
	color: #c00;
	font-weight: bold;
}

#client-coupon ul,
#client-coupon li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#client-coupon ul {
	display: table;
	margin: 0 auto;
}
#client-coupon li strong:after {
	content: ": ";
}


@media only screen and (min-width: 768px) {
	body {
		background-image: url("/img/bg-1280.jpg");
	}
	header {
		margin: 0 0 1em;
	}
	.coupon-logo {
		font-size: 7em;
	}
	.coupon-sponsored-by img {
		height: 2.5em;
	}
	.coupon-signup {
		font-size: 1em;
	}
	.coupon-intro {
		font-size: 1em;
	}
	.coupon-intro h1 {
		font-size: 1.75em;
	}
	.front h2 {
		font-size: 4em;
	}
	.coupon-sort {
		font-size: 1.25em;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	.coupon-sort > * {
		margin: 0 .5em;
	}
	.coupon-blocks {
		font-size: 1em;
	}
	.coupon-block {
		-webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
		-moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
		-o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	.coupon-block:hover {
		box-shadow: 0 0 3em #673ab7;
		/* transform: scale(1.025); */
	}
	.coupon-block:hover .coupon-name {
		background-color: #673ab7;
	}
	.coupon-date {
		font-size: .875em;
	}
	.coupon-selection {
		font-size: 1em;
	}
	.page .content {
		font-size: 1em;
		line-height: 1.5em;
		padding: 1.5em 3em;
	}
	.page .content h1 {
		font-size: 3em;
		line-height: 1.25em;
	}
	.page .content h2 {
		font-size: 2em;
		line-height: 1.25em;
	}
	.page .content h3 {
		font-size: 1.5em;
		line-height: 1.25em;
	}
	footer {
		font-size: .875em;
	}
	footer li,
	footer span {
		display: inline-block;
	}
	footer li:not(:last-child):after {
		content: " | ";
		margin-left: .5em;
		padding-right: .5em;
		font-weight: 300;
	}
}
@media only screen and (min-width: 1024px) {

	body {
		background-image: url("/img/bg.jpg");
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
	}
	header {
		justify-content: space-between;
		align-items: center;
		font-size: .75em;
	}
	.coupon-sponsored-by {
		flex: 0 0 20%;
		order: 1;
		display: flex;
		flex-flow: row wrap;
	}
	.coupon-sponsored-by > div {
		flex: 0 0 100%;
		justify-content: center;
		align-items: center;
	}
	.coupon-sponsored-by img {
		margin: .5em 0;
	}
	.coupon-logo {
		flex: 0 0 60%;
	}
	.coupon-signup {
		flex: 0 0 20%;
	}
}
@media only screen and (min-width: 1280px) {
	header {
		font-size: 1em;
	}
	.page .content {
		font-size: 1.125em;
	}
}
@media only screen and (min-width: 1600px) {
	header {
		font-size: 1.25em;
	}
}
@media only screen and (min-width: 1920px) {
	header {
		font-size: 1.5em;
	}
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}