.container {
    width: 980px!important;
    max-width: 980px!important;
}
.itemgrid-3col .item:nth-child(3n), .itemgrid-4col .item:nth-child(4n) {
    margin-right: 0;
}
.itemgrid-3col .item {
    margin: 0 1% 2.2% 0;
    position: relative;
    display: inline-block;
    float: left;
}
.itemgrid-4col .item {
    margin: 0 2.3% 2.2% 0;
    position: relative;
}
#nav > li {
    /* background: url(../images/nav-sep.png) right center no-repeat; */
    
    border-right: none;
}
#nav > li:last-child {
    background: none;
}
#subscribe-form .input-text {
    text-align: left;
}


#mobnav,
nav ul.mobile {
  display: none !important;
}