@font-face {
    font-family: 'ww_med'; 
    src: url('https://s3-ap-southeast-1.amazonaws.com/giift-retailers/US/windward/ww-med.ttf'); 
}
header, footer { background-color:transparent !important; }
/* Merchant BODY CSS */
body {
	font-family: ww_med;
	background:url('https://s3-ap-southeast-1.amazonaws.com/giift-retailers/US/windward/bg_texture.jpg');
}

section#section {
	background: none;
	/* Will not need to fix width here. */
}

#offer_prepare {
	/* Will not need to fix width here. Just left it editable for other styling purposes */
}

/* General Heading and Total Value CSS */
h5, h4 {
	color: #000;
}
.total_color {
	color: #000;
	font-weight: bold;
}

/* Post Payment Page Heading */
#cancel_message h2, #failure_message h2 {
	color: red;
}
#success_message h2 {
	color: #000;
}

/* General Block Background and Text CSS */
#offer_form .top-border {
	border-color: #ccc;
}
.offer-header-bg {
	background-color: #96b7da;
}
.offer-header-bg h3, .offer-header-bg h2 {
	color: #000;
}
.block_title {
	color: #fff;
	background: #000;
}
.block_container {
	border-color: #000;
	background-color: #fff;
}

/* Upload Button / OR icon CSS */
.select_gc_upload {
	border: solid 1px #609f54;
	background-color: #609f54;
	color: #fff;
}
.or {
	color: #fff;
	background: #609f54;
}

/* Card Value Button CSS */
.value_item {
	border: 1px solid #609f54;
}
.value_item:hover, .value_item:focus {
	color: #fff !important;
	background: #609f54 !important;
}
.value_selector .active, .value_item_selected {
	color: #fff;
	background: #609f54;
}

/* Forward Button CSS */
.btn_checkout {
	background: #609f54;
	color:#fff;
	border-color:#000;
}
.btn_checkout:hover {
	background-color:#999;
	color: #fff;
}

/* Steps Block CSS */
#offer-steps {
	color: #ccc;
	margin-bottom: 15px;
	margin-top: 35px
}
#offer-steps .circle {
	color: #fff;
	background: #ccc;
	z-index: 1;
}
#offer-steps h4 {
	color: #ccc;
}
#offer-steps .selected, #offer-steps .selected h4 {
	color: #609f54;
}
#offer-steps .selected .circle {
	background: #609f54;
}
#offer-steps:after {
	left: 17%;
	z-index: -1;
	width: 67%;
	border-color: #609f54;
}

/*windward-boardshop custom*/
a:link {
	color: #609f54
}
.linkfooter {
	text-align: center;
	font: normal normal normal 13px/1.2em 'open sans', sans-serif;
	color: #aaa;
	padding: 0px 2px;
	margin: 3px 10px 0px 10px;
	text-decoration: none;
}
a:link {
	color: #aaa
}
.promo {
	position: relative;
	text-align: center;
	margin: 0 auto 1em 0;
	text-transform: uppercase;
	padding: .5em 0;
	border-top: solid 1px #3e3a38;
	border-bottom: solid 1px #3e3a38;
}
.promo h4 {
	font-size: 1.2em;
}
header .barbg {
	background: #000;
	width: 100%;
	height: 65px;
	top: 0;
	box-shadow: 0 2px 2px #000;
}