.csn-header {
  margin: 40px 0 20px;
  text-align: center; }
  .csn-header .csn-logo {
    display: inline-block;
    vertical-align: top;
    background: url(//www.carsales.com.au/carcontent/cse/header/cs_newtwork_logo.gif) no-repeat;
    background-size: contain;
    background-position: left;
    width: 240px;
    height: 40px; }
    @media (max-width: 992px) {
      .csn-header .csn-logo {
        width: 100%;
        background-position: center; } }
  .csn-header .csn-header-text {
    display: inline-block;
    margin-top: 5px;
    margin-left: 15px;
    width: 500px; }
    .csn-header .csn-header-text p {
      line-height: 15px;
      text-align: left;
      font-size: 12px;
      margin: auto; }
    @media (max-width: 992px) {
      .csn-header .csn-header-text {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px; }
        .csn-header .csn-header-text p {
          text-align: center; } }

.csn-card {
  display: inline-block;
  float: left;
  height: 145px;
  width: 235px;
  border-radius: 10px;
  margin: 5px 8px;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 0px 5px 2px #DDD;
  -moz-box-shadow: 0px 0px 5px 2px #DDD;
  box-shadow: 0px 0px 5px 2px #DDD; }
  .csn-card .logo {
    display: block;
    margin: 10px auto;
    height: 55px;
    width: 178px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .csn-card p {
    text-decoration: none;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
    color: black; }


/*# sourceMappingURL=networkdirectory-assets-8619a817e4447eac9ba8.css.map*/