﻿@import url('/_stylesheets/common.css');
@import url('/_stylesheets/flexbox.css');

* {
	font-weight: normal;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	text-decoration: none;
	box-sizing: inherit;
}


body {
	font-weight: normal;
	font-size: medium;
	font-family: 'Segoe UI',Candara,'Bitstream Vera Sans','DejaVu Sans','Trebuchet MS',Verdana,sans-serif;
	line-height: normal;
	width: auto;
	max-width: none;
	min-width: 0;
	padding: 0;
}

h1, h2 {
	font-weight: bold;
	font-family: 'trajan-pro-1','trajan-pro-2',Aquinas,'New Horizon Titling',Trajan,'Minerva Display Antiqua','Goudy Trajan','Schneidler Initials','Times New Roman',serif;
	letter-spacing: -.05em
}

h2 {
	font-size: xx-large;
	color: #472;
}

h3 {
	font-size: x-large;
	color: #472
}

h4 {
	font-size: large;
	font-weight: bold;
	color: #694;
}

h5 {
	font-size: medium;
	font-weight: bold;
	color: #694;
}

h6 {
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #694;
}

a, .link {
	color: #472
}

	a:hover, .link:hover {
		cursor: pointer
	}

p.alert {
	background-color: #250;
	color: #fff;
	text-align: center;
	margin: 5pt 0;
	line-height: normal;
	padding: 5pt
}

	p.alert > a {
		color: #9c7
	}

#header {
	padding: 5px;
	position: relative;
	z-index: 2;
	background-image: linear-gradient(to bottom, #efefef, #c4cc99);
	border-bottom: thin solid #250;
}

#header > h1 {
	text-align: center;
}

#header > h1 > a > img {
	height: 4em;
	vertical-align: baseline;
}

	#divLogin {
		position: absolute;
		top: -11px;
		right: 0;
		border: thin #000 solid;
		width: 250px;
		padding: 8pt;
		border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		background-color: #333;
		background-image: -moz-linear-gradient(0% 100% 90deg, #808855, #447722);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#447722), to(#808855));
		box-shadow: 0 0 5pt #333;
		border-collapse: separate;
		margin: 0
	}

		#divLogin > p {
			color: #250
		}

			#divLogin > p > a, #header > #divLogin > h6 {
				color: #fff
			}

				#divLogin > p > a > span#balance {
					font-weight: bold;
					font-size: larger
				}

ul#nav, ul#memberMenu {
	padding: 2.75em 0.5em 0.5em 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	width: 414px;
	max-width: 100vw;
	background-color: #250;
	z-index: 2;
	display: none;
}

	ul#memberMenu {
		left: auto;
		right: 0;
	}

	ul#nav > li, ul#memberMenu > li {
		display: list-item;
		color: #fff;
		line-height: 2.75;
		padding: 0 0.5em;
	}

		ul#nav > li:hover, ul#memberMenu > li:hover {
			background-color: rgba(255, 255, 255, 0.15);
		}

		ul#nav > li > a, ul#memberMenu > li > a {
			color: #fc0;
			text-transform: uppercase;
			font-weight: bold;
		}

	ul#nav i.fas, ul#memberMenu i.fas {
		width: 1.5em;
		display: inline-block;
		text-align: center;
	}

	ul#nav li input#kw {
		border: thin solid goldenrod;
		font: inherit;
		padding: 0.25em;
		line-height: 1.5;
		width: calc(100% - 3em);
	}

#header > label {
	display: block;
	top: 1em;
	left: 1em;
	position: absolute;
	z-index: 3;
	font-weight: bold;
}

#header > label[for='chkMemMenu'] {
	left: auto;
	right: 1em;
}

#header > label.canceler {
	z-index: 1;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

#chkNav, #chkMemMenu {
	display: none;
}

	#chkNav:checked ~ ul#nav, #chkMemMenu:checked ~ ul#memberMenu {
		display: block;
	}

	#chkNav:checked ~ label[for='chkNav'] {
		color: #fff;
		display: block;
	}

	#chkMemMenu:checked ~ label[for='chkMemMenu'] {
		color: #fff;
		display: block;
	}

.accountMenu ul {
	list-style: none inside none;
	margin-left: 0
}

#shoppingMenu > ul > li.closed {
	list-style-type: disc;
	list-style-image: url(/images/fcbm/arrow-closed.png);
	margin-left: 15px
}

#shoppingMenu > ul > li.open {
	list-style-type: circle;
	list-style-image: url(/images/fcbm/arrow-open.png);
	margin-left: 15px
}

#shoppingMenu a.sel {
	font-weight: bold
}

#footer {
	background-image: linear-gradient(to bottom, #000, #0f2500);
	border-top: thin solid #000;
	padding: 5pt;
	display: flex;
}

#footer > div {
	flex-basis: 32%;
}

	#footer h5,
	#footer h5 > a,
	#footer p {
		color: #fff;
	}

	#footer a:hover {
		color: #fff;
	}

span.thumbs-down {
	background: transparent url(/images/fcbm/validation-failed.png) no-repeat scroll left center;
	display: inline-block;
	padding-left: 25px;
	min-height: 21px
}

span.thumbs-up {
	background: transparent url(/images/fcbm/validation-passed.png) no-repeat scroll left center;
	display: inline-block;
	padding-left: 25px;
	min-height: 21px
}

form > p {
	margin-bottom: 5pt
}

form input[type='text'], form input[type='email'], form input[type='tel'], form input[type='url'], form input[type='number'], form input[type='password'], form input[type='file'], form input[type='checkbox'], textarea, select {
	border: thin solid #000;
	font-size: 14pt;
	line-height: 21pt;
	width: 100%
}

	form input[type='text'].validation-passed, form input[type='email'].validation-passed, form input[type='tel'].validation-passed, form input[type='url'].validation-passed, form input[type='number'].validation-passed, form input[type='password'].validation-passed, form input[type='file'].validation-passed, form input[type='checkbox'].validation-passed, textarea.validation-passed, select.validation-passed {
		border-color: green;
	}

	form input[type='text'].validation-failed, form input[type='email'].validation-failed, form input[type='tel'].validation-failed, form input[type='url'].validation-failed, form input[type='number'].validation-failed, form input[type='password'].validation-failed, form input[type='file'].validation-failed, form input[type='checkbox'].validation-failed, textarea.validation-failed, select.validation-failed {
		border-color: red;
	}

form input[type='checkbox'], form input[type='radio'] {
	width: auto;
	margin-right: 5pt
}

	button.delete {
		background-color: #999;
		color: #333;
		border: medium solid #666
	}

	form input[type='button'] + input[type='button'], button + button {
		margin-left: 5pt
	}

form[name='frmSearch'] > input[type='text'] {
	width: 107px
}

form[name='frmSearch'] > input[type='submit'] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0 none transparent;
	padding: 0 .5em
}

form > p:last-child {
	text-align: right
}

form input.overtext {
	color: #8B6;
	font-size: 10pt;
	height: 19pt
}

form .validation-advice {
	color: #900
}

button.shop-now {
	display: inline-block;
	color: #fc0;
	font-weight: bold;
	text-align: center;
	padding: 0 1em;
	background: #472;
	border: medium solid #000;
	border-radius: 5px;
	text-transform: uppercase;
	line-height: 2;
}

button.make-favorite, button.remove-favorite {
	display: inline-block;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 0 1em;
	background-color: #7a5;
	border: medium solid #999;
	border-radius: 5px;
	line-height: 2;
}

button + button {
	margin-left: 5pt
}

button.small {
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	padding: 0 1em;
	line-height: 2;
	background-color: #472;
	border: thin solid #000;
	border-radius: 5px
}

button.shop-now.small {
	display: inline-block;
	color: #fc0;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	padding: 0 1em;
	line-height: 2;
	background: #472;
	border: thin solid #000;
	border-radius: 5px;
	text-shadow: 2px 2px 2px #000
}

button.make-favorite.small, button.remove-favorite.small {
	display: inline-block;
	color: #fff;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	padding: 0 1em;
	line-height: 2;
	background-color: #7a5;
	border: thin solid #000;
	border-radius: 5px;
	text-shadow: 2px 2px 2px #000
}

button.remove-favorite {
	display: none
}

body#registration {
	width: auto;
	max-width: none;
	padding: 3em;
	background: #c4cc99;
}

body#registration div#content {
	background: #c4cc99;
	border: none;
	width: 100%;
	max-width: none;
}

body#registration div#header {
	display: none;
}

div#content .columnBox, .columnBox > form.labeled, #divMemberDetails {
	border: thin gray solid;
	background: #fff;
	margin: 10px;
}

	.columnBox > h3 {
		margin-top: 10px;
	}

		.columnBox > h3:first-child {
			margin-top: 0;
		}

		h3.flex {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		h3.flex > a.moreArrow {
			flex-basis: 2.5em;
			font-size: 125%;
			text-align: right;
			display: block;
		}

form.labeled {
	padding: 10pt;
	background: #efc;
	margin: 10pt 0 0 0
}

	form.labeled label.required {
		font-weight: bold
	}

		form.labeled label.required:before {
			content: "*"
		}

	form.labeled label[for]:after {
		content: ":"
	}

	form.labeled > p:last-child {
		margin-bottom: 0
	}

form > p {
	margin-bottom: 5pt
}

form input[type='checkbox'], form input[type='radio'] {
	width: auto;
	margin-right: 5pt
}

form input[type='submit'] {
	display: inline-block;
	color: #fc0;
	font-weight: bold;
	text-align: center;
	padding: 0 .5em;
	background: #472;
	border: medium solid #000;
	border-radius: 5px;
	line-height: 2;
}

form input[type='button'], button, a.button {
	display: inline-block;
	color: #fff;
	line-height: 2;
	text-align: center;
	padding: 0 1em;
	background-color: #7A5;
	border: medium solid #000;
	border-radius: 5px;
}

	button.delete {
		background-color: #999;
		color: #333;
		border: medium solid #666
	}

	form input[type='button'] + input[type='button'], button + button, button + a.button, input[type='button'] + button, input[type='submit'] + button, input[type='submit'] + a.button {
		margin-left: 5pt
	}

	button#btnSearch {
		padding: 0 !important;
	}

form > p:last-child {
	text-align: right
}

form input.overtext {
	color: #8B6;
	font-size: 10pt;
	height: 19pt
}

form .validation-advice {
	color: #900
}

.columnBox ul {
	margin-left: 30px;
	list-style: disc outside none;
	color: #c4cc99
}

	.columnBox ul > li > p {
		color: #000
	}

div#content div.highlight {
	background: #250;
	padding: 1em;
}

	div.highlight > h3 {
		color: #fff;
		border-bottom: none;
		text-align: center;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}

li#liJoin {
	background: #fff url(/images/fcbm/arrow-right.png) no-repeat scroll 95% center;
	cursor: pointer
}

#shoppingMenu > ul > li > ul {
	list-style: disc;
	color: #c4cc99
}

#fdc > div, #fs > div {
	display: flex;
}

#fdc > p {
	margin-bottom: 5pt
}

.featuredPromotion, .featuredStore {
	display: block;
	width: auto;
	flex-basis: 135px;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 5px;
	overflow: no-display;
}

	.featuredPromotion > h5, .featuredStore > h5 {
		font-weight: bold;
	}

	.featuredPromotion > p, .featuredStore > p {
		font-size: 9pt;
		color: #472
	}

	.featuredPromotion .vendorbanner {
		display: block
	}

	.featuredStore .vendorbanner {
		display: block
	}

.vendorbanner.full-size {
	border: medium #472 solid;
	max-width: 250px;
	width: 100%;
	height: auto;
	max-height: none;
}

.featuredPromotion, .featuredStore {
	border-left: none
}

body#home div#hero {
	background-image: url(/Images/fcbm/Woman-Online-Shopping.jpg);
	background-size: cover;
	margin-bottom: 0;
	padding: 2em;
}

	body#home div#hero > div {
		width: 50%;
	}

	body#home div#hero h2,
	body#home div#hero h3,
	body#home div#hero h4 {
		color: #250;
		font-family: 'Segoe UI', Candara, 'Bitstream Vera Sans', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
		margin-bottom: 10pt;
		text-shadow: 0 0 10pt #fff, 0 0 10pt #fff, 0 0 10pt #fff;
	}

	body#home div#hero h2 {
		font-size: 250%;
	}

	body#home div#hero h3 {
		font-size: 200%;
	}

	body#home div#hero h4 {
		font-size: 166%;
	}
	body#home div#hero p {
		color: #250;
		margin-bottom: 10pt;
		margin-top: 25pt;
		font-size: 133%;
	}

	body#home div#hero + p {
		background-color: #250;
		display: block;
		padding: 0.75em 0;
		margin-top: 0;
		text-align: center;
	}

	body#home div#hero + p > img {
		display: inline-block;
		width: auto;
		height: 2em;
		margin: 0 1em;
	}

	body#home div#hero a.button {
		display: inline-block;
		padding: 0.5em 2em;
		background-color: #472;
		color: #fff;
		font-weight: bold;
	}

body#home h3 + p + .featuredPromotion, body#home .featuredStore {
	border-left: 0 none transparent
}

.columnBox h2, .columnBox h3 {
	padding-bottom: 5pt;
	margin-bottom: 5pt
}

.newStore {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.newStore > p {
	color: #472;
	margin: 0;
	padding: 5pt;
	display: block;
	flex-basis: 50%;
	width: auto;
}

.newStore > p > span {
	font-weight: bold
}

fieldset {
	border: thin #cc9 solid;
	padding: 5pt
}

label.required, label.total {
	font-weight: bold;
	font-size: inherit
}

.storeListMenu > a {
	border: thin transparent solid
}

	.storeListMenu > a:hover {
		border: thin #BD9 solid
	}

	.storeListMenu > a.sel {
		border: thin #8A6 solid
	}

.storeList th[scope="row"] {
	width: 50%
}

	.storeList th[scope="row"] > ol {
		color: #000
	}

h2 > img.vendorbanner {
	vertical-align: middle;
	margin: 5pt 5pt 5pt 0
}

.cashback {
	font-size: 14pt;
	color: #472;
	font-weight: bold
}

.store-notes {
	margin-left: 10pt
}

table.ratings td {
	vertical-align: top;
	padding-right: 5pt
}

	table.ratings td + td {
		padding-left: 5pt;
		border-left: 1px solid #AD8
	}

		table.ratings td + td > p {
			font-size: 12pt
		}

.memberavatar {
	border: 3px #AD8 solid;
	margin: 5pt
}

.username {
	font-style: italic;
	text-transform: uppercase
}

.stars {
	font-weight: bold
}

blockquote {
	margin: 5pt
}

div.promotion {
	margin: 5pt 0;
	padding: 1em;
	border: medium #c4cc99 dashed;
	border-radius: 5px;
	position: relative
}

	div.promotion > p {
		margin: 0
	}

	div.promotion > button.shop-now {
		position: absolute;
		bottom: 1em;
		right: 1em;
	}

.promotion-banner, button {
	cursor: pointer
}

blockquote.emailMessage {
	border: thin solid #999;
	margin: 10pt;
	padding: 0 10pt
}

	blockquote.emailMessage > fieldset {
		font-family: monospace
	}

table.statement {
}

	table.statement > thead th {
		border-bottom: 1px solid #666
	}

.callout {
	border: thin solid #472;
	background: #efc;
	padding: 5pt;
	caption-side: bottom;
	margin: 5pt 0
}

table.callout td {
	padding: 2pt
}

tr.minimum-met > td {
	color: #472
}

tr.minimum-met + caption {
	display: none
}

tr.minimum-not-met > td {
	color: #724
}

tr.minimum-not-met + caption {
	display: table-row;
	text-align: center
}

.callout:first-child {
	margin-top: 0
}

div.tabbed-fieldsets > fieldset.tab {
	background: #efc
}

form.labeled.calculator legend {
	font-weight: bold;
	font-size: 110%
}

form.labeled.calculator p, form.labeled.calculator label[for] {
	font-size: 115%
}

	form.labeled.calculator p.note {
		font-size: 80%
	}

form.labeled.calculator label[for] {
	display: inline-block;
	width: 80%
}

	form.labeled.calculator label[for] + input, form.labeled.calculator label[for] + select {
		display: inline-block;
		width: 15%
	}

form.labeled.calculator h4 {
	margin-top: 5pt
}

table.weekly-winners > caption {
	border-bottom: 1px solid #bd9
}

div.one-two-three {
	display: flex;
	flex-wrap: nowrap;
	align-content: space-around;
	justify-content: center;
	align-items: center;
	font-size: 3vw;
	margin-bottom: 1em;
	flex-direction: column;
}

	div.one-two-three > div.col {
		flex-basis: 30%;
		flex-grow: 0;
		flex-shrink: 0;
		font: inherit;
	}

	div.one-two-three > div.next {
		flex-basis: 1.25%;
		flex-grow: 0;
		flex-shrink: 0;
	}

		div.one-two-three > div.next > img {
			max-width: 1em;
		}

	div.one-two-three > div > p {
		font: inherit;
	}

		div.one-two-three > div > p.num {
			color: #fff;
			text-align: center;
			font: inherit;
			font-weight: bold;
		}

		div.one-two-three > div > p.img {
			text-align: center;
			background: #fff;
			border-radius: 3em;
			width: 3em;
			height: 3em;
			margin: 0 auto;
			display: flex;
			align-content: center;
			align-items: center;
			justify-content: center;
		}

		div.one-two-three > div.next {
			color: #fff;
			opacity: 0.5;
		}

	div.one-two-three > div > p.txt {
		color: #fff;
		text-align: center;
		font-size: 50%;
	}

@media (orientation: portrait) {
	body#home div#hero > div {
		width: auto;
	}
	#fdc > div, #fs > div {
		flex-wrap: wrap;
	}
	div.one-two-three {
		flex-direction: row;
	}
	div.one-two-three div.next {
		transform: rotateZ(90deg);
	}
}

