/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2019 23:29:51
*/


/* extra.css */

/* PBR symbol used to indicate a registered name that is protected by Plant Breeders Rights */
.pbr-variety, .pbr {background: url(https://grdc.com.au/__data/assets/image/0032/240899/pbr.png?v=0.1.7) no-repeat right top transparent;padding-right: 13px;}

/* hotfix for panels pages */
table.bio-table img {display:none;}

/* image fit */
.news__thumbnail-wrapper img {object-fit: cover;object-position: top;}
.landstrip1__thumb {object-fit: contain;}

/* paint layout - Media Release */
.media-release__header {}
.media-release__date {text-align:right;}

/* paint layout - GroundCover Article */
.groundcover-article__header {}
.groundcover-article__date {text-align:right;}

/* paint layout - Single Update Paper */
.updatepaper-single__header {}
.updatepaper-single__date {text-align:right;}

/* Image left/right with caption content container */
.inner-content figure {
    margin-bottom:20px!important;
}

/* Podcast - Sitecore to Squiz Maitrx migration podcasts only */

.overlaid-image {
        float: right!important;
}

/* Table fix - adds scroll bar*/
table {
        display: block!important;
        overflow-x: auto!important;
    }

@media (min-width: 70em) {
.inner-content table {
        display: block!important;
        overflow-x: auto!important;
    }
}
/* Material design icons - https://google.github.io/material-design-icons/#icon-font-for-the-web */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://grdc.com.au/designs/material-design-font/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://grdc.com.au/designs/material-design-font/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://grdc.com.au/designs/material-design-font/MaterialIcons-Regular.woff) format('woff'),
    url(https://grdc.com.au/designs/material-design-font/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

  /* home page */
section.grdc_communities {
    background-color:#d7e5b5;
}

@media (min-width: 70em) {
    
    .areas_inv__list .grdc_communities__list {
            margin:auto!important;
            width: 50%!important;
        } 
    .pub__info {
        border: 0.0625rem solid #c7c7c7!important;
    }
    
    section.pub {
        background-color:unset!important;
    }
    section.areas_inv {
        background-color:#d7e5b5;
    }
}
/* unordered list overlapping fixes */
.image-caption-right a {
    position: relative;
    z-index: 1;
}
.image-left + * ul li:before {
    position: relative;
    float: left;
    margin-right: -7px;
}

/* grdc-hero-text borrows styling from the standard <blockquote> element - this class is intended to be used on <p> elements*/
.grdc-hero-text {
    color: #005b33;
    font-size: 1.6875rem; 
    font-weight: 400; 
    padding: 60px 60px 115px 115px;
}