body {
	overflow-y: scroll;
}

h1 {
	text-align: left;
}

h1,
h2,
h5 {
	/* color: #1775A9; */
	color: #e54343;
	line-height: 1.1em;
}

h3,
h4 {
	color: black;
}

label {
	font-weight: bold;
}

label[for=amount] {
 	font-size: 125%;
	line-height: 2.5em;
	margin-left: 0.5em;
}
label[for=amount] span {
	display: inline-block;
	vertical-align: text-bottom;
}

#amount {
	font-size: 14pt;
	float: left;
}

select,
input[type=text],
textarea {
	margin: 0;
	margin-right: 5px;
	padding: 0.25em;
	font-size: 10pt;
	border: 2px solid #aaa;
}

select {
	background: #fff;
	color: #000;
	min-height: 26px;
	padding-bottom: 0.1em;
	-webkit-border-radius: 0;
}

#onlyInUS {
	margin: 20px 0;
}    
#onlyInUS p {      
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0;	
}
#onlyInUS input{
	position: absolute;
	left: -9999px;
}
#onlyInUS label {
	background: black;
	border: 1px solid #333;
	border-radius: 9px;
	color: white;
	cursor: pointer;
	padding: 8px 14px;
	text-align: center;
}
#onlyInUS p.error {
	border: 3px solid red;
	color: #900;
	margin: 20px 0;
	padding: 20px;
}

.cont_outside {
	margin: 0 auto;
	padding: 0;
	max-width: 62em;
	width: 100%;
}

.control_loc_left,
.control_loc_right {
	background-color: #e54343;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8383', endColorstr='#980000');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8383), to(#980000 80%));
	background-image: -webkit-linear-gradient(top, #ff8383, #980000 80%);
	background-image: -moz-linear-gradient(top, #ff8383, #980000 80%);
	background-image: -o-linear-gradient(top, #ff8383, #980000 80%);
	background-image: linear-gradient(to bottom, #ff7676, #980000 80%);
	border: 3px solid #e54343;
	border-radius: 24px;
	cursor: pointer;
	height: 36px;
	margin-top: 1.5em;
	opacity: 0.75;
	width: 36px;
}

.control_loc_left {
	display: none;
	float: left;
	padding: 0;
}
.control_loc_right {
	float: right;
	padding: 0;
	/* width: 42px; */
}

.control_loc_left img,
.control_loc_right img {
	margin-top: 9px;
}
.control_loc_left img { margin-left: -2px; }
.control_loc_right img { margin-left: 2px; }


.control_loc_left:hover {
	border-left-color: white;
}
.control_loc_right:hover {
	border-right-color: white;
}

.control_loc_left:active,
.control_loc_right:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8383', endColorstr='#980000');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8383), to(#980000 80%));
	background-image: -webkit-linear-gradient(top, #ff8383, #980000 80%);
	background-image: -moz-linear-gradient(top, #ff8383, #980000 80%);
	background-image: -o-linear-gradient(top, #ff8383, #980000 80%);
	background-image: linear-gradient(to bottom, #980000, #ff7676 80%);
}

.control_loc_left img,
.control_loc_right img {
	margin-top: 9px;
}
.control_loc_left img { margin-left: -2px; }
.control_loc_right img { margin-left: 2px; }

/*
.control_loc_left img,
.control_loc_right img {
	cursor: pointer;
	height: 42px;
	margin-top: 1em;
	width: 42px;
}
*/
.bounding-box {
	background-color: white;
	border-radius: 7px;
	float: left;
	padding: 0.5em;
	margin-top: 0.75em;
}

#cart-box {
	max-width: 100%;
	margin-right: 0 !important;
	float: left !important;
}

#content img.carddesign_summary {
	height: 16px;
	vertical-align: middle;
	width: auto;
}

#content img.carddesign_summary:hover {
	border: 4px solid white;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.7);
	height: 120px;
	margin-top: -60px;
	position: absolute;
	width: auto;
}

label.delivery_details {
	border: 1px solid #ffffff;
	clear: both;
   cursor: pointer;
	display: block;
	margin: 0.25em 3px 0 3px;
	/*
	margin-bottom: 0;
   margin-top: 0.25em;
	width: 99%;
	*/
}

label.delivery_details:hover {
	border-color: #e54343;
}

.errorIndicatorSpecial {
	border-color: red;
}

label[generated] {
	display: none;
}

label[generated].errorLabel,
.standardInput label[generated].errorLabel {
	background-color: rgba(224, 64, 64, 0.95);
	border: 2px solid #cc0000;
	border-radius: 0.33em;
	color: white;
	display: block;
	line-height: 1.25em;
	margin-top: 0.25em;
	padding: 0.33em 0.5em;
	position: absolute;
	max-width: 16em;
}

label[for=qga][generated].errorLabel,
.standardInput label[for=qga][generated].errorLabel {
	margin-top: 2.5em;
}

label.errorIndicator::after,
label.errorIndicatorSpecial h3::after,
label[for="amount"].errorIndicator span::after,
.standardInput label.errorIndicator::after {
	background-color: rgba(224, 64, 64, 0.95);
	border-radius: 1em;
	box-shadow 0 1px 4px rgba(0, 0, 0, 0.5);
	color: white;
	content: '!';
	display: inline-block;
	font-family: 'Arial Black', sans-serif;
	font-size: 7pt;
	font-weight: bold;
	float: left;
	margin-right: 0.33em;
	height: 1.8em;
	line-height: 2em;
	padding: 0;
	text-align: center;
	width: 1.75em;
}

label[for="amount"].errorIndicator::after {
	content: none;
}

.successIndicator {
	color: green;
}

div.errors {
	background-color: #ffe6e6;
	border: 2px solid #e03333;
	padding: 1.5em;
	color: black;
	margin: 1em auto;
}

div.errors h5 {
	color: #e03333;
}

/*
.errorLabel {
	color: #cc1919;
	font-weight: normal;
	font-size: 90%;
}
*/

input.errorLabel,
select.errorLabel,
textarea.lengthWarning {
	border: 2px solid #cc1919;
	color: black;
}

textarea.lengthWarning {
	color: red;
}

.helpful_tip {
	-webkit-box-shadow: 0 6px 6px -6px #a9a9a9;
	-moz-box-shadow: 0 6px 6px -6px #a9a9a9;
	box-shadow: 0 6px 6px -6px #a9a9a9;
	padding: 0;
	text-align: left;
	z-index: 1000;
}

.helpful_tip_tip {
	background: #ffffff url('https://giftcards.quickgifts.com/images/inverse_white_tri_small.png') no-repeat scroll -100px 0;
	height: 10px;
}

.helpful_tip a {
	text-decoration: none;
}

.helpful_tip a,
.helpful_tip a:link,
.helpful_tip a:visited,
.helpful_tip a:active {
	font-weight: normal;
}

.helpful_tip p {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 7px 7px 7px 7px;
	font-size: 90%;
	padding: 0.8em 1em;
}

.honeypot {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

td.recstate select {
	width: 140px;
}

td.recfirstname input[type=text] {
	width: 105px;
}

td.reclastname input[type=text] {
	width: 105px;
}

td.reczip input[type=text] {
	width: 80px;
}

.skipforms {
	display: none;
}

.standardInput {
	font-size: 90%;
	margin: 0.5em 0;
	padding: 0.5em 0;
}

.standardInput hr {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.standardInput label {
	color: #666666;
	display: block;
	font-size: 90%;
	padding: 0.25em 0;
}

.standardInput input[type=text] {
	width: 230px;
}

.standardInput select {
	width: 240px;
}

.standardInput textarea {
	margin-right: 0.5em;
	width: 100%;
}

.standardInput input[name=phone] {
	margin-right: 10px;
	width: 120px;
}

.standardInput input[name=extension] {
	width: 60px;
}

.subbutton span {
	padding: 0 1em;
}

.infopage form input[type=submit] {
	border: 0;
	background-color: #e54343;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7676), to(#cb2929));
	background-image: -webkit-linear-gradient(top, #ff7676, #cb2929);
	background-image:    -moz-linear-gradient(top, #ff7676, #cb2929);
	background-image:      -o-linear-gradient(top, #ff7676, #cb2929);
	background-image:         linear-gradient(to bottom, #ff7676, #cb2929);
	background-repeat: no-repeat;
	border-radius: 9px 9px 9px 9px;
	color: white;
	cursor: pointer;
	font-size: 80%;
	font-weight: bold;
	/* padding: 0.5em 1em; */
	padding: 0.6em 0;
	width: 125px;
}

.infopage form input[type=submit]:hover {
	background-color: #ff7676;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa9a9), to(#ff6969));
	background-image: -webkit-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:    -moz-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:      -o-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:         linear-gradient(to bottom, #ffa9a9, #ff6969);
}

#banner {
	width: 16em;
}

#cart-box {
	margin-right: 2em;
}

#content img {
	height: auto;
	width: 514px;
}

#claimForm {
	margin-top: 2em;
}

#claimForm input[type=submit] {
	color: black;
	font-weight: bold;
	padding: 0.4em 1em;
	margin: 0;
}

#content {
	border: 0;
	float: left !important;
	margin-left: 0;
	max-width: 100%;
	padding: 1.5em 0 1.5em 2em;
	width: auto !important;
	}

#zoom_thumb {
	background: white;
	border-radius: 7px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.4);
	display: none;
	margin: -12px 4% 0 4%;
	padding: 2%;
	position: absolute;
	width: 85%;
}

#zoom_thumb img{
	display: block;
	max-width: 100%;
}

#zoom_thumb:after {
	background: #e54343;
	border-radius: 12px 12px 0 0;
	box-shadow: 0 1px 6px rgba(0,0,0,0.4);
	color: #fff;
	content: 'Confirm';
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 16px;
	line-height: 1em;
	opacity: 0.9;
	padding: 12px;
	position: absolute;
		right: 8px;
		top: -36px;
	text-align: center;
	transform: scale(0.8);
	transition: all ease 0.3s;
	width: 60px;
}
#zoom_thum:after:hover {
	opacity: 1;
}

@media screen and (max-width: 668px){
	#page {
		box-sizing: border-box;
		display: block !important;
	}

	#content {
		padding-left: 0;
		width: 100% !important;
	}

	#cart-box {
		text-align: center;
		width: 100%;
	}

	.bounding-box {
		float: none;
	}

	#banner,
	#sidebar,
	#merchant_logo,
	#cart {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
		width: 100% !important;
	}

	#balance_inq_display,
	#balance_inq_display div.bidi {
		box-sizing: border-box;
		left: 0 !important;
		margin: 0 !important;
		max-width: 100% !important;
	}
}

#footer,
#copyright {
	background-color: white;
	text-align: center;
}

a#helpLink {
	background-color: #203645;
	border-radius: 50px;
	box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.4);
	box-sizing: border-box;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 30px;
	font-weight: bolder;
	height: 50px;
	line-height: 1em;
	padding: 12px;
	position: fixed;
		bottom: 10px;
		left: 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	width: 50px;
	z-index: 999;
}
a#helpLink:before {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.4);
	color: #203645;
	content: attr(title);
	display: block;
	font-size: 14px;
	height: 14px;
	line-height: 1em;
	padding: 5px 4px 5px 4px;
	position: absolute;
		left: 0;
		top: -25px;
	text-shadow: none;
	width: 90px;
}
a#helpLink:after {
	border: 12px solid transparent;
	border-top: 14px solid #fff;
	border-bottom: 0;
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	position: absolute;
		left: 13px;
		top: -6px;
	width: 0;
}

#copyright {
	color: #757575;
	font-size: 75%;
	font-weight: bold;
	padding-bottom: 2em;
}

#footer {
	border-top: 1px solid white;
	font-size: 80%;
	padding: 2em;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid #1775A9;
}

#cookieNote {
	background: rgba(0,0,0, 0.8);
	border-top: 3px solid #03d07f;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	display: none;
		align-items: center;
	font-size: 16px;
	line-height: 1.4em;
	padding: 14px 20px 14px 20px;
	position: fixed;
		bottom: 0;
		left: 0;
	width: 100vw;
	z-index: 1000;

	animation: fadein 1s;
  -webkit-animation: fadein 1s;
}

@keyframes fadein {
	from {opacity: 0;	bottom: -200px;}
	to {opacity: 1;	bottom: 0;}
}
@-webkit-keyframes fadein {
	from {opacity: 0;	bottom: -200px;}
	to {opacity: 1;	bottom: 0;}
}

#cookieNote a {
	color: #03d07f;
	text-decoration: underline;
}

#cookieNote button {
  background-color: #03d07f;
  border: 1px solid transparent;
  border-radius: 4px;
	color: #fff;
	display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
	margin: 10px 20px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;

	-ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 768px){
	#cookieNote {
		flex-flow: row wrap;
	}
	#cookieNote>div {
		flex: 1;
		flex-basis: 100%;
		width: 100%;
	}
	#cookieNote button {
		margin: 10px 0;
	}
}

#form_container {
	background: transparent url('https://giftcards.quickgifts.com/images/new_default/personalize_addcard.png') no-repeat scroll -6px 0;
	-webkit-box-shadow: 0 8px 6px -6px #333333;
	-moz-box-shadow: 0 8px 6px -6px #333333;
	box-shadow: 0 8px 6px -6px #333333;
	display: none;
	/* min-height: 790px; */
	left: 0px;
	right:0px;
	margin: 0 auto;
	padding-top: 0px;
	position: absolute;
	top: 0;
	max-width: 580px;
	z-index: 20;
}
.pnContinue a,
.pnSave a {
	border: 0;
	background-color: #e54343;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7676), to(#cb2929));
	background-image: -webkit-linear-gradient(top, #ff7676, #cb2929);
	background-image:    -moz-linear-gradient(top, #ff7676, #cb2929);
	background-image:      -o-linear-gradient(top, #ff7676, #cb2929);
	background-image:         linear-gradient(to bottom, #ff7676, #cb2929);
	background-repeat: no-repeat;
}
.pnContinue a:hover,
.pnSave a:hover {
	background-color: #ff7676;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa9a9), to(#ff6969));
	background-image: -webkit-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:    -moz-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:      -o-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:         linear-gradient(to bottom, #ffa9a9, #ff6969);
}
.pnContinue a:active,
.pnSave a:active {
	background-color: #ff5d5d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6969), to(#ffa9a9));
	background-image: -webkit-linear-gradient(top, #ff6969, #ffa9a9);
	background-image:    -moz-linear-gradient(top, #ff6969, #ffa9a9);
	background-image:      -o-linear-gradient(top, #ff6969, #ffa9a9);
	background-image:         linear-gradient(to bottom, #ff6969, #ffa9a9);
}
#close_form_container,
.pnCancel a,
.pnContinue a,
.pnBack a,
.pnSave a {
	background-color: #aaa;
	border-bottom: 0 !important;
	border-radius: 9px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	min-width: 44px;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
}
.pnCancel a,
.pnBack a {
	margin-left: 2px;
	margin-right: 12px;
}
#close_form_container {
	position: absolute;
		right: 38px;
		top: 240px;		
	z-index: 999;
}
#close_form_container:hover,
.pnCancel a:hover,
.pnBack a:hover,
#close_form_container:active,
.pnCancel a:active,
.pnBack a:active,
#close_form_container:focus,
.pnCancel a:focus,
.pnBack a:focus {
	background-color: #888;
}
.QG_Modal_overlay #modal_feedback_message {
	background-color: rgba(255,255,255,0.9); 
	border-radius: 8px;
	font-size: 18px; 
	line-height: 1.3em;
	margin: 20vh auto; 
	max-width: 400px;
	padding: 12px;
	position: relative;
	text-align: center; 
}
#modal_feedback_message p {
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
a#modal_feedback_back,
a#modal_feedback_continue {
	background: #ccc;
	border: 1px solid #777;
	border-radius: 6px;
	color: #000; 
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 12px 0 0;
	padding: 4px 20px;
	text-decoration: none;
}
a#modal_feedback_back:after {
	background: rgba(0,0,0,0.1);
	border-radius: 20px;
	color: #333;
	content: 'X';
	font-size: 16px;
	font-weight: 100;
	height: 20px;
	padding: 3px 8px 4px;
	position: absolute;
		right: 6px;
		top: 6px;
	text-align: center;
	width: 12px;
}
a#modal_feedback_continue {
	background: #000;
	color: #fff;
	float: right;
}
a#modal_feedback_continue:hover {
	background: #222;
}
#modal_feedback_message br {
	clear: both;
	display: block;
}
#selectCardType {
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.7em;
	margin-bottom: 18px;
	padding-top: 14px;
	position: relative;
	text-align: center;
}
#selectCardType:after {
	border: 10px solid transparent;
	border-top: 10px solid #000;
	content: '';
	display: block;
	height: 0;
	position: absolute;
		bottom: -21px;
		left: calc(50% - 10px);
	width: 0;
	animation: bounceIn 1s 1s ease forwards;
}
@keyframes bounceIn {
	0, 100% { bottom: 0 }
	20% { bottom: -17px; }
	40% { bottom: -27px; }
	60% { bottom: -17px; }
	80% { bottom: -27px; }
}
a.cart_checkout.selectCardTypes {
	background: linear-gradient(0deg,rgba(0,0,0,0.1),transparent 100%);
	border: 1px solid #777; 
	border-radius: 8px;
	box-shadow: 0 6px 8px -6px #333333, inset 0 0 0 1px white, inset 0 0 3px white;
	color: #222;
	display:block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 8px auto;
	max-width: 160px;
	padding: 8px 8px 8px 60px; 
	position: relative;
	text-align: left;
	text-decoration: none;
}
a.cart_checkout.selectCardTypes:hover,
a.cart_checkout.selectCardTypes:focus,
a.cart_checkout.selectCardTypes:hover b,
a.cart_checkout.selectCardTypes:focus b {
	background: #e54343;
	color: #fff;
	text-shadow: 0 0 2px #e54343;
}
a.cart_checkout.selectCardTypes b {
	color: #e54343;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 1px;
}
a.selectCardTypes i {
	position: absolute;
		left: 1px;
		top: 4px;
}
a.selectCardTypes.multiple_recipients i{
	left: -5px;
	top: -5px;
}
a.selectCardTypes.multiple_recipients i:nth-child(2){
	left: 13px;
}
a.selectCardTypes.multiple_recipients i:nth-child(3){	
	top: 16px;
}
a.selectCardTypes.multiple_recipients i:nth-child(4){
	left: 13px;
	top: 16px;
}
a.selectCardTypes.multiple_contributors i {	
	left: -12px;
	top: -2px;
}
a.selectCardTypes i:before,
a.selectCardTypes i:after {
	background: #e54343;
	border-radius: 12px;
	box-shadow: 0 0 0 1px #fff, 0 8px 0 2px #e54343, 0 8px 0 3px #fff;
	content: '';
	height: 5px;
	position: absolute;
		left: 26px;
		top: 10px;
	width: 5px;
}
a.selectCardTypes i:after {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 1px #e54343, 0 0 0 2px #fff;
	height: 9px;
	left: 22px;
	top: 21px;
	width: 13px;
}
a.selectCardTypes.multiple_recipients i:before,
a.selectCardTypes.multiple_recipients i:after {
	box-shadow: 0 0 0 1px #fff, 0 7px 0 2px #e54343, 0 7px 0 3px #fff;
	height: 4px;
	left: 24px;
	width: 4px;
}
a.selectCardTypes.multiple_recipients i:after {
	box-shadow: 0 0 0 1px #e54343, 0 0 0 2px #fff;
	height: 8px;
	left: 20px;
	top: 20px;
	width: 12px;	
}
a.selectCardTypes.multiple_contributors i:before{
	box-shadow: 0 0 0 1px #fff, 0 7px 0 2px #e54343, 0 7px 0 3px #fff,
	9px 0 0 #e54343, 9px 0 0 1px #fff, 9px 7px 0 2px #e54343, 9px 7px 0 3px #fff, 
	18px 0 0 #e54343, 18px 0 0 1px #fff, 18px 7px 0 2px #e54343, 18px 7px 0 3px #fff, 
	27px 0 0 #e54343, 27px 0 0 1px #fff, 27px 7px 0 2px #e54343, 27px 7px 0 3px #fff;
	height: 4px;
	width: 4px;
}
a.selectCardTypes.multiple_contributors i:after{
	border-radius: 3px;
	box-shadow: 0 0 0 1px #e54343, 0 0 0 2px #fff;
	height: 23px;
	left: 23px;
	top: 20px;
	width: 37px;
}
@media screen and (max-width: 668px){
	#banner[data-heading]:before{
		color: #e54343;
		content: attr(data-heading);
		display: block;
		font-size: 16px;
		font-weight: bolder;
		line-height: 1.2em;
		margin: 12px auto 4px;
	}
	#content h1#home_h1 {
		display: none;
	}
}

@media screen and (max-width: 580px){
	#form_container {
		background: #fff;
	}
	#form_container #lightbox_content {
		padding-top: 10px;
	}
	#form_container #lightbox_content .heading h2 {
		position: relative;
		margin-top: 20px;
	}
	#form_container #lightbox_content .heading img {
		float: none;
		max-width: 300px;
		text-align: center;
	}
	#close_form_container {
    border-radius: 8px;
		right: 24px;
    padding: 4px 12px;
		top: 26px;
	}	
}

#locations {
	border: 0;
	border-top: 1px solid rgba(255,255,255,0.25);
	/*
	background-color: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#efefef));
	background-image: -webkit-linear-gradient(top, #DDDDDD, #efefef);
	background-image:    -moz-linear-gradient(top, #DDDDDD, #efefef);
	background-image:      -o-linear-gradient(top, #DDDDDD, #efefef);
	background-image:         linear-gradient(to bottom, #DDDDDD, #efefef);
	background-repeat: no-repeat;
	*/
	/*
	border-bottom: 1px solid #e54343;
	border-top: 1px solid #e54343;
	*/
	/* background-color: #1775A9; */
	color: black;
	clear: both;
	font-size: 80%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#locations {
	/* background-color: rgba(255,255,255,0.75); */
	background-color: rgba(0,0,0,0.75);
	color: rgba(220,220,220,1);
}

#locations h2 {
	color: white;
	margin-bottom: 0.75em;
	text-align: center;
}

#balance_inq_display #locations {
	position: relative;
		left: -34px;
	width: calc(100% + 4em);
}

#footer ul,
#locations ul {
	border: 0;
	display: inline-block;
	min-width: 1em;
	text-align: left;
}

#locations ul li {
	border-right: 1px solid #e54343;
	padding: 0.5em 2em;
}

#locations ul li.last-child {
	border-right: 0;
}

#locations ul li strong {
	color: #e54343;
}

#locations #locationsScroll {
	border: 0;
	overflow: hidden;
	/*
	overflow-x: scroll;
	overflow-y: hidden;
	*/
	text-align: left;
	margin: 0 5em;
}

#locations #locationsScroll ul {
	height: 8.25em;
}

#locations #locationsScroll ul li{
	height: 6em;
	overflow: visible;
	width: 12em;
}

#locations .innerloc {
	margin: 0 auto;
	width: 74.5em;
	max-width: 100%;
}

#merchant_logo {
	float: left;
	padding-top: 14px;
	text-align: center;
	width: 16em;
}

#merchant_logo img {
	max-width: 100%;
}

#groupGift {
	background: #fff;
	border: 1px solid #999;
	border-radius: 8px;
	margin: 40px 0 0 0;
	padding: 18px 1em;
	text-align: center;
	width: 14em;
}

#groupGift a {
	background-color: #e54343;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7676), to(#cb2929));
	background-image: -webkit-linear-gradient(top, #ff7676, #cb2929);
	background-image:    -moz-linear-gradient(top, #ff7676, #cb2929);
	background-image:      -o-linear-gradient(top, #ff7676, #cb2929);
	background-image:         linear-gradient(to bottom, #ff7676, #cb2929);
	/*border: 1px solid #333;*/
	border: 0;
	border-radius: 9px;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bolder;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	margin: 10px auto 0 auto;
	width: 130px;
}

#groupGift a:hover {
	background-color: #ff7676;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa9a9), to(#ff6969));
	background-image: -webkit-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:    -moz-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:      -o-linear-gradient(top, #ffa9a9, #ff6969);
	background-image:         linear-gradient(to bottom, #ffa9a9, #ff6969);
}

#page {
	background-color: rgba(255,255,255,0.9);
	border: 0;
	/* border-bottom: 1px solid #4f4f4f; */
	border-radius: 9px 9px 0 0;
	-webkit-box-shadow: 0 8px 6px -6px #4f4f4f;
	-moz-box-shadow: 0 8px 6px -6px #4f4f4f;
	box-shadow: 0 8px 6px -6px #4f4f4f;
	/*margin: 0 2.5em;*/
	display: flex;
	overflow: hidden;
	padding: 1em 2em;
	position: relative;
}

#promo_box {
	border: 1px solid #e54343;
	border-radius: 9px 9px 9px 9px;
	color: #474747;
	font-size: 90%;
	margin: 0;
	margin-bottom: 1.25em;
	padding: 1em;
}

#promo_box strong {
	color: #e54343;
}

#product_placement {
	/* border-top: 1px solid #efefef; */
	/* border-bottom: 1px solid #2cc0f2; */
	background-color: white;
	border-radius: 7px;
	margin: 0;
	margin-top: 0.5em;
	padding-top: 0.25em;
	text-align: center;
	overflow: hidden;
}

#product_placement img {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

#poweredby {
	display: none;
	color: #666;
	font-size: 90%;
	font-weight: bold;
	margin-top: 1em;
	text-align: center;
}

#poweredby span {
	background: url('https://onelink.quickgifts.com/images/icon_qg.gif') no-repeat 0.3em center;
	color: #1775A9;
	padding-left: 2em;
}

#sidebar,
#errors {
	/*
	float: left;
	*/
	clear: left;
	margin-top: 2em;
	padding: 1em;
	text-align: center;
	width: 14em;
}

#errors p {
	padding-bottom: 0.5em;
	text-align: left;
}

/*
#sidebar {
	border: 1px solid #e54343;
	-webkit-box-shadow: 0 6px 8px -6px #333333;
	-moz-box-shadow: 0 6px 8px -6px #333333;
	box-shadow: 0 6px 8px -6px #333333;
}
*/

#social {
	background-color: rgba(255,255,255,0.4);
	border: 0;
	border-radius: 9px 0 0 9px;
	clear: both;
	float: right;
	margin-left: 3px;
	padding: 10px 10px 10px 4px;
	position: fixed;
		right: 0;
		top: 40px;
	text-align: center;
	width: auto;
	z-index: 999;
}

#social img {
	border-radius: 4px;
	clear: both;
	float: left;
	margin: 0.25em 0.5em;
	overflow: hidden;
	position: relative;
		left: 0;
	transition: all ease 0.3s;
	width: 100%;
}

#social a {
	height: 40px;
	margin-right: 8px;
	width: 40px;
	display: block;
}

#social img:hover {
	left:-6px;
}

.skiplink {
	position: absolute;
	left: -9999px;
}

@media screen and (max-width: 1030px){	
	#merchant_logo {
		padding: 14px 0;
	}
	#social {
		border-radius: 0;
		display: block;
		float: none;
		margin-left: 0;
		padding: 4px 10px 4px 4px;
		pointer-events: none;
		position: relative;
			right: 0;
			left: 0;
			top: 0;
	}
	#social a {
		display: inline-block;
		height: 36px;
		margin-bottom: 4px;
		pointer-events: initial;
		width: 36px;
	}
	#social img:hover {
		left: 0;
	}
	#footer {
		padding-bottom: 5em;
	}
	#footer ul.horiz {
		text-align: center;
	}
	#footer ul.horiz li {
		display: inline-block;
		float: none;
		padding: 0.25em 1em;
		text-align: center;
	}
}

@media screen and (max-width: 925px){
	#social {
		right: 10px;
	}
}

@media screen and (max-width: 548px){
	.helpful_tip_tip {
		background: none;
	}
}

#send {
	background: white;
	border: 1px solid #e54343;
	display: none;
	font-size: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 31em;
	padding: 2em;
	position: absolute;
		left: 1px;
		right: 1px;
		top: 100px;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#send p {
	margin-bottom: 1em;
}

#send ul {
	list-style: none;
}

#send .close_wl {
	text-align: center;
}

#social div {
	text-align: center;
}

#submitconf {
	background-color: transparent;
	border: 2px solid #e54343;
	padding: 1em;
}

#submitconf h3 {
	color: #e54343;
}

#submitconf.state2 {
	background-color: #ffc3c3;
	color: black;
}

#termsandconditions {
	border-top: 1px solid #2cc0f2;
	color: #999999;
	font-size: 75%;
	padding-top: 1em;
}

#balance_inq_display {
	background: white;
	border: 1px solid #e54343;
	display: none;
	/* height: 95%; */
	left: 50%;
	/* margin-left: -45%; */
	margin-left: -36.5em;
	margin-top: -1em;
	/* min-height: 400px; */
	/* min-width: 66em; */
	padding: 2em;
	position: absolute;
	/* position: fixed; *//* for those that support it */
	top: 0%;
	/* width: 85%; */
	width: 66em;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#balance_inq_display div.bidi {
	margin: 0.5em auto;
	text-align: center;
	width: 64em;
}

#balance_inq_display div.ea {
	margin-top: 1em;
	text-align: center;
}

/*
#balance_inq_display div.control_loc_left,
#balance_inq_display div.control_loc_right {
	width: 42px;
}
*/

#balance_inq_display h3 {
	color: #e54343;
	margin-top: 2em;
	text-align: center;
}

#balance_inq_display p {
	margin: 1em 0;
	text-align: center;
}

#balance_inq_display span {
	padding: 0 1em;
}

#qgbalancecheck {
	margin: 2em auto;
	width: 304px;
}

#qgbalancecheck label {
	color: #777777;
	display: block;
	font-size: 80%;
	text-align: left;
	text-transform: uppercase;
}

#qgbalancecheck input[type=text] {
	width: 291px;
}

#qgbalancecheck div.g-recaptcha div:first-child {
	margin: auto;
}

#showbalance {
	color: black;
	margin: 1em auto;
}

#lightbox_content #packaging_custom.focused {
	outline-width: 2px;
	outline-style: solid;
	outline-color: Highlight;
}


div.delivery_option label.delivery_details.focused {
	outline-width: 2px;
	outline-style: solid;
	outline-color: Highlight;
}
