/* Add Your Custom CSS Codes Here */
.menu-block {float: left;}

.menu-block .gf-menu .dropdown {
background-color: #eeeeee !important;
}

.gf-menu.l1 > li.active:after {
    bottom: 0px;
}

.rt-block {
    margin: 2px 10px !important;
    padding: 3px 15px !important;
}

h2 {
    color: #486ba8;
}

body {line-height: 22px;
      color: #111111;
}

.layout-slideshow .sprocket-features-desc {
    font-size: 1.3em !important;
}

.layout-slideshow .sprocket-features-title {
    font-size: 1.8em !important;
    color: #97cd00;
}

/* to make bottom border go away, make the above statement this code: .gf-menu.l1 > li.active:after {
    border-bottom: medium none;
}*/