img.p { margin: 3px; }

/*
* Service catalog formatting...
*/
h2.service-item {
    border-top: 1px solid #c0c0c0;
}

ol.columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

/* Large banner image
* Adjust the height to match height of image you want to use.
*/
#ethics-home #hero {
    background-position: left center;
    height: 300px;
}
#hero {
    background: #fff url("../img/banner/asm-sunrise-1600x300.jpg") no-repeat scroll left top / cover ;
    height: 250px;
}
