/* Layout: One Column
Theme: Basic Gray - Shore Consulting General (JAM: modified Fuseomatic)

Appearance.css contains the costmetic properties for your order 
form, such as fonts, colors, background images and borders.

NOTE: There are additional classes that are not listed here 
because they currently have no attributes. You can locate 
these by downloading and using Firebug.
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* This is the correct location for import, remove import link in layout.css when ready
*/

body, td {
	font: 15px/1.5  'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
	}
	
img, img a {
    border: 0 none;
	}



/* PRODUCT GRID
===============================================================*/

.priceBold {
	/* Price subtotal on bottom right of product grid */
	font-weight: bold;
	}

.discountedPrice {
	text-decoration: line-through;
	}

.totalPrice {
	/* Subtotal label on bottom left of product grid */
	font-weight: bold;
	}

.optionChosen {
	font-style: italic;
	color: #999;
	font-size: 14px;
	}

.updateCart {
	/* Link to update quantity */
	font-size: 10px;
	}

.promoField {
    /* Text fields for promo code */
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
	}



/* FORMS
===============================================================*/

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop  {
	/* Form fields used in checkout forms */
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
	color: #222;
	}

.checkoutDone, .checkoutTopDone, .checkoutBottomDone {
	/* Form fields used on confirmation page */
    font-size: 13px;
	color: #222;
	}

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
	outline: 1px solid  #ddd;
    border-collapse: collapse;
	}
	
.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .shipMethodTable th, .payplanTable th, .orderSummary th {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -moz-linear-gradient(top,   #ffffff,  #dddddd);
    background: linear-gradient(to bottom, #ffffff, #dddddd);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
    }

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
	border-top: 1px solid  #ddd;
	}

.subtotal {
	background-color: #f5f5f5;
	font-weight: bold;
	}

.cartDiscount {
    /* Discount text */
	color: #f00;
    }

.paymentDate, .paymentAmount, .financeDate, .financeAmount { /* Shown in payplan pay schedule box */
	font-size: 12px;
	}

.payplanSummaryHeader { /* Header for payplan pay schedule box */
	font-size: 12px;
	font-weight: bold;
	}



/* UPSELLS
===============================================================*/

#upsellContainer {
  	overflow: hidden;
	}

.upsell {
	background-color: #fcfbe9;
	border: 1px solid #f1edb4;
	}

.upsellRegPrice {
	font-style: italic;
	}

.upsellPrice {
	color: #ff0000;
	}
	
.upsell img {
	border: 1px solid #ddd;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product names */
	font-size: 16px;
	}

h2 {
    /* Used for upsell product names */
    font-size: 16px;
    }

h3 {
    /* Used for upsell headline */
    font-size: 15px;
	font-weight: normal;
    color: #555;
	text-transform: uppercase;	
	}



/* LINKS AND BUTTONS
===============================================================*/

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.codeButton, .continueButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #666;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
	background: -moz-linear-gradient(top,  #777777,  #444444);
    background: linear-gradient(to bottom, #777777, #444444);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
    }
	
.upsellButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: solid 1px #666;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
	background: -moz-linear-gradient(top,  #777777,  #444444);
    background: linear-gradient(to bottom, #777777, #444444);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
    }

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
	color: #fff;
    background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#555555));
	background: -moz-linear-gradient(top,  #888888,  #555555);
    background: linear-gradient(to bottom, #888888, #555555);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#555555');
	text-decoration: none;
	}

.codeButton:active, .continueButton:active, .upsellButton:active {
	position: relative; 
	top: 1px;
    }



/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949;
	}

/* CUSTOM CSS 
===============================================================*/

#_____BG____footer /* this is for the gradients but we don't want that right now */ {
	background: #d5d5d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5d5d5 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5d5d5 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5d5d5 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5d5d5 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5d5d5 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}



#footer,
#header {
	/* margin: 0 -100%;
	padding: 20px 100%;
	JAM: Fuseomatic did this to get the blue bar and footer bg full browser width. But: Screws up mobile.
  */
    padding:20px 0;
    -webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

#footer {
    border-top:1px #ccc solid;
    text-align: center;
    margin:50px 0 0;
}

#header {
	position: relative;
	padding-bottom: 30px;
    margin:0 auto;
}

/* Custom Header (Top Custom HTML located in the HTML area tab)
===============================================================*/

#custom_header {
    position:relative;
    padding-bottom:30px;
}
#custom_header::after {
    content:"";
    clear:both;
    display:block;	
	height: 10px;
	width: 100%;
	content: "";
	background: #4c66a4; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c66a4 0%, #3b4f7e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c66a4), color-stop(100%,#3b4f7e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c66a4 0%,#3b4f7e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c66a4 0%,#3b4f7e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c66a4 0%,#3b4f7e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c66a4 0%,#3b4f7e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c66a4', endColorstr='#3b4f7e',GradientType=0 ); /* IE6-9 */
}

#branding { 
    float:left;
    width:50%;
}
#logo { 
    width:250px;
}
#security {
  float: right;
  width: 40%;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: right;
  /* margin-left: 20%; */
  box-sizing: border-box;
  padding-right: 20px;
}
#security h2 {
    font-size:24px;
    white-space:nowrap;
}

#custom_content { clear:both;padding-top:20px; }

#bonuses .dark_bg {   padding:3%;background:url(https://ue124.files.keap.app/ue124/ue124-b62482c8-988d-49c9-a811-92a9d684a78e-v2) no-repeat 0 0 #343434; background-size:cover; margin:3% 0; }
#bonuses h2 { color:#1f8dc8; font-size:32px; text-align:; display: block; margin: 0 0 0.5em; line-height:1.2em; }
#bonuses h3 { color:#e4cc75; line-height:1.2em; font-size:22px; }
#bonuses h4 { color:#1f8dc8; line-height:1.2em; font-size:25px; text-transform:uppercase; margin-bottom:1.5em; }
#bonuses h5 { font-size: 20px; margin: 0 0 1em; }
#bonuses p { font-size:16px; line-height:1.5em; padding: 0 0 15px; }
#bonuses ul { padding-left: 35px; }
#bonuses ul li { margin-bottom:.5em; }
.dark_bg p { color:white; }

@media only screen and (max-width: 600px) {
    #branding {
        width:100%;
        float:none;
        text-align:center;
  }
    #security {
        margin-left:0%;
        padding-top:0;
        width:100%;
        float:none;
        text-align:center;
  }
  #bonuses h2 { font-size: 24px; }
  #bonuses h3 { font-size:19px; }
  .bonus_text p { display:none; }
}
.icon {
		background-size:contain;
		background-position:center center;
		background-repeat:no-repeat;
		display:block;
		height:115px;
		margin:0 auto 1.5em;  }
.bonus {
    padding:5% 3%;
     }
.bonus::after { 
    content:"";
    clear:both;
    height:0;
    display:block;
}
.bonus.last {margin-bottom:0; }
.callout_box { 
	padding:2em; 
	background:#ffc; 
	border:dashed 3px gold;
}
@media only screen and (min-width: 768px) {
    .bonus_text {
        display:inline-block;
		float:left;
		width:75%;
		box-sizing:border-box;
  }
	.icon {
		display:inline-block;
		float:left;
		width:25%;
		box-sizing:border-box;
		margin-bottom:0;
}
}
/* Override the table layout for individual product */
@media screen and (max-width: 768px) {

#ORDER_FORM_PRODUCT_LIST table {
    border: 1px solid #7185AA;
}

#ORDER_FORM_PRODUCT_LIST tr:first-child {
    background-color: #7185AA;
    background: linear-gradient(to bottom, #4b79a6 0%,#485e84 100%);
} 
#ORDER_FORM_PRODUCT_LIST tr:first-child:before {
    content: 'Product';
    height: 3em;
    line-height: 3;
    display: block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 1em;     
}
#ORDER_FORM_PRODUCT_LIST th {
    display: none;
}

#ORDER_FORM_PRODUCT_LIST td {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
}

#ORDER_FORM_PRODUCT_LIST .productImage {
    border: none;
}

#ORDER_FORM_PRODUCT_LIST tr.subtotal td {
    display: none;
}

#ORDER_FORM_PRODUCT_LIST .priceCell,
#ORDER_FORM_PRODUCT_LIST .qtyCell {
    width: 50%;
    float: left;
    text-align: right;
}

#ORDER_FORM_PRODUCT_LIST .qtyCell {
    text-align: left;
}

#ORDER_FORM_PRODUCT_LIST .qtyField {
    margin: 0;
    display: inline-block;
}

#ORDER_FORM_PRODUCT_LIST .priceCell:last-child {
    display: none;
}

#ORDER_FORM_PRODUCT_LIST tr.subtotal td.leftAlign,
#ORDER_FORM_PRODUCT_LIST tr.subtotal td.rightAlign {
    display: block;
    width: 50%;
    float: left;
}

#ORDER_FORM_PRODUCT_LIST tr.subtotal td.leftAlign {
    text-align: right;
}

#ORDER_FORM_PRODUCT_LIST tr.subtotal td.rightAlign {
    text-align: left;
}

}


body {
  overflow-x: hidden;
} 

.codeButton, .continueButton {
	background: #f8dc59; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8dc59 0%, #d5ab33 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8dc59), color-stop(100%,#d5ab33)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8dc59 0%,#d5ab33 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8dc59 0%,#d5ab33 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8dc59 0%,#d5ab33 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8dc59 0%,#d5ab33 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8dc59', endColorstr='#d5ab33',GradientType=0 ); /* IE6-9 */
	color: #7E4E33;
	border: 0;
	text-transform: uppercase;
	-webkit-transition:  all 0.5s ease;
	-moz-transition:     all 0.5s ease;
	-ms-transition:      all 0.5s ease;
	-o-transition:       all 0.5s ease;
	transition:          all 0.5s ease;
	font-size: 15px;
	text-shadow: 0 0 0 transparent;
}

a {
	-webkit-transition:  all 0.5s ease;
	-moz-transition:     all 0.5s ease;
	-ms-transition:      all 0.5s ease;
	-o-transition:       all 0.5s ease;
	transition:          all 0.5s ease;	
}

.codeButton:hover, .continueButton:hover {
	background: #d5ab33; /* Old browsers */
	background: -moz-linear-gradient(top,  #d5ab33 0%, #f8dc59 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5ab33), color-stop(100%,#f8dc59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5ab33 0%,#f8dc59 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5ab33 0%,#f8dc59 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5ab33 0%,#f8dc59 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5ab33 0%,#f8dc59 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5ab33', endColorstr='#f8dc59',GradientType=0 ); /* IE6-9 */
	color: #7E4E33;
}

.viewCart th,
.viewCartShort th,
.payPlan th,
.summaryCart th,
.shippingInfo th,
.billingInfo th,
.billingTable th,
.shippingTable th,
.paymentInfo th,
.signinTable th,
.paymentMethodTable th,
.shipMethodTable th,
.payplanTable th,
.orderSummary th {
	background: #4b79a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b79a6 0%, #485e84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b79a6), color-stop(100%,#485e84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b79a6 0%,#485e84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b79a6 0%,#485e84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b79a6 0%,#485e84 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b79a6 0%,#485e84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b79a6', endColorstr='#485e84',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-transform: uppercase;
}

.viewCart,
.shippingTable,
.billingTable,
.paymentMethodTable,
.shipMethodTable,
.payplanTable,
.orderSummary {
	outline: 1px solid #7185AA;
}

.viewCart td,
.viewCartShort td,
.payPlan td,
.summaryCart td,
.shippingInfo td,
.billingInfo td,
.paymentInfo td,
.orderSummary td {
	border-top-color: #7185AA;	
}

body,
td {
	color: #4d351f;	
}

.checkout,
.checkoutShort,
.checkoutShortest,
.checkoutBottom,
.checkoutTop,
.qtyField,
.optionsDrop {
	-webkit-transition:  all 0.5s ease;
	-moz-transition:     all 0.5s ease;
	-ms-transition:      all 0.5s ease;
	-o-transition:       all 0.5s ease;
	transition:          all 0.5s ease;	
}

.checkout:focus,
.checkoutShort:focus,
.checkoutShortest:focus,
.checkoutBottom:focus,
.checkoutTop:focus,
.qtyField:focus,
.optionsDrop:focus {
	border-color: #485E84;
}

/* Media Starts */
@media only screen and (max-width: 960px) {
	body {
		padding: 0 20px;
	}

	#header,
	#wrapper,
	#content {
		width: 100% !important;
	}

	.viewCart {
		width: 93%;
	}

	.shippingTable,
	.billingTable,
	.shipMethodTable,
	.orderSummary {
		width: 430px !important;
	}
}

@media only screen and (max-width: 850px) {
	.shippingTable,
	.billingTable,
	.shipMethodTable,
	.orderSummary {
		width: 375px !important;
	}
}

@media only screen and (max-width: 768px) {
	.shippingTable,
	.billingTable,
	.shipMethodTable,
	.orderSummary {
		width: 335px !important;
	}

	.checkout, .checkoutDone,
	.checkoutTop, .checkoutTopDone,
	.checkoutBottom, .checkoutBottomDone {
		width: 130px !important;
	}

	td.pay2,
	td.pay1 {
		width: 180px !important;
	}

	td.pay3 {
		width: 350px !important;
	}

	td.pay4 {
		width: 250px !important;
	}
}
/* OVERRIDE */
@media only screen and (max-width: 960px) {
	#paymentSelection td  {
		display:inline-block !important;
		box-sizing:border-box;
		width:50% !important;
		float:left !important;
	}
	#paymentSelection td.pay3 {clear:left; }
	#paymentSelection .checkout {
		width:75% !important;
	}
	td.pay2 {
		margin-bottom:-20px; /* INF dropping in some random &nbsp; tags after the CC field - heh? */
}
}

@media only screen and (max-width: 700px) {
	.shippingTable,
	.billingTable,
	.shipMethodTable,
	.orderSummary,
	.viewCart {
		width: 100% !important;
		float: none !important;		
	}

	.checkout,
	.checkoutDone,
	.checkoutTop,
	.checkoutTopDone,
	.checkoutBottom,
	.checkoutBottomDone {
		width: 88% !important;
	}

	.shippingTable {
		height: 100% !important;
	}

	#companyLogoTopBanner img {
		width: 100%;
	}

	.paymentMethodTable {
		float: none !important;
	}
}

@media only screen and (max-width: 500px) {
	#ORDER_FORM_PRODUCT_LIST {
		overflow-x: scroll;
	}	
}



