/* FIX RESPOSNIVE TOP MENU TO REMOVE 1px border around active items */
.current {
    border: 0 solid #d5d5d5;
    clear: both;
    padding: 10px;
}

/* REMOVES GREY BOX ON ROK SPROCKET AREA */

.layout-slideshow .sprocket-features-content {border: 0 none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;}


/* CUSTOM MENU ACTIVE STATE COLOR */
.menu-block .gf-menu.l1 > li.active > .item .menu-item-bg {
    color: #ccc;
}

/* MOBILE MENU - WHITE BACKGROUND BOX AND FLOAT TOP RIGHT */
.gf-menu-toggle {
    background-color: #fff;
}

/* MENU HEIGHT CUSTOM */
.menu-block .gf-menu.l1 > li > .item {
    height: 56px;
}

/* CUSTOM FORM STYLING */
.b2jcontainer h2 {
    background: none repeat scroll 0 0 #395799;
}

/* Table Colors - Prices */

.table-striped tbody tr:nth-child(2n+1) td,
.table-striped tbody tr:nth-child(2n+1) th {
  background: #d2e9f6;
  }
/* Text Center Class (for Tables) */
.center-me {
    text-align: center;
}