﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
/*@font-family-alternate: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
@media all {
  /* --------------------------------------------------------------
	 * Admin + CollectionBar - move the collection bar below the admin.
	 --------------------------------------------------------------- */
  #MenuNavBar + #CollectionNavBar.navbar-fixed-top {
    top: 128px;
    /* height of top navbar + admin navbar */
    background-color: #edf7fd !important;
  }
  /* --------------------------------------------------------------
	 * Main Navigation List - Collection Links
	 --------------------------------------------------------------- */
  #CollectionNavBar {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    background-color: rgba(0, 172, 212, 0.1);
  }
  #CollectionNavBar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  #CollectionNavBar .navbar-nav > li.active > a {
    background-color: rgba(0, 172, 212, 0.1);
  }
  #CollectionNavBar .navbar-nav > li > a {
    font-size: 19px;
    color: #0042a5;
    padding: 15px 18px;
  }
  #CollectionNavBar .navbar-nav > li > a:hover,
  #CollectionNavBar .navbar-nav > li > a:focus,
  #CollectionNavBar .navbar-nav > li > a:active {
    background-color: rgba(0, 172, 212, 0.1);
  }
  /* --------------------------------------------------------------
	 * Shop By Menu
	 --------------------------------------------------------------- */
  #ShopByMenuSection .container {
    text-align: left;
    color: #0042a5;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid rgba(0, 66, 165, 0.1);
  }
  #ShopByMenuSection .container > .row > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #ShopByMenuSection .container h2,
  #ShopByMenuSection .container h3,
  #ShopByMenuSection .container h4,
  #ShopByMenuSection .container h5 {
    color: #00193f;
  }
  #ShopByMenuSection .container h2,
  #ShopByMenuSection .container h4 {
    margin-top: 0;
  }
  #ShopByMenuSection .container ul {
    overflow: hidden;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  #ShopByMenuSection .container ul.menu-list > li a {
    display: block;
    padding: 10px 0 10px 0;
    color: #00193f;
    border-bottom: 1px solid rgba(0, 66, 165, 0.1);
  }
  #ShopByMenuSection .container ul.menu-list > li a:hover,
  #ShopByMenuSection .container ul.menu-list > li a:focus,
  #ShopByMenuSection .container ul.menu-list > li a:active {
    color: #00193f;
  }
  #ShopByMenuSection .container ul.menu-list > li.active > a {
    color: #00193f;
    text-decoration: none;
  }
  #ShopByMenuSection .container ul.tag-list label {
    border-color: #0042a5;
  }
  #ShopByMenuSection .container hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #ShopByMenuSection #CustomerCare h5 {
    margin-top: 20px;
  }
  #ShopByMenuSection #CustomerCare img {
    height: 2em;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}