/* Layout: One Column
Theme: Glow v.2

/*
@import url(https://fonts.googleapis.com/css?family=Vollkorn);
@import url(https://fonts.googleapis.com/css?family=Quicksand);
@font-face {
   
  
  
  font-family: 'BonvenoCFLight';
    src: url('https://goo.gl/9jh0mK');
    src: url('https://goo.gl/KHMeXk')
format('embedded-opentype'),
         url('https://goo.gl/qlnqjh')
format('woff'),
         url('https://goo.gl/aQ0Tcs')
format('truetype'),
         url('https://goo.gl/0z3qj1')
format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlluraRegular';
    src: url('https://goo.gl/msDQxA');
    src: url('https://goo.gl/DBbup2')
format('embedded-opentype'),
         url('https://goo.gl/TTNBf2')
format('woff'),
         url('https://goo.gl/MeUxcm')
format('truetype'),
         url('https://goo.gl/EBL5xA')
format('svg');
    font-weight: normal;
    font-style: normal;

}

*/



body {
font: 14px/1.2  "Arial",?"Verdana",?"Tahoma",?"Tahoma",?sans-serif;?
color: #434648;
background-image: url('https://reproguides.files.keap.app/reproguides/reproguides-6a7f557b-538a-4085-83aa-69571279621a-v2');
background-position: top center;
background-repeat: no-repeat;
background-color: #060e1b;
}


/* NAVIGATION
===============================================================*/

#topNav a {
    color: #eee;
}

#topNav a:hover {
    color: #eee;
}

#nav {
    background-color: #b3e1e4;
    background-image: url(/resources/styledcart/images/glow/one-column/cart/glow-nav-bgr.png?b=1.70.0.183092-hf-202001161135);
    background-repeat: no-repeat;
}

#nav li a {
    color: #eee;
    font-weight: bold;
    background-image: url(/resources/styledcart/images/glow/one-column/cart/glow-nav-divider.png?b=1.70.0.183092-hf-202001161135);
    background-repeat: no-repeat;
    text-transform: uppercase;
}

#nav li a:hover {
    color: #acc8cd;
}

#nav a {
    text-decoration: none;
    color: #6c888a;
}

#nav a:hover {
    text-decoration: none;
    color: #6c888a;
}

/* CONTENT / PRODUCT
===============================================================*/

#customHomeProductGridTop img {
    /* Promo Banner on home page */
    -moz-box-shadow: 0 1px 5px #034c71;
    -webkit-box-shadow: 0 1px 5px #034c71;
    box-shadow: 0 1px 5px #034c71;
}

.subscriptionPrice {
    font-weight: bold;
}

#breadcrumbs a {
    color: #012d55;
}

#breadcrumbs {
    color: #cbd9df;
}

.price {
    /* Price shown on product details page */
    font-size: 18px;
    font-weight: bold;
}

.productOutOfStockBanner {
    background-color: rgba(211, 211, 211, 0.95);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.productName {
    /* Product name in product grid */
    color: #434648;
    font-size: 18px;
    font-weight: bold;
}

.priceBold {
    /* Product price in product grid */
    font-weight: bold;
}

#productGrid a {
    color: #59EE5;
}

.optionLabel {
    color: #eee;
}

.productOutOfStock {
    border-color: rgb(194, 194, 194);
    border-style: solid;
    border-width: 1px 0 1px 0;
    display: inline-block;
}

/* CART AND CHECKOUT
===============================================================*/

.cartDiscount {
    /* Discount shown in cart */
    color: #ff9146;
}

.cartProduct {
    /* Product name in cart */
    font-weight: bold;
}

.cartThumb {
    border: 1px solid #ddd;
}

.removeItem {
    /* Remove item link in cart */
    color: #333;
}

.discountedPrice {
    /* Slashed price in cart */
    text-decoration: line-through;
}

.financeCharge {
    font-size: 11px;
}

.search, .promoField {
    /* Text fields for search and promo code */
    font: 13px Merriweather, serif;
    color: #999;
    border: 1px solid #c6e1e3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .signinBottom, .productQty, .qtyField {
    /* Form fields */
    border: 1px solid #c6e1e3;
}

.viewCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable {
    /* Tables with transparent background */
    border: 1px solid #f6eeda;
    background-color: #fff;
    box-shadow: 0 0 5px #003e5d;
    -moz-box-shadow: 0 0 5px #003e5d;
    -webkit-box-shadow: 0 0 5px #003e5d;
}

.promoCode th {
    border-bottom: 1px solid #076390;
    border-top: 1px solid #e6ecef;
}

.promoCode td {
    color: #eee;
}

.tableHeaders {
    color: #f6e8c5;
}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
    /* Table headers */
    background-color: #f6eeda;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6eeda');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6eeda));
    background: -moz-linear-gradient(top, #fff, #f6eeda);
    background: linear-gradient(to bottom, #fff, #f6eeda);
    color: #003E5D;
    border-bottom: 1px solid #ebe3d0;
}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
    /* Table cells */
    border-bottom: 1px solid #ebe3d0;
    background-color: #fff;
}

.tableSummary {
    background-color: #fff;
    font-weight: bold;
}

.subtotal {
    /* Table row that shows subtotal */
    background-color: #034f77;
    font-weight: bold;
}

#forgotPasswordWindow {
    border: 1px solid #034F77;
    background-image: url(/resources/styledcart/images/glow/one-column/cart/tablebgr.png?b=1.70.0.183092-hf-202001161135);
}

.forgotPasswordTable td {
    font: 14px/1.2 'Merriweather', serif;
    color: #eee;
}

.forgotPasswordTable input {
    border: 1px solid #c6e1e3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

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

.upsell {
    border: 1px solid #f6eeda;
    background-color: #fff;
    box-shadow: 0 0 5px #003e5d;
    -moz-box-shadow: 0 0 5px #003e5d;
    -webkit-box-shadow: 0 0 5px #003e5d;
    color: #012d55;
}

.upsellRegPrice {
    font-style: italic;
}

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

h1 {
    /* Used for product and page headers */
    font: normal 28px Merriweather, serif;
    color: #f6e8c5;
}

h2 {
    /* Used for product description header */
    font: normal 18px Merriweather, serif;
    color: #f6e8c5;
}

h3 {
    /* Used for product grid headline */
    font: normal 18px Merriweather, serif;
    color: #f6e8c5;
    border-bottom: 1px solid #095477;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

h4 {
    font: normal 13px Merriweather, serif;
    color: #f5f1e4;
}

h5 {
    font-weight: normal;
    font-size: 13px;
}

.tableHeader {
    font: bold 13px Merriweather, serif;
    color: #012d55;
}

.smallHeader {
    font-size: 15px;
    font-weight: bold;
}

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

a {
    color: #a98a40;
}

a:hover {
    color: #a98a40;
}

.searchButton, .continueButton, .cartButton, .codeButton, .formButton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #83acc1));
    background: -moz-linear-gradient( center top, #eeeeee 5%, #83acc1 100%);
    background: linear-gradient( center top, #eeeeee 5%, #83acc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#83acc1');
    background-color: #83acc1;
    border: 1px solid #b7ccd7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    color: #012d55;
    font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0px #dddddd;
}

.searchButton:hover, .continueButton:hover, .cartButton:hover, .codeButton:hover, .formButton:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #83acc1));
    background: -moz-linear-gradient( center top, #ffffff 5%, #83acc1 100%);
    background: linear-gradient( center top, #ffffff 5%, #83acc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#83acc1');
    background-color: #83acc1;
    border: 1px solid #b7ccd7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    color: #012d55;
    font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0px #dddddd;
}

.upsellButton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #83acc1));
    background: -moz-linear-gradient( center top, #eeeeee 5%, #83acc1 100%);
    background: linear-gradient( center top, #eeeeee 5%, #83acc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#83acc1');
    background-color: #83acc1;
    border: 1px solid #789caf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    color: #012d55;
    font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0px #dddddd;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.upsellButton:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0189ce), color-stop(1, #076390));
    background: -moz-linear-gradient( center top, #ffffff 5%, #83acc1 100%);
    background: linear-gradient( center top, #ffffff 5%, #83acc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ce', endColorstr='#076390');
    background-color: #0189ce;
    border: 1px solid #789caf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    color: #012d55;
    font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0px #dddddd;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

/* FOOTER
===============================================================*/

#footer {
    border-top: 1px solid #00314a;
    border-top: 1px solid rgba(0, 0, 0, .2);
    color: #d7e9f2;
}

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

.errorMessage {
    color: #d44;
    font-weight: bold;
}

/* PAYPAL SMARTBUTTON
============================================================*/

.checkoutPaypalSmartPaymentButtons {
    /* Container for the PayPal smart payment buttons */
    background-color: #fff;
}

