/*****************************************************************************/
/****************************** ICEMEDIA 2017 ********************************/
/***************************** icemedia.com.au *******************************/
/*****************************************************************************/
/*****************************************************************************/
/***                               VARIABLES                               ***/
/*****************************************************************************/
/****************************  Colours  ******************************/
/****************************  Sizes  ******************************/
/****************************  Fonts  ******************************/
/*****************************************************************************/
/***                            END VARIABLES                              ***/
/*****************************************************************************/
/**** -----------------  General overrides  ------------------- ****/
a:link:after {
  content: " (" attr(href) ") ";
  color: inherit;
  font-weight: normal;
}
body {
  font-size: 12pt;
}
p,
h1,
h2,
h3,
h4,
span {
  color: #000;
  background-color: transparent;
}
a:link {
  font-weight: bold;
  text-decoration: underline;
  color: #004BB9;
}
.container {
  width: 100%;
}
table {
  display: table;
  border-spacing: 2px;
  width: 100%;
}
table thead {
  display: table-header-group;
}
table tbody {
  display: table-row-group;
}
table tr {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  display: table-row !important;
}
table tr th,
table tr td {
  position: static;
  margin: 0;
  display: table-cell;
  border: solid 1px #D0D0D0;
  padding: 8px 8px;
  /*min-width: 25%;*/
}
table tr th {
  color: #000;
  font-weight: bold;
  background-color: transparent;
}
table tr td:before {
  display: none;
}
/**** -----------------------  HEADER  ------------------------ ****/
header .branding {
  display: none;
}
header #nav-site {
  display: none;
}
#access {
  display: none;
}
/**** ---------------  ASIDES / BLOCKS / TILES  --------------- ****/
aside {
  width: 48%;
  display: inline-block;
}
aside.maroon {
  color: #000;
  background-color: transparent;
}
aside.maroon h2 {
  color: #000;
}
aside.bordered {
  width: 100%;
}
aside .crime-stoppers img {
  height: 130px;
}
.tile {
  display: block;
  overflow: visible;
  margin-bottom: 6px !important;
  background-color: transparent;
  background-image: none!important;
  padding: 0;
  color: #000;
  height: auto;
}
.tile span {
  position: relative;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: transparent;
  padding: 0;
  text-align: left;
  font-size: 100%;
}
.tile span:after {
  display: none;
}
.news-list li {
  height: auto;
  border-bottom: 1px solid #D0D0D0;
  background-color: #EDEDED;
  margin: 0;
}
.news-list li span.date {
  background-color: transparent;
  color: #000;
  vertical-align: middle;
  text-align: left;
  width: 130px;
}
.news-list li span.date span {
  display: inline-block;
}
.news-list li > span {
  padding: 12px 123456px;
}
.news-list li:first-child {
  border-top: 1px solid #D0D0D0;
}
.news-list li:nth-child(2n) {
  background-color: #FAF5F5;
}
.news-list + #more-news {
  display: block;
  width: auto;
  background-color: transparent;
  color: #000;
}
/**** -----------------------   MAIN   ------------------------ ****/
main#content + div {
  display: block;
  width: 100%!important;
}
#nav-section {
  display: none;
}
.col-12 {
  width: 100%!important;
  max-width: unset;
  flex: none;
  margin: 0;
}
