@charset "UTF-8";
.empty:empty {
  margin: 0 !important;
  padding: 0 !important;
}
h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5D5D5D;
}

html, body {
	margin: 0;
	padding: 0;
}

.content {
	padding-bottom: 80px;
}

.add_location_button {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #000000;
	border-radius: 4px;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #1DADD8;
	font-size: x-small;
}
.banner_logo {
	float: left;
	clear: left;
	margin-top: 25px;
}
.button_container {
	position: relative;
	min-height: 75px;
}
.buttons_layout {
	border: 1px solid #000000;
	width: 100px;
	height: 30px;
	font-size: 12px;
	text-decoration: none;
	background-color: #ffcb05;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
}
.buttons_layout:hover, .buttons_layout:active {
  background-color: #333333;
  color: #ffcb05;
}
.buttons_layout:disabled {
  background-color: gray;
  color: black;
}
.buttons_layout_add {
	position: absolute;
	left: 450px;
	top: 15px;
}
.buttons_layout_back {
	position: absolute;
	left: 20px;
}
.page_layout .button_container {
}
.buttons_layout_next {
	position: absolute;
	right: 20px;
}
.checkbox_align {
	vertical-align: text-top;
	margin-bottom: 5px;
}
.creator_1 {
	width: 500px;
	position: absolute;
	left: 224px;
	top: 25px;
	border: thin solid #000000;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	height: 265px;
}

.offersDropdown {
	width: 500px;
}

.clear:after { 
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

#details, #posInstr {
	resize: none;
}

.hide {
	display: none !important;
}

.errorMsg {
	margin-left: 5px;
	background: url('../graphics/error_icon.png');
	height: 18px;
	width: 20px;
}

.addLink > img {
	vertical-align: initial;
}

#newRule,
#newQ {
	width: 350px;
	margin-left: 5px;
	margin-right: 5px;
}

.dynamicItem {
	border: 1px solid black;
	display: table-row;
}

.dynamicItem > div {
	display:table-cell;
	vertical-align:middle;
}

.removeWrapper {
    padding-right: 5px;
}

.colwrapper {
	margin-top: 10px;
}

.windowWrapper > select {
	width: initial !important;
}

.singlecol {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.widecol {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
}

.leftcol {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	height: 400px;
	float: left;
	padding-right: 10px;
}

.leftfull {
	height: 100%;
}

.col1 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	height: 535px;
	float: left;
	padding-right: 13px;
}

.col2 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	height: 535px;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
}

.col3 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	height: 535px;
	float: left;
	padding-left: 13px;
}

.feedbackQs {
	width: 600px;
	margin-left: 200px;
}

.leftfull input:not([type='radio']),
.leftfull select,
.leftfull textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 275px;
}

.singlecol input:not([type='radio']),
.singlecol select,
.singlecol textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 275px;
}

#posType, #posInstr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 275px;
}

.rightcol {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	height: 400px;
	width: 50%;
	float: left;
}

.creator_2a {
	width: 448px;
	height: 310px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: absolute;
	float: left;
	margin-top: 30px;
	border: thin solid #000000;
	left: 0px;
}
.creator_2b {
	width: 448px;
	height: 310px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: absolute; 
	margin-top: 30px;
	border: thin solid #000000;
	right: 0px;
}

.righttop {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50%;
	padding-bottom: 10px;
}

.bottommiddle {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	clear: both;
}

.bottommiddle > * {
	width: 50%;
	margin: 0 auto;
}

.rightbottom {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50%;
	padding-top: 10px;
}

.right1 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30%;
	padding-bottom: 10px;
}

.right2 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.right3 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30%;
	padding-top: 10px;
}

.fields {
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: thin solid black;
}

.fields > * {
	vertical-align: top; //hint.css makes elements inline-block, which shoves other elements down unless they're v-a: top
}

.creator_3a {
	width: 448px;
	height: 124px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: absolute; 
	margin-top: 30px;
	border: thin solid #000000;
	right: 0px;
}
.creator_3b {
	width: 448px;
	height: 124px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: absolute;
	top: 216px;
	border: thin solid #000000;
	right: 0px;
}
.creator_add_button {
	position: absolute;
	bottom: 20px;
	left: 281px;
}
.creator_agree {
	width: 500px;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.creator_buttons {
	position: absolute;
	bottom: 5px;
}
.creator_coupon_icon {
	position: absolute;
	top: 35px;
	right: 75px;
}

.fieldContainer {
	margin-bottom: 10px;
}

.fieldContainer:last-child {
	margin-bottom: 0;
}

.radioWrapper > * {
	margin-top: initial !important;
}

.fieldContainer > input[type="text"], 
.fieldContainer > textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.creator_div > * {
	margin-top: 5px;
	margin-bottom: 5px;
}

.creator_feedback_icon {
	position: absolute;
	top: 15px;
	left: 35px;
}
.creator_freebee_icon {
	position: absolute;
	top: 25px;
	right: 25px;
}
.creator_input {
	float: left;
	margin-left: 10px;
	clear: right;
}
.fieldRight {
	float: left;
	margin-left: 10px;
}
label.fieldRight {
	margin-top: 3px;
}
.labelLeft {
	width: 150px;
	text-align: right;
	float: left;
	margin-top: 3px;
}
.creator_label {
	width: 150px;
	text-align: right;
	float: left;
	clear: left;
	margin-top: 7px;
}
.creator_loyalty_icon {
	position: absolute;
	top: 50px;
	right: 85px;
}
.creator_next_button {
	position: absolute;
	top: 385px;
	right: 25px;
}
.creator_senior_icon {
	position: absolute;
	top: 70px;
	right: 110px;
}
.date_field {
	width: 100px;
}
.dropdown {
	margin-bottom: 10px;
}
.error_message {
	color: #F40E12;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-small;
	vertical-align: top;
	display: none;
}
.errormsg_create {
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0px;
	text-align: center;
	color: #FF0000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	vertical-align: bottom;
	bottom: 5px;
}
.errormsg_next {
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0px;
	text-align: center;
	color: #FF0000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	vertical-align: bottom;
}
.feedback_hint {
/*
	text-align: center;
	margin-bottom: 10px;
	color: #1DADD8;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
*/
	margin: 0 0 10px 10px;
}
.feedback_img {
	position: absolute;
	top: 65px;
}
.feedback_input {
	float: left;
	margin-left: 10px;
	clear: right;
	width: 360px;
	margin-bottom: 20px;
}
.feedback_label {
	width: 90px;
	text-align: right;
	float: left;
	clear: left;
	margin-top: 4px;
	margin-bottom: 20px;
}
.feedback_note {
	font-size: large;
	text-align: left;
	width: 50px;
	position: absolute;
	top: 35px;
	left: 80px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	text-transform: uppercase;
}
.feedback_num {
	font-size: large;
	text-align: center;
	top: 35px;
	position: absolute;
	width: 200px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}

.header {
	max-width: 1000px;
	width: 100%;
	height: 100px;
}	

.footer {
	min-width: 1000px;
	width: 100%;
	position: fixed; 
	bottom: 0px;
	left: 0px;
	background-color: black;
	height: 75px;
}

.footer > div {
	height: 100%;
	line-height: 75px;
	color: white;
	font-size: 12pt;
}
.footer a {
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.footer a:hover, .footer a:active, .footer a:focus {
  color: #ffcb05;
}
.footer ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.footer ul li {
	display: inline;
}
.footer ul li a {
	margin-right: 20px;
}
.footer > .left {
	float: left;
	margin-left: 100px;
}
.footer > .middle {
	text-align: center;
	width: 100%;
}
.footer > .right {
	float: right;
	margin-right: 100px;
}
.hours_button {
	top: 3px;
	left: 245px;
	position: absolute;
}
.hours_button_del {
	position: absolute;
	top: 3px;
	left: 280px;
}
.hours_close {
	top: 5px;
	position: absolute;
	left: 159px;
}
.hours_day {
	position: absolute;
	top: 5px;
	left: 10px;
}
.hours_open {
	position: absolute;
	top: 5px;
	left: 75px;
}
.hours_row {
	position: relative;
}
.info_container {
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	top: 30px;
	left: 350px;
}
.info_container_nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.info_container_nav a {
	width: 90px;
	display: block;
	text-align: center;
	text-transform: capitalize;
	background-color: #B5B5B5;
	color: #000000;
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	float: right;
	margin-left: 10px;
}
.inputlabel {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.interior_scroll {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	overflow-y: auto;
	max-height: 150px;
}
.interior_post1 {
	position: absolute;
	left: 5px;
	bottom: 10px;
}
.interior_post2 {
	position: absolute;
	left: 84px;
	bottom: 10px;
}
.interior_post3 {
	position: absolute;
	right: 5px;
	bottom: 10px;
}
.interior_post_H {
	margin-top: 13px;
}
.level_select_input {
	width: 75px;
	margin-left: 5px;
	margin-right: 20px;
}
.level_select_label {
	margin-top: 3px;
	vertical-align: text-bottom;
}
.location_3columns {
	height: 360px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.location_container1 {
	position: absolute;
	width: 300px;
}
.location_container2 {
	position: absolute;
	top: 35px;
	width: 300px;
	left: 20px;
}
.location_container3 {
	width: 300px;
	position: absolute;
	top: 35px;
	left: 349px;
}
.location_container4 {
	top: 35px;
	position: absolute;
	width: 300px;
	right: 20px;
}
.location_container5 {
	position: absolute;
	right: 1px;
}
.location_radio {
	margin-bottom: 5px;
}
.location_radio_label {
	margin-bottom: 5px;
}
.login_button {
	background-color: #333333;
	color: #ffffff;
	font-style: normal;
	font-variant: small-caps;
	width: 125px;
	height: 30px;
	margin-bottom: 25px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	border: thin solid #333333;
	margin-top: 10px;
	border-radius: 4px;
}
.login_container {
	position: absolute;
	width: 256px;
	padding-left: 20px;
	padding-right: 20px;
	top: 100px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	left: 150px;
	height: 300px;
	padding-top: 25px;
	border: thin solid #aaaaaa;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,203,5,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,203,5,1.00) 100%);
}
.login_input {
	width: 250px;
	margin-bottom: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 15px;
	border-width: 2px;
	font-weight: lighter;
}
.login_label {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu_buttons {
	display: inline-block;
	width: 130px;
	height: 130px;
	text-align: center;
	color: #FFFFFF;
	border-color: #999999;
	border-width: thin;
	border-radius: 4px;
	background-color: #CCCCCC;
	margin-right: 45px;
}
.menu_buttons2x2 {
	margin-right: 80px;
}
.menu_buttons_label {
	width: 130px;
	margin-top: 10px;
	color: #000000;
	text-align: center;
	display: inline-block;
	text-transform: capitalize;
	margin-right: 45px;
}
.menu_buttons_label2x2 {
	margin-right: 80px;
}
.menu_buttons_layout1 {
	margin-left: 260px;
	margin-right: 260px;
	margin-top: 123px;
	margin-bottom: 122px;
}
.menu_buttons_layout2 {
	margin-top: 45px;
	margin-right: 260px;
	margin-bottom: 0px;
	margin-left: 260px;
}
.menu_buttons_layout2x1 {
	margin-top: 123px;
	margin-right: 330px;
	margin-bottom: 122px;
	margin-left: 330px;
}
.menu_buttons_layout2x2 {
	margin-left: 330px;
	margin-top: 45px;
	margin-right: 330px;
}
.merch_nav a {
	width: 16.555%;
	display: block;
	float: left;
	text-align: center;
	text-transform: capitalize;
	background-color: #333333;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 300;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding-top: 10px;
	margin-top: 2px;
	border-right: thin solid #666666;
	height: 25px;
}
.merch_nav a:hover, .merch_nav a:active, .merch_nav a:focus, .merch_nav a.thispage {
  background-color: #ffcb05;
  color: #000000;
  text-decoration: none;
}
.merch_nav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #4d4d4d;
}
.merch_main_page_area {
  width: 1000px;
<!--  position: relative; -->
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.nav_text {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
}
.page_instructions {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	width: 600px;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page_instructions_milestone {
	margin-top: 100px;
	margin-bottom: 61px;
}
.page_layout {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  max-width: 1000px;
}
.pkg_select_button {
  width: 240px;
  /* float: left; */
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  margin-top: 5px;
}
.pkg_select_table {
	font-style: normal;
	font-weight: 400;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	width: 25%;
	/*	 float: left; */
	display: inline-block;
}
.pkg_table {
	border-collapse: collapse;
	border-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
.pkg_title {
  text-align: center;
  font-weight: bold;
}
.pkgoffer_fee {
  color: #0000FF;
  text-align: center;
  font-size: small;
  text-transform: capitalize;
}
.pkgoffer_NA {
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.pkgoffer_reports {
  text-align: center;
  font-weight: bold;
}
.pkgoffer_unlimited {
	color: #009900;
	text-align: center;
	text-transform: capitalize;
	font-size: small;
}
.preview_pane {
	position: absolute;
	right: 20px;
}
.row1_post1 {
	position: absolute;
	top: 35px;
	left: 1px;
}
.row1_post2 {
	position: absolute;
	top: 35px;
	left: 258px;
}
.row1_post3 {
	position: absolute;
	top: 35px;
	right: 258px;
}
.row1_post4 {
	position: absolute;
	top: 35px;
	right: 1px;
}
.row1_post5 {
	position: absolute;
	top: 35px;
	left: 820px;
}
.row2_post1 {
	position: absolute;
	top: 185px;
	left: 25px;
}
.row2_post2 {
	position: absolute;
	top: 185px;
	left: 350px;
}
.row2_post3 {
	position: absolute;
	top: 185px;
	left: 675px;
}
.row2_titles {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	margin-bottom: 7px;
	text-transform: uppercase;
	color: #1DADD8;
}
.row_spacing {
	margin-bottom: 10px;
}
.select_container {
  margin-left:auto;
  margin-right:auto;
  margin-top:3px;
  width:30%;  
}
.select_location_label {
	margin-bottom: 5px;
}
.section1 {
	width: 435px;
	top: 0px;
	border-radius: 4px;
	border: thin solid #000000;
	height: 325px;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	position: absolute;
}
.section2 {
	width: 435px;
	top: 0px;
	border-radius: 4px;
	border: thin solid #000000;
	height: 325px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: absolute;
	right: 0px;
}
.shopper_detail {
	width: 810px;
	position: relative;
	left: 170px;
	border: thin groove #878787;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: 175px;
}
.shopper_info {
	height: 150px;
	position: absolute;
	left: 3px;
}
.shopper_table {
	position: absolute;
	left: 405px;
}
.signup_2columns {
	height: 340px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.signup_3columns {
	height: 340px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.signup_container1 {
	width: 325px;
	position: absolute;
	left: 150px;
	top: 20px;
}
.signup_container1b {
	position: absolute;
	top: 25px;
	width: 300px;
	left: 20px;
}
.signup_container2 {
	position: absolute;
	left: 525px;
	width: 325px;
	top: 20px;
}
.signup_container2b {
	width: 300px;
	position: absolute;
	top: 25px;
	left: 349px;
}
.signup_container3 {
	top: 25px;
	position: absolute;
	width: 300px;
	right: 20px;
}
.sm_number {
	width: 50px;
}
.summary_grid2 {
	width: 200px;
	height: 100px;
	xxborder: thin solid #000000;
	xxborder-radius: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.summary_grid3 {
	width: 268px;
	height: 200px;
	xxborder: thin solid #000000;
	xxborder-radius: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.summary_grid4 {
	width: 60px;
	text-align: center;
}
.summary_titles {
	color: #464545;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 5px;
}
.text_box {
	width: 250px;
	height: 100px;
	margin-bottom: 9px;
}
.title_bar {
	width: 100%;
	height: 100px;
}
.verify_img {
	vertical-align: top;
	margin-left: 5px;
}


/* 2025 fluffy stuff */
.double_field {
    width:443px;
    height:25px;
    display:flex;
}

.double_outer_label {
    vertical-align: top;
    flex:4;
    text-align: left;
    margin-left: 5px;
    font-weight: 600;
}

.double_inner_field {
    display:inline-block;
    flex:7;
}

#referral_code {
    font-weight: 700;
    font-size: large;
}