/**************
* COLORS ******
*
* Body Text:      #666;
* Yellow:       #d9bc46;
* Gray:       #cac9c5;
* Light-Gray-Blue:  #e3e7f0;
* Light-Gray:     #efefef;fdisc
* Green:        #32a43a;
* Green-Hover:    #259b2d;
* White:        #ffffff;
*/
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700,600);

body {
  color: #666;
  background-color: #ffffff;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

body::after {
  content: "";
  background: url('../images/bg.jpg') no-repeat left top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;

}

body.contentonly::after {background: none}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #2b72c3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
}
h2.sub {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 400;
}
.logo a {
  text-decoration: none;
}
/** cv - 091217  **/
.header-footer-titles{margin: 0.8em;}
/**********************************************
******************* GRID **********************
**********************************************/
.full {
  width: 100%;
  float: none;
  clear: both;
  overflow: hidden;
  position: relative;
  /**  cv:decrease spacing  margin-bottom: 24px; **/
}
.half {
  width: 50%;
  float: left;
  position: relative;
}
.sm,
.md,
.lg,
.xl {
  margin-bottom: 8px;
  padding-left: 1%;
  padding-right: 1%;
}
.inline {
  float: left;
}
.xl {
  width: 98%;
}
.lg {
  width: 74%;
}
.md {
  width: 48%;
}
.sm {
  width: 21%;
}
.marbot-5 {
  margin-bottom: 5px;
}
/*********************
**** FORM STYLES *****
*********************/
input, select {
  outline: none;
  height: 38px;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
input[type='radio'] {
  background-color: #333;
  border: 1px solid #333;
}
select {
  -webkit-appearance: none;
}
input.error, select.error {
  background: #fbc759;
  border-color: #fb5207;
}
/* ===== jQuery UI Select Element Styling ===== */
.ui-widget-content {
  color: #324a6e;
}
/*.ui-state-default .ui-icon,
.ui-icon, .ui-widget-content .ui-icon {
  background: url('../images/select-arrow.png') no-repeat;
  background-size: 14px;
  background-position-y: 4px;
}*/
.ui-selectmenu-button {
  width: 100% !important;
  height: 32px;
  outline: none;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 7px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  /*
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  */
}
.ui-selectmenu-menu .ui-menu {
  max-height: 350px !important;
}
.ui-menu .ui-menu-item {
  font-size: 14px;
  color: #222222 !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
 .ui-widget-header .ui-state-focus {
  background: #e3e3e3;
  color: #666;
 }
/* ==== END jQuery UI Select Element Styling ==== */
input[type="text"], input[type="tel"], input[type="number"], input[type="email"] {
  text-indent: 7px;
}
input:focus, select:focus {
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}
input[type="radio"], input[type="checkbox"] {
  height: auto;
}
.submit-button input[type="checkbox"] {
	margin-right: 0.5em;	
}
.submit-button label {
	font-size:14px;
}
.box-cta input {
  width: 100%;
  float: left;
  margin: 0;
  box-sizing: border-box;
  height: 44px;
}
.box-cta input[type="text"] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 2px;
  line-height: 38px;
  background: #fff;
  outline: none;
}
ul.options-list .options-cta .button {
  padding: 0 12px;
  margin-top: 5px;
  letter-spacing: 1px;
  font-size: 17px;
}
select {
  width: 100%;
}
/* jQuery UI Date Picker Styles */
.date-picker label {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 27px;
  cursor: pointer;
}
.date-picker img {
  position: absolute;
  width: 26px;
  top: 4px;
  left: 6px;
}
.date-picker input[type="text"].hasDatepicker {
  background-color: #ffffff;
  cursor: pointer;
  max-width: 100px;
  padding-left: 32px;
  border: 0;
  box-shadow: none;
}
.date-picker input[type="text"].hasDatepicker::-webkit-input-placeholder {
   color: #324a6e;
}
.date-picker input[type="text"].hasDatepicker:-moz-placeholder {
   color: #324a6e;
}
.date-picker input[type="text"].hasDatepicker::-moz-placeholder {
   color: #324a6e;
}
.date-picker input[type="text"].hasDatepicker:-ms-input-placeholder {
   color: #324a6e;
}
.ui-widget {
  font-family: 'Montserrat', sans-serif;
}
.ui-widget-header {
  background-color: #555555;
    background: #555555;
    border: none;
    color: #ffffff;
    font-weight: bold;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
    background: url('../images/arrow-prev.png') no-repeat !important;
    background-size: 14px !important;
    background-position: 0 1px !important;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background: url('../images/arrow-next.png') no-repeat !important;
    background-size: 14px !important;
    background-position: 2px 1px !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 4px;
    width: 28px;
    height: 28px;
    background: #efefef;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 4px;
  background: #ffffff !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  /*border: 1px solid #D3D3D3;
  background-color: #efefef;
  box-shadow: none;
*/
  background-image: none;
  background-color: #efefef;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  background: #efefef;
  border: 1px solid #666;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #ffffff;
  color: #222222;
  border: 1px solid #666;
}
/* END jQuery UI Date Picker Styles */

/*********************
* GENERAL STYLES *****
*********************/
.wrapper {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.general-width {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.clearfix {
  float: none;
  clear: both;
}
.label {
    width:20%;
    display: inline-block;
}
header, .header, .main-header {
  text-transform: uppercase;
  position: relative;
}
.main-header {
  border-bottom-width: 3px ;
  border-bottom-style: solid;
  padding-bottom: 3px;
  margin-bottom: 70px;
}

.header-inner {
  padding: 30px 20px;
}
.main-header.banner {
  margin-bottom: 0;
}
.main-header.banner .header-inner{
  padding: 0;
}
.copyright {
  text-align: center;
  margin: 80px auto;
}

/***********************************************
*************** START PAGE *********************
***********************************************/

h1.select-title {
  font-size: 26px;
  text-align: center;
  padding: 0 20px;
  margin: 30px auto 20px auto;
}

.boxes {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}

.box {
  position: relative;
  padding: 30px 20px 110px 20px;
  overflow: hidden;
  float: left;
  width: 30%;
  margin: 1%;
}

.boxes.double .box {
  width: 46%;
}
> article {
  padding: 0 20px;
  overflow: hidden;
}

.close {
  display: none;
}

.box header h2 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.box header img {
  display: block;
  margin: 5px auto;
}

ul {
  list-style-type: none;
  overflow: hidden;
}

li {
  padding: 5px;
  overflow: hidden;
}

.box .box-list {
  padding: 5px;
  margin-bottom: 0;
}

.box .box-list li {
  border-bottom: 2px solid #efefef;
  padding: 15px 20px;
  overflow: hidden;
  position: relative;
  min-height: 20px;
  background-image: none;
}
.box .box-list li:last-child {
  margin-bottom: 10px;
}

.box .box-list li:last-child {
  border-bottom: none;
}

.box-cta h4 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px;
}

.box-cta {
  position: absolute;
  bottom: 30px;
  left: 10%;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 80%;
}

.box-cta  input[type="text"].snug {
  width: 70%;
  border-right: none;
  margin-left: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
.box-cta .loose {
  width: 60%;
  margin-right: 1%;
}
.box-cta input[type="text"].snug.pair, .box-cta .loose.pair  {
  width: 30%;
}
.box-cta input[type="text"].snug.midlength, .box-cta .loose.midlength  {
  width: 45%;
}


.button {
  color: #ffffff;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  line-height: 42px;
  height: 44px;
  font-family: 'Montserrat', sans-serif;
}
a.button {
  display: inline-block;
  width: 99%;
  max-width: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover,
.button:focus,
.button:active {
  border-width: 1px;
  border-style: solid;
}

.box-cta .button.cap {
  width: 30%;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
}
.box-cta .button.cap.short,
.single .box-cta .button.cap.short {
  width: 24%;
}
.box footer {
  display: none;
}

.box footer h2 {
  text-transform: uppercase;
}

/**********************************************
********* DELIVERY OPTIONS PAGE ***************
**********************************************/

.options {
  width: 100%;
  max-width: 900px;
  padding: 0;
  margin: 0 auto;
  margin-top: 1em; /* kjl change */
  background-color: #ffffff;
}
.options .title-box {
  position: relative;
}
ul.options-list {
  clear:both;
  margin: 40px auto;
  padding: 0 15px;
  max-width: 780px;
}
ul.options-list li {
  padding: 0;
  padding-left: 100px;
  padding-right: 10px;
  position: relative;
}
ul.options-list li > div {
  border-bottom: 2px solid #efefef;
  padding-left: 0;
  padding: 15px 10px 15px 20px;
  overflow: hidden;
}
ul.options-list li:last-child > div {
  border-bottom: none;
}
ul.options-list img.options-icon {
  position: absolute;
  left: 20px;
  top: 22px;
}
ul.options-list .option-outer {
  position: relative;
  padding-right: 160px;
}
ul.options-list .options-text {
  float: left;
  line-height: 25px;
}

ul.options-list .options-text h2 {
  margin: 0;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

ul.options-list .options-cta {
  width: 138px;
  position: absolute;
  right: 0px;
  top: 12px;
}

/**********************************************
*************** CHECKOUT PAGE *****************
**********************************************/
.payment-label {
  float: left;
  /* width: 240px; */
  font-size: 14px;
}

.pay-helpers {
  clear: both;
}
.ez-pay {
  float: left;
  overflow: hidden;
  text-align: left;
  margin: 0px;
}


.cc-logos {
  clear: none;
  margin: 0 0 10px 0px;
  float: none;
  overflow: hidden;
}
.cc-logos ul {
  margin: 0;
}
.cc-logos ul li {
  width: auto;
  max-width: 25%;
  float: left;
  padding: 0;
  margin: 0;
}

.checkout .tooltip a.tip {
  background-color: #324a6e;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.checkout-form input[type="radio"] {
  margin: 5px 5px 5px 0;
  float: left;
}

.checkout-form header span {
  display: block;
  float: left;
  margin-top: -8px;
  margin-right: 20px;
  height: 40px;
  width: 40px;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.checkout-form h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  letter-spacing: normal;
  margin-bottom: 5px;
  margin-top: 5px;
}
.checkout a.tip {
  font-size: 14px;
  display: inline-block;
  padding: 0 25px 0 0px; /**cvf:0912417:Removed left padding **/
}
.checkout input[type="text"], .checkout input[type="number"], .checkout input[type="tel"], .checkout input[type="email"] {
  height: 32px;
  width: 98%;
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Then Style */
  border-radius: 5px;
  border: 1px solid #666;
  padding: 0;
  line-height: 38px;
  background: #efefef;
  outline: none;
}

.checkout input[type=number]::-webkit-inner-spin-button, 
.checkout input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0; /* Removes leftover margin */
}

.checkout select {
  height: 36px;
}

.checkout input[type="text"],.checkout input[type="email"],.checkout input[type="number"], .checkout input[type="tel"],
.checkout select {
  padding: 0;

  background-color: #efefef;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid #DDD;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}

.checkout input[type="text"]:focus,
.checkout input[type="email"]:focus,
.checkout input[type="number"]:focus,
.checkout input[type="tel"]:focus,
.checkout select:focus {
  background-color: #ffffff ;
  border: 1px solid #222;
}
.checkout input.error, .checkout select.error {
  background: #fae395;
}


.title-box .heading-title-text {
  overflow: hidden;
}

.date-picker input[type="text"] {
  padding-left: 32px;
  max-width: 115px;
}

.checkout ul {
  padding: 0;
}
.checkout ul li {
  box-sizing: border-box;
}

/*************************************************/
/********** CHECKOUT OPTIONS *********************/
/*************************************************/

.checkout-opt,
.checkout-opt * {
  box-sizing: border-box;
 /* font-family: 'Open Sans', sans-serif; */
}
.checkout-opt {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  clear: both;
}

.checkout-opt ul {
  width: 100%;
  background-color: #efefef;
  margin: 0 auto 8px auto;
  position: relative;
  overflow: hidden;
  color: #4677ae; /*--blue --*/
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}

.checkout-opt ul:hover, .checkout-opt ul:active {
  background-color: #e7eef3;
}

.checkout-opt ul:last-child {
  margin: 0 auto;
}
/* kjl
.checkout-opt ul label {
  position: absolute;
  top: 15px;
  left: 15px;
}
*/


.checkout-opt ul li {
  float: left;
  padding: 12px;
  border-right: 2px solid #fff;
  line-height: 1.1;
}
.checkout-opt ul li.checkbox {
	border-right:none ;
	border-top:0;
	width:72px;
}

.checkout-opt ul li.dur {
  width: 45%;
}
.checkout-opt ul li.price {
  /*width: 27%;*/
  width:230px;
  font-size: 30px;
  text-align:center;
}
.checkout-opt ul li.total-price {
  border-right: none;
  /*width: 18%;*/
  width:155px;
  font-size: 30px;
  font-weight: 600;
  padding-left: 15px;
  text-align:center;
}
.show-for-desktop {
  display: block !important;
}
.hide-for-desktop {
  display: none !important;
}
/* kjl-2018Jan4 .checkout-opt ul li.dur,
.checkout-opt ul li.price ,
.checkout-opt ul li.total-price {
   height: 85px;
}
*/
.checkout-opt ul li.dur div,
.checkout-opt ul li.price div {
  float: left;
  font-weight: 600;
  padding: 0 5px;
  width: 55%;
}
.checkout-opt ul li.price > div:last-child {
  width: 45%;
}
.checkout-opt ul li.dur > div:first-child {
  /*padding-left: 18%;*/
  width: 35%;
  line-height: 0.9;
  font-size: 42px;
  text-align: center;
}
.checkout-opt ul.no-discount li.price > div:last-child {
  display: none;
}
.checkout-opt ul li.dur > div:last-child {
  width: 65%;
  padding-left:8%;
}
.checkout-opt ul li.dur div:first-child span {
  padding-top: 7px;
  font-weight:400;
  text-align:center;
}
.checkout-opt ul li.dur span.type {
  position: relative;
  padding: 4px 44px 4px 0;
  display: inline-block;

}
.checkout-opt ul li.dur span.type:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 19px;
  height: 17px;
  background: url(../images/delivery-icons.png) no-repeat;
  background-position: 0 -22px;
}
.checkout-opt ul li.dur span.type.print-only:after {
}
.checkout-opt ul li.dur span.type.digital:after {
  width: 21px;
  background-position: 0 -42px;
}
.checkout-opt ul li.dur span.type.print-digital:after {
  width: 32px;
  background-position: 0 0;
}
.checkout-opt ul li.dur .days {
  width: 100%;
  padding: 5px 0 0 0;
  overflow: hidden;
  opacity: 1;
}
.checkout-opt ul li.dur .days span {
  display: inline-block;
  position: relative;
  float: left;
  margin: 1px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  height: 18px;
  width: 18px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.checkout-opt ul li.dur .days-text {
  text-transform: uppercase;
  border: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  height: auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}

.checkout-opt ul li.dur .days-text.show-for-desktop {
  display: block !important;
}
.checkout-opt ul li.dur .days-text.hide-for-desktop {
  display: none !important;
}
.checkout-opt ul li.dur .days span.del {
  color: #fff;
}
.checkout-opt ul li.price span,
.checkout-opt ul li.total-price span {
  padding-top: 8px;
}
.checkout-opt ul li span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-opt ul li.phrase {
  background-color: #efefef;
  color: #4677ae;
  border-right: none;
  border-top: 2px solid #fff;
  font-size: 14px;
  padding: 8px 40px;
  text-align: center;
  width: 100%;
}

.checkout-opt ul .ui-state-default,
.checkout-opt ul .ui-widget-content .ui-state-default,
.checkout-opt ul .ui-widget-header .ui-state-default,
.checkout-opt ul .ui-state-active,
.checkout-opt ul .ui-widget-content .ui-state-active,
.checkout-opt ul .ui-widget-header .ui-state-active {
  background-position: 0;
  height: 48px;
  width: 48px;
  background-size: 100%;
  border: 0;
  box-shadow: none;
}
/* jQuery UI Radio Buttons for Checkout Options */
.checkout-opt ul .ui-state-default,
.checkout-opt ul .ui-widget-content .ui-state-default,
.checkout-opt ul .ui-widget-header .ui-state-default {
  background: url('../images/checkbox-sprite.png') no-repeat;
  background-position: 0 0;
}
.checkout-opt ul .ui-state-default:hover,.checkout-opt ul .ui-state-default:active,
.checkout-opt ul .ui-widget-content .ui-state-default:hover, .checkout-opt ul .ui-widget-content .ui-state-default:active,
.checkout-opt ul .ui-widget-header .ui-state-default:hover, .checkout-opt ul .ui-widget-header .ui-state-default:active
{
  background-position: 0 -96px;
}
.checkout-opt ul .ui-state-active,
.checkout-opt ul .ui-widget-content .ui-state-active,
.checkout-opt ul .ui-widget-header .ui-state-active {
  background-position: 0 -48px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF; */
}


/* END jQuery UI Radio Buttons for Checkout Options */
/*********************************************/

.error-list {
  padding: 10px;
  margin: 10px 10px 0 10px;
}
.error-list ul {
  margin: 0;
  padding: 0;
}
.error-list li {
  background: #fae395;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
  padding: 4px 12px;
  margin: 0 0 4px 0;
  font-weight: bold;
  font-size: 14px;
  color: #db3603;
}
.checkout-form {
  margin: 0 10px;
  overflow: hidden;
}
.checkout section {
  /*  cv-decrease spacing - margin-top: 10px;*/
}

.checkout-form header {
  line-height: 39px;
  margin-top: 20px;
  margin-bottom: 0;
}

.checkout-form section:not(.half) {
  padding: 0 15px;
  position: relative;
}

.checkout-form .start-select {
  position: relative;
  padding: 0 30px 4px 0;
  font-size: 14px;
  clear:both;
}
.checkout-form .start-select input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
}
.checkout-form .start-select label.start-label {
  display: inline-block;
  padding-left: 30px;
}
.checkout-form .start-select.date {
  display: inline-block;
  padding-right: 140px;
}
.checkout-form .start-select .date-picker {
  display: inline-block;
  position: absolute;
  top: -4px;
}

.checkout-form .payment .full label {
    float: left;
    margin-right: 15px;
    padding-left: 5px;
}

.mobile-sm {
  display: none;
}
.order-form-right {
  position: absolute;
  left: 60%;
  top: 10px;
}

img.safe-secure {
  display: block;
  margin: 0;
  padding: 0;
  display: block;
}

ul.order-image-list {
  display: block;
  list-style: none;
  margin: 12px 0 0 0;
  padding: 16px 0 0 0;
  border-top: 2px solid #6db12a;
}

ul.order-image-list li {
  float: left;
  padding: 2px 8px 2px 0;

}

ul.checklist {
  padding: 8px 0;
  margin-top: 10px;
}

ul.checklist li {
  position: relative;
  font-size: 14px;
  padding: 4px 30px 4px 30px;
}

ul.checklist li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 8px;
  left: 0;
  background: url('../images/icon-info.png') no-repeat;
  background-size: 16px 16px;
}

.billing-check-group {
  position: absolute;
  top: -10px; /** cvo:  changed from 0 to -10  **/
  left: 10px;
  line-height: 14px;
  font-size: 12px;
}

input.check {
  margin: 0 5px 22px 0;
  width: 15px;
  height: 15px;
  float: left;
}

.check-label {
  color: #324a6e;
}

.checkout section.disclaimer.scrollbox {
  background-color: #eeeeee;
  color: #324a6e;
  height: 130px;
  margin: 30px 5px;
  padding: 0 0 0 8px !important;
  font-size: 12px;
  overflow: auto;
}

/*----- DISCLAIMER SCROLLBAR-----------*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #324a6e;
  width: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.disclaimer-scrollbox-wrapper input[type="checkbox"] {
  margin-left: 15px;
}

.disclaimer-scrollbox-wrapper label {
  padding-left: 8px;
  font-size: 12px;
}

section.submit-form {
  margin-top: 0;
  margin-bottom: 60px;
}
.submit-button {
  text-align: center;
}

.submit-form .button.form-submit {
  margin-top: 30px;
  height: 48px;
  width: 230px;
  font-weight: 600;
  color: #FFFFFF !important;
  font-size: 20px;
  text-shadow: none;
  box-shadow: 0px 4px 0px #377A0E;
  padding: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #1BA641;
  background: #68B415;
  background: linear-gradient(top,  #68B415,  #5FA110);
  background: -ms-linear-gradient(top,  #68B415,  #5FA110);
  background: -webkit-gradient(linear, left top, left bottom, from(#68B415), to(#5FA110));
  background: -moz-linear-gradient(top,  #68B415,  #5FA110);
}
--.submit-form .button.form-submit:hover {
  color: #FFFFFF !important;
  background: #5FA110;
  background: linear-gradient(top,  #5FA110,  #5fa110);
  background: -ms-linear-gradient(top,  #5FA110,  #5fa110);
  background: -webkit-gradient(linear, left top, left bottom, from(#5FA110), to(#5fa110));
  background: -moz-linear-gradient(top,  #5FA110,  #5fa110);
} 

/*.submit-form .button.form-submit:hover,
.submit-form .button.form-submit:focus,
.submit-form .button.form-submit:active {
  border: 0;
}*/

/**  cvo:  this adds spacing to the terms and service agreement  **/
section.disclaimer-no-scroll {
  font-size: 12px;
  margin-bottom: 80px;
  color: #888888;
}

div.tos {
	text-align: center
}

/**********************************************************
--------------- SINGLE THEME -----------------------------
**********************************************************/

.single .boxes {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}
.single .box {
  background-color: #ffffff;
  border-bottom: 5px solid #cac9c5;
  width: 98%;
  padding: 60px 1%;
  overflow: hidden;
  float: none;
  margin: 0 auto;
}
.single .box > img {
  float: left;
  margin-top: 30px;
  width: 45%;
  position: relative;
}
.single .box.digital > img {
  margin-left: 20px;
  margin-right: 5px;
  width: 40%;
}
.single .box header h2 {
  text-align: left;
  font-size: 24px;
}
.single .box header div {
  display: none;
}
.single .box p.subtext {
  margin: 0 20px -20px 0;
}
.single .box section {
  display: block !important;
}
.single .box .box-list  {
  padding: 0;
  margin: 50px auto;

}
.single .box .box-list li {
  border-bottom: none;
  padding: 6px 19px;
  font-size: 18px;
  line-height: 20px;
}
.box .box-list li:before {
  position: absolute;
  content: '';
  top: 12px;
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #32a43a;
}
.single .box-cta {
  position: inherit;
  float: none;
  clear: both;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.single .box-cta h4 {
  font-size: 18px;
  display: block;
}

.single .box-cta div {
  width: 100%;
  margin: 0 auto;
  max-width: 470px;
  overflow: hidden;
}

.single .box-cta .snug {
  width: 60%;
  border-right: 1px solid #e3e3e3;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
}

.single .box-cta .snug:focus {
  border-right-style: solid;
  border-right-width: 1px;
}
.single a.button {
  display: inline-block;
  text-align: center;
  width: 32%;
  height: auto;
  line-height: 24px;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.single .box-cta input[type="submit"].button {
  /*border: 0;*/
  display: inline-block;
  float: left;
  width: 30%;
  margin: 0 8px;
}
.single .box-cta input[type="submit"].cap {
  /*border: 0;*/
  display: inline-block;
  float: left;
  width: 30%;
  margin: 0;
}

/*.single .box-cta input[type="submit"].button:hover,
.single .box-cta input[type="submit"].button:active,
.single .box-cta input[type="submit"].button:focus {
  border: 0;
}*/

.single .box-cta input[type="submit"].button.dt {
  display: inline-block;
}

.single .box-cta input[type="submit"].button.mbl {
  display: none;
}

.single .checkout-form header {
  color: #222222;
}

.single .checkout-form header span {
  color: #ffffff;
}

/********************************************************
********************* DOUBLE THEME **********************
********************************************************/
.boxes .double.box {
  box-sizing: border-box;
  width: 47%;
  margin: 1.5%;
}


/********************************************************
********************* MULTI PAPER ***********************
********************************************************/

.multi .options {
  max-width: 900px;
}

.multi .options .close {
  display: none;
}
.multi .options section > h2 {
  display: none;
}

.multi ul.options-list {
  border-bottom: 4px solid #e6e7e7;
  width: 70%;
  padding: 0px 0 0 33%;
  max-width: 900px;
  position: relative;
}

.multi ul.options-list li.multi-paper {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -36px;
  padding: 0;
  width: 30%;
  overflow: hidden;
  float: left;
}

.multi ul.options-list li.multi-paper > img {
  min-width: 175px;
  display: block;
  margin: 0 auto;
}

.multi ul.options-list li {
  padding-left: 0;
  width: 85%;
}

.multi ul.options-list:last-child {
  border-bottom: none;
}

.multi .copyright {
  margin: 30px auto;
}

/********************************************************
***************** CUSTOM LANDING PAGE *******************
********************************************************/

body.custom {
  background-color: #ffffff;
}

.custom .general-width {
  max-width: 900px;
}

.custom .main_header {
  background-color: #ffffff;
  margin: 0 auto;
}

.custom .title-box h1 {
  font-size: 36px;
  margin-top:25px;
}

.custom .optionsnomargin {
  margin-top: 0;
}
.custom .custom-checkout-form {
  margin: 0 auto;
}
.custom ul.row.head li {
  padding: 5px 15px;
}
.custom .checkout-options ul.row.head {
  background-color: #e3e3e3;
}

.custom .checkout-options ul.row label {
  top: 23%;
}
.custom .checkout-options ul.row li.custom-del-days {
  width: 69%;
  min-width: 310px;
  font-size: 12px;
  font-weight: 500;
  border-top: 1px solid #ccc;
  text-align: left;
  margin: 0 0 8px 11%;
}
  .custom .checkout-options ul.row li.custom-del-days .custom-del-type {
    display: inline-block;
    padding-right: 8px;
    border-right: 1px solid #ccc;
    margin-right: 8px;
    min-width: 210px;
    text-align: center;
    vertical-align: top;
  }
    .custom .checkout-options ul.row li.custom-del-days .custom-del-type > i
{
      padding-right: 8px;
    }

.custom .checkout-options ul.row .phrase {
  font-size: 16px;
}



@media screen and (min-width: 768px) {
  .custom .checkout-options ul.row li.custom-del-days {
    padding-left: 2%;
    padding-right: 0;
    margin-top: -17px;
  }
}

@media screen and (min-width: 900px) {
  .custom .checkout-options ul.row li.custom-del-days {
    padding-left: 1%;
  }
}

.custom .checkout-form header {
  margin-bottom: 20px;
  color: #222222;
}

.checkout-form header h2 {
  padding-bottom: 5px;
  line-height: 1;
  padding-bottom: 0px; /**cv - descrease spacing - padding-bottom: 10px;**/
}


.custom .copyright {
  margin: 30px auto;
}

/********************************************************
********************* THANK YOU ***********************
********************************************************/

ul.order-info {
  margin: 20px;
  padding: 0;
  overflow: hidden;
}
ul.order-info li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}
ul.order-info li strong {
  display: inline-block;
  width: 120px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
p.total-price-calculated {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  margin: 10px 0;
  font-size: 24px;
  line-height: 28px;
  padding: 15px;
}
.delivery-details {
  padding: 20px 0px 0 0;

}
.delivery-details h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin: 10px 0 20px 0;
}

/********************************************************
********************* LIGHT THEME ***********************
********************************************************/
.light .main-header {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.light .box {
  background-color: #ffffff;
}

.light .box header div {
  display: none;
}
.light .box header.bg-d {
  background: #fff;
}
.light .checkout-form header span:first {
    color: #ffffff;
}
.light .box .box-cta .snug:focus {
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-right: none;
}
.light .box footer h2 {

  color: #ffffff;
}

/********************************************************
********************* DARK THEME ************************
********************************************************/
.main-header {
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

.dark .box {
  background-color: #e3e3e3;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: #cac9c5;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.dark .box header {
  position: relative;
  padding: 10px 0;
}
.dark .box header div:not(.close) {
  display: block;
  margin: 0 0 15px 0;
  height: 50px;
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}

.dark .box header h2 {
  color: #ffffff;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 23px;
  left: 0;
}

.dark .box section {
  margin: 0;
}

.dark .box .box-list {
  margin: 0;
  padding: 0 5px 0 0;
  border-top: 2px solid #ffffff;
}


.single .box .box-list.ck li:before {
  top: 10px;
}
.box .box-list li:last-child {
  border-bottom: none;
}
.dark .box-cta {
  bottom: 25px;
    border-top: 2px solid #ffffff;
    width: 82%;
    padding: 3px 9%;
    left: 0;
}

.dark .box-cta input:not(.button) {
  background-color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}
.dark .box-cta input.error {
  background: #fbc759;
  border-color: #f37707;
}
.dark .box-cta input:not(.button):focus {
  border-style: solid;
  border-width: 1px;
}

/*  ------------------ TB KILL -----------------------------
.options .title-box {
  overflow: hidden;
  padding: 20px 12px;
}
---------------------------------------------------------*/

.dark .checkout-form header {
  color: #222222;
}

.dark .checkout-form header span {
  color: #ffffff;
}
.dark .box .box-cta .snug:focus {
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}
.dark .box footer h2 {
  color: #ffffff;
}

.dark .box.open,
.light .box.open,
.double .box.open,
.single .box.open,
.multi .box.open {
  padding: 0;
}
/********************************************************
********************* TITLE BOX ***********************
********************************************************/
.title-box {
  position: relative;
  overflow: hidden;
  padding: 20px 12px;


}
.title-box:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-style: solid;
  border-width: 170px 220px 0px 0px;
}
.title-box img {
  display: block;
  float: left;
  max-height: 130px;
  margin: 10px 15px;
  position: relative;
  z-index: 200;
}

.title-box h1 {
  font-size: 16px;
  font-weight: 300;
  margin: 25px 0 0 0;
  padding: 0;
}
.title-box h1 span {
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 8px 0;
}
.title-box h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
  padding: 5px 0 8px 0;
}
.title-box h3 {
  position: relative;
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: normal;
  text-transform: uppercase;
}
.title-box h3:before {
  content:"";
  width: 300px;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 0;

}
.title-box .promocode {
  clear: both;
  overflow: hidden;
  font-size: 14px;
  margin: 0;
  padding: 0 20px;
  color: #bab9b9;
  text-align: center;
}
/*kjl .personal .title-box {
  background-color: #ffffff;
}
*/
.personal .title-box h1 {
  position: relative;
  font-size: 36px;
  text-transform: none;
  line-height: 60px;
  padding-bottom: 5px;
}
.personal .title-box h1:before {
  content:"";
  width: 160px;
  height: 5px;
  padding: 0;
  background-color: rgb(227, 227, 227);
  position: absolute;
  bottom: 0;
}
.personal .title-box p {
  text-transform: none;
  margin: 14px 0 16px 0;
}

/********************************************************
********************* OTHER PAGES ***********************
********************************************************/

.box .box-content {
  padding: 0 40px;
}
.box .box-content h1 {
  text-transform: uppercase;
}

/********************************************************
********************* REMODAL ***********************
********************************************************/

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
==========================================================================
   Remodal's default mobile first theme
   =========================================================================
= */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px  20px ;/*6% 6%;*/

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif
!important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}
.remodal ul li {
  font-size: 14px;
  border-bottom: 1px solid #efefef;
}
/* Keyframes
   =========================================================================
= */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   =========================================================================
= */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Media queries
   =========================================================================
= */
/* --- Max Width 900px --------------------- */

@media screen and (max-width: 900px) {

  .box {
      position: relative;
      background-color: #ffffff;
      padding: 20px 1% 110px;
      overflow: hidden;
      float: left;
  }
  /* iPad portrait or so */
  /* to note, this is not completely fluid CSS.  probably will have some glitches between this breakpoint and 750 (iphone Portrait).
    Should be good for now though.  */
 .checkout-opt ul li.dur {
		width: 55% ;
	}
 .checkout-opt ul li.price { /* we are making this the right-most element and dropping .total-price to a new line */
		border-right:none;
		width:35%;  /* 55 + 35. leaving approx 10% for the checkbox and borders */
		float:right;
    }
 .checkout-opt ul li.total-price {
		width:100%;
		border-top: 2px solid #fff;
	}

  ul.box-list li {
      font-size: 14px;
      line-height: 1.5;
      padding: 10px 5px 10px 20px;
  }

  ul.box-list li:before {
    height: 15px;
    top: 15px;
  }

  .copyright {
    margin: 100px auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  .boxes.double .box-cta h4 {
    height: 38px;
  }
  .dark .box, .light .box {
    padding-bottom: 150px;
  }
}

/* --- Max Width 899px -------------------- */
@media screen and (max-width: 899px) {
  .checkout-options ul.row li {
    font-size: 15px;
  }
  .checkout-options ul.row .phrase {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) 
{
  .checkout-opt ul li.dur {
  }
  .checkout-opt ul li.total-price {
  }
  .checkout-opt ul li.dur .days-text.show-for-desktop {
    display: none !important;
  }
  .checkout-opt ul li.dur .days-text.hide-for-mobile {
    display: none !important;
  }
  .checkout-opt ul li.dur .days-text.hide-for-desktop {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {  
  h1.select-title {
    font-size: 24px;
    padding: 0 30px;
  }
  .light .options {
    margin-top: 40px;
  }
  .boxes {
    flex-wrap: wrap;
  }
  .box {
    width: 45%;
    margin: 1.5% auto;
  }
  .boxes.double .box {
    margin: 0 auto;
  }
  .dark .box {
    width: 48%;
  }
  .centered-box {
    float: none;
    margin: 1% auto !important;
    clear: both;
  }
  .checkout-options ul.head.row {
    display: none;
  }
  .checkout-options ul.row label {
    top: 20%;
  }
  .checkout-options ul.row input[type="radio"] {
    top: 20%;
  }
  .checkout-options ul.row:nth-child(odd) {
    background-color: #efefef;
  }
  .checkout-options ul:nth-child(even) {
    border-left: none;
  }
  .checkout-options ul {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }

  .checkout-options ul:first-child {
    border-left: none;
  }
  .centered-option {
    float: none !important;
    margin: 0 auto !important;
    display: block;
  }
  .checkout-form {
    margin: 0 5px;
  }
  .custom .checkout-options ul.row li.custom-del-days {
    width: 100%;
    min-width: 0;
    margin: 20px 0 0 0;
    padding-top: 20px;
    text-align: center;
    float: none;
    clear: both;
  }
  .custom .checkout-options ul.row label {
    top: 20px;
  }
   .custom .checkout-options ul.row li.custom-del-days .custom-del-type {
      display: block;
      padding-right: 0;
      border-right: none;
      margin-right: auto;
      margin-bottom: 8px;
    }
  .custom .checkout-options ul.row .phrase {
    font-size: 12px;
  }
  .multi .options {
    margin-top: 30px;
  }
  .multi ul.options-list {
    width: auto;
    padding: 0 3%;
  }
  .multi ul.options-list li.multi-paper {
      position: relative;
      left: auto;
      top: auto;
      margin-top: 0;
      width: auto;
      float: none;
  }
  .multi ul.options-list li {
    margin: 0 auto;
    width: auto;
  }
  .single .box header h2 {
    font-size: 18px;
  }
  .single .box .box-list li {
    font-size: 16px;
  }  
}
@media screen and (max-width: 750px) {
  .checkout-opt ul li {
   /*kjl  padding: 12px 0 */
  }
  .checkout-opt ul li {
    border-top: 2px solid #fff;
  }
  .checkout-opt ul li.checkbox {
	  padding-top:22px /*kjl - kind of a hack, until I can apply auto-vertical centering */
  }
  .checkout-opt ul li.dur {
    border-top: none;
  }
  .checkout-opt ul li.dur > div:first-child {
    padding-left: 90px;
    width: 25%;
    font-size: 34px;
  }
  .checkout-opt ul li.dur > div:last-child {
    width: 75%;
  }
  .checkout-opt ul li.dur,
  .checkout-opt ul li.price,
  .checkout-opt ul li.total-price {
    position: relative;
    width: 80%;
    border-right: none;
    height: auto;
  }
  .checkout-opt ul li.price,
  .checkout-opt ul li.total-price {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-opt ul li.price,
  .checkout-opt ul li.total-price {
    float: left;
    font-size: 30px;
    width: 50%;
  }
  .checkout-opt ul li.price {
	border-right: 2px solid white ;
  }

  .checkout-opt ul li.price span,
  .checkout-opt ul li.total-price span {
    padding-top: 3px;
  }
  .checkout-opt ul li.total-price span:first-child {
    padding-bottom: 0;
  }
 /*kjl .checkout-opt ul li.price:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #fff;
  }
  .checkout-opt ul li.price:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background: #fff;
  }
  */
  .checkout-opt ul li.phrase {
    padding: 10px;
    font-size: 12px;
     /** cv - - Per Angela - Displaying phrase in order for customer to see the giftcard offers for /deal/restaurant
        display: none;  **/
  }
  .hide-for-mobile {
    display: none !important;
  }
  .hide-for-desktop {
    display: block !important;
  }
  .show-for-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 690px) {
  .checkout-opt ul li.dur > div:first-child {
 /*kjl   position: absolute;  
    left: 70px;
    top: 10px;  */
    font-size: 34px;
    padding-left: 25px;
  }
/*kjl  .checkout-opt ul li.dur > div:last-child {
    width: 100%;
    padding-left: 130px;
  }
*/
  .checkout-opt ul li.dur {
	  padding-top:24px;
  }
}

@media screen and (max-width: 680px) {
  .checkout-form .start-select .date-picker {
	  display:block;
	  position: relative;
	  margin-left:24px;
	  margin-top:4px;
  }
}

@media screen and (max-width: 640px) 
{
  .checkout-form header h2 {
    font-size: 1.2em;
  }
  .checkout-opt ul {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-opt ul:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-opt ul li.total-price {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .checkout-opt ul.no-days li.dur span.type {
    padding-top: 18px;
}

/*** NO DISCOUNT ***/
.checkout-opt ul.no-discount li.price {
  padding-left: initial;
  text-align: center;
}
/*kjl .checkout-opt ul.no-discount li.price div:first-child {
  width: 100%;
} */
.checkout-opt ul.no-discount li.price div:last-child {
  display: none;
}
/*** NO DAYS ***/

.checkout-opt ul.no-days li.dur .days {
  display: none;
}
.checkout-opt ul.no-days li.dur span.type {
  padding-top: 20px;
 }
}
@media screen and (max-width: 620px) {
    .boxes .double.box {
      width: 100%;
      margin: 0 auto;
    }
 }
/* --- Max Width 600px ------------------------ */
@media screen and (max-width: 600px) 
{
  .main-header {
    padding-bottom: 0;
  }
  .header-inner {
    padding: 15px 20px;
  }
  .logo {
    margin: 5px auto;
    padding: 0;
    text-align: center;
  }
  .copyright {
    margin: 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
  /***********************************************
  *************** START PAGE *********************
  ***********************************************/
  h1.select-title {
    max-width: 320px;
    padding: 0 20px;
    margin: 20px auto;
    font-size: 16px;
  }
  .light {
    padding: 0;
  }
  .boxes {
    display: block;
  }
  .box-cta, .dark .box-cta {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 20px;
  }
  .box, .light .box, .dark .box, .boxes.double .box {
    width: 100%;
    margin: 0;
  }
  .light .box {
    border-bottom: 1px solid #cac9c5;
    padding: 20px 0;
  }
  .dark .box {
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 1;
  }
  .centered-box {
    margin: 0 !important;
  }
  .box:first-child,
  .dark .box:first-child,
  .light .box:first-child {
    border-top: 1px solid #cac9c5;
  }
  .box img {
    width: 30%;
  }
  .box .close {
    display: none;
  }
  .box.open .close {
    display: block;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    cursor: pointer;
  }
  .box .close:hover,
  .box .close:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
  }
  .box.open .close img {
    width: 100%;
    display: block !important;
  }
  .box section {
    display: block;
  }
  ul.box-list {
    padding: 0 15px;
  }
  ul.box-list li {
    padding: 8px 10px 8px 15px;
  }
  ul.box-list li:before {
    top: 10px;
  }
  .box footer {
    display: block;
    margin: 0;
    padding: 0;
  }
  .box footer h2 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    line-height: 32px;
    font-size: 20px;
    padding: 10px 0;
    border-top: 1px solid #cac9c5;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .box footer h2:last-child {
    border-bottom: none;
  }
/**********************************************
********* DELIVERY OPTIONS PAGE ***************
**********************************************/
  .options {
    margin-top: 0;
  }
  ul.options-list {
    padding: 0;
    text-align: center;
  }
  ul.options-list li {
    padding-right: 0;
    padding-left: 0;
  }
  ul.options-list li > div {
    padding: 15px;
  }
  ul.options-list .option-outer {
    padding-right: 15px;
  }
  ul.options-list img.options-icon {
    display: none;
  }
  ul.options-list .options-text {
    float: none;
    font-size: 14px;
  }
  ul.options-list .options-cta {
    position: relative;
    float: none;
    width: 100%;
    right: auto;
    top: auto;
  }
/***********************************************
*************** CHECKOUT PAGE ******************
***********************************************/
  .checkout.options {
    margin-top: 0;
  }
  .checkout-options ul.row {
      width: 100%;
      float: none;
      border-left: none;
      border-bottom: 1px solid #666;
      padding: 0;
      min-height: 60px;
  }
  .checkout-options ul.row:nth-child(even) {
    background-color: #ffffff;
  }
  .checkout-options ul.row:nth-child(odd) {
    background-color: #efefef;
  }
  .checkout-options label ul {
    border-left: none;
  }
  .centered-option {
    border-left: none !important;
    border-right: none;
  }
  .checkout-form {
    margin: 0 5px;
  }
  .checkout-form section:not(.half) {
    padding: 5px;
  }
  .checkout-form input[type="radio"] {
      margin: 5px 5px 15px 0;
  }
  .checkout-form .payment-label input[type="radio"] {
    margin: 5px 15px 0px 0;
  }
  #ui-datepicker-div.ui-datepicker {
    left: 5px !important;
  }
  .half {
    width: 100%;
    float: none;
    clear: both;
  }
  .mobile-sm {
    display: block;
  }
  .billing-check-group {
    top: -8px;
  }
  /***********************************************
  *************** SINGLE *************************
  ***********************************************/
  .single .boxes {
    margin-top: 0;
  }
  .single .box {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #cac9c5;
  }
  .single .box.centered-box {
    margin: 0 auto !important;
  }
  .single .box > img, .single .box.digital > img {
    float: none;
    margin: 5px auto;
    width: 55%;
    display: block;
  }
  .single .box header h2 {
    text-align: center;
  }
  .single .box p.subtext {
    margin: 0 auto -20px auto;
    text-align: center;
  }
  .single .box-cta {
    width: 90%;
  }
  .single .box-cta h4 {
    padding: 0 80px;
  }
  .single .box-cta input[type="submit"].button.dt {
    display: none;
  }
  .single .box-cta input[type="submit"].button.mbl {
    display: inline-block;
    width: 30%;
    margin: 0;
  }
  .single .box-cta input[type="submit"].button.cap {
    margin: 0;
  }
  .multi .options {
    margin-top: 0;
    overflow: visible;
  }
  .multi .options section > h2 {
    display: block;
      color: #222222;
      font-size: 18px;
      letter-spacing: 1px;
      text-align: center;
      margin: 40px 0 0 0;
  }
  .multi ul.options-list {
    width: auto;
    padding: 15px 0;
    margin: 0;
  }
  .multi .options .close {
    cursor: pointer;
      z-index: 100;
      width: 20px;
      border: none;
      position: absolute;
      top: 105px;
      right: 10px;
      padding: 0;
      display: none;
  }
  .multi .options .close img {
    width: 100%;
  }
  .multi ul.options-list:not(.open) {
    cursor: pointer;
  }
  .multi ul.options-list.open .close {
    display: block;
  }
  .multi ul.options-list:not(.open) li:not(.multi-paper) {
    display: none;
  }
  .multi ul.options-list.open li.multi-paper {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    margin-bottom: 15px;
    position: relative;
    overflow: visible;
  }
  .multi ul.options-list.open li.multi-paper:after {
    position: absolute;
      bottom: -18px;
      left: 50%;
      margin-left: -5px;
      content: '';
      width: 0;
      height: 0;
      border-left-width: 10px;
      border-left-style: solid;
      border-left-color: transparent;
      border-right-width: 10px;
      border-right-style: solid;
      border-right-color: transparent;
      border-top-width: 18px;
      border-top-style: solid;
  }
  .multi ul.options-list.open li:not(.multi-paper) {
    display: none;
    margin: 0 auto;
    width: auto;
  }
  .multi ul.options-list li > div {
      padding: 15px 0 15px 0;
  }
  .checkout-opt ul li span {
    font-size: 11px;
  }
  .dark .rd, .light .rd {
      -webkit-border-radius: 0;
      /* Firefox 1-3.6 */
      -moz-border-radius: 0;
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      border-radius: 0;
  }
  .dark .box {
    border-bottom: 1px solid #cac9c5;
    background-color: #ffffff;
  }
  .dark .box:first-child {
    border-top: none;
  }
  .dark .box header {
    cursor: pointer;
  }
  .dark .box.open section {
    visibility: visible;
    height: auto;
  }
  .dark .box header:hover,
  .dark .box header:active,
  .dark .box footer h2:hover,
  .dark .box footer h2:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
  }
  .dark .box.open header,
  .dark .box.open header:hover,
  .dark .box.open header:active {
    background-color: #ffffff;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .dark .box header div:not(.close) {
    display: none;
  }
  .dark .box header h2 {
    position: relative;
    top: auto;
    left: auto;
    line-height: 32px;
    margin: 0;
  }
  .dark .box .box-cta .snug, .dark .box .box-cta .loose {
    background-color: #efefef;
    border-color: #efefef;
    border-style: solid;
    border-width: 1px;
  }
  .dark .box .box-cta .snug:focus, .dark .box .box-cta .loose:focus {
    border-style: solid;
    border-width: 1px;
  }
  .order-form-right {
    position:relative;
    left: auto;
    top: auto;
  }
  img.safe-secure {
    margin: 0 auto;
  }
  ul.order-image-list {
    display: table;
    margin: 12px auto 0 auto;
  }
  ul.order-image-list li {
    display: inline;
  }
  ul.checklist {
    margin-bottom: 0;
  }
  ul.order-info {
    margin-left: 0;
  }
  ul.order-info li strong.mc {
    display: block;
    font-size: 12px;
  }
  .title-box {
    text-align: center;
  }
  .title-box img {
    float: none;
    margin: 10px auto;
  }
  .title-box h3:before {
    top: 0;
    left: 50%;
    margin-left: -150px;
  }
  .title-box .promocode {
    margin: 10px auto 20px auto;
    text-align: center;
    padding: 0 40px;
  }
  .title-box > div {
    float: none;
    margin: 0px auto;
  }
  .personal .title-box h1 {
    font-size: 24px;
  }
  .personal .title-box h1:before {
    left: 50%;
    margin-left: -80px;
  }
  .light .box {
    border-bottom: 1px solid #666;
    background-color: #ffffff;
    padding: 0;
  }
  .light .box:active {
    background-color: #efefef;
  }
  .light .box.open:active {
    background-color: #ffffff;
  }
  .light .box:first-child {
    border-top: 1px solid #666;
  }
  .light .box header {
    cursor: pointer;
    padding: 10px 0;
  }
  .light .box.open section {
    visibility: visible;
    height: auto;
  }
  .light .box.open header,
  .light .box.open header:hover,
  .light .box.open header:active {
    background-color: #ffffff;
    cursor: default;
  }
  .light .box header div:not(.close) {
    display: none;
  }
  .light .box header h2 {
    position: relative;
    top: auto;
    left: auto;
    line-height: 32px;
    margin: 0;
  }
  .light .box .box-list {
    margin: 0;
  }
  .light .box .box-list li {
    padding: 8px 5px 8px 45px;
    border-bottom: 0;
  }
  .light .box .box-list li:before {
    top: 7px;
  }
  .light .box .box-cta .snug {
    background-color: #efefef;
    border: 1px solid #efefef;
  }
  .light .box footer h2:hover,
  .light .box footer h2:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
  }
  .light .options {
    margin-top: 0;
  }
}

/*** NO DAYS + NO DISCOUNT ***/
@media screen and (min-width: 769px) {
  .checkout-opt ul.no-days.no-discount label {
    left: 20px;
  }
  .checkout-opt ul.no-days.no-discount li.dur {
    width: 55%;
  }
  .checkout-opt ul.no-days.no-discount li.price {
    width: 20%;
  }
}

/* --- Max Width 480px ------------------------ */
@media screen and (max-width: 480px) {
  .checkout-opt {
    padding: 0;
  }
  .checkout-opt ul li.dur > div:first-child {
    font-size: 30px;
  }
/*kjl-test  .checkout-opt ul li.dur > div:last-child {
    padding-left: 120px;
  }
*/
  .checkout-opt ul li.price,
  .checkout-opt ul li.total-price {
    font-size: 24px;
  }
  .ez-pay {
    margin:0px;
  }
  .label {
    width:100%;
    display: inline-block;
  }
  .payment-label {
	  float:none;
	display:block;
  }  
  ul.options-list .options-text {
    font-size: 12px;
  }
}