/* CSS Document */
.social_icons ul li a.icon {
  font-size: 0;
  line-height: 0;
}
.social_icons ul li a.icon::before {
  font-size: .875rem;
  line-height: 25px;
}
/* Home page */
body.front h1.page-title {
  display: none;
}
.home_icons .square_menu--item {
  padding: 27px;
  width: 50%;
}
@media (min-width: 768px) {
  .home_icons .square_menu--item {
    width: 20%;
  }
}
.home_icons .square_menu--item::before {
  display: block;
  float: left;
  padding: 0 !important;
  width: 33.333%;
  font-size: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .home_icons .square_menu--item::before {
    padding: 0 0 64px 0 !important;
    width: 100%;
    font-size: 6.25rem;
  }
}
.home_icons .square_menu--item > a.square_menu--link {
  display: block;
  float: left;
  min-height: 52px;
  padding: 0 !important;
  position: relative;
  width: 66.667%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home_icons .square_menu--item > a.square_menu--link {
    bottom: auto;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    width: 100%;
    float: none;
    padding: 140px 10px 0 !important;
    position: absolute;
  }
}
.home_icons .square_menu--item.icon-organic {
  background-color: #97c93c;
}
.home_icons .square_menu--item.icon-organic::before {
  height: 3rem;
  width: 33.333%;
  background-image: url('https://www.coriowm.com.au/sites/default/files/Organic-Icon.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
@media (min-width: 768px) {
  .home_icons .square_menu--item.icon-organic::before {
    box-sizing: content-box;
    height: 6.25rem;
    width: 100%;
    margin: 0 auto 64px;
    padding: 0 !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.home_icons .square_menu--item.icon-litterbin {
  background-color: #f3cf57;
}
.home_icons .square_menu--item.icon-quarantine {
  background-color: #d46948;
}
.home_icons .square_menu--item.icon-hazardous {
  background-color: #cb4b5f;
}
.home_icons .square_menu--item.icon-sanitary {
  background-color: #c71d5c;
}
/* Content Breakout */
.breakout {
  margin: 30px;
  padding: 25px 30px;
  background-color: #f3cf57;
  color: #4d4e50;
}
.breakout.right {
  float: right;
  margin: 10px 0 15px 30px;
  padding: 15px 20px;
  width: 30%;
}
small {
  font-size: 80%;
}
ul.column-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  columns: 260px 2;
}
ul.column-list li {
  display: block;
  margin-bottom: 3px;
}
ul.column-list li::before {
  content: '• ';
}
ul.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.simple-list li {
  margin-bottom: 3px;
}
ul.simple-list li::before {
  content: '• ';
}
body.section-organic .main {
  padding: 0 40px;
}
body.section-organic .main h1.page-title {
  margin: 0 0 0 -40px;
  padding: 0 0 54%;
  width: calc(100% + 40px);
  background-image: url('https://www.coriowm.com.au/sites/default/files/rethinkorganic.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
}
.did-you-know {
  margin: 30px 0;
  padding: 25px 20px;
  width: 100%;
  background-color: #97c93c;
  color: #fff;
}
@media (min-width: 992px) {
  .did-you-know {
    float: left;
    width: 50%;
  }
}
.did-you-know h3 {
  margin-bottom: 10px;
  padding: 0 20px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
}
.did-you-know ul.slick-slider {
  margin: 0;
}
.did-you-know .slick-slide {
  padding: 20px;
  color: #fff;
}
.did-you-know .slick-slide a {
  color: rgba(255, 255, 255, 0.8);
}
.did-you-know ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.did-you-know ul.slick-dots li {
  display: inline;
}
.did-you-know ul.slick-dots li button {
  height: 10px;
  width: 10px;
  margin: 2px;
  padding: 0;
  background: #fff!important;
  border: none!important;
  border-radius: 50%!important;
  font-size: 0;
}
.intro-para {
  padding: 30px 40px 0 0;
  width: 100%;
}
@media (min-width: 992px) {
  .intro-para {
    float: left;
    width: 50%;
  }
}
ul.organic-process {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.organic-process li {
  box-sizing: border-box;
  display: block;
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 767px) {
  ul.organic-process li {
    float: left;
    margin: 0;
    padding: 10px 20px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  ul.organic-process li {
    padding: 15px;
    width: 25%;
  }
}
ul.organic-process li figure {
  float: left;
  position: relative;
  width: 40%;
}
@media (min-width: 767px) {
  ul.organic-process li figure {
    float: none;
    padding-bottom: 52%;
    width: 100%;
  }
}
ul.organic-process li figure img {
  height: auto;
  width: auto;
  max-height: 150px;
}
@media (min-width: 767px) {
  ul.organic-process li figure img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: contain;
  }
}
ul.organic-process li h4 {
  padding-top: 2rem;
}
@media (min-width: 767px) {
  ul.organic-process li h4 {
    padding-top: 0;
  }
}
ul.organic-process li::after {
  clear: both;
  display: block;
  content: '';
}
@media (min-width: 767px) {
  ul.organic-process li::after {
    content: none;
  }
}
/* Terms and Conditions List */
ol.terms-list {
  margin: 0;
  padding: 0;
  counter-reset: term_l1;
  list-style-type: none;
}
ol.terms-list > li {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
}
ol.terms-list > li::before {
  display: inline-block;
  min-width: 35px;
  counter-increment: term_l1;
  content: counter(term_l1) ".";
  color: #eaab22;
  font-size: 1.375rem;
  font-weight: 400;
}
ol.terms-list > li h3 {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0;
}
ol.terms-list > li p {
  margin: 0 0 5px 0;
}
ol.terms-list > li > ol {
  margin: 0;
  padding: 0;
  counter-reset: term_l2;
  list-style-type: none;
}
ol.terms-list > li > ol > li {
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
}
ol.terms-list > li > ol > li::before {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  display: inline-block;
  position: absolute;
  content: counter(term_l1) "." counter(term_l2);
  counter-increment: term_l2;
}
ol.terms-list > li > ol > li h4 {
  font-size: 0.875rem;
}
ol.terms-list > li > ol > li > ol {
  margin: 0;
  padding: 0;
  counter-reset: term_l3;
  list-style-type: none;
}
ol.terms-list > li > ol > li > ol > li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
ol.terms-list > li > ol > li > ol > li::before {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  display: inline-block;
  position: absolute;
  content: "(" counter(term_l3, lower-alpha) ")";
  counter-increment: term_l3;
}
ol.terms-list > li > ol > li > ol > li > ol {
  margin: 0;
  padding: 0;
  counter-reset: term_l4;
  list-style-type: none;
}
ol.terms-list > li > ol > li > ol > li > ol > li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
ol.terms-list > li > ol > li > ol > li > ol > li::before {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  display: inline-block;
  position: absolute;
  content: "(" counter(term_l4, lower-roman) ")";
  counter-increment: term_l4;
}
ol.terms-list > li > ol > li > ol > li > ol > li:last-child {
  margin-bottom: 0;
}
ol.terms-list.purchase > li > ol > li {
  padding-left: 0;
}
ol.terms-list.purchase > li > ol > li::before {
  font-weight: 600;
}
ol.terms-list.purchase > li > ol > li h4 {
  padding-left: 35px;
  font-weight: 600;
  line-height: 22.4px;
}
ol.terms-list.purchase > li > ol > li > ol > li {
  padding-left: 35px;
}
ol.terms-list.purchase > li > ol.alpha {
  counter-reset: term_l2a;
}
ol.terms-list.purchase > li > ol.alpha > li {
  padding-left: 35px;
}
ol.terms-list.purchase > li > ol.alpha > li::before {
  content: "(" counter(term_l2a, lower-alpha) ")";
  counter-increment: term_l2a;
  font-weight: 300;
}
.embedded-video .player iframe {
  height: 360px !important;
  width: 100% !important;
}
.split_layout--body p:last-child {
  margin-top: 10px;
}
