/* line 2, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.navTree li {
  list-style: none !important;
}
/* line 6, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.section-news #content-core {
  display: flex;
  flex-flow: row wrap;
}
/* line 11, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.section-news article.tileItem {
  padding: 15px;
  color: #fff;
  height: 300px;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: box-shadow 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: box-shadow 0.5s;
  position: relative;
}
/* line 24, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.section-news .news-item:hover article.tileItem {
  box-shadow: 4px 4px 4px #888;
}
/* line 28, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.section-news .tileItem h2 a {
  color: #fff;
}
/* line 32, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.section-news .tileItem h2 a:hover {
  border-bottom: none;
}
/* line 36, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.section-news .tileItem .documentByLine {
  display: none;
}
/* line 40, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.section-news .tileItem .tileFooter a {
  color: #fff;
}
/* line 44, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.section-news .news-item a {
  color: #ff;
  text-decoration: none;
}
/* line 48, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.section-news .pagination {
  margin-left: 25%;
  margin-right: auto;
}
/* line 53, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ms-caption {
  top: 120px;
  left: 400px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  padding-left: 40px !important;
  border-radius: 3px;
}
/* line 62, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.plone-breadcrumb {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 35px;
}
/* line 67, https://landcare.nsw.gov.au/++plone++custom/custom.less */
#breadcrumbs-you-are-here {
  display: none;
}
/* line 71, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletNavigationTree .portletHeader a {
  font-size: 24px;
  border-bottom: 2px solid #337ab7;
}
/* line 75, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletNavigationTree .portletHeader a:hover {
  text-decoration: none;
}
/* line 78, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletNavigationTree .portletHeader {
  margin-bottom: 30px;
}
/* try without
.member-title h3 a { 
  color: #666;
  text-decoration: none;
}
.member-title h3 a:hover {
  border-bottom: none;
}

*/
/* line 92, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.casestudy-logo {
  width: 120px;
  min-height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  margin-top: 20px;
}
/* line 102, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.casestudy-search-text {
  margin-right: 20px;
}
/* line 106, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.casestudy-search-label {
  margin-left: 15px;
}
/* line 110, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.casestudy-search-controls {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 114, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.search-controls {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
}
/* line 120, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.cal_wkday {
  font-size: 12px !important;
}
/* line 123, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.cal_date {
  border-radius: 3px !important;
}
/* line 126, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent span.cal_month {
  font-size: 14px !important;
}
/* material cards */
/* line 133, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.md-card {
  color: #fff;
  padding: 5px;
  padding-top: 0px;
  margin-bottom: 10px;
}
/* line 139, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.md-card a {
  color: #fff;
}
/* line 142, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.mf-card a:hover {
  color: #fff;
}
/* line 145, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.md-card .inner-container {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: box-shadow 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: box-shadow 0.5s;
}
/* line 158, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.md-card:hover .inner-container {
  box-shadow: 4px 4px 4px #888;
}
/* line 161, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.md-card-bottom {
  position: absolute;
  bottom: 0;
  height: 100px;
  background-color: rgba(183, 178, 178, 0.6);
  left: 0;
  right: 0;
  padding-left: 10px;
  text-shadow: 1px 1px #555;
}
/* line 172, https://landcare.nsw.gov.au/++plone++custom/custom.less */
i.link-https {
  display: none !important;
}
/* line 175, https://landcare.nsw.gov.au/++plone++custom/custom.less */
#portaltab-resources .submenu.dropdown-menu {
  left: auto;
  right: 0;
}
/* line 180, https://landcare.nsw.gov.au/++plone++custom/custom.less */
ul.configlets li {
  list-style: none;
}
/* line 184, https://landcare.nsw.gov.au/++plone++custom/custom.less */
#viewlet-social-like > div {
  float: right !important;
}
/* line 188, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portaltype-news-item .leadImage {
  float: right;
  padding: 10px;
}
/* line 192, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portaltype-news-item .leadImage img {
  width: 250px;
}
/* line 195, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portaltype-event .leadImage {
  float: right;
  padding: 10px;
}
/* line 199, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portaltype-event .leadImage img {
  width: 250px;
}
/* line 202, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.plone-toolbar-left #edit-zone {
  z-index: 2000 !important;
}
/* line 205, https://landcare.nsw.gov.au/++plone++custom/custom.less */
#top-header {
  z-index: 1000 !important;
}
/* event styling */
/* line 210, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.cal_date {
  box-shadow: none;
}
/* line 213, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent div.cal_date {
  background-color: #eff3ff !important;
}
/* line 217, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.minicolors-theme-default .minicolors-input {
  width: 150px !important;
  height: 30px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-bottom: 15px !important;
}
/* line 225, https://landcare.nsw.gov.au/++plone++custom/custom.less */
div#join-group {
  margin-top: 20px;
  background: lightblue;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
}
/* line 233, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.member-details-website .glyphicon-globe {
  vertical-align: top;
  margin-top: 5px;
}
/* line 238, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.member-details-website .detail {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 500px;
  display: inline-block;
}
/* line 246, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.project-title h3.title {
  margin-top: 0px !important;
}
/* line 250, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.darken-news {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
/* line 259, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.news-children {
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  position: absolute;
  overflow: hidden;
}
/* line 268, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.subsection-program-communications #content-core table.listing td,
.subsection-program-communications #content-core table.listing th {
  display: none;
}
/* line 272, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.subsection-program-communications #content-core table.listing td:nth-child(1),
.subsection-program-communications #content-core table.listing th:nth-child(1) {
  display: block;
}
/* line 278, https://landcare.nsw.gov.au/++plone++custom/custom.less */
table.simpleborders th,
td {
  padding: 5px !important;
  border: 1px solid #cccccc !important;
}
/** this works, once compiled **/
/*===========================*/
/* BEGIN COMMON EVENT STYLES */
/* Stolen from old plone site */
/* line 292, https://landcare.nsw.gov.au/++plone++custom/custom.less */
article.vevent a.event_ical img {
  vertical-align: baseline;
  height: 1em;
  width: auto;
  color: #007bb3;
}
/* line 298, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent div.cal_date {
  float: left;
  vertical-align: top;
  text-align: center;
  margin: 42px 1.5em 0.5em 0;
  background-color: white;
  border-radius: 0.5em;
  /*box-shadow: 0.5em 0.5em 0.4em black;*/
  min-width: 4.4em;
}
/* line 308, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent span.cal_wkday {
  display: block;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 0.3em;
}
/* line 314, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent span.cal_day {
  font-size: 1.7em;
  display: block;
  padding-top: 0.3em;
}
/* line 319, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent span.cal_month {
  font-size: 1.1em;
  line-height: 1.3em;
  background: #007bb3;
  display: block;
}
/* line 326, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent div.cal_info {
  margin-left: 9em;
}
/* horizontal event metadata */
/* line 329, https://landcare.nsw.gov.au/++plone++custom/custom.less */
#content .vevent ul.metadata {
  margin: 0.8em 0;
}
/* line 330, https://landcare.nsw.gov.au/++plone++custom/custom.less */
#content .vevent ul.horizontal {
  padding: 0;
}
/* line 331, https://landcare.nsw.gov.au/++plone++custom/custom.less */
#content .vevent ul.horizontal li {
  display: inline-block;
  line-height: 1.5em;
  list-style-image: none;
  list-style-type: none;
}
/* line 337, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent .horizontal.metadata li:after {
  content: " \2014 ";
}
/* line 338, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent .horizontal.metadata li:last-child:after {
  content: "";
}
/* line 339, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent .horizontal.metadata .category span:after {
  content: ",";
}
/* line 340, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent .horizontal.metadata .category span:last-child:after {
  content: "";
}
/* line 342, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent .timezone {
  display: block;
  margin-top: 0.5em;
  padding: 0.2em 0;
  background-color: #ffe;
  color: #354;
  width: 100%;
}
/* line 351, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent .timerange,
.vevent .timezone {
  font-size: 85%;
  line-height: 1em;
  white-space: nowrap;
}
/* line 357, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent .datedisplay {
  line-height: 1.5em;
  margin-bottom: 0.2em;
  /*font-weight:bold;*/
  font-size: 100%;
}
/* line 364, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.vevent abbr.dtstart {
  /*font-weight:bold;*/
}
/* END COMMON EVENT STYLES */
/* BEGIN EVENT LISTING STYLES */
/* line 371, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.template-event_listing .documentFirstHeading {
  position: relative;
}
/* line 374, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.template-event_listing .documentFirstHeading nav {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 13px;
}
/* line 380, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.template-event_listing .documentFirstHeading nav ul {
  margin: 0;
  list-style-type: none;
}
/* line 384, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.template-event_listing ul.mode_selector {
  display: block;
  margin-left: 0;
  list-style-type: none;
}
/* line 389, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.template-event_listing ul.mode_selector li {
  display: inline;
}
/* line 392, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.template-event_listing nav ul.mode_selector li a {
  display: inline-block;
  margin-left: 0.5em;
}
/* line 396, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.template-event_listing nav ul.mode_selector li a:hover,
.template-event_listing nav ul.mode_selector li a:focus {
  text-decoration: underline;
  border-bottom: 0;
}
/* END EVENT LISTING STYLES */
/* BEGIN PORTLET CALENDAR */
/* line 407, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletCalendar {
  width: auto;
  margin: 1px 0 1em 0;
}
/* line 412, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletCalendar dt {
  background-color: #eee;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
  border-bottom: none;
}
/* line 420, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletCalendar dd {
  margin: 0;
  padding: 0;
}
/* line 425, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletCalendar dt a.calendarPrevious {
  float: left;
  padding: 0 1em;
  margin: 0 -0.5em;
}
/* line 431, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletCalendar dt a.calendarNext {
  float: right;
  padding: 0 1em;
  margin: 0 -0.5em;
}
/* line 437, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletCalendar a.calendarNext,
.portletCalendar a.calendarPrevious {
  color: inherit;
}
/* line 441, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.portletCalendar a,
.portletCalendar a:focus,
.portletCalendar a,
.portletCalendar a:hover,
.ploneCalendar a {
  text-decoration: none;
  border-bottom: none !important;
}
/* line 448, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar {
  border-spacing: 0;
  width: 100%;
}
/* line 453, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar td {
  background-color: transparent;
  width: 14%;
  text-align: center;
  padding: 2px;
  border: 2px solid #eee;
  background-color: #eee;
}
/* line 462, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar .weekdays th {
  background-color: #eee;
  text-align: center;
  padding: 2px;
}
/* line 468, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar .event {
  background-color: #eee;
}
/* line 472, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar .todayevent {
  background-color: #eee;
  border: 2px solid #205C90;
}
/* line 477, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar .todaynoevent {
  border: 2px solid #205C90;
}
/* additional to sunburst */
/* line 482, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar td.today {
  background-color: white;
  border-color: #205C90;
}
/* line 486, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar td:hover {
  background-color: white;
}
/* line 487, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar td a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* grey out prev/next month incl. links and background */
/* line 494, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.ploneCalendar td.cal_prev_month,
.ploneCalendar td.cal_next_month {
  opacity: 0.4;
}
/* tooltip styling. by default the element to be styled is .tooltip  */
/* line 500, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.pae_calendar_tooltip {
  display: none;
  background-color: white;
  border: 1px solid black;
  border-radius: 0.3em;
  box-shadow: 0.1em 0.1em 0.1em black;
  font-size: 80%;
  padding: 10px;
  margin: 10px;
  max-width: 30em;
  z-index: 10;
}
/* line 512, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.pae_calendar_tooltip a {
  color: black;
  display: block;
  width: 100%;
}
/* line 517, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.pae_calendar_tooltip a:hover {
  color: blue;
}
/* line 518, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.pae_calendar_tooltip a .title {
  font-weight: bold;
}
/* END PORTLET CALENDAR */
/*===========================*/
/* fix layout issues for editing block pages */
/* line 524, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.template-layout-manager #main-container .sidebar-offcanvas {
  width: 0px!important;
  display: none;
}
/* hide plone warnings from client */
/* line 530, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.template-overview-controlpanel .portalMessage.warning {
  display: none;
}
/*========================*/
/* Accessibility updates  */
/*========================*/
@media (min-width: 1200px) {
  /* line 538, https://landcare.nsw.gov.au/++plone++custom/custom.less */
  .container {
    width: 95%;
    max-width: 1400px;
    font-size: 18px;
  }
}
/*========================*/
/*     LEP Survey.        */
/*========================*/
/* line 550, https://landcare.nsw.gov.au/++plone++custom/custom.less */
.subsection-program-communications-lep-feedback-survey #form span.option span.label {
  text-transform: capitalize;
  font-size: 100%;
}
/* line 552, https://landcare.nsw.gov.au/++plone++custom/custom.less */
#fieldsetlegend-default,
#fieldsetlegend-main_questions,
#fieldsetlegend-additional_questions {
  display: none;
}

