@charset "UTF-8";
/* CSS Document */
/*Forms*/
/*Reset form styles*/
#content input[type="text"]:focus, #content input[type="email"]:focus,  #content input[type="password"]:focus, textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: none;
    border: 1px solid #999;
}
#content input[type="text"], #content input[type="email"],  #content input[type="password"], textarea {
  box-shadow: none;
	font-size:1em;
	margin-bottom:0;
}/*parsley-error-Commented the line for gift card alignment overlay Issue*/
[class*="_field_column"] + [class*="_field_column"]:last-child {
    float: none;
}
input[type="text"],input[type="password"],input[type="date"],input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="password"], textarea {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    height: 2.3125em;
    padding: 0.5em;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}
#content input[type="text"], #content input[type="email"], #content input[type="password"], #content textarea {
    box-shadow: none;
    font-size: 1em;
    margin-bottom: 0;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    box-shadow: none;
    font-size: 1em;
    margin-bottom: 0;
}
.overlay_popup *, .overlay_popup *:before, .overlay_popup *:after {
    box-sizing: border-box;
}
.form_valid fieldset {
    border: medium none;
    padding: 0;
}
/*End reset*/


form .form_note{font-size:.875em; color:#767676; margin:0 0 5px 2px;}
._field_spacer {margin-bottom:26px;}
._field_spacer._last_row{margin-bottom:17px;}

#content .parsley-error input[type="text"], #content .parsley-error input[type="password"], .parsley-error input[type="password"], #content .parsley-error input[type="email"],#content .parsley-error .selectboxit-btn, #content .parsley-error textarea {border: 1px solid #ff0000;}
#content .gift_default .parsley-error input[type="text"], #content .gift_default .parsley-error input[type="password"], .gift_default .parsley-error input[type="password"], #content .gift_default .parsley-error input[type="email"],#content .gift_default .parsley-error .selectboxit-btn, #content .gift_default .parsley-error textarea {border: 1px solid #c60f13;}

label, .form_valid label{height:20px; font-size:1em;margin-bottom: 0;line-height:1em; display:block; color:#000;}

.parsley-errors-list.filled {
    background: none repeat scroll 0 0 #F7D7D7;
    list-style: none outside none;
    padding: 10px;
	line-height: 1.6;
}
.parsley-errors-list li {
    background: url("../img/alert.png") no-repeat scroll 0 0;
    color: #FF0000;
    font-size: 0.875em;
    padding-left: 30px;
}
.parsley-error label {
    background: url("../img/alert_15x15.png") no-repeat scroll 0 0;
    padding-left: 20px;
	color: #FF0000;	
}

.ext_field {display:none;}

.show_additional_field {
    background: url("../img/icons3.1.png") no-repeat scroll 0 3px;
    color: #0096D6;
    cursor: pointer;
    font-size: 1em;
    padding-left: 20px;
	margin-left:3px;
	margin-bottom:14px;
}
.show_additional_field:hover {color:#006699;}
.show_additional_field.closed {
    background: url("../img/icons3.1.png") no-repeat scroll 0 -17px;
}

/*boxit*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width:100%;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
/*	font-weight:100;
*/  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 100%; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 37px; /* Height of the drop down */
  line-height: 37px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width:82%;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    left: -20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 18%;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  background:#fff;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
    background: url("../img/selectbox-default.png") no-repeat scroll left center;
    height: 21px;
    width: 32px;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #5a5a5a;
  border-top:none;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0096d6;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}


.selectboxit-option {
    border-top: 1px solid #CCCCCC;
	
}
.selectboxit-hover {
	border:solid 1px #5a5a5a;
	}
.selectboxit-open {
	border-top:solid 1px #5a5a5a;
	border-left:solid 1px #5a5a5a;
	border-right:solid 1px #5a5a5a;
	border-bottom:none;
}
.disabled a.bluebtn, .disabled a.redbtn {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
}
input:focus, textarea:focus{outline:none;}
.parsley-error input[type="text"], .parsley-error input[type="email"], .parsley-error .selectboxit-btn, .parsley-error textarea {
    border: 1px solid #ff0000;
}

/*footer*/
#get_latest_deals .sign_up_section .latestDealsemail {
    display: inline;
}

#get_latest_deals h2  {
    font-family: "HPSimplified",arial;
	font-size: 1.6875em;
    font-weight: bold;
    line-height: 1.2125em;
    margin-bottom: 0.5em;
    margin-top: 0.2em;	
}

@media only screen and (min-width: 496px){
	.header .searchBox { box-sizing: content-box; }
}