/* -----------------------------------------
   NOTES
   
   All the site defaults are set in css/foundation/foundation.min.css. 
   This document alters or adds to that base CSS. Don't modify foundation.min.css
   so it can be easily updated in the future.
----------------------------------------- */

/* -----------------------------------------
   CFWebstore
----------------------------------------- */

/* Layout colors
light blue: #0072BB
dark blue: #0066cb
default text: #222
*/


/* Set the default font here. Do not set colors here.*/

html,
body { 
        color:#000000;
        font-size: 13px; 
        font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } 
        /* if you change the default font-size, then you'll need to adjust the row max-width below. Use http://pxtoem.com/ to figure your row width.
16px = max-width: 62.5em; = 1000px
14px = max-width: 68.571; = 1000px
12px = max-width: 83.333em; = 1000px
 */

.row { /* width of website - sets the em size for row width */
        max-width: 83.333em;
        line-height: 1.2; 
        } 
        
 .row .row {
     margin-right: 0rem; 
     margin-left: 0rem; 
    }
    @media print, screen and (min-width: 40em) {
      .row .row {
         margin-right: 0rem; 
         margin-left: 0rem; 
        } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: 0rem; 
         margin-left: 0rem;  
        } }

/* wrapper holds everything but the footer. Not used on all lay_ templates */
.wrapper {
        background:white;
        /*border:1px solid #d5d4d4;
        border-top:3px solid #e15a1f;*/
        margin-bottom:15px;
        
        /*-webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;*/
        
        /*webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow:    0px 3px 12px 0px rgba(50, 50, 50, 0.3);
        box-shadow:         0px 3px 12px 0px rgba(50, 50, 50, 0.3);*/
        
        /*webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.3);
        box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.2);*/
        }

/* prefer a fixed width grid, use container instead of wrapper */
/*.container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}*/
@media (min-width: 768px) {
  .maincontainer {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .maincontainer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .maincontainer {
    width: 1170px;
  }
}

/* Default Link Styles */
a {
  color: #0072BB;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0066cb; }
  a img {
    border: none; }

.magazine a {
  color: #c73b0f;
}
.learning a {
   color:  #5f0f4e;
}


ul,
ol,
dl {
  font-size: 1em;
  }

p {
  line-height: 1.4;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/* Prevent a line from wrapping to multiple line. Generally used in a table. */
.nowrap {
        white-space:nowrap;
        }

/* URLs and email addresses are one long word and can push outside their own area. Word-break allows the browser to break the word and wrap it like regular text. Different browsers may break the word in different places. */
.word-break {
        -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
        }

a.blacklink {color:#222; text-decoration:underline;}

/* foundation override for tables */
table.nopadding tbody th, table.nopadding tbody td {
    padding: 0px;
}

ul.spaced li {
    margin-bottom: 0.5rem;
}

div.list_test ul li {
     font-size: 14px;
     color: #0066cb;
}


/*** GENERAL PAGE LAYOUT ****************************************/
/* Your Main Site Name. */
#siteName {
        font-size: 24px;
        line-height: 35px;
        margin-left: 5px;
}

.storewideDiscount {
        font-size: 14px;
        color: purple;
}

#basketStats {
        font-size: 0.95em;
}

/* This is the default font for the entire page body */
.mainpage {
        font-size : 1em;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
        font-size : 0.8em;
}

/* Title used on login page */
.title {
        padding-bottom:5px; 
        border-bottom:1px solid #ddd;
        }

.border-right { 
        border-right:1px solid #ddd 
        }

/* Header is a large separating bar used for "What's New" and 
'Product of the Day'. It uses the Highlight Box (Order Box) Title Bar
colors. */
.header {
        FONT-SIZE: 14px;
        font-weight : bolder;
        background-color: gray;
        color: white; 
}

/* Highlight and Input Form box title bars. */
.BoxTitle {
        FONT-SIZE: 16px;  
        font-weight: bold;
}
/* Used primarily in Highlight boxes. */
.BoxText {
        FONT-SIZE: 13px;  
}


/* Sections separate sections on listings and detail pages like the
'more images' and 'customer reviews' sections of the product page. */
.section_title {
        font-size: 1.2em;
        font-weight: bold;
        color : #0072bb;
        text-align:center;
        margin:0 auto 5px auto;
        font-family:"droid sans";
        /*background:#878787;*/
        padding:14px 0;
}

/* Used for listing and detail page navigation links like the 'Sort by' links
on listing pages and 'next | back' links at the bottom of detail pages.*/
.section_footer {
        font-size: 0.95em;
}
A.section_footer {
        text-decoration : none;
}

.caution {
        COLOR: #cc0000; FONT-SIZE: 1em; FONT-WEIGHT: 700
}

.alert-box.cartalert {
    font-weight: bold;
    margin:15px;
}

.alert-box a {
    color: white;
    text-decoration: underline;
}

label.error {
    position: relative;
    margin: -10px 0 1rem 0;
   /* padding: 1rem;
    border: 1px solid rgba(10,10,10,.25);
    border-radius: 0;
    background-color: #f7e4e1;
    color: #0a0a0a;*/
    color: #c73b0f;
    font-weight: 600;
}


/*** HOME PAGE ****************************************/

.nav1 {
        margin-bottom:8px;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.25);
        box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.25);
        }


.home-4 {border-left:2px solid white}

.red {color:#ce0000}


/*** HEADER ****************************************/
#navcontainer {
        background:#efefef;
        margin-bottom:8px;
        padding:5px 0;
        -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.25);
        box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.25);
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navtabholder {
    white-space: nowrap;
    padding: .7rem 0rem;
    font-size: 1.2em;
}

/* top Navigation to store sections */
.navwrap {
  display:table;
  vertical-align: middle;
  background-color: #f1f1f1;
    overflow: hidden;
}
.navitem {
  display:table-cell;
  padding-bottom: 5px;
}
.navitem a {
  color: black;
}
.navitem.active {
  border-bottom: 2px solid black;
}
.navitem:hover {
  border-bottom: 2px solid black;
}
div.space {
  display:table-cell;
  width: 30px;
  min-width: 25px;
}
.navtext {
  display:inline;
  font-size: 0.6em;
  font-weight: 600;
  vertical-align: middle;
  border-bottom: 2px solid transparent;
}

ul.topnav{
        background-color:#e9e9e9;
        border-left:1px solid #fff;
        border-bottom:1px solid #fff;
        border-right:1px solid #fff;
        box-shadow:0px 0px 5px grey;
        text-align:center;
        list-style-type:none;
        margin:0px;
        padding:0px;
        height:auto;
        background-image: url(/images/layout/topNav/navigate-to_trans.png);
        background-repeat:no-repeat;
        padding-left:120px;
        overflow:hidden;
        display:inline-block;
        padding-right:20px;
        background-position:14px 6px;
        
}
ul.topnav li{
        display:inline-block;
        list-style-type:none;
        margin:0px;
        padding:0px;
        margin:5px 0px;
        
}
ul.topnav li a{
        display:block;
        background-repeat:no-repeat;
        height:46px;
        overflow:hidden;
        text-indent:-3000px;
        background-position:bottom;
}
ul.topnav li a:hover{
        background-position:0px 0px;
}
ul.topnav li#store a{
        width:86px;
        background-image:url(/images/layout/topNav/store_trans.png);
}
ul.topnav li#magazine a{
        width:139px;
        background-image:url(/images/layout/topNav/magazine_trans.png);
}
ul.topnav li#course a{
        width:157px;
        background-image:url(/images/layout/topNav/course-designer_trans.png)
}
ul.topnav li a.active{
        background-position:0px 0px;
}

@media only screen and (max-width: 991px) {     
        ul.topnav{                
                background-image: none;
                padding-left:10px;
                overflow:hidden;
                display:inline-block;
                padding-right:10px;
                background-position:7px 7px;
        }
        ul.topnav li a{
                display:block;
                background-repeat:no-repeat;
              /*  height:24px;*/
                overflow:hidden;
                text-indent:-3000px;
                background-position:bottom;
                
        }
        ul.topnav{
                margin-bottom:10px;
        }
        div.space {
          width: 20px;
          min-width: 15px;
        }

}

@media only screen and (max-width: 800px) {     
        .home-1, .home-4 {
            border-left:1px solid white;
            border-bottom:1px solid white;
        }
        div.space {
          width: 20px;
          min-width: 10px;
        }
}

@media only screen and (max-width: 641px) {    
        ul.topnav{
                margin-bottom:10px;
        }
        #navtabholder{
                text-align:center;
        }
        #cartimg{
                text-align:center;
        }
        #cartbox{
                margin-top:40px;
        }

}

/* top-right dropdown menu */

        .iMenu {margin-top:5px}
        .iMenu a {
                display:inline-block;
                position:relative;
                color:#000;
                font-weight:bold; 
                font-size: 1.1em;
                padding:0px 12px 0 12px;
                border-right:1px solid #ddd}
                .iMenu a:last-child {border-right:0; padding-right:0}
                .iMenu a:hover {color: #000; text-decoration:underline}
                
                .iMenu.magNav {}

ul.mgmenu img {max-height:120px}

/* drop down menu on My Account */
#drop1 {z-index:101}
.f-dropdown li {text-align:left}

/* small navigation in header */
/*ul.topnav, ul.topnav li {margin:0; padding:0;}
ul.topnav li {float:right;}
ul.topnav a {font-size:0.8rem; padding:10px 8px 8px 8px}*/

/* magazine */
/*ul.nav-two li {float:right; padding:0; margin:0}
        ul.nav-two li a {
                border-radius:5px;
                padding:3px 8px;
                }
        ul.nav-two li a:hover {
                background:#0066cb;
                color:white;
                transition: background 300ms ease-out;
        }*/

.row.collapse.logo-header {margin-bottom:8px}
/*.logo {padding:10px}*/
.magazine_logo {margin-top:14px}

/* minicart */
.cart-qty {
        position:absolute;
        top:0;
        left:15px;
        color:#e59c0c; 
        font-weight:bold; 
        font-size:larger;}
        .cart-qty-2 {
                position:absolute;
                top:0;
                left:10px;
                color:#e59c0c; 
                font-weight:bold; 
                font-size:larger;}

.signin {padding-top:12px}
.topinfo {
        width:66px; 
        height:36px; 
        background: url(/images/layout/cart-bg.png) no-repeat 0 bottom; 
        padding: 2px 0 0 0; 
        display:block;
        position:relative;
        }

.cart-status { 
    display: inline;
    position: relative;  
    font-size: 2.5em;
}
.cart-status a {
    color: #ccc;
}

.cart-status .cart-icon {
  /* making sure text displays above icon */
  z-index: 1;
  color: #3399fe;
  --fa-secondary-opacity: 0.25;
}
.cart-icon.magazine {
  color: #c73b0f;
}
.cart-icon.learning {
  color: #5f0f4e;
}
.cart-status .cart-count {
  font-weight:900; 
  color:steelblue;
  /* making sure text displays above icon */
  z-index: 11;
  font-size: 0.4em;
  top: 45%;
}
.cart-count.magazine {
  color: #c73b0f;
}
.cart-count.learning {
  color: #5f0f4e;
}
.cart-label {
    display: inline;
    font-weight: 600; 
    margin-left: -4px;
}
.cart-label a {
    color: black;
}

.topInfoMessage {
    margin-top: 10px;
    margin-left: 10px;
    color: #e59c0c;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
}
/* main dropdown menu for desktops */
/* some styles replaced / updated later - see the new menu styles section below */
#storemenu {
    height: 62px;
    background: #3399fe;
    position: relative;
    margin: 0 auto;
    border-top: 1px solid #3399fe; 
    border-bottom: 1px solid #3399fe;
    padding: 0px 5px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    z-index: 12;
}
#storemenu.magazine {
    background: #c73b0f;
    border-top: 1px solid #c73b0f; 
    border-bottom: 1px solid #c73b0f;
}

#storemenu.learning {
    background: #5f0f4e;
    border-top: 1px solid #5f0f4e; 
    border-bottom: 1px solid #5f0f4e;
}

#storemenu > li > a, 
    #storemenu > li > span {
    display: block;
    color: #ffffff;
    text-shadow: 1px 1px 1px #8e8e8e;    
    font-weight: bold;
    text-transform: capitalize;
    outline: 0;
    text-decoration: none;
    line-height: 1.5em;
    text-align: center;
    height: 62px;
    min-width: 90px;
    display: table-cell;
    vertical-align: middle;
}

#storemenu > li:hover, #storemenu  > li.active {
    padding: 0px;    
}

/* can-touch style added if a touch action detected, ie tablets and mobile
  if touch events works, we don't want to activate these styles */
html:not(.can-touch) #storemenu > li > span:hover,
html:not(.can-touch) #storemenu > li > a:hover,
html:not(.can-touch) #storemenu > li > a:focus,
    #storemenu > li > a.hover {
        cursor:pointer;
        color:#222;
        background-color: #fff;
        outline:none;
        text-shadow:1px 1px 1px #ffffff; 
        -webkit-transition:text-shadow .1s;
        -moz-transition:text-shadow .1s;
        -o-transition:text-shadow .1s;
        -ms-transition:text-shadow .1s;
        transition:text-shadow .1s;  
    }

#storemenu.dropdown.menu .panel-link {    
    padding: 0 15px 6px 5px;
    min-width: 175px;
    color: #000;
    font-size: 1.1em;
    line-height: 1.2em;
}

#storemenu .panel-link:hover  {
    text-decoration: underline;;
}

#storemenu .dropdown-pane {
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    -o-box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    border: 1px solid #3399fe;
    border-top: none;    
    width: auto; 
}

#storemenu.magazine .dropdown-pane {
     border: 1px solid #c73b0f;
     border-top: none;
}

#storemenu.learning .dropdown-pane {
     border: 1px solid #5f0f4e;
     border-top: none;
}

#storemenu .dropdown-pane.large {
   min-width:600px;
}

#storemenu .dropdown-pane.mega {
    width:100% !important; 
    max-width:100% !important; 
    left: 0px !important;
}

#storemenu .vertical-listing a {
   color: #000;
 /*  max-width: 250px;*/
}

#storemenu .vertical-listing img {
    max-height: 120px;
}

div.column_wrap_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;    
}
        
div.column_wrap_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

div.column_wrap_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

#storemenu .dropdown-pane .columns {
    padding: 0px;
}

/* x-large screens */
@media (min-width: 1200px) {
    #storemenu {
        width: 100%;
        max-width: 1170px;
    }
}

/* large screens */
@media (min-width: 992px) AND (max-width: 1199.99px) {
  #storemenu {
    width: 100%;
    max-width: 970px;
  }
}

/* medium screens */
@media only screen and (min-width: 40em) and (max-width: 63.9375em)  {
      #storemenu {
        width: 100%;
        padding: 0px 5px;
        font-size: 0.9em;   
      }

    #navtabholder {
        font-size: 1em;
    }
    .iMenu a {
        font-size: 1em;
    }
    .cart-status {
    font-size: 2.0em;
    }
    
    .topInfoMessage {
        font-size: 1em;
    }
    #storemenu > li > a, 
    #storemenu > li > span {
        min-width: 50px;
    }
    #storemenu .dropdown-pane.large {
        width:100% !important; 
        max-width:100% !important; 
        left: 0px !important;
    }
    #storemenu.dropdown.menu .panel-link {    
        font-size: 1.0em;
        line-height: 1.1em;
        min-width: 150px;
        padding: 0 10px 6px 5px;
    }
    #storemenu .vertical-listing a {
      max-width: 250px;
    }
    div.column_wrap_4 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

/* top bar mods on small medium */
@media only screen and (min-width: 40em) and (max-width: 970px)  {
    .cart-label {
        display: none;
        }
     .iMenu {
        text-align: right;
    }
}

/* small screens */
@media (max-width: 40em) {
    #navtabholder {
        font-size: 0.9em;
    }
    .iMenu a {
        font-size: 0.9em;
    }
    .topInfoMessage {
        font-size: 0.9em;
        margin-top: 0px;
    }
}

/*** FOOTER ****************************************/
/* icons */
.share a {
        font-size:1.7rem; 
        padding-left:4px; 
        text-align:center} 
        a.facebook {
                color:#36569b;}
                a.facebook:hover {
                        color:#888888;
                        transition: color 300ms ease-out;}
        a.twitter {
                color:#6bb3fe;}
                a.twitter:hover {
                        color:#888888;
                        transition: color 300ms ease-out;}
        a.pinterest {
                color:#bf2231;}
                a.pinterest:hover {
                        color:#888888;
                        transition: color 300ms ease-out;}
        a.envelope {
                color:#7e7e7e;}
                a.envelope:hover {
                        color:#999;
                        transition: color 300ms ease-out;}

.social-footer a {color:#fff}
.social-footer img {padding:0 8px 4px 0}


/* SPRITES */
/*.socialsprite         {background-image: url/images/icons/Social-Sprite.png) no-repeat;}
.cclogos                {background-position:0 0; width:277px; height:34px; }
.f-facebook             {background-position:-280px 0; width:34px; height:34px; }*/
/*#nav li a {background-image:url('../img/image_nav.gif')}
#nav li a.item1 {background-position:0px 0px}
#nav li a:hover.item1 {background-position:0px -72px}
#nav li a.item2 {background-position:0px -143px;}
#nav li a:hover.item2 {background-position:0px -215px;}*/


/*** CATEGORY & PAGES ****************************************/

/* Page Title - only 1 title per page: category, feature, page, product */
h1 {font-size:2rem}
h1.page {font-weight:bold; color:#0066cb; margin:-2px 0 0 0; padding:0}
        H1.page.blueTitle {
                font-size:1.8em;
                margin-bottom:10px;
                }
h1.page.cart {font-size:1.5em}
h1.category {color:#2c68b1; font-size:3em; font-weight:bold; font-family:"Droid Sans"; letter-spacing:-2px}
h1.feature {}
h1.product {font-size:16px; font-weight:bold; margin-top:15px}

.magazine h1 {
   color: #c73b0f;
}
.learning h1 {
   color:  #5f0f4e;
}

/* Page SubTitles - Category Teaser Listings: category, feature, page, product */
h2 {font-size:1.5rem}

h2.product { font-size:1.5em; line-height:normal }      


/* Teaser Lists: category, feature, page, product */
h3 {font-size:1.2rem}
h3.product {}
h3.feature {margin-top:10px; font-weight:bold; color:#888; font-size:2rem}

h5.category {font-size:1.5rem; font-weight:bold}
h5.feature {font-size:1.2rem; font-weight:bold}

.cat_text_large {
        font-size: 1.15em;
}
.cat_text_featured {
        font-size: 1.15em;
}
.cat_text_small {
        font-size: 0.9em;
}
.cat_text_list {
        font-size: 1em;
}

/* product review styles */
.review_title {
        font-size: 1.15em;
        font-weight: bold;
}

.stars-outer {
  position: relative;
  display: inline-block;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.stars-outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #ccc;
}

.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #f9af18;
}

.putaverage {
    font-size: 18px;
}

.ratingSummary {
    display: inline;
    margin-left: 20px;
}

.review_wrapper {
    display: inline-block;
    border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    width: auto;
    margin: 20px 10px 10px 20px;
}

.review_admin_title {
    display: block;
    font-weight: bold;
}
.rateSummaryTitle {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
}
.reviewButton { 
    float: right;
}
@media screen and (max-width: 63.9375em) {
  .reviewButton { 
        float: none;
        margin-top: 1em;
    }
}

.review {
    margin-left: 25px;
}
.reviewTitle {
    font-weight: 900;
    font-size: 14px;
}
.reviewBody {
    margin-top: 1em;
}
.rateReview {
    margin-top: 1em;
}
.rateReview .button {
    margin-bottom: 0px;
}
.readReviews .button {
    float: right;
}
/* receipt page table */
#putreviewsearch h1.page {
    margin: 0px;
}
#putreviewtable {
    width: 100%;
}
/* end product review styles */

.page_border {
        border:1px solid #ccc; 
        padding:25px;
        }
        .page_border ol, .page_border ul {margin-left:35px}
        
                .page_padding {
                padding:15px 25px 25px 25px;
                }
                .page_padding p,
                .page_padding li,
                .page_padding ol,
                .page_padding div,
                .page_padding blockquote {font-size:1.25rem}
                .page_padding h2 {font-weight:bold}
                .page_padding blockquote {margin-left:35px; background:#f5f5f5; padding:10px}
                .page_padding ol, .page_padding ul {margin-left:35px}
                        .page_border {
                                border:1px solid #ccc; 
                                }
        
/* columns =============== */
.cat-col1 {
        border:1px solid #ccc; 
        border-right:0; 
        margin:0; 
        padding:0; 
/*      background:#e8e8e8;*/
        }
.cat-col2 {
        border:1px solid #ccc; 
        padding:0; margin:0;
        }

/* side-nav */ 
.shop-by-category {
        font-weight:bold;
        font-size:1.15em;
        padding:12px 0 0 0;
        color:#0066CB;
        margin-bottom:0px;
        }
.magazine .shop-by-category {
   color: #c73b0f;
}
.learning .shop-by-category {
   color: #5f0f4e;
}

ul.side-nav {
  display: block;
  margin: 0px; 
  padding:0;
  /*padding: 0.875rem 0;*/
  list-style-type: none;
  list-style-position: inside;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
  }
  .side-nav li {
    margin: 0 0 0 0;
    font-size: 0.95rem; }
    .side-nav li a:not(.button) {
      display: block;
      /*color: #2ba6cb;*/
          padding:2px 0 2px 0px;
          /*border-bottom:1px solid #e9e8e8;
          border-top:1px solid white;*/
          /*color:#222; */
           }
           .side-nav li a:first-child:not(.button) {
                  border-top:0;
                   }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus, .side-nav li.active a {
        /*color: #222222;*/
                /*background:#fff;*/
                text-decoration:underline; }
    .side-nav li.active > a:first-child:not(.button) {
      /*color: #67c3df;*/
      /*font-weight: normal;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/ }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
          
          .fa-play {font-size:0.75em; padding-left:3px}
        
        h3.side-nav-title {
                font-family: "Droid Sans";
                font-weight:700;
                font-size:2rem;
                text-transform:uppercase;
                color:#0066cb;
                padding:10px 0 4px 10px;
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
                }
                h3.side-nav-title-mobile {
                font-family: "Droid Sans";
                font-weight:700;
                font-size:1.75rem;
                text-transform:uppercase;
                color:white;
                padding:12px 0 8px 12px;
                background:#888;
                border-bottom:1px solid white;
                margin-bottom:0;
                margin-top:-1px;
                text-shadow: 1px 1px 2px rgba(0, 0, 2, 0.41);
                }



    /* Small only */
    @media screen and (max-width: 39.9375em) {
        ul.side-nav {
            margin: 0px 25px;
       }
    }


/*** FEATURE DETAIL ****************************************/
.feature-box {
        padding:20px;
        }
.featureteaser {
        font-size : 1.25em;
}
.featurebyline {
        font-size : 0.9em;
        font-style : italic;
}
.feature_type {
        font-size : 0.8em;
        color : #FF3300;
}

/*** PRODUCT DETAIL ****************************************/

/* products ==========================================*/

.main-cat {margin-bottom:10px}

.flag-new {
        display:block; 
        height:35px; 
        width:35px; 
        position:absolute; top:0; left:0; 
        }
.flag-sale {
        display:block; 
        height:35px; 
        width:35px; 
        position:absolute; top:0; left:0; 
        }
.flag-special {
        display:block; 
        height:35px; 
        width:35px; 
        position:absolute; top:0; left:0; 
        }

.boldLink {font-weight:bold;}
a.boldLink {
        line-height:1.35em; 
        padding-top:4px; 
        font-weight:bold; 
        display:block; 
        }


/* free shipping */
.free-shipping {
        background:#f5f5f5;
        padding:5px 15px 5px 0px;
        margin-bottom:10px;
        font-weight:bold;
        border-radius:5px;
        color:#ce0000}
        .free-shipping i {font-size:2.5rem; float:left; padding-right:12px}
        .free-shipping a {}
                .free-shipping a:hover {}

/* shopping cart */
input.left-arrow {background: url(/images/layout/down-Arrow.png) no-repeat top right;}

li.underline {border-top:1px solid #dddddd; padding-top:20px} /* puts a line under each row in the block grid */

/* back/next */
#nextitems {}
        #nextitems a {font-weight:bold; line-height:28px}

div.gary {padding-top:12px; float:right}

/* thumbnails */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #cccccc;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


/* Style for Product SKU, number in stock, etc. */
.prodSKU {
        font-size : 0.95em;
        color : #666666;
}

.availability {
        font-size : 1em;
        font-weight: bold;
        color : #666666;
}

/* Product price line [Prod-Opt-PriceDisplay] */
.prodprice {
        font-size:1.7rem; 
        font-weight:bold;
        color:#0072bb;
        text-align:center; 
        padding-bottom:20px;
        }
.prodprice strike {
        color:#888888;
        font-weight:bold;
        font-size:1.8rem;
        text-decoration: line-through; 
        }

.prodprice .saleprice {
    color: #c73b0f;
}

.prodprice .saleprice i {
    font-style: inherit;
    font-weight: normal;
}

.prodprice .origprice {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
}

.prodprice .origprice strike {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
}

/* price on grid page */
.gridSale {
    font-weight: normal;
}

/*.prodprice {
        font-size : 0.95em;
}*/

/* Product price emphasized words: 'Our Price' */
/*.prodprice2 {
        font-size : 1em;
        font-weight: bold;
        color: maroon;
}*/

/* Amount saved from retail price */
/*.prodsavings {
        font-size : 1em;
        color: maroon;
        font-style: italic;
}*/

/* Discounted price amount */
.proddiscounted {
        font-size : 1em;
        font-weight: bold;
        color : #ce0000;
}

/* Product discount line */
.proddisc {
        font-size : 1em;
        color : #ce0000;
}

/* Product error messages */
.proderror {
        font-size : 1em;
        color: #ce0000;
}

/* Small image on catalog pages. */
.listingimg {
        margin-right : 5px;
}

/* Small image on gallery style of category pages */
.gallerylistimg {
        border:1px solid #333333;
}

/* Text styles on gallery listing page */
.gallerylist {
        color:#000000;
        font-size: 1em;
}

A.gallerylist {
        color:#666699;
        font-size: 1em;
}

/* Medium image on product detail page. */
.medium_img {
        margin-right : 10px;
}

/* 'More Image' gallery on product detail page. */
.gallery_img {
        display:block;
        margin:0px auto 10px auto;
}



/* 'More Image' gallery detail caption. */
.photocaption {
        COLOR: white; FONT-SIZE: 0.95em; 
}


/* related products */
a.related_name {
        font-size:11px;
        line-height:.05em;
        font-weight:bold; 
        padding-top:5px; 
        display:block; 
        color:#222}


.codeblock {
        border:1px solid silver; 
        background:#e9e9e9; 
        padding:8px 0;
        }


/* icon related categories */
.fa-chevron-left {font-size:0.9em}

#dsprelatedproducts {
        text-align:center;
        }
#dsprelatedproducts a:link {font-size:1.25em; line-height:2em}


/* for video popup title style */
.imgpad {margin:auto;}


/* Scroll for gallery, related products 
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 */ 
 .galleryScroller {
    min-width: 75px;
 /*   border-right:1px solid silver; */
    padding: 0; 
 }

#gallery1 {
    padding: 0px 5px; 
    min-height: 100px;
    height: auto;
    white-space: nowrap;
}
#gallery1 a {    
        display: inline-block;
        padding: 0 6px;
        vertical-align: top;
}
.vertscroller {    
    overflow-y: hidden;
    overflow-x: scroll;
}
.gallery_img {
    max-width: 60px; 
    max-height: 60px; 
    vertical-align: top;       
}

.galleryimg {
    width: 80px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;   
    margin-bottom:12px; 
    font-size:.9rem;
} 
.galleryimg-lg {
    width: 100px;
} 
        
.caption {
    font-size:.7rem; 
    padding-top:2px
}
/* large product image */
.prodimage {
    border-right:1px solid silver;
     padding: 0.1em 0 0 0;
}

/* product options block */
.prodoptions {
    background:#e9e9e9;
}

/* product tabs */
.prodtabs {
    border:1px solid #ccc; 
    border-top:0;
}

 /* Turn on a 12x12 scrollbar */
.vertscroller::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Turn on single button up on top, and down on bottom */
.vertscroller::-webkit-scrollbar-button:start:decrement,
.vertscroller::-webkit-scrollbar-button:end:increment {
    display: block;
}

/* Turn off the down area up on top, and up area on bottom */
.vertscroller::-webkit-scrollbar-button:start:increment,
.vertscroller::-webkit-scrollbar-button:end:decrement {
    display: none;
}

.vertscroller::-webkit-scrollbar:horizontal {
   -webkit-border-image: url(/images/layout/scroll/horizontal-button.png) 0 2 0 2; 
    border-color: transparent;
    border-width: 0 2px;
    background-image: url(/images/layout/scroll/horizontal-button-background.png);
    background-repeat: repeat-x;
}

.vertscroller::-webkit-scrollbar-track-piece:horizontal:decrement {
    -webkit-border-image: url(/images/layout/scroll/horizontal-track.png) 0 12 0 12;

}
.vertscroller::-webkit-scrollbar-track-piece:horizontal:increment {
    -webkit-border-image: url(/images/layout/scroll/horizontal-track.png) 0 12 0 12;
}

/* The thumb itself */
.vertscroller::-webkit-scrollbar-thumb:horizontal {
    -webkit-border-image: url(/images/layout/scroll/horizontal-thumb.png) 0 15 0 15;
    border-color: transparent;
    min-width: 20px;
}

.vertscroller::-webkit-scrollbar-button:horizontal {
    width: 21px;
    -webkit-border-image: url(/images/layout/scroll/horizontal-button.png) 0 2 0 2;
    border-color: transparent;
    border-width: 0px;
}
.vertscroller::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url(/images/layout/scroll/horizontal-decrement-arrow.png), url(/images/layout/scroll/horizontal-button-background.png);
    background-repeat: no-repeat, repeat-x;
    width: 20px;
    border-right: 1px solid silver;
    background-position: 6px 2px, 0 0;
}
.vertscroller::-webkit-scrollbar-button:horizontal:decrement:active {
    -webkit-border-image: url(/images/layout/scroll/horizontal-button-active.png) 0 2 0 2;
    background-image: url(/images/layout/scroll/horizontal-decrement-arrow.png), url(/images/layout/scroll/horizontal-button-background-active.png);
}
.vertscroller::-webkit-scrollbar-button:horizontal:increment {
    background-image: url(/images/layout/scroll/horizontal-increment-arrow.png), url(/images/layout/scroll/horizontal-button-background.png);
    background-repeat: no-repeat, repeat-x;
    width: 20px;
    border-left: 1px solid silver;
    background-position: 6px 2px, 0 0;
}
.vertscroller::-webkit-scrollbar-button:horizontal:increment:active {
    -webkit-border-image: url(/images/layout/scroll/horizontal-button-active.png) 0 2 0 2;
    background-image: url(/images/layout/scroll/horizontal-increment-arrow.png), url(/images/layout/scroll/horizontal-button-background-active.png);
}
.vertscroller::-webkit-scrollbar:disabled {
    background: white;
    -webkit-border-image: none;
    display: none;
}



/* tabs on product page ==================*/
.tabs {
  *zoom: 1;
  margin-bottom: 0 !important;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  background:#f8f8f8;
  border-bottom: 0px;
    }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs li {
    position: relative;
    margin-bottom: -1px !important;
    float: left;
        text-align:center }
    .tabs li > a {
      display: block;
      background: #3399fe;
      color: #fff;
      font-weight:bold;
      padding: 0.5rem 0;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1.15em;
      border-right:3px solid #fff;
      line-height: 1.8em;
      padding-left:12px;
      padding-right:12px;      
      border-radius: 5px 5px 0px 0px;
      -moz-border-radius: 5px 5px 0px 0px;
      -webkit-border-radius: 5px 5px 0px 0px;
      border: 0px solid #000000;      
      margin-top:21px;
      margin-right:3px;        
    }
      .tabs li > a:hover {
        background: #0072bb;
                color:white; }

    .magazine .tabs li > a {
        background: #c73b0f;
    }
    .magazine .tabs li > a:hover {
        background: #ed4512;
    }
    .learning .tabs li > a {
        background: #5f0f4e;
    }
     .learning .tabs li > a:hover {
        background: #9a187e;
    }

    .tabs li.is-active a {
      color: #222; 
          font-weight:bold;
          font-size:1.15em;
          line-height:2.5em;
          background:white !important;
          border-top:1px solid #ccc;
          border-left:1px solid #ccc;
          border-right:1px solid #ccc;
          border-bottom:1px solid #fff;
          margin-top:10px;
          margin-bottom:-1px;
          padding-left:18px;
          padding-right:18px;     
          }
  .tabs.radius li:first-child a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 3px; }
  .tabs.radius li:last-child a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 3px;
        }
  .tabs.vertical li {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
  width: 100%;
  padding:2px 20px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height:1.4;
  border-top:1px solid #ccc;
   border-bottom: 0px;
   }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375em 0;
    width: 100%; }
                  .tabs-content > .content ul {
                        margin-left:35px }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375em; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375em; }

/* Small only */
@media screen and (max-width: 39.9375em) {
     .tabs li > a {
          font-size: 0.8em;
          padding-left: 8px;
          padding-right: 8px;
      }
      .tabs li.is-active a {
          font-size: 0.8em;
          padding-left: 8px;
          padding-right: 8px;
          margin-top: 12px;
      }
}


/*** POPUP IMAGE STYLES *************************************/
#showimage{
        position:absolute;
        visibility:hidden;
        border: 1px solid gray;
        }
#dragbar{
        cursor: hand;
        cursor: pointer;
        background-color: #EFEFEF;
        min-width: 100px; /*NS6 style to overcome bug*/
        }
#dragbar #closetext{
        font-size: 0.95em;
        margin-right: 2px;
        }
#detailimg{
        cursor: hand;
        cursor: pointer;
        }
#detailarea{
        width: 100%; 
        background-color: White;
        }
#caption{
        background-color: white;
        font-size: 1.25em;
        padding: 2px;
        min-height: 30px;
        }


/*** WISH LIST DETAIL *************************************/

/* The delete and update buttons for Wish List product listings */
/*.WishButton {}*/



/*** INPUT FORMS ******************************************/

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
fieldset {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
   }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  width:95%; 
  display:inline-block;
  margin: 0 0 1.0rem 0;
  background-color: #f4f5f7;
   } 

label { font-size: 1.0em; }


/*select.short { 
        width:140px; 
        padding: 4px 0 4px 6px;
        height:auto;
    font-size: 1em;
    font-weight:normal;
        background-image: url(/images/layout/down-caret-2.png);
        background-position: 100% center;
        } 
        
        select.checkout { 
                background-image: url(/images/layout/down-caret-2.png);
                } 

select:not(.short) {
  padding: 0.5rem;
  font-size: 1.0rem;
  font-weight:bold;
  height: 2.9125rem;
  background-image: url(/images/layout/down-caret.png);
  background-position: 100% center;
  border-radius:3px }
  
@-moz-document url-prefix() {

    select {
        background-position: left center;
    }

}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
*/

.ui-selectmenu-button.ui-button {
    height: 2.5em;
     width:100%;
     padding:8px 10px;
     margin-bottom: 7px;
}

.ui-selectmenu-text {
    font-size: 1.0rem;
    font-weight: 700;
}

select {
  /*padding: 0.5rem;
  font-size: 1.0rem;
  font-weight:bold;
  height: 2.9125rem;
  background-image: url(/images/layout/down-caret-2.png);
  class="styled-select #fusebox.fuseaction#" */
  /*border-radius:3px*/ }
  
	select.nostock_select {
	  /*padding: 0.5rem;
	  height: 2.9125rem;*/
	  font-size: 1.0rem;
	  font-weight:bold; 
	  padding:8px 10px; 
	  height:42px;
	  width:100%;
	  background-image: url(/images/layout/down-caret.png);
	  background-position: 100% center;
	  background-size: contain;
	  /*border-radius:3px*/ } 

        select.product_select {
          /*padding: 0.5rem;
          height: 2.9125rem;*/
          font-size: 1.0rem;
          font-weight:bold; 
          padding:8px 10px; 
          height:42px;
          width:100%;
          background-image: url(/images/layout/down-caret.png);
          background-position: 100% center;
          background-size: contain;
          /*border-radius:3px*/ }       
                
        @-moz-document url-prefix() {
                select {
                        background-position: left center;
                }
        }
        
        select {
                -moz-appearance: none;
                text-indent: 0.01px;
                text-overflow: '';
        }
select.styled-select {
   -moz-appearance: none;
   -webkit-appearance: none;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(/images/layout/down-caret-2.png);
   background-position: 100% center;
   background-repeat: no-repeat;
   background-origin: inherit;
   background-size: 100%;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   width: 95%;
   border: 1px solid #cacaca;
   color:#565758;
   font-size:11px;
   height: 2.5em;
   margin: 0 0 1rem;
   padding: 5px 10px; /* If you add too much padding here, the options won't show in IE */
   line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* For IE10 */
select.styled-select::-ms-expand {
  display: none;
}

select.product_select.styled-select {
    font-size: 1rem;
    width: 100%;
    background-size: 200%;
}
select.nostock_select.styled-select {
    font-size: 1rem;
    width: 100%;
    background-size: 200%;
}

select.product_select > option:disabled {
    opacity: 0.50;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
     select.product_select.styled-select {
        background-size: 100%;
    }
}


select.checkout { 
        background-size: 200%;
}

select.smallSelect { 
        width:135px; 
        font-size: 0.875rem;
        background-size: inherit;

        /*padding: 4px 0 4px 6px;
        height:auto;
        font-size: 1em;
        font-weight:normal;
        background-image: url(/images/layout/down-caret-2.png);
        background-position: 100% center;*/
        } 


/* validation errors */
input.error, select.error {
    border: 1px solid red;
}

input.error:focus {
    border: 1px solid red;
}

/* custom quantity box [Prod-QuantBox] */
.quantWrapper {
    display: inline-block;
    border: 1px solid #cacaca;
    background-color: #f4f5f7;
    height: 2.75rem;  
    width:95px;
    margin-bottom: 10px;
}
input#Quantity {
    width: 35px;
    text-align: center;
    border: 0px;
    background-color: #f4f5f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.sub, button.add {
    border: 0px;
    background-color: #f4f5f7;
    height: 2.4375rem;  
    padding: 0px 0.7rem;
}

button.sub:hover, button.add:hover, button.sub:focus, button.add:focus {
    background-color: #f4f5f7;
}
/* end styles for quantity box */

.socialicons {
    min-height: 60px;
    text-align: center;
}
div.addthis_inline_share_toolbox {
    margin-top: 7px;
}

/* Required form field */
.required input, input.required, .required textarea, textarea.required { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }

.required, .required label, label.required { color: #ce0000; }

.required small, small.required { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 1em; background: #c60f13; color: #fff; font-size: 1em; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

small.undertext { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 1em; background: #555; color: #fff; font-size: 1em; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

.required textarea:focus, textarea.required:focus { background: #fafafa; border-color: #b3b3b3; }

.form-error {
    color : #ce0000;
}

/* Titles separating sections of a form (this is NOT the Box Title)*/
.formtitle {
        FONT-SIZE: 1.2em;
        font-weight : bold;
}

/* Appears at top of form if page returns an error */
.formerror {
        FONT-SIZE: 1em;
        color : #ce0000;
}

/* Used in the login box ('user name not found', etc.) */
.formerrorsmall {
        FONT-SIZE: 0.8em;
        color : #ce0000;
}

/* Form field names '*/
.formtext {
        FONT-SIZE: 1em;
}
/* Instructions below form fields '*/
.formtextsmall {
        FONT-SIZE: 0.8em;
}

.formtextsmallcontact {
        FONT-SIZE: 0.8em;
        font-style:italic;
        color:#777;
}
        .formtextsmallcontact.intransit {
                display:block; 
                color:#555;
                font-size: 1.0em;
                margin-left:23px;
                margin-bottom:12px;
        }

/* Used in the login box for 'name' and 'password'*/
.FormTextVerySmall {
        FONT-SIZE: 0.65em;
        COLOR: gray;
}


/* Search Field ========================================*/
::-webkit-input-placeholder { color:#a3a3a3 !important;}
::-moz-placeholder { color:#a3a3a3 !important;} /* firefox 19+ */
:-ms-input-placeholder { color:#a3a3a3 !important;} /* ie */
input:-moz-placeholder { color:#a3a3a3 !important; opacity: 1;}
input::placeholder {color:#a3a3a3 !important;}

form.searchbox ::-webkit-input-placeholder { color:#a3a3a3 !important; font-style:italic; }
form.searchbox :-moz-placeholder { /* Firefox 18- */ font-style:italic; }
form.searchbox ::-moz-placeholder {  /* Firefox 19+ */ font-style:italic; }
form.searchbox :-ms-input-placeholder { font-style:italic; }

form.searchbox {
  position:relative;
  z-index:200;
}
form.searchbox.glass input[type="text"] {
        border-radius:3px; 
        border: 2px solid #cfcfcf;
        line-height:2em; 
        height:36px; 
        font-size:1.2rem;
        font-style:italic;
        z-index: 200 !important;
        }
form.searchbox.glass button {
        position: absolute;
        padding: 0;
        top: 0;
        right: 0;        
        color: #e8e8e8;
        background: #3399fe center center no-repeat;
        width: 36px;
        height: 36px;
        cursor: pointer;
        border:0;
        z-index: 200;
        box-shadow: none;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        }
form.searchbox.glass button:hover {
        background-color:#2067ad;
        -webkit-transition: background-color 300ms ease-out;
       -moz-transition: background-color 300ms ease-out;
       transition: background-color 300ms ease-out;
        }       
        
/* rounded */
form.searchbox.rounded input[type="text"] {
        border-radius:1000px;
        padding-left:20px;
        }

form.searchbox.rounded input[type="submit"] {
        position: absolute;
        padding: 0;
        top: 2px;
        right: 3px;
        background: white url(/images/icons/search.png) center center no-repeat;
        width: 32px;
        height: 32px;
        cursor: pointer;
        border:0;
        z-index: 100;
        box-shadow: none;
        border-radius:1000px;
        }       
        
/* with words */
.box-search {
        border:1px solid white; 
        -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.25);
        box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.20);}

form.searchbox {
   margin: 22px 0 0 30px;
}

form.searchbox.button input[type="text"] {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        background:#efefef;
        font-size:1.1em;
        }
form.searchbox.button input[type="submit"].button {
        color:white;
        font-size:14px;
        font-weight:bold;
        padding:0 0 2px 0;
        background-color:#0066cb;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        }
form.searchbox.button input[type="submit"].button:hover {
        background-color:#1e4da5;
        -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
        }       

.input-group > :last-child > * {
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* magazine search form colors */
form.searchbox.glass.magazine button {
    background: #c73b0f center center no-repeat;
}
form.searchbox.glass.magazine button:hover {
    background-color:#91290a;
}    

form.searchbox.glass.learning button {
    background: #5f0f4e center center no-repeat;
}
form.searchbox.glass.learning button:hover {
    background-color:#8c1773;
}

/* searchbox mods for medium only */
@media only screen and (min-width: 40em) and (max-width: 63.9375em)  {
    form.searchbox {
        margin: 22px 0 0 10px;
    }
}

/* searchbox mods for medium only */
@media only screen and (max-width: 40em)  {
    form.searchbox {
        margin: 22px 0 0 0px;
    }
}
.has-tip {
  font-weight:  normal;
  border-bottom: 0px;
  display: block;
}

a span.highlight1 {
  color:  red;
}

a.prod span.highlight1 {
  color:  #0072BB;
  font-weight:  700;
}

/* magazine search options */
table.magsearch {
    background-color: #75a3ed;
    border:  1px solid #ccc;
}
table.magsearch tr {
    background-color: #d2e4fc;
}

table.magsearch tbody tr:nth-child(even) {
    background-color: #d2e4fc;
}
table.magsearch tbody td {
    padding: 0rem .2rem;
}

a.seemore {
  font-weight: 800;
}

/** tabbed search results **/
.page_border ul.accordion, .page_border ul.tabs {
      margin-left: 0px;
      padding:  0px;
      border:  0px;
  }
  .search_tabs {
    border:  0px;
    padding-top:  0px;
  }

  .tabs-content {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
  }
  .tab_desc {
      position: relative;
      top:  -20px;
      z-index:  1;
  }

.sortbox {
  position: relative;
  top:  -20px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

    .search_tabs li > a {
      font-size: 1.2em;
    }

    .search_tabs li.is-active > a {
      font-size: 1.2em;
  }
     .sortbox {
        top:  0px;
    }
    .tab_desc {
      top:  0px;
  }
}

/** loading message for solr results **/
.results_loading {
      display:  none;       
      margin-bottom: 10px; 
    }
    .loading {
      font-size: 20px;
      color:  #ce0000;
    }

    .loading:after {
      overflow: hidden;
      display: inline-block;
      vertical-align: bottom;
      -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
      animation: ellipsis steps(4,end) 900ms infinite;
      content: "\2026"; /* ascii code for the ellipsis character */
      width: 0px;
    }

    @keyframes ellipsis {
      to {
        width: 1.25em;    
      }
    }

    @-webkit-keyframes ellipsis {
      to {
        width: 1.25em;    
      }
    }

/*** SHOPPING CART ****************************************/
/* Product name, prices, etc. */
.carttext {
        font-size: 0.95em;
}
/* Sku and options listed under product name*/
.smallcarttext {
        font-size: 0.9em;
}
/* errors listed under product name*/
.smallcarterror {
        font-size : 0.9em;
        color: #ce0000;
}

/* Accept terms in shopping cart */
#license {
        min-height:200px
        }

.shiptypetitle {display:inline-block; font-weight:bold; margin:5px 0 5px 0}

/* USPS verfication error */
span.highlightErrorText{
                background-color:yellow; 
                color:black;
        }
/* select cheapest shipping option */
#putshiprates > div {padding:5px; margin-bottom:0;}
#putshiprates > div > input {margin-bottom:0; padding-bottom:0}

/* [Ship-LowPrice] */
.radio-input {
        color:#ce0000;
        }
        .radio-input::after { 
                content: " - Most Economical";
        }

/*Direct Shipping Rates */
#shipDirect .blueTitle {
        margin-bottom:0px;
}

#shipDirect .shippingExplain {
     margin-bottom:15px
}

/*DropShipping Rates */
#dropShipCharges {
        margin-bottom:0px;
}

#dropShipCharges .blueTitle {
        margin-bottom:0px;
}

#dropShipCharges .dropShipExplain {
     margin-bottom:15px
}
#dropShipCharges .dropShipInfo {
    margin-bottom:40px;
}

#orderSumm {
        margin-bottom:15px;
}
.promoGiftHdr {
    font-weight: bold;
    font-size: 13px;
}

/* shopping cart table */
table.shoppingCart {margin-bottom:20px}
table.shoppingCart tr td { padding:6px 10px; }
table.shoppingCart tr th, table.shoppingCart tr.line td { border-bottom:1px solid silver; padding:10px }
table.shoppingCart input[type=text] {}
        
/* blue */
table.shoppingCart thead,
  table.shoppingCart tfoot {
    background: #0066cb;
}
table.shoppingCart thead tr th  {
    color:white;
} 
/* overwrite alternating table row colors */
table.shoppingCart tbody tr:nth-child(even) {
    background-color: inherit;
}

/* receipt page table */
#dspinvoicebasket table tbody tr:nth-child(even) {
    background-color: inherit;
}

/* cart messages with icons */
table.cart_icons {
        margin-bottom:10px;
}

table.cart_icons tr td {
        padding:0px !important; 
        border-bottom:0px !important;
}

table.cart_icons tr td.icon {
        width: 22px;
        font-size: 14px;
}

table.shoppingCart table.cart_icons {
        margin-bottom:5px;
}
                 
td.qty {text-align:right !important;}

input[type="number"] {
    width: 50px; 
/*margin:0*/}

input.addonTxt {
    width: 100%;
}

.addonsize {
    position: relative;
    top: -14px;
    left: 5px;
}

div.addon input {
  margin-bottom:  0px;
}

div.addon {
  margin-bottom:  10px;
}

div.addon.readonly {
    margin-top:  10px;
    font-weight:  600;
}

label.addons {
  line-height:  1.2em;
}

tr.shoppingcart {
    background-color:white;
}

/* order history */
table.history {
    width: 100%;
}

table.history thead {
    border-top: solid 1px #dddddd;
}

table.history tr.even, table.history tr.alt, table.history tr:nth-of-type(even) {
    background: inherit; }  

table.ccform tr.even, table.ccform tr.alt, table.ccform tr:nth-of-type(even) {
    background: inherit; }  

.tooltip.tracking {
  background-color: #0066cb;
}

.tooltip.tracking.left::before {
    border-color: transparent transparent transparent #0066cb;
}


/* print invoice history */
.printInvoice {
        max-width:660px; 
        border:1px solid silver; 
        padding:20px; 
        margin:0 auto;
        }
        
table.ccform table {
    width: 92%;
}

/* ============================================================================================================================
== BUBBLE WITH AN ISOCELES TRIANGLE
http://nicolasgallagher.com/pure-css-speech-bubbles/demo/
** ============================================================================================================================ */

.bubble {
    background-color: #feffd5;
    border: 1px solid #8e8d8d;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    /*font: 12px/16px sans-serif;*/
    padding: 6px 12px;
    position: relative;
}
.bubble:after,
.bubble:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #feffd5;
    top: 9px;
    content: '';
    right: -12px;
    /*margin-left: -20px;*/
    position: absolute;
}

/* Styling for second triangle (border) */

.bubble:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid;
    border-left-color: inherit; /* Can't be included in the shorthand to work */
    top: 8px;
    right: -13px;
}



/* Shopping Cart - resonsive table
------------------------------------- */
table.cart-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        border:none;
}

table.cart-table th {
        border: none;
        background-color: #f6f6f6;
        text-align: left;
        padding: 10px 20px;
        color: #606060;
        vertical-align: top;
        font-size: 14px;
        font-weight: 600;
}

table.cart-table td {
        padding: 20px;
        border-bottom: #eee 1px solid;
        border-top: none;
        border-right: none;
        vertical-align: middle;
}

table .cart-title a {
        font-weight: 600;
        color: #666;
}

table .cart-title a:hover {
        color: #808080;
}

table .cart-total {
        color: #666;
        font-weight: 600;
}


table.cart-table.bottom {
        margin-top: -1px;
}

table.cart-table.bottom .cart-btns { float: right; }
table.cart-table.bottom .cart-btns  a { margin-left: 10px; }
table.cart-table.bottom th { padding: 15px; }


/* Cart Totals */
.eight.columns.cart-totals {
        float: right;
        margin: 45px 0 0 0;
}

.cart-totals .cart-table th {
        vertical-align: middle;
        border-bottom: 1px solid #fff;
        width: 40%;
        padding: 10px 15px;
}
.cart-totals .cart-table td {
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 15px;
}

.cart-totals .cart-table tr:last-child th,
.cart-totals .cart-table tr:last-child td {border:0;}


table.cart-table.subtotals td {
        padding: 15px;
        border: none;
        vertical-align: middle;
}

a.button.proceed:hover { background-color: #606060; }

a.calculate-shipping {
        text-align: center;
        display: block;
        background: #c0c0c0;
        color: #fff;
        padding: 10px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}

a.calculate-shipping i {
        font-size: 14px;
        padding: 0 2px;
}

a.calculate-shipping:hover {
        background: #808080;
        color: #fff;
}

/* Thank you page */
.thankyoutitle {
        color:#0066cb; 
        font-size:2rem; 
        padding-bottom:20px;
        }

/*** LISTING RECORDS ******************************************/
/* Query Description line */
.ResultHead {
        FONT-SIZE: 16px;
}

/* Result table title row */
.listingHead {
        FONT-SIZE: 1em; 
        TEXT-DECORATION: none;
}
/* Result table smaller font */
.ListingSmall {
        FONT-SIZE: 0.8em;
}
.listingTitle {
        FONT-SIZE: 14px;
        TEXT-DECORATION: none;
        font-weight : bold;
}
A.listingTitle:link {
        FONT-SIZE: 1em;   TEXT-DECORATION: none
}
A.listingTitle:visited {
        FONT-SIZE: 1em;    TEXT-DECORATION: none
        }
A.listingTitle:hover {
        FONT-SIZE: 1em;  TEXT-DECORATION: underline
        }
        
.listingsubtitle {
        FONT-SIZE: 1em; FONT-STYLE: italic;  
}
.listingtext {
        FONT-SIZE: 1em; 
}
.listingsubtext {
        FONT-SIZE: 0.95em;  
}
/* For Feature listings author line */
.listingtagline {
        FONT-SIZE: 0.9em;
}
/* For Event listings */
.listingdate {
        FONT-SIZE: 1em; 
}

/* For Manufacturer Listing */
.manufacturer_list {
        background-color: #FFFFFF;
        color:#666699;
        font-size: 1em;
        vertical-align: top;
}

/*** ALPHA MENU (SITEMAP) *************************************************/
A.alphaon:link {
         FONT-SIZE: 13px; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
        FONT-SIZE: 13px; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
        FONT-SIZE: 13px;
        TEXT-DECORATION: none;
        Font-Weight: Bold;
        background-color : #F0F0F0;
}
A.alphaoff:link {
         FONT-SIZE: 0.8em; TEXT-DECORATION: none
}
A.alphaoff:visited {
        FONT-SIZE: 0.8em;  TEXT-DECORATION: none
}
A.alphaoff:hover {
        FONT-SIZE: 0.8em;
        TEXT-DECORATION: none;
        background-color : #F0F0F0;
}


/*** MENUS ******************************************/
/* Breadcrumb Trail Menu */

#putparentstring {}
  #putparentstring a {
  padding:0 3px;
  /*color:#000;*/
  line-height:40px;
  }
        /*#putparentstring a:hover {color:#6395ff}*/
        
/* The Breadcrumb Trail DIV and non-link text */
#menu_trail {}
#menu_trail a {}

/* Category Jump Menu - firs style form, then select box */
#categorySelect {
        text-align: right;
}
#categorySelect select {
        width: 140px;
        FONT-SIZE: 0.95em;
        color: purple;
}
.menu_page {
        font-size: 1em;
        COLOR: gray;    
        clear: left;
}
a.menu_page {
        font-size: 1em;
}

.menu_page2 {
        FONT-SIZE: 0.9em;
        COLOR: #808080;
}
a.menu_page2 {
        FONT-SIZE: 0.9em;
        COLOR: #808080;
}

.menu_page_title {
        font-size: 1em;
        COLOR: gray;
        FONT-WEIGHT: bold;
}

a.menu_page_title
{
        font-size: 1em;
        COLOR: gray;
        FONT-WEIGHT: bold;
}

/* Shopping Cart Summary */
.cart-image {max-height:120px;}

.cart_summary {
        FONT-SIZE: 0.9em;
        color : Gray;
}
.cart_summary A {
        FONT-SIZE: 0.9em;
        color : Gray;
}

/* Page Footer Menu */
.footer-container {
        margin-top: 2px;
        background: #3399fe;
        background: -moz-linear-gradient(top,  #3399fe 0%, #207cca 74%, #0066cb 100%);
        background: -webkit-linear-gradient(top,  #3399fe 0%,#207cca 74%,#0066cb 100%);
        background: linear-gradient(to bottom,  #3399fe 0%,#207cca 74%,#0066cb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399fe', endColorstr='#0066cb',GradientType=0 );
        }

.footer-container.magazine {
        background: #c73b0f;
        background: -moz-linear-gradient(top,  #c73b0f 0%, #a8320d 65%);
        background: -webkit-linear-gradient(top,  #c73b0f 0%,#a8320d 65%);
        background: linear-gradient(to bottom,  #c73b0f 0%,#a8320d 65%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73b0f', endColorstr='#a8320d',GradientType=0 );
        }     

.footer-container.learning {
        background: #5f0f4e;
        background: -moz-linear-gradient(top,  #5f0f4e 0%, #3e0a33 65%);
        background: -webkit-linear-gradient(top,  #5f0f4e 0%,#3e0a33 65%);
        background: linear-gradient(to bottom,  #5f0f4e 0%,#3e0a33 65%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f0f4e', endColorstr='#3e0a33',GradientType=0 );
        }          

.footer-line {
    height:0; 
    margin:15px 20px 5px 20px; 
    border-top:1px solid #045cb2; 
    border-bottom:1px solid #288ce5;
}

.footer-line.magazine {
    border-top:1px solid #992d0b; 
    border-bottom:1px solid #ce4217;
}
.footer-line.learning {
    border-top:1px solid #7d1367; 
    border-bottom:1px solid #450938;
}

.menu_footer table td  { padding: 0rem; }
.menu_footer table td img {
        padding: 5px 15px 0px 0px;
}

.menu_footer.expanded > li {
    vertical-align: top;
}

.menu_footer, .menu_footer h5 {
        text-rendering: optimizeLegibility;
        color : #fff;
        line-height: 1.2em;
        font-style: normal;
        font-weight: 500;
}
.menu_footer A {
        color : #fff;        
        padding: 0.2rem 0rem;
        display: block;
}
.menu_footer A:hover {
        color:#ccc;
}

.menu_footer table tbody, .menu_footer table tbody tr {
    background-color: transparent !important;
}
        
/* Copyright Notice DIV */
.copyright {
        color : #fff;
        margin-bottom:5px;    
        font-weight: 500;  
        text-align: center;
} 
.copyright a {
        color : #fff;
}
/* Mcafee Trustmark */
  .mfes-trustmark {
    vertical-align: middle;
  }

.rapidssl {margin-left:100px; margin-right:10px}
.sslsecure {margin-left:100px; margin-right:10px}

.si-footer {margin-right:8px; margin-bottom:5px}

/* footer mods for medium only */
@media only screen and (min-width: 40em) and (max-width: 63.9375em)  {

    .menu_footer .column {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }
    .menu_footer h5 {
        font-size: 1.15rem;
    }
}

/* small and medium */
@media only screen and (max-width: 63.9375em) {
    .copyright, .copyright a {font-size:0.9rem; margin-bottom:10px; text-align:center }    

    .rapidssl {margin-left:25px; margin-right:0px}
    .sslsecure {margin-left:25px; margin-right:0px}
}

/* Small only */
@media screen and (max-width: 39.9375em) {
     .menu_footer .toprow {
        margin-bottom: 25px;
    }
}


/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
        PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 1em;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
        PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 1em;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
        PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 1em;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
        PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 1em;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
        FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
        FONT-WEIGHT: bold; FONT-SIZE: 0.95em;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
         FONT-SIZE: 0.95em; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
        FONT-SIZE: 0.95em;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
        FONT-SIZE: 0.95em;
        FONT-FAMILY: verdana,arial,sans serif;
        TEXT-DECORATION: none;
        background-color : transparent;
}


/* Admin Menu Links */
.menu_admin {
        FONT-WEIGHT: normal;
        FONT-SIZE: 0.9em;
        COLOR: #DAA520;
        TEXT-DECORATION: none
}
A.menu_admin{
        FONT-WEIGHT: normal;
        FONT-SIZE: 0.9em;
        COLOR: #DAA520;
        TEXT-DECORATION: none
}




/* ---------- Styles for Tracking Page --------------------- */

th.track {
        FONT-SIZE: 0.95em;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
        background-color : #B6B6B6;
}

td.trackbold {
        FONT-SIZE: 0.95em;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}

td.track {
        FONT-SIZE: 0.95em;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
}

td.track0 {
        FONT-SIZE: 0.95em;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
        background-color : #F0F0F0;
}

td.track1 {
        FONT-SIZE: 0.95em;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
        background-color : #FFFFFF;
}

/* ---------- Reciept page --------------------- */
a.printicon {
        float:right;
        display:block;
        width:56px;
        padding:10px 0;
        background:#f5f5f5;
        border:2px solid #0066cb;
        border-radius:1000px;
        text-align:center;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.45);
        -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.45);
        box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.45);
        color:#0066cb;
        margin:0 0 10px 15px;
        font-size:0.75em;
        }
a.printicon:hover {
        color:#3399fe; 
        background:#fff; 
        border:2px solid #3399fe;}
.printicon.fa-print {
        font-size:2.3em; 
       }

/* ---------- Styles for Letterhead Printing --------------------- */
.printregistry {
        border: 1px solid #000000;
        FONT-SIZE: 14px;
        font-family : Arial, Helvetica, sans-serif;
}


/* user registration */

.fa-ul.reginfo {
    line-height:1.75em;
    margin-left:20px;
}

/* Pagination ======================================================== */
div.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  div.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    div.pagination a {
      display: inline-block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #222;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    div.pagination a:hover,
    div.pagination a:focus {
      padding: 0.1875rem 0.625rem;
      background: #0066cb;
      color:white; }
    div.pagination a.unavailable {
      cursor: default;
      color: #999999; }
    div.pagination a.unavailable:hover, div.pagination a.unavailable:focus {
      background: transparent; }
    div.pagination a.current {
      background: #0066cb;
      color: white;
      font-weight: bold;
      cursor: default; }
      div.pagination a.current:hover, div.pagination a.current:focus {
        background: #0066cb; }

.section_footer {margin-top:15px}


/* Accordians - FAQ lists ============================================ */
.accordion {
  zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active > a {
      background: #467ae9;
          color:white;
          font-weight:bold }
    .accordion dd > a {
      /*background: #efefef;*/
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem;
          
          border:1px solid #d0d2d5;
          border-top:0; 
          
          background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FFFFFF),
        color-stop(1, #ECECEC)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #ECECEC 100%);
          
          }
      .accordion dd > a:hover {
        background: #467ae9;
                color:white;
                font-weight:bold }
  .accordion .content {
    display: none;
    padding: 0.9375em; }
    .accordion .content.active {
      display: block;
      background: white;
          border:1px solid #d0d2d5; border-top:0;
           }


/* Tables ============================================ */

table.table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd; }
  table.table thead,
  table.table tfoot {
    background: #e9e9e9; }

    table.table thead tr th,
    table.table thead tr td,
    table.table tfoot tr th,
    table.table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 1.0rem;
      font-weight: bold;
      color: #222222;
      text-align: left; }
  
  table.table tr th,
  table.table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 1rem;
    color: #222222; }
  table.table tr.even, table.table tr.alt, table.table tr:nth-of-type(even):not(.skip) {
    background: #e5e5e5; }
  table.table thead tr th,
  table.table tfoot tr th,
  table.table tbody tr td,
  table.table tr td,
  table.table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }
                /* blue */
                table.table.blue thead,
                  table.table.blue tfoot {
                        background: #0066cb;
                         }
                         table.table.blue thead tr th  {color:white} 

.contact-table td {padding:3px 0}       


/* Admin home ---------------*/
div.table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd; }
  div.thead {
    background: #a3b745;
        font-size:1rem;
        padding:0.5rem;
        border:1px solid white;
        color:white; }
   div.table.alt div.thead {
        background:#d46f15;
        }       
    div.td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      color: #222222;
      text-align: left; }



/* Affiliates ----------------*/
div.toptier {background:#3399ff; height:30px; font-size:11px; margin-bottom:12px}
div.toptier a:link, div.toptier a:visited {
        color:white; 
        display:inline-block; 
        line-height:30px; 
        padding:0 10px;
        border-right:1px solid #4fa6fd;
        }
div.toptier a:link:hover {background:#0066cb}
div.toptier a.toptier-active {color:#fff; background:#0066cb}


.emphasisBoxContentClear {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 4px; PADDING-TOP: 0px;
}


/*---------------------------------
        DEFAULT BUTTONS
-----------------------------------*/
button, .button {
  padding-top: .4em;
  padding-right: 1.7em;
  padding-bottom: .4625em;
  padding-left: 1.7em;
  font-size: 1em;
  font-weight: bold !important;
  background-color: #0066cb;
  border-radius:5px }
        button:hover, button:focus, .button:hover, .button:focus {
        background-color: #3399fe; }

.magazine .button {
  background: #c73b0f;
}
.magazine .button:hover, .magazine button:focus, 
    .magazine .button:hover, .magazine .button:focus {
  background: #ed4512;
}

.learning .button {
  background: #5f0f4e;
}
.learning .button:hover, .learning button:focus, 
    .learning .button:hover, .learning .button:focus {
  background: #9a187e;
}
  
  button.large, .button.large {
    padding-top: 1.125em;
    padding-right: 2.25em;
    padding-bottom: 1.1875em;
    padding-left: 2.25em;
    font-size: 1.25em;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.575em;
    padding-right: 1.75em;
    padding-bottom: 0.75em;
    padding-left: 1.75em;
    font-size: 0.8125em;
        color:white;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.625em;
    padding-right: 1.25em;
    padding-bottom: 0.6875em;
    padding-left: 1.25em;
    font-size: 0.6875em;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }



.nobottommargin {margin-bottom:0} /* removes bottom margin */

.nobutton {
        background:none;
        border:0;
        text-decoration:underline;
        font-size:0.9rem;
        }

.nobuttonUPDATE {
        background:none;
        border:0;
        margin:0;
        padding:0;
        text-decoration:none;
        font-size:0.9rem;
        text-transform:lowercase;
        color:#0072BB;
        }       
        
/*---------------------------------
        COLORED BUTTONS
        
        Have a little fun and attract the eye with
        different colored buttons. 
        
        99Lime.com HTML KickStart by Joshua Gatcke
        kickstart-buttons.css
        
        Super Easy Cross Browser CSS3 Gradients
        http://www.colorzilla.com/gradient-editor/
-----------------------------------*/

/* STYLES */
/*.pill{border-radius:200em;}
.pop{box-shadow:0px 1px 5px rgba(0,0,0,0.2);}
.inset{box-shadow:inset 0px 1px 3px rgba(0,0,0,0.3);}
.square{-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0;border-radius:0;}
*/
.button.cart {
  background-color: #3399fe;
  color: white;
  font-size:18px;
  font-weight:normal;
  padding-top:11px;
  padding-bottom:12px;
  border-radius:0;
  transition: background-color 300ms ease-out;
  -webkit-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.13);
        -moz-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.13);
        box-shadow: inset 7px 7px 7px 0px rgba(0,0,0,0.10); }
  .button.cart:hover, .button.cart:focus {
    background-color: #0072bb; }
  .button.cart:hover, .button.cart:focus {
    color: white; }

.button.wishlist {
  background-color: #f9f9f9;
  color: #7c7b7b;
  font-size:12px;
  font-weight:normal;
  padding-top:6px;
  padding-bottom:6px;
  border-radius:3px;
  border:1px solid #ccc;
  border-bottom:2px solid #ccc;
  transition: background-color 300ms ease-out;
  /*-webkit-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.13);
        -moz-box-shadow: inset 10px 10px 5px 0px rgba(0,0,0,0.13);
        box-shadow: inset 7px 7px 7px 0px rgba(0,0,0,0.10); */}
        
        .button.wishlist.smallwish {
          font-size:0.9em;
          padding-top:0.425em;
          padding-bottom:0.42em; }
                  .button.wishlist.tinywish {
                          /*font-size:0.6em;
                          padding-top:0.425em;
                          padding-bottom:0.42em; */
                          padding-top: 0.625em;
                                padding-right: 1.25em;
                                padding-bottom: 0.6875em;
                                padding-left: 1.25em;
                                font-size: 0.6875em;}
  .button.wishlist:hover {
    background-color: white; }

  .button.flatgrey {
        color:black;
        background:#ccc;
        }
        .button.flatgrey:hover {
                color:black;
                background:#efefef;
                }
        

/* wishlist button */
a.expand.button.secondary:hover {color:white}   
        
.vertical-listing {
        /*text-align:center;*/ 
        position:relative;
        margin-bottom:30px;
        }
        
        .vertical-listing a.seemoreoptions {
                text-align:center; 
                font-size:0.9em;
                padding:3px 0 4px 0; 
                margin-top:5px;
                margin-bottom:-5px;
                display:block; 
                width:100%; 
                color:black;
                background:#efefef;
                }
                .vertical-listing a.seemoreoptions:hover {
                        /*color:black;*/
                        }
                        
                        .vertical-listing .seemoreoptionsSpacer {height:30px}

        .vertical-listing a.newProdName {
                line-height:1.35em; 
                padding-top:4px; 
                display:block;
                margin-top:4px;
                }
                



.vertical-thumb {
        position:relative;
        height:185px; 
        width:auto;
        margin:0 auto;
        vertical-align:bottom;
        }
.vertical-thumb img {
    /*position:absolute;
    bottom:0;*/
    max-height:185px;
    max-width:185px;
    padding: 10px;
}

#dsprelatedproducts img{
    max-height:150px;
    max-width:150px;
    padding: 10px;
}

table.vertical-thumb tbody tr:nth-child(even) {
         background-color: #fff;
    }
        

/* buttons in shopping cart */
.button-orange {
        background:#ff9f31;
        font-weight:bold;
        color:black;
        padding:7px 50px;
        }

.button-grey {
        background:#dcddde;
        font-weight:normal !important;
        color:black;
        padding:7px 50px;
        }

/* GREY */
button.grey,
a.btn.grey,
a.button.grey,
input[type=submit].grey,
input[type=reset].grey,
input[type=button].grey{
text-shadow:0 1px 0 #fff;
color:#666;
border:1px solid #ccc;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
}
        
        button.grey:hover,
        a.btn.grey:hover,
        a.button.grey:hover{
        text-shadow:0 1px 0 #fff;
        color:#666;
        border:1px solid #bbb;
        background: rgb(252,252,252); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
        }
        

/* My Account */
.aBox {border:1px solid #dadada; padding:20px 20px; margin-bottom:25px;}
.aBox > a {display:block; padding-bottom:10px}

/* ---------------- */
.addressBox1 {
        background:#f4f5f7; 
        padding:10px 0 10px 15px; 
        margin:5px 0; 
        width:94%;
        }
.largeTitle {font-size:36px; font-family:Georgia, "Times New Roman", Times, serif;}
.orangeTitle {color:#ff9f31}


.reveal {
  padding-top: 2.6rem; }
  
.close-reveal-modal {
    font-size: 2.0rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
        background:#0066cb;
        padding-right:7px;
        padding-left:7px;
        border-radius:30px }
/* transition speed for models */


.slide-in-down.mui-enter,  .slide-out-up.mui-leave {
    transition-duration:.4s
}



/* checkout */
.padrightcheckout {padding-right:10px}

/* minicart */
.minicart {
        background:#f5f5f7; 
        padding:18px 20px;
        margin-top:20px;
        margin-bottom:15px;
        width:95%;
        }
        .minicart > .row {line-height:1.9em}

#orderSumm .minicart {
        padding:0px;
        margin-top:0px;
        width:250px;
}


/* backorder page */
.boCheckout strong {
    color: #cc0000;
    font-size: 1.5em;
    font-weight: bold;
}

/* Headline
------------------------------------- */
.headline {
    position: relative;
    text-align: center;
    z-index: 1;    
}
        .headline:before {
                border-top: 1px solid #999;
                content:"";
                margin: 0 auto;
                position: absolute;
                top: 50%; left: 0; right: 0; bottom: 0;
                width: 95%;
                z-index: -1;
        }       
                .headline span { background: #fff; padding: 0 10px; }


h1.page.space {margin:20px 0 20px 0}


/* MOnica */
.product-title {
        color:#0066CB;
        font-size:16px;
        font-weight:bold;
        }


/* -----------------------------------------
/* #Media Queries

        Media queries specify CSS for certain screen sizes. Elements that 
        work on a full desktop might need to be modified on mobile screens.
----------------------------------------- */

        
        @media only screen and (min-width: 480px){
        .neg12 {margin-left:-12px}
        }

        @media only screen and (min-width: 991px) and (max-width: 1199px) {
                /*.vertical-thumb {
                        height:163px; 
                        width:163px;
                        border:1px solid red;
                        }
                        `       .vertical-thumb img {
                                max-height:163px; 
                                max-width:163px;
                                border:3px solid green;
                                }*/
                                
                .vertical-thumb {
                        height:133px; 
                        width:133px;
                        }
                        .vertical-thumb img {
                        max-height:132px;
                        max-width:132px; 
                        }                       
        }
        
        @media only screen and (max-width: 1199px) {
                .iMenu.magNav a {
                padding:0px 8px 0 8px;
                }                
                /*.vertical-thumb {
                height:163px; 
                width:163px;
                border:1px solid red;
                }
                `       img.vertical-thumb-image {
                        max-height:163px; 
                        max-width:163px;
                        border:3px solid green;
                        }*/
        }
        
        @media (max-width: 1009px) {
                .uMenu a {
                font-size:0.9rem;
                line-height:38px;}
                
                .iMenu a {
                /*font-weight:normal; */
                padding:0px 5px 0 5px;
                font-size:0.9rem}
                        
                form.searchbox {margin-top:6px}
                
                form.searchbox.text-button input[type="submit"].postfix {
                font-size:12px;
                padding:0 6px;
                }
                                
                .button.cart, .button.wishlist {font-size:14px;}
                                               
                .radio-input {
                background-image:none;
                }

        }
        
        @media (max-width: 990px) {
                .vertical-thumb {
                height:122px; 
                width:122px;
                }
                        .vertical-thumb img {
                        max-height:122px; 
                        max-width:122px;
                        }
        }
        
        /* Smaller than standard 960 (devices and browsers) */
        @media only screen and (max-width: 959px) {}
        
        /* Tablet Portrait size to standard 960 (devices and browsers) */
        @media only screen and (min-width: 768px) {
        .shoppingtopmargin {margin-top:20px !important}
        }

        /* Tablet Portrait size to standard 960 (devices and browsers) */
        @media only screen and (min-width: 768px) and (max-width: 959px) {}
        
        /* Desktop Sizes (devices and browser) */
        @media only screen and (min-width: 767px) {
        /* padding between main content and right nav column */
        .blog-pad30 {padding-right:30px}
        .mainColumnPadLeft {padding-left:40px !important}
        .cartPadding1 {padding:0 60px}
        }


        /* All Mobile Sizes (devices and browser) */
        @media only screen and (max-width: 767px) {
        .right.inline {float:left !important}
        h2.inline {float:left !important}
        .gary {float:left !important}
        .uMenu a {padding:0 5px; font-size:0.75rem}
        .inline-list.menu_footer li {float:none;}
                .inline-list.menu_footer li h5 {margin-top:10px; margin-bottom:3px}
        img.mobile-space {margin-top:10px}
        .mainColumnPadLeft {padding-left:10px !important}
        
        .button.cart, .button.wishlist {
          font-size:14px;
          }     
        .page_border {
            padding:10px;
            }          
        }

        /* small size */
        @media screen and (max-width: 39.9375em) {
           .cartsummary a {
                margin-right: 15px;
                margin-top: 50px;
                float: right;
            }
        }

        /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
        @media only screen and (max-width: 479px) {     
        label.right.inline {
            float: none;
            text-align: left;
            margin-bottom: 0; padding-bottom:3px }
        
        .pagethru-tiny {display:none}

        .cart-qty {     margin-left:0px; }
                .cart-qty-2 {margin-left:0px}
        .topinfo {
                width:47px; 
                background: url(/images/layout/cart-bg-2.png) no-repeat 0 bottom; 
                margin-top: 55px;
                }
        /* remove one column from shopping cart table on small screens */
        /*table.shoppingCart tr th:nth-child(2), 
        table.shoppingCart tr td:nth-child(3)   { display:none; visibility:hidden; }*/
        
        .button-orange {
                padding:7px 25px;
                }
        
        .button-grey {
                padding:7px 25px;
                }
        }



/*---------------------------------
        MENUS
-----------------------------------*/


#mobile-nav-menu {
    background: #3399ff;
    overflow: hidden;
      height: 45px;
      line-height: 45px;
      position: relative;  
      margin-bottom: 0; 
      z-index: 12;
}
.toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }

.toggle-topbar.menu-icon {
      right: 65px;
      top: 50%;
      margin-top: -30px;
      padding-left: 40px; }

.toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0;
    padding-right: 25px;
    color: white;
    position: relative;
    width: 500px; }

  .toggle-topbar.menu-icon::after {
      content: "";
      position: absolute;
      right: 0;
      left: 90px;
      display: block;
      width: 16px;
      top: 0;
      height: 0;
      box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }


.is-dropdown-submenu {
    min-width: 210px;
}

.top-bar {
  /*overflow: hidden;*/
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #3399ff;/* BACKGROUND --------------------------------------------------------------- */      
  margin-bottom: 0;
  padding: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none;
    padding:0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    /*height: 45px;*/
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: white;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #3399fe;
      }/* BACKGROUND ========================================================== */
    .top-bar.expanded .toggle-topbar a {
      color: #ffffff; } /* color of MENU link on mobile menu ======================================= */
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
        /* color of MENU symbol (3 lines) link on mobile menu ======================================= */

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #0066cb; /* horizontal divider color ================================ */
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #0072BB;} /* background for 'back' link of mobile menu ================================= */
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: white; /* top row links text color ================================================= */
      padding: 1.15rem 0 1.15rem 0;
      padding-left: 15px;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: .85rem;
      font-weight: bold;
      font-style: normal;
      text-transform: none;
      background: #3399fe; }/* background color of links ======================================== */
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #008cba;
        border-color: #007095;
        color: white; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: white; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43ac6a;
        border-color: #368a55;
        color: white; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: white; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: white; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: white; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #008cba;
      border-color: #007095;
      color: white; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: white; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43ac6a;
        border-color: #368a55;
        color: white; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: white; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: white; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: white; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #0066cb; /* hold background for top row when menu active ============================== */
      color: white; }
    .top-bar-section ul li.active > a {
      background: #008cba;
      color: white; }
      .top-bar-section ul li.active > a:hover {
        background: #0066cb;
        color: white; }
  .top-bar-section .has-form {
    padding: 15px; }
  /* this seems to break the submenus moving to the top */
  /*.top-bar-section .has-dropdown {
    position: relative; } */
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }

  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
   /* height: 1px;*/
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0;
        margin-top: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

      /* fix padding for submenus */
      .drilldown .is-drilldown-submenu a {
            padding: 9px 15px;
        }

      /* fix background color for Back button */
      .top-bar-section ul li.js-drilldown-back > a {
        font-size: 1.125rem;
        background: #888888; }

    .is-submenu-parent-item {
        padding-bottom: 1px;
        background: #0072BB;
    }

    /* fix arrow on back button to white */
    .drilldown .js-drilldown-back > a::before {
        border-color: transparent #FFF transparent transparent;
    }

    .top-bar .top-bar-section ul li.js-drilldown-back {
        border-bottom: 1px solid #ddd;
        padding-bottom: 1px;
    }



/*---------------------------------
        MAGAZINE COLORS
-----------------------------------*/
div#mobile-nav-menu.magazine {
    background: #c73b0f;
}
.top-bar.magazine .top-bar-section ul li {
    background: #91290a;
}
.top-bar.magazine .top-bar-section ul li > a {
      background: #c73b0f;
}
.top-bar.magazine .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px #91290a;
}
 /* fix background color for Back button */
 .top-bar.magazine .top-bar-section ul li.js-drilldown-back > a {
        font-size: 1.125rem;
        background: #888888; }

/*---------------------------------
        LEARNING CENTER COLORS
-----------------------------------*/
div#mobile-nav-menu.learning {
    background: #5f0f4e;
}
.top-bar.learning .top-bar-section ul li {
    background: #410c36;
}
.top-bar.learning .top-bar-section ul li > a {
      background: #5f0f4e;
}
.top-bar.learning .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px #410c36;
}

 /* fix background color for Back button */
 .top-bar.learning .top-bar-section ul li.js-drilldown-back > a {
        font-size: 1.125rem;
        background: #888888; }
        

.search_center {
  text-align:  center;
}

.search_left {
  text-align:  left;
}

.search_result {
  margin-bottom:  0.4em;
}
.search_result:hover {
    background-color: #ddd;
}
.more_results:hover {
  position: relative;
  right:  -2px;
}

.has-tip {
  cursor:  default;
}

.searchtip {
   background-color:  white;
   color: black;
   max-width:  30em;
   border: 1px solid black;
   box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.searchtip .highlight1 {
  color:  red;
}

 @media only screen and (max-width: 1200px){
      .searchtip {
   max-width:  20em;
        }
  }

button.facet-chip {
  font-size: 1em;
  margin: .5em;
  background-color: #c73b0f;
  padding-right: .6em;
  padding-left: .6em;
}

.facet-filter {
  width:80%;
  margin-left:auto;
  margin-right: auto;
}

.facet-accordion {
  overflow: scroll;
}

.facet-accordion .accordion-title {
  font-size: 1.2em;
  font-weight: bold;
}

.facet-accordion h3 {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
}

.facet-accordion li {
  font-size: 1em;
}

.facet-sort {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 12px;
}

.facet-sort .clear-all{
  background-color: #c73b0f;
}

.facet-chkbox {
  vertical-align: bottom;
  position: relative;
  border-radius: 0px;
  top: 9px;
}

.facet-button {
  margin-left:.5em;
  margin-right:.5em;
}

.nostock-text {
    font-weight: bold;
    color: #c73b0f;
    font-size: 1em;
}

.nostock-message {
    padding-bottom: 15px;
}

.button.nostock-button {
  background-color: #c73b0f;
  color: #FFF;
  font-size:12px;
  font-weight:normal;
  padding-top:6px;
  padding-bottom:6px;
  border-radius:3px;
  border:1px solid #ccc;
  border-bottom:2px solid #ccc;
  transition: background-color 300ms ease-out;
}

.button.nostock-button:hover {
  background-color: white;
  color: #7c7b7b;
}

.skucheck {
  font-weight: bold;
}

.mobile-category-select {
  text-align: left;
}

.mobile-category-select label {
  display: inline-block;
  margin-left: 5px;
}

.mobile-category-select select {
  width: 80%;
}
/* new nav & menu 
  new-72608-menu-category-changes 3/2022 */
#freeshipping {
  background-color: #f4f5f7;
  margin-bottom: 5px;
  line-height: 1.9em;
  font-size: 1.1em;
  font-weight: bold;
  /*color: #3399fe;*/
  text-align: center;
  vertical-align: middle;
}
#freeshipping.store a {
   color: #3399fe;
}
#freeshipping.magazine a {
   color: #c73b0f;
}
#freeshipping.learning a {
   color:  #5f0f4e;
}
.bigtruck {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 4px;
}
#freeshipping a, a:hover {
  text-decoration: none;
  color:#3399fe;
}
.customerservice {
  vertical-align: middle;
  font-weight: 600;
  color: black;
  margin-top: 16px;
  padding-right: 22px!important;
}
.customerservice a, a:hover {
  text-decoration: none;
  color: black;
}
.csquestion {
  font-weight: bold;
  margin-top: -3px;
  margin-right: 5px;
}
.csquestion.store {
  color:  #3399fe;
}
.csquestion.magazine {
  color:  #c73b0f;
}
.csquestion.learning {
  color:  #5f0f4e;
}
.cart-container {
  margin-top: 0px;
}
.cart-right a{
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
}
.csquestion-outer {
  font-size: 2.6em;
  color: #add6ff;
}
.csquestion-inner {
  font-size: 1.3em;
  margin-left: 11px;
  margin-bottom: 5px;
}
.hdr-fa-label {
  display: block;
  margin-top: 5px;
}
.myaccount-fa {
  font-size: 2.6em;
  font-weight: bold;
  padding-top: 15px;
  margin-right: 5px;
}
.myaccount-fa.store {
  color:  #3399fe;
}
.myaccount-fa.magazine {
  color:  #c73b0f;
}
.myaccount-fa.learning {
  color:  #5f0f4e;
}
.myaccount {
  vertical-align: middle;
  font-weight: 600;
  color: black;
  margin-top: 7px;
  padding-right: 22px!important;
}
.myaccount a, a:hover {
  text-decoration: none;
  color: black;
}

/*put_main_menu.cfm*/
.nav-right-main {
  width:75%;
  float: left;
  min-height: 250px;
}
.nav-right-featured {
  width: 25%;
  float: right;
  min-height: 250px;
}
.nav-right-full {
  width: 100%;
  min-height: 250px;
}
.nav-right-single {
  width:35%;
  float: left;
  min-height: 250px;
}
.nav-right-single-featured {
  width: 65%;
  float: right;
  min-height: 250px;
}
.vertPanel {
  min-height: 250px;
  width: 100%;
}
.catPanel {
  width: 240px;
  float: left;
}
.sidePanel {
  min-height: 250px;
  display: flex;
  flex-direction: row;
}
.nav-wrap-4{
  column-count: 4;
  display: inline-block;
}
.nav-wrap-3{
  column-count: 3;
  display: inline-block;
}
.nav-wrap-2{
  column-count: 2;
  display: inline-block;
}
.nav-wrap-1{
  column-count: 1;
  display: inline-block;
}
.side-link {
  line-height: 1.8em!important;
  font-size: 1.4em!important;
  padding-right: 100px;
  width: 100%;
}
.side-link-end {
  float: right;
  line-height: 1.6em;
  font-size: 1.4em;
  margin-top: 4px;
  margin-right: 15px;
}
.subcat {
  font-size: 1.3em!important;
  line-height:1.5em!important;
}

/* add to cart pop-up */
.addCart-header {
  padding-bottom: 10px;
  border-bottom:1px solid silver;
}
.addCart-top {
  margin-top: 15px;
}
.addCart-check {
  color: green;
  font-size: 1.6em;
  vertical-align: bottom;
}
.addCart-error {
  color: red;
  font-size: 1.6em;
  vertical-align: bottom;
}
.addCart-text {
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 20px;
}
.addCartFreeShip {
  background-color: #feffd5;
  border: 1px solid #8e8d8d;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  padding: 6px 12px;
  position: relative;
}
.addCart-prodRow {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-top:1px solid silver;
  padding-top: 15px;
}
.addCart-prodRow-Wishlist {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.addCart-prodImg {
  width:100px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.addCart-prodName {
  vertical-align: top;
  width: auto;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 16px;
  font-weight: bold;
}
.cartBtn {
  width: 75%;
  background-color: white;
  color: black;
  font-size: 12px;
  font-weight: normal;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.subscribe-footer {
  padding-right: 20px;
}
/* horizontal listings */
.horizontal-listing {
  position:relative;
}

.horizontal-listing a.seemoreoptions {
  text-align:center;
  font-size:0.9em;
  padding:3px 0 4px 0;
  margin-top:5px;
  margin-bottom:-5px;
  display:block;
  width:100%;
  color:black;
  background:#efefef;
}

.horizontal-listing a.seemoreoptions:hover {
  /*color:black;*/
}

.horizontal-listing .seemoreoptionsSpacer {height:30px}

.horizontal-listing a.newProdName {
  line-height:1.35em;
  padding-top:4px;
  display:block;
  margin-top:4px;
}

.horizontal-item {
  display: grid;
  grid-template-columns: 235px 1.7fr 0.4fr;
  grid-template-rows: 0.4fr 1fr 0.3fr;
  gap: 0px 0px;
  grid-template-areas:
  "image name price"
  "image description description"
  "hr hr hr"; 
}
.horizontal-image {
  grid-area: image;
  text-align: center;
}
.horizontal-price {
  grid-area: price;
  font-weight:bold;
  text-align: right;
}
.price-mobile {
  font-weight:bold;
  text-align: left;
  padding-bottom: 5px;
  margin-top: 10px;
}
.titleBlock {
  font-weight:bold;
  color: black;
}
.horizontal-prodName {
  grid-area: name;
  font-weight:bold;
}
.prodName-mobile {
  font-weight:bold;
  color: #5F0F4E;
}
.courseType {
  font-weight: normal;
  color: black;
}
.horizontal-description {
  grid-area: description;
  color: #000;
}
.description-mobile {
  grid-area: description;
  color: #000;
}
div.horizontal-description a:link, div.horizontal-description a:visited{
  color: #000;
}
div.description-mobile a:link, div.description-mobile a:visited{
  color: #000;
}
.listingSpacer {
  grid-area: hr;
  text-align: center;
}
.listingSpacer hr {
  width: 100%;
}

/* instructor grid */
.instr-info {
  font-size:16px;
  font-weight: bold;
  font-style: italic;
}
.instr-img {
  margin-bottom:25px;
  font-size:18px;
  font-weight: bold;
}
.instr-img img {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 300px;
  height: 300px;
}
.instr-modal {
  padding-top: 10px;
}
.instr-bio {
  padding-top: 5px;
}

/* new menu styles - taken from put_main_menu */
.dropdown.menu a{
  text-decoration: none;
  cursor: pointer;
}
#storemenu .dropdown-pane .sidePanel {
  padding-top: 10px!important;
  min-height: 350px;
}
#storemenu .panel-link.nowrap{
  white-space: nowrap;
  font-weight: bold;
}
#storemenu .panel-link:hover{
  text-decoration: none;
  font-weight: bold;
  color: #0066cb!important;
}
#storemenu.panel-link .nowrap:hover{
  text-decoration: none;
  font-weight: bold;
  color: #0066cb!important;
  white-space: nowrap;
}
#storemenu.dropdown.menu .panel-link {
  padding: 0 15px 6px 5px;
  min-width: 175px;
  color: #000;
  font-size: 1.4em;
  line-height: 1.6em;
}
#storemenu > li > a {
  font-size: 1.4em;
}
.featuredLink {
  font-size: 1.3em;
  line-height:1.4em;
  padding-top:4px;
  max-width:175px;
  margin-right:auto;
  margin-left:auto;
}
#AccountPanel.dropdown-pane.bottom.normal.is-open {
  width: 255px;
}
.cart-container > div > div > a {
   color: black;
  font-size: 13px!important;
  font-weight: 600!important;
  vertical-align: middle;
}
.row.collapse.logo-header {margin-bottom:0px}
/* mobile */
#mobile-nav-menu-v2 {
  display: none;
  background: #ffffff;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;  
  margin-bottom: 0; 
  z-index: 12;
}
.top-bar-section ul li > a {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.top-bar, .top-bar ul {
  background: #ffffff;
  color: #000000;
}
.top-bar-section ul li {
  background: #000000;
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: solid 1px silver;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #ffffff;
  background: #ffffff;
  color: black;
}
.sign-in {
  color: #3399fe!important;
}
.mobile-link-end {
  float: right;
  margin-right: 10px;
  font-size: 1.4em;
  font-weight: 300;
}
.top-bar-section ul li.js-drilldown-back > a, .top-bar.magazine .top-bar-section ul li > a
 {
  background-color: #ffffff!important;
}
.top-bar.magazine .top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: solid 1px silver;
}
.top-bar.magazine .top-bar-section ul li {
  background: #000000;
}
.mobile-link-back {
  float: left;
  margin-right: 0px;
  font-size: 1.4em;
  font-weight: 300;
  z-index: 99999;
}
.mobile-link-back-text {
  font-weight:bold;
  margin-left:-10px;
}
.mobile-menu-bars {
  color: #3399fe;
  font-size: 2.5em;
  float: left;
  margin-left:10px
}
.mobile-menu-bars.store {
  color: #3399fe;
}
.mobile-menu-bars.learning {
  color: #5f0f4e;
}
.mobile-menu-bars.magazine {
  color: #c73b0f;
  font-size: 2.5em;
}
/* end new menu styles */