/*
Theme Name: Sustainable Choice
Theme URI: https://www.sustainablechoice.com/
Description: Custom Theme made with love from Pondr
Author: Matthew Bruce
Version: 2.0
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Poppins:wght@400;500;600&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #595C61;
  font-size: 16px;
}
body.modal-open {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  body.modal-open {
    position: relative;
  }
}
body.customize-support .main-nav, body.customize-support .membership-nav, body.customize-support .pricing-nav {
  top: 32px;
}
@media (max-width: 782px) {
  body.customize-support .main-nav, body.customize-support .membership-nav, body.customize-support .pricing-nav {
    top: 46px;
  }
}
@media (max-width: 600px) {
  body.customize-support .main-nav, body.customize-support .membership-nav, body.customize-support .pricing-nav {
    top: 0;
  }
}
body.customize-support .main-nav #autocomplete .searchwp-live-search-results, body.customize-support .membership-nav #autocomplete .searchwp-live-search-results, body.customize-support .pricing-nav #autocomplete .searchwp-live-search-results {
  top: 102px !important;
}
body.customize-support .category-nav {
  top: 107px;
}
@media screen and (max-width: 782px) {
  body.customize-support .category-nav {
    top: 121px;
  }
}
@media screen and (max-width: 600px) {
  body.customize-support .category-nav {
    top: 75px;
  }
}
body.customize-support .category-sidebar-banner {
  top: 138px;
}
body.customize-support .brand-links-container {
  top: 107px;
}
@media (max-width: 767px) {
  body.customize-support .brand-links-container {
    top: 75px;
  }
}

h1,
h2,
h3,
h4,
h5,
.heading,
button {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #212420;
}
h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin,
.heading.thin,
button.thin {
  font-weight: 400;
}

h1 {
  font-size: 2.750rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}

h2, .h2 {
  font-size: 2rem;
  line-height: 2.75rem;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 2.125rem;
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.75rem;
}

p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
p:last-of-type {
  margin-bottom: 0;
}
p.margin-bottom {
  margin-bottom: 1.25rem;
}
p.margin-top {
  margin-top: 30px;
}
p.small {
  font-size: 12px;
  line-height: 24px;
}

a {
  text-decoration: none;
  color: #212420;
}
a:hover {
  color: #BAC06F;
}
a.see-all {
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
}

.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';
}

input,
textarea,
select {
  font-family: 'Inter', sans-serif;
}

select {
  transition: all 0.2s ease;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 3px;
  padding: 15px;
  font-size: 1em;
  color: #212420;
  background-color: #F7F9FA;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/expand_more_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 16px;
}
select:-ms-expand {
  display: none;
}

label {
  font-size: 0.875rem;
  color: #212420;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.border-bottom {
  border-bottom: solid 1px #DADCE0;
}

hr {
  border-top: solid 1px #DADCE0;
}

.form-validation {
  color: red;
  font-size: 12px;
  position: absolute;
  font-weight: 600;
  padding-top: 5px;
}

.button {
  border: solid 2px #BAC06F;
  color: #212420;
  background-color: transparent;
  line-height: 48px;
  padding: 0 20px;
  min-height: 44px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  max-height: 52px;
  overflow: hidden;
}
.button:hover {
  background-color: #BAC06F;
  color: #212420;
}
.button.small {
  line-height: 34px;
  min-height: 34px;
}
.button.filled {
  background-color: #BAC06F;
}
.button.dark {
  background-color: #3D4737;
  color: white;
  border-color: #3D4737;
}
.button.grey {
  background-color: #F7F9FA;
  color: #3D4737;
  border-color: #DADCE0;
  border-width: 1px;
}
.button.grey:hover {
  background-color: white;
}
.button.qr-code {
  background-color: #3D4737;
  padding: 0 12px;
  color: white;
  text-align: left;
  border-color: #3D4737;
  display: flex;
  align-items: center;
}
.button.qr-code span {
  margin-left: 10px;
}
.button.qr-code span.green {
  color: #BAC06F;
}
.button.upload-file {
  border: solid 1px #DADCE0;
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
  transition: all 0.2s ease;
}
.button.upload-file:hover {
  background-color: #F7F9FA;
}
.button.upload-file .upload-file-icon {
  margin-right: 10px;
  opacity: 0.5;
}
.button.upload-file .upload-file-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button.upload-file .upload-file-delete {
  margin-left: auto;
  padding-left: 10px;
  opacity: 0.5;
}
.button.upload-file .upload-file-delete:hover {
  opacity: 0.8;
}
.button.delete {
  color: #622820;
  border-color: #622820;
}
.button.delete:hover {
  background-color: #622820;
  color: white;
}
.button.edit {
  position: absolute;
  top: 25px;
  right: 0;
}
@media (max-width: 480px) {
  .button.edit {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
.button.save {
  background-color: #BAC06F;
}
.button.save:hover {
  background-color: transparent;
}
.button.cancel {
  background-color: #F7F9FA;
  border-color: #F7F9FA;
  margin-right: 10px;
}
.button.cancel:hover {
  background-color: transparent;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.container.large {
  max-width: 1340px;
}
.container.medium {
  max-width: 600px;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }
}

.brand-request-banner {
  background-color: #3D4737;
  width: 100%;
  color: white;
  border-radius: 10px;
  line-height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .brand-request-banner {
    margin-bottom: 0;
  }
}
.brand-request-banner:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url(../img/sc_logomark.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 120%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .brand-request-banner:before {
    background-position: right center;
    background-size: 230px 100%;
  }
}
@media (max-width: 480px) {
  .brand-request-banner:before {
    background-position: center center;
    background-size: 160%;
  }
}
.brand-request-banner span.h2 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  line-height: 32px;
  padding: 30px 20px 60px 20px;
  margin: 0;
}
@media (max-width: 1023px) {
  .brand-request-banner span.h2 {
    padding: 30px 200px 60px 20px;
  }
}
@media (max-width: 480px) {
  .brand-request-banner span.h2 {
    padding: 30px 20px 60px 20px;
  }
}
.brand-request-banner .wpulike {
  padding: 0;
}
.brand-request-banner .wpulike .wp_ulike_general_class .wp_ulike_btn {
  border: solid 2px #BAC06F;
  color: #212420;
  background-color: #BAC06F;
  line-height: 48px;
  padding: 0 20px;
  min-height: 44px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}
.brand-request-banner .wpulike .wp_ulike_general_class .wp_ulike_btn:hover {
  color: white !important;
}
.brand-request-banner .wpulike-default .wp_ulike_btn {
  display: block;
  margin: 0 20px 30px 20px;
}
.brand-request-banner .button {
  display: block;
  margin: 0 20px 30px 20px;
}
.brand-request-banner img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1023px) {
  .brand-request-banner img {
    position: absolute;
    top: 0;
    right: 20px;
    max-height: 100%;
    height: auto;
    width: auto;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .brand-request-banner img {
    display: none;
  }
}

.error-message {
  background-color: #D01314;
  width: 100%;
  color: white;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  display: none;
}
@media (max-width: 767px) {
  .error-message {
    margin-left: 0;
    margin-right: 0;
  }
}

.success-message {
  background-color: #82dd55;
  width: 100%;
  color: white;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  display: none;
}
@media (max-width: 767px) {
  .success-message {
    margin-left: 0;
    margin-right: 0;
  }
}

.hide {
  display: none !important;
}

.breadcrumbs {
  color: #212420;
  padding: 20px 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2rem;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0;
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
}
.breadcrumbs a {
  color: #595C61;
}
.breadcrumbs a:hover {
  color: #212420;
}
.breadcrumbs span.divider {
  margin: 0 5px;
  cursor: default;
}
@media (max-width: 767px) {
  .breadcrumbs span.divider {
    margin: 0 3px;
  }
}
.breadcrumbs span.page {
  color: #999;
}

.main-nav {
  height: 75px;
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: solid 1px #F1F3F4;
  transition: all 0.2s ease-in-out;
  font-family: 'Poppins', sans-serif;
}
.main-nav .search.container {
  display: flex;
  height: 75px;
}
@media (max-width: 1023px) {
  .main-nav .search.container {
    padding-left: 75px;
    justify-content: space-between;
  }
}
.main-nav.scrolling {
  background-color: white !important;
  border-bottom: solid 1px #F1F3F4 !important;
}
.main-nav.scrolling ul li a {
  color: #212420;
}
.main-nav.scrolling ul li a:hover {
  color: #3D4737;
}
.main-nav.scrolling .logo {
  background-image: url("../img/sustainability-track-logo-duo-tone.svg") !important;
}
.main-nav.scrolling .show-menu span {
  background-color: #212420 !important;
}
.main-nav .logo {
  height: 40px;
  width: 174px;
  background-image: url("../img/sustainability-track-logo-duo-tone.svg");
  background-size: 174px 40px;
  background-repeat: no-repeat;
  display: block;
  margin-top: 15px;
}
.main-nav .open-search {
  display: none;
  opacity: 0.5;
}
.main-nav .open-search img {
  min-width: 24px;
}
@media (max-width: 767px) {
  .main-nav .open-search {
    display: block;
    height: 75px;
    padding: 25px 20px;
    cursor: pointer;
  }
}
.main-nav form {
  margin-left: 30px;
  position: relative;
  width: 100%;
  flex: 1 1 0;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .main-nav form {
    width: 100%;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .main-nav form {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    margin-left: 0;
    background-color: white;
    height: 74px;
    padding-left: 75px;
    padding-top: 15px;
    padding-right: 15px;
  }
}
.main-nav form .backdrop {
  background-color: white;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}
.main-nav form.current {
  display: block;
  opacity: 1 !important;
}
.main-nav form .close-search {
  display: none;
  cursor: pointer;
  opacity: 0.5;
  outline: none;
}
@media (max-width: 767px) {
  .main-nav form .close-search {
    display: block;
    position: absolute;
    left: 25px;
    top: 25px;
  }
}
.main-nav form input {
  background-color: #F7F9FA;
  height: 44px;
  border: none;
  border-radius: 10px;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .main-nav .menu {
    visibility: hidden;
  }
}
.main-nav .menu-mobile-wrap {
  display: flex;
}
.main-nav .menu-join {
  position: relative;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .main-nav .menu-join {
    margin-left: 0;
  }
}
.main-nav .menu-join a.menu-item-has-children {
  display: inline-block;
  line-height: 40px;
  color: #212420;
  height: 40px;
  padding-left: 15px;
  padding-right: 30px;
  background-image: url("../img/expand_more_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-color: #BAC06F;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
}
.main-nav .menu-join .dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 74px !important;
  background-color: white;
  width: 175px;
  padding: 0 !important;
  border: 1px solid #EEE;
  border-top: 0;
  border-radius: 7px;
  overflow: hidden;
}
.main-nav .menu-join .dropdown.intro {
  display: block;
}
.main-nav .menu-join .dropdown .container {
  padding: 0;
}
.main-nav .menu-join .dropdown ul li {
  margin: 0;
  text-align: right;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .main-nav .menu-join .dropdown ul li {
    text-align: left;
    line-height: 40px;
    border-bottom: solid 1px #EEE;
  }
  .main-nav .menu-join .dropdown ul li:last-of-type {
    border-bottom: none;
  }
}
.main-nav .menu-join .dropdown ul li a {
  padding-left: 0;
  color: #212420;
  padding: 0 20px 0 40px;
  text-align: left;
  border: none;
  background-repeat: no-repeat;
  background-position: left 8px center;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .main-nav .menu-join .dropdown ul li a {
    padding: 0 20px 0 40px;
  }
}
.main-nav .menu-join .dropdown ul li a:hover {
  background-color: #F7F9FA;
}
.main-nav .menu-join .dropdown ul li a.signup {
  background-image: url("../img/account_circle_green_24dp.svg");
  background-repeat: no-repeat;
}
.main-nav .menu-join .dropdown ul li a.business {
  background-image: url("../img/business_green_24dp.svg");
}
.main-nav .menu .navigation {
  width: 100%;
}
@media (max-width: 1023px) {
  .main-nav .menu .navigation {
    position: absolute;
    visibility: hidden;
    margin: 0;
    width: 100%;
    top: 75px;
    left: 0;
    height: calc(100vh - 75px);
    overflow: scroll;
    z-index: -1;
  }
}
.main-nav .menu .navigation .links {
  flex: 1 1 auto;
}
.main-nav .menu ul {
  list-style-type: none;
}
.main-nav .menu ul.link {
  display: flex;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
.main-nav .menu ul.level-0 {
  display: flex;
  flex-flow: column wrap;
  max-height: 900px;
  overflow: auto;
}
@media (max-width: 1023px) {
  .main-nav .menu ul.level-0 {
    max-height: 100%;
    flex-direction: column;
    flex-flow: column;
  }
}
@media (max-width: 1023px) {
  .main-nav .menu ul {
    flex-direction: column;
    flex: 0 1 auto;
  }
}
.main-nav .menu ul li:hover > .link {
  color: #212420;
}
.main-nav .menu ul li {
  line-height: 45px;
  font-size: 14px;
  color: #212420;
  font-weight: 500;
  flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .main-nav .menu ul li {
    margin: 0;
    padding: 0;
    background-color: white;
    width: 100%;
  }
  .main-nav .menu ul li.dropdown-level-0.discover {
    background-image: url("../img/expand_more_black_24dp.svg");
    background-repeat: no-repeat;
    background-position: right 20px top 26px;
  }
  .main-nav .menu ul li.dropdown-level-0 a.discover {
    width: 50%;
  }
}
.main-nav .menu ul li:last-of-type {
  margin-right: 0;
}
.main-nav .menu ul li.primary-cat a.menu-item-has-children, .main-nav .menu ul li.primary-cat a.travel, .main-nav .menu ul li.primary-cat a.construction, .main-nav .menu ul li.primary-cat a.technology {
  border-bottom: solid 1px #DADCE0;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
  color: #212420;
  margin-bottom: 10px;
}
.main-nav .menu ul li.primary-cat a.retailers {
  background-image: url("../img/categories/retailers.svg");
}
.main-nav .menu ul li.primary-cat a.food-drink {
  background-image: url("../img/categories/food-drink.svg");
}
.main-nav .menu ul li.primary-cat a.fashion-clothing {
  background-image: url("../img/categories/fashion-clothing.svg");
}
.main-nav .menu ul li.primary-cat a.financial-services {
  background-image: url("../img/categories/financial-services.svg");
}
.main-nav .menu ul li.primary-cat a.motor {
  background-image: url("../img/categories/motor.svg");
}
.main-nav .menu ul li.primary-cat a.construction {
  background-image: url("../img/categories/construction.svg");
}
.main-nav .menu ul li.primary-cat a.health-beauty {
  background-image: url("../img/categories/health-beauty.svg");
}
.main-nav .menu ul li.primary-cat a.technology {
  background-image: url("../img/categories/technology.svg");
}
.main-nav .menu ul li.primary-cat a.travel {
  background-image: url("../img/categories/travel.svg");
}
.main-nav .menu ul li.primary-cat a.home-garden {
  background-image: url("../img/categories/home-garden.svg");
}
.main-nav .menu ul li.primary-cat a.utilities {
  background-image: url("../img/categories/utilities.svg");
}
.main-nav .menu ul li.primary-cat a.pets-animal-care {
  background-image: url("../img/categories/pets.svg");
}
.main-nav .menu ul li.primary-cat a.industry-services {
  background-image: url("../img/categories/industry-services.svg");
}
.main-nav .menu ul li.primary-cat a.services {
  background-image: url("../img/categories/business-services.svg");
}
.main-nav .menu ul li.dropdown-level-0 {
  padding-left: 30px;
  line-height: 75px;
}
@media (max-width: 1023px) {
  .main-nav .menu ul li.dropdown-level-0 {
    padding-left: 0;
    border-bottom: solid 1px #EEE;
  }
}
.main-nav .menu ul li.dropdown-level-0.discover:hover {
  display: block;
}
.main-nav .menu ul li.dropdown-level-0.discover:hover .dropdown {
  display: flex;
}
.main-nav .menu ul li.dropdown-level-0.join:hover {
  display: block;
}
.main-nav .menu ul li.dropdown-level-0.join:hover .dropdown {
  display: flex;
}
.main-nav .menu ul li.dropdown-level-0.edit-account:hover {
  display: block;
}
.main-nav .menu ul li.dropdown-level-0.edit-account:hover .dropdown {
  display: flex;
}
.main-nav .menu ul li.dropdown-level-1 {
  margin-right: 20px;
  margin-bottom: 20px;
}
.main-nav .menu ul li.dropdown-level-1 a {
  width: 100%;
  display: block;
  padding-left: 40px;
}
.main-nav .menu ul li.dropdown-level-1 a:hover {
  color: #BAC06F;
}
.main-nav .menu ul li.dropdown-level-2 a {
  color: #595C61;
  font-weight: 300;
  line-height: 30px;
}
.main-nav .menu ul li.dropdown-level-2 a:hover {
  color: #212420;
}
.main-nav .menu ul li .dropdown {
  display: none;
}
.main-nav .menu ul li.edit-account {
  position: relative;
  line-height: 0;
}
.main-nav .menu ul li.edit-account a.profile-dropdown {
  display: inline-block;
  line-height: 75px;
  color: #212420;
  height: 75px;
  padding-left: 30px;
  padding-right: 20px;
  background-image: url("../img/account_circle_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1023px) {
  .main-nav .menu ul li.edit-account a.profile-dropdown {
    display: none;
  }
}
.main-nav .menu ul li.edit-account .dropdown {
  position: absolute;
  right: 0;
  top: 74px !important;
  background-color: white;
  width: 150px;
  padding: 0 !important;
  border: 1px solid #EEE;
  border-top: 0;
}
.main-nav .menu ul li.edit-account .dropdown .container {
  padding: 0;
}
@media (max-width: 1023px) {
  .main-nav .menu ul li.edit-account .dropdown {
    position: relative;
    width: 100%;
    top: 0 !important;
    display: block;
    border: none;
  }
}
.main-nav .menu ul li.edit-account .dropdown ul li {
  margin: 0;
  text-align: right;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .main-nav .menu ul li.edit-account .dropdown ul li {
    text-align: left;
    line-height: 75px;
    border-bottom: solid 1px #EEE;
  }
  .main-nav .menu ul li.edit-account .dropdown ul li:last-of-type {
    border-bottom: none;
  }
}
.main-nav .menu ul li.edit-account .dropdown ul li a {
  padding-left: 0;
  color: #212420;
  font-weight: 300;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .main-nav .menu ul li.edit-account .dropdown ul li a {
    font-weight: 600;
    padding: 0 20px;
  }
}
.main-nav .menu ul li.edit-account .dropdown ul li a:hover {
  background-color: #F7F9FA;
}
.main-nav .menu ul li.discover .dropdown {
  display: none;
  position: absolute;
  top: 74px;
  left: 0;
  background-color: white;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 50px;
  border-bottom: 1px solid #DADCE0;
}
@media (max-width: 1023px) {
  .main-nav .menu ul li.discover .dropdown {
    position: relative;
    z-index: 1;
    padding: 0;
    top: 0 !important;
    padding-top: 0 !important;
    border-bottom: 0;
  }
}
.main-nav .menu ul li a.current-menu-item {
  color: #BAC06F;
}
@media (max-width: 1023px) {
  .main-nav .menu ul li a {
    display: block;
    color: #212420;
    padding: 0 20px;
    margin: 0;
    width: 100%;
  }
  .main-nav .menu ul li a:hover {
    color: #212420;
  }
  .main-nav .menu ul li a:active {
    -webkit-tap-highlight-color: transparent;
  }
}
.main-nav .show-menu {
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: none;
  width: 75px;
  height: 75px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  padding: 31px 25px;
}
.main-nav .show-menu span {
  height: 3px;
  margin-bottom: 5px;
  width: 100%;
  background-color: #3D4737;
  display: block;
}
@media (max-width: 1023px) {
  .main-nav .show-menu {
    display: block;
  }
}
.main-nav input[type=checkbox] {
  display: none;
}
.main-nav input[type=checkbox]:checked + #menu {
  visibility: visible;
}
.main-nav input[type=checkbox]:checked + #menu .navigation {
  visibility: visible;
}

.product-banner {
  background-color: rgba(61, 71, 55, 0.1);
  text-align: center;
  display: flex;
  padding: 9px;
  align-items: center;
  justify-content: center;
}
.product-banner p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.product-hero {
  border-bottom: solid 1px #DADCE0;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .product-hero {
    flex-direction: column-reverse;
  }
}
.product-hero p {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .product-hero p {
    padding-right: 0;
  }
}
.product-retailers .buy {
  border-bottom: solid 1px #DADCE0;
  margin-bottom: 10px;
  margin-top: -10px;
}
.product-retailers div:last-of-type {
  border-bottom: none;
}
.product-retailers .see-more {
  margin-top: 10px;
  display: block;
  font-weight: 600;
}
.product-retailers .item-tease {
  border: none;
  margin: 0 -10px;
}
.product-retailers .item-tease .image {
  border: solid 1px #DADCE0;
}
.product-retailers .item-tease.buy-link {
  margin-bottom: 10px;
}
.product-retailers .item-tease.buy-link p {
  color: #BAC06F;
  font-weight: 600;
  font-size: 14px;
}
.product-retailers .item-tease.buy-link p svg {
  position: relative;
  top: 4px;
}
.product-post-filter {
  border: solid 1px #DADCE0;
  border-radius: 90px;
  padding: 5px 20px;
  align-self: flex-start;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  color: #212420;
  align-items: center;
  justify-content: center;
}
.product-post-title-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-post-title-wrap-edit {
  width: 100%;
}
.product-post-title-wrap-edit .product-post-filter {
  margin-right: 10px;
}
.product-post-actions {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #DADCE0;
  padding: 10px 0;
}
.product-post-actions-certificates {
  display: flex;
}
.product-post-actions-certificates-logo {
  height: 25px;
  width: 25px;
  border-radius: 90px;
}
.product-post-actions-certificates a {
  border: solid 1px #DADCE0;
  border-radius: 90px;
  font-size: 12px;
  font-weight: 600;
  color: #212420;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  margin-left: 10px;
  cursor: pointer;
}
.product-post-actions-certificates a img {
  margin-right: 5px;
}
.product-post-actions-certificates a:hover {
  background-color: #F7F9FA;
}
.product-post-actions-certificates-icon {
  padding: 2px 10px;
}
.product-post-actions-certificates-branded {
  padding: 2px 10px 2px 2px;
}
.product-actions {
  padding-right: 100px;
}
@media (max-width: 1023px) {
  .product-actions {
    padding-right: 0;
  }
}
.product-actions .create-post {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  background-color: #F7F9FA;
  height: 50px;
  border: solid 1px #DADCE0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-actions .create-post li {
  border-right: solid 1px #DADCE0;
  flex: 1;
  text-align: center;
  transition: all 0.2s ease;
}
.product-actions .create-post li:hover {
  background-color: white;
}
.product-actions .create-post li:last-of-type {
  border-right: 0;
}
.product-actions .create-post li button {
  background-color: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
  height: 100%;
  width: 100%;
  line-height: 50px;
  color: #212420;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .product-actions .create-post li button {
    font-size: 14px;
  }
}
.product-actions .create-post li button img {
  position: relative;
  top: 6px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .product-actions .create-post li button img {
    height: 18px;
    top: 3px;
  }
}
.product-actions article {
  border: solid 1px #DADCE0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
.product-actions article.edit-post {
  cursor: pointer;
}
.product-actions article.edit-post:hover {
  background-color: #F7F9FA;
}
.product-actions article:last-of-type {
  margin-bottom: 0;
}
.product-actions article .edit-post-header {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.product-actions article .edit-post-header h3 {
  flex: 1;
  margin-bottom: 0;
}
.product-actions article .edit-post-header .handle-post {
  flex: 0 1 auto;
  padding-right: 20px;
  cursor: grab;
}
.product-actions article .edit-post-header .delete-post {
  flex: 0 1 auto;
  cursor: pointer;
  opacity: 0.54;
}
.product-actions article .edit-post-header .delete-post:hover {
  opacity: 0.87;
}
.product-actions article p {
  margin-bottom: 20px;
  white-space: pre-wrap;
}
.product-actions article h3 {
  margin-bottom: 20px;
}
.product-actions article .image {
  height: auto;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
.product-actions article .image img {
  max-width: 100%;
}
.product-actions article video {
  margin-bottom: 20px;
  width: 100%;
}
.product-related a article {
  margin-bottom: 20px;
}
.product-related a article:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .product-related.products-main {
    display: none;
  }
}
.product-related.products-sidebar {
  display: none;
  border-top: solid 1px #DADCE0;
}
@media (max-width: 1023px) {
  .product-related.products-sidebar {
    display: block;
  }
}

article.item-tease {
  display: flex;
  border: solid 1px #DADCE0;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: white;
  align-items: center;
  position: relative;
}
article.item-tease:hover {
  background-color: #F7F9FA;
}
article.item-tease:hover .wp_ulike_is_liked .wp_ulike_btn {
  border-color: #EEE;
}
article.item-tease:hover .wp_ulike_is_liked .wp_ulike_btn:hover, article.item-tease:hover .wp_ulike_is_liked .wp_ulike_btn:active, article.item-tease:hover .wp_ulike_is_liked .wp_ulike_btn:focus {
  border-color: #BAC06F;
}
article.item-tease:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  article.item-tease.news .content p {
    display: none;
  }
}
article.item-tease .delete-item {
  border: none;
  background-color: transparent;
  opacity: 0.24;
  cursor: pointer;
  line-height: 0;
}
article.item-tease .delete-item:hover {
  opacity: 0.54;
}
article.item-tease .item-tease-wrap {
  display: flex;
  min-width: 0;
  flex: 1;
  width: 100%;
  padding: 10px;
}
article.item-tease .item-tease-wrap.vertical {
  flex-direction: column;
}
article.item-tease .item-tease-wrap.reordering {
  padding-top: 0;
}
article.item-tease .item-tease-actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 10px;
}
article.item-tease .item-tease-title-wrap {
  display: flex;
  align-items: center;
}
article.item-tease .item-tease-title-wrap .brand-claimed {
  height: 24px;
  width: 24px;
  margin-left: 5px;
  transform: translateY(-1px);
}
article.item-tease .item-tease-brand {
  display: flex;
  align-items: center;
}
article.item-tease .item-tease-brand-logo {
  height: 30px;
  width: 30px;
  border-radius: 90px;
  margin-right: 5px;
  border: solid 1px #DADCE0;
  overflow: hidden;
}
article.item-tease .item-tease-brand-logo img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
article.item-tease .item-tease-brand-claimed {
  height: 18px;
  width: 18px;
  margin-left: 5px;
}
article.item-tease .item-tease-brand-title {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #212420;
  line-height: 16px;
}
article.item-tease .image {
  line-height: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  background-position: center center;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: white;
  overflow: hidden;
  margin-right: 20px;
  border: solid 1px #EEE;
}
@media (max-width: 767px) {
  article.item-tease .image {
    max-width: 100%;
  }
}
article.item-tease .image.placeholder {
  background-color: #F7F9FA;
}
article.item-tease .image.placeholder img {
  opacity: 0.05;
  height: 50% !important;
  width: auto !important;
}
article.item-tease .image.news {
  width: 140px;
  min-width: 140px;
  max-height: 100px;
}
@media (max-width: 767px) {
  article.item-tease .image.news {
    width: 115px;
    min-width: 115px;
    max-height: 75px;
  }
}
article.item-tease .image.news img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}
article.item-tease .image.brand img {
  object-fit: scale-down;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
article.item-tease .image.product img, article.item-tease .image.disposal img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
article.item-tease .content {
  min-width: 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  article.item-tease .content h3 {
    line-height: 28px;
  }
}
article.item-tease .content p {
  color: #595C61;
  margin-top: 5px;
}
article .item-tease-disposal-methods {
  display: flex;
}
article.item-tease-xsmall .image {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  article.item-tease-xsmall .image {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
article.item-tease-small {
  margin-bottom: 10px;
}
article.item-tease-small .item-tease-wrap {
  padding: 10px;
}
article.item-tease-small .image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
article.item-tease-small .content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 1023px) {
  article.item-tease-small .content {
    white-space: normal;
  }
}
article.item-tease-small .content h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  article.item-tease-small .content h3 {
    white-space: normal;
  }
}
article.item-tease-small .content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 767px) {
  article.item-tease-medium {
    flex-direction: column;
  }
}
article.item-tease-medium .item-tease-wrap {
  padding: 15px;
}
article.item-tease-medium .content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 1023px) {
  article.item-tease-medium .content p {
    white-space: normal;
  }
}
article.item-tease-medium .image {
  height: 100px;
  width: 100px;
  min-width: 100px;
}
@media (max-width: 767px) {
  article.item-tease-large {
    flex-direction: column;
  }
}
article.item-tease-large .item-tease-wrap {
  padding: 20px;
}
@media (max-width: 767px) {
  article.item-tease-large .item-tease-wrap {
    padding: 10px;
  }
}
article.item-tease-large .image {
  height: 110px;
  width: 110px;
  min-width: 110px;
}
article.item-tease-vertical {
  flex-direction: column;
  max-width: 280px;
}
article.item-tease-vertical .content {
  justify-content: flex-start;
  height: 100%;
}
article.item-tease-vertical .item-tease-wrap {
  padding: 20px;
  flex-direction: column;
}
article.item-tease-vertical .item-tease-title-wrap {
  margin-top: 10px;
}
article.item-tease-vertical .image {
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border: none;
  margin-right: 0;
}
article.item-tease-vertical .image img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.search-term {
  display: flex;
  padding: 10px 10px;
  border-top: solid 1px #DADCE0;
}
.search-term:hover {
  color: #212420;
  background-color: #F7F9FA;
}
.search-term-icon {
  margin-right: 10px;
  line-height: 0;
  padding: 5px;
}
.search-term-type {
  display: flex;
  justify-content: left;
  align-items: center;
}
.search-term-type p {
  color: #212420;
}
@media (max-width: 767px) {
  .search-results-brand .wpulike {
    display: none;
  }
}

#autocomplete .searchwp-live-search-results {
  position: fixed !important;
  top: 70px !important;
  min-height: 55px;
  z-index: 99 !important;
  max-height: 100%;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  #autocomplete .searchwp-live-search-results {
    width: 100% !important;
    left: 0 !important;
    z-index: 9999 !important;
    top: 74px !important;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    box-shadow: none !important;
  }
}

.searchwp-live-search-no-min-chars:after {
  content: none !important;
}

.searchwp-live-search-results {
  min-height: 55px;
  border-radius: 10px;
  z-index: 99 !important;
  max-height: 100%;
}
.searchwp-live-search-results .spinner-remove {
  background-image: url("../img/sc_logomark.svg") !important;
  width: 50px !important;
  height: 50px !important;
  background-size: 50px 50px !important;
  background-color: white !important;
  background-repeat: no-repeat !important;
  background-position: top left;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  margin-left: -25px !important;
  margin-top: -25px;
  opacity: 0.2;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.searchwp-live-search-results .spinner-remove div {
  opacity: 0 !important;
}

.searchwp-live-search-results-showing h3 {
  font-size: 14px;
  color: #595C61;
  opacity: 0.5;
  font-weight: 500;
  padding: 10px 10px 0 10px;
}
.searchwp-live-search-results-showing .search-result {
  display: flex;
  padding: 7px 10px;
}
.searchwp-live-search-results-showing .search-result:hover {
  background-color: #F7F9FA;
}
.searchwp-live-search-results-showing .search-result-title {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.searchwp-live-search-results-showing .search-result-title .brand-claimed {
  margin-left: 5px;
  height: 22px;
}
.searchwp-live-search-results-showing .search-result-title h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.searchwp-live-search-results-showing .search-result-logo {
  min-height: 36px;
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 90px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  border: solid 1px #DADCE0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchwp-live-search-results-showing .search-result-logo.product img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.searchwp-live-search-results-showing .search-result-logo.news-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  border-radius: 4px;
}
.searchwp-live-search-results-showing .search-result-logo .logo-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.searchwp-live-search-results-showing .search-result-logo img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .home section {
    padding: 40px 0;
  }
}
.home-hero {
  width: 100%;
  display: inline-block;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 0;
  max-width: 1440px;
  margin: 0 15px;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .home-hero {
    border-radius: 0;
    margin: 0;
  }
}
.home-hero .h1 {
  max-width: 640px;
  color: white;
  padding: 120px 0 0;
  margin-bottom: 0;
  line-height: 4rem;
  font-size: 2.875rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .home-hero .h1 {
    display: none;
  }
}
.home-hero-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-search {
    max-height: 100%;
    border-radius: 0;
  }
}
.home-search h1 {
  line-height: 30px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .home-search h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }
}
.home-search h2 {
  font-size: 1rem;
  color: white;
}
.home-search form {
  position: relative;
}
.home-search form input {
  width: 100%;
  height: 60px;
  border-radius: 90px;
  border: none;
  padding-left: 60px;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .home-search form input {
    display: none;
  }
}
.home-search form .mobile-form {
  display: none;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: none;
  padding-left: 60px;
  font-size: 1.125rem;
  font-weight: 300;
  background-color: white;
  line-height: 60px;
  border-radius: 90px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .home-search form .mobile-form {
    display: block;
    font-size: 15px;
  }
}
.home-search form .search-icon {
  position: absolute;
  left: 18px;
  top: 18px;
  height: 24px;
  width: 24px;
  opacity: 0.25;
}
.home-sponsored {
  position: relative;
}
.home-sponsored .profile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  z-index: 1;
}
.home-sponsored .brand-header {
  padding: 20px;
  flex-direction: row;
}
.home-sponsored .brand-header-logo {
  height: 60px;
  width: 60px;
  padding: 1px;
  background-color: #F7F9FA;
  left: 0;
}
.home-sponsored .brand-header-content {
  padding-top: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .home-sponsored .brand-header-content {
    text-align: left;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
.home-sponsored .brand-header-content-title {
  justify-content: start;
}
.home-sponsored .brand-header-content-title .h1 {
  line-height: 24px;
  padding: 0;
  font-size: 18px;
  color: white;
}
.home-sponsored .brand-header-content .brand-claimed {
  height: 18px;
  width: 17px;
}
.home-sponsored .brand-header-actions {
  padding-top: 0;
}
@media (max-width: 767px) {
  .home-sponsored .brand-header-actions {
    display: none;
  }
}
.home-sponsored .brand-header-sponsored {
  color: white;
  font-size: 10px;
  font-weight: 600;
}
.home-sdg .swiper-wrapper {
  height: 320px;
}
.home-sdg .swiper-wrapper .item-tease .content {
  flex-direction: column-reverse;
  justify-content: flex-end !important;
}
.home-sdg .swiper-wrapper .item-tease .content .item-tease-title-wrap {
  margin-top: 0;
}
.home-sdg .swiper-wrapper .item-tease .content h3 {
  font-size: 16px;
  line-height: 24px;
}
.home-sdg .swiper-wrapper .item-tease .content p {
  margin-top: 10px;
  color: #212420;
  opacity: 0.5;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.home-sdg .swiper-button {
  background-color: white;
  border-radius: 90px;
  height: 40px;
  width: 40px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translate(0, -20px);
  border: solid 1px #DADCE0;
}
.home-sdg .swiper-button:hover img {
  opacity: 1;
}
.home-sdg .swiper-button img {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.home-sdg .swiper-button-next {
  right: 0;
  left: auto;
}
.home-sdg .swiper-button-prev {
  left: 0;
  right: auto;
}
.home-featured-brands .swiper {
  width: 100%;
  height: 100%;
}
.home-featured-brands .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home-featured-brands .swiper-button {
  background-color: white;
  border-radius: 90px;
  height: 40px;
  width: 40px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translate(0, -20px);
  border: solid 1px #DADCE0;
}
.home-featured-brands .swiper-button:hover img {
  opacity: 1;
}
.home-featured-brands .swiper-button img {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.home-featured-brands .swiper-button-next {
  right: 0;
  left: auto;
}
.home-featured-brands .swiper-button-prev {
  left: 0;
  right: auto;
}
.home-featured-brands .brand-wrapper {
  width: 100%;
}
.home-featured-brands .brand-wrapper.see-more .image {
  background-color: #3D4737;
}
.home-featured-brands .brand-wrapper .item-tease-title-wrap {
  margin-top: 20px;
}
.home-featured-brands .item-tease {
  border: none;
}
.home-featured-brands .item-tease:hover {
  background-color: white;
}
@media (max-width: 480px) {
  .home-featured-brands .item-tease h3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .home-featured-brands .item-tease .brand-claimed {
    display: none;
  }
}
.home-featured-brands .item-tease-wrap {
  padding: 0 !important;
}
.home-featured-brands .item-tease .image {
  border-radius: 50% !important;
  border: solid 1px #DADCE0;
}
.home-featured-brands .item-tease .content {
  text-align: center;
  align-items: center;
}
.home-header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-header h2 {
  font-size: 24px;
  line-height: 40px;
}
.home .scroll-wrap {
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.home .scroll-wrap::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1023px) {
  .home .scroll-wrap.brands .row > * {
    width: 200px;
    min-width: 200px;
    flex: 0 1 200px;
  }
}
@media (max-width: 767px) {
  .home .scroll-wrap .row {
    flex-wrap: nowrap;
  }
  .home .scroll-wrap.actions .row > *, .home .scroll-wrap.products .row > * {
    width: 300px;
  }
  .home .scroll-wrap.brands .row > * {
    width: 200px;
  }
}
.home .item-tease {
  overflow: hidden;
  height: 100%;
  max-width: 100%;
}
.home .item-tease.action .image, .home .item-tease.product .image {
  margin: 0;
  border-radius: 0;
}
.home .item-tease.action .content, .home .item-tease.product .content {
  padding: 20px;
}
.home .item-tease.action .item-tease-title-wrap, .home .item-tease.product .item-tease-title-wrap {
  margin-top: 0;
}
.home .item-tease.action .item-tease-wrap, .home .item-tease.product .item-tease-wrap {
  padding: 0;
}
.home .item-tease.action .content, .home .item-tease.product .content {
  justify-content: space-between !important;
}
.home .item-tease.action .content .item-tease-brand-title, .home .item-tease.product .content .item-tease-brand-title {
  opacity: 1;
  font-size: 14px;
}
.home .item-tease.action .content .item-tease-brand, .home .item-tease.product .content .item-tease-brand {
  margin-top: 20px;
}
.home-feature-article {
  min-height: 480px;
  border-radius: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-feature-article {
    padding: 30px;
  }
}
.home-feature-article .news-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  z-index: 1;
}
.home-feature-article-brand {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}
.home-feature-article-brand-logo {
  height: 40px;
  width: 40px;
  border-radius: 90px;
  border: solid 1px white;
  margin-right: 10px;
}
.home-feature-article-brand .brand-claimed {
  height: 24px;
  width: 24px;
  margin-left: 5px;
}
.home-feature-article h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  color: white;
  max-width: 60%;
}
@media (max-width: 767px) {
  .home-feature-article h3 {
    max-width: 100%;
  }
}
.home-feature-article a.button {
  background-color: white;
  border-color: white;
}
.home-about {
  display: flex;
}
@media (max-width: 767px) {
  .home-about {
    flex-direction: column;
  }
}
.home-about-image {
  flex: 1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 767px) {
  .home-about-image {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
.home-about-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-about-content {
  flex: 1;
  background-color: #3D4737;
  color: white;
  padding: 80px 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
  .home-about-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    padding: 20px 30px;
  }
}
.home-about-content h2 {
  color: white;
  margin-bottom: 20px;
}
.home-about-content p {
  margin-bottom: 30px;
}
.home-categories ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1023px) {
  .home-categories ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .home-categories ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media (max-width: 480px) {
  .home-categories ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.home-categories ul li {
  border: solid 1px #DADCE0;
  border-radius: 90px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 0;
  line-height: 0;
}
.home-categories ul li:hover {
  background-color: #F7F9FA;
}
@media (max-width: 480px) {
  .home-categories ul li:nth-of-type(n+7) {
    display: none;
  }
}
.home-categories ul li img {
  height: 36px;
  width: 36px;
  margin-right: 20px;
}
.home-categories ul li a {
  display: flex;
  padding: 12px 20px;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 480px) {
  .home-categories ul li a {
    padding: 10px;
  }
}
.home-categories ul li h3 {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .home-categories ul li h3 {
    font-size: 14px;
    line-height: 1.375rem;
  }
}
.home-news .home-feature-article {
  margin-bottom: 20px;
}
.home-news article {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .home-news article {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .home-news article {
    border: none;
    border-bottom: solid 1px #DADCE0;
    border-radius: 0;
  }
  .home-news article:last-of-type {
    border: none;
  }
}
.home-news article:hover h3 a {
  color: #BAC06F;
}
.home-news article .news-content span {
  margin: 10px 0;
  display: block;
  font-size: 12px;
  color: #212420;
  opacity: 0.5;
  font-weight: 600;
}
@media (max-width: 480px) {
  .home-news article .news-content span {
    display: none;
  }
}
.home-news article .news-content h3 {
  margin: 10px 0;
  line-height: 28px;
}
@media (max-width: 480px) {
  .home-news article .news-content h3 {
    margin: 0;
  }
}
.home-news article .news-content p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .home-news article .news-content p {
    display: none;
  }
}
.home-news article .news-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  z-index: 1;
}
.home-news article .news-image {
  display: block;
}
.home-news article .news-image-hero {
  height: 220px;
  width: 100%;
  border-radius: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}
.home-seo h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home-seo h2 {
    margin: 20px 0;
  }
}
.home-disposal .item-tease {
  border-radius: 0;
  border: 0;
  border-bottom: solid 1px #DADCE0;
  margin-bottom: 0;
}
.home-disposal .item-tease:last-of-type {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .home-disposal .item-tease-disposal-methods {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .home-disposal .item-tease-title-wrap {
    margin: 10px 0;
    padding-right: 120px;
  }
}
.home-disposal .item-tease-wrap {
  align-items: center;
  padding: 20px 0 !important;
}
@media (max-width: 767px) {
  .home-disposal .item-tease-wrap {
    flex-direction: column;
    align-items: flex-start;
    min-height: 120px;
  }
}
.home-disposal .item-tease .image {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .home-disposal .item-tease .image {
    position: absolute;
    right: 0;
  }
}
.home-disposal .item-tease .disposal-type-icon {
  height: 50px;
  width: 50px;
  margin-right: 0;
  margin-left: 10px;
  background-size: 36px 36px;
}
@media (max-width: 767px) {
  .home-disposal .item-tease .disposal-type-icon {
    margin-right: 10px;
    margin-left: 0;
  }
}
.home .searchwp-live-search-results {
  position: absolute !important;
}
.home .main-nav {
  border-bottom: solid 1px transparent;
}
.home .main-nav.scrolling .menu ul li a.sign-up {
  color: #212420;
}
.home .main-nav.scrolling .menu ul li.edit-account a.profile-dropdown {
  color: #212420;
  background-image: url("../img/account_circle_black_24dp.svg");
}
.home .main-nav .menu ul li .dropdown {
  top: 75px;
  padding-top: 30px;
}
.home .main-nav form {
  width: 100%;
}
@media (min-width: 480px) {
  .home .main-nav form {
    visibility: hidden;
  }
}
.home .main-nav .open-search {
  display: none;
}
@media (max-width: 1023px) {
  .home .main-nav .menu ul li a.sign-up {
    color: #212420;
  }
}
.home .main-nav .menu ul li a.sign-up:hover {
  color: #212420;
}
.home-popular-searches {
  font-weight: 600;
  margin: 20px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .home-popular-searches {
    flex-direction: column;
  }
}
.home-popular-searches-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-popular-searches p {
  display: inline-block;
  color: white;
  padding-right: 5px;
  line-height: 1.6rem;
  font-size: 15px;
}
@media (max-width: 1023px) {
  .home-popular-searches p {
    margin-bottom: 10px;
  }
}
.home-popular-searches a {
  font-weight: 600;
  line-height: 30px;
  color: white;
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 90px;
  padding: 0 10px;
  transition: all 0.2s ease-in-out;
}
.home-popular-searches a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px white;
}
.home-benefits-item {
  border: solid 1px #DADCE0;
  border-radius: 10px;
  padding: 20px;
}

.about section {
  padding: 100px 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .about section {
    padding: 50px 0;
  }
}
.about h2 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 30px;
}
.about p strong {
  font-size: 20px;
  line-height: 36px;
  color: #212420;
}
.about .container.grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .about .container.grid {
    display: block;
  }
}
.about .left {
  grid-column-start: 1;
  grid-column-end: 5;
}
.about .right {
  grid-column-start: 5;
  grid-column-end: 13;
}
.about-hero h1 {
  max-width: 550px;
}
.about-hero p {
  max-width: 550px;
}
.about-hero-image {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  height: 560px;
}
@media (max-width: 767px) {
  .about-hero-image {
    height: 360px;
  }
}
.about-how h3 {
  margin-bottom: 20px;
}
.about-how-tiers {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .about-how-tiers {
    flex-direction: column;
  }
}
.about-how-tiers .verified {
  float: left;
  background-color: #3D4737;
  color: white;
  padding: 40px 30px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .about-how-tiers .verified {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about-how-tiers .verified h3 {
  color: white;
  position: relative;
  display: inline-block;
}
.about-how-tiers .verified h3 img {
  position: absolute;
  top: -5px;
  right: -35px;
}
.about-how-tiers .unverified {
  float: left;
  background-color: #BAC06F;
  padding: 40px 30px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .about-how-tiers .unverified {
    margin-left: 0;
  }
}
.about-how-tiers .unverified p {
  color: #3D4737;
}
.about-how .other {
  padding-top: 50px;
}
.about-mission {
  background-color: #3D4737;
  color: white;
}
.about-mission h2,
.about-mission h3,
.about-mission p strong {
  color: white;
}
.about-mission .left h2 {
  margin-bottom: 20px;
}
.about-mission .left h3 {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 5px;
}
.about-mission-bio {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.about-mission img {
  border-radius: 90px;
  margin-right: 20px;
  float: left;
}
.about-promise {
  background-image: url("../img/about-promise-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-promise h2 {
  color: white;
  margin-bottom: 50px;
}
.about-promise-cards {
  display: flex;
  align-items: stretch;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .about-promise-cards {
    flex-direction: column;
  }
}
.about-promise-card {
  background-color: white;
  margin: 0 10px;
  padding: 40px 30px 60px 30px;
}
@media (max-width: 767px) {
  .about-promise-card {
    margin-bottom: 20px;
  }
}
.about-promise-card h3 {
  margin-bottom: 20px;
}
.about-promise-card h3 span {
  color: #BAC06F;
}
.about-benefits {
  padding: 50px 0 100px;
}
.about-benefits-item h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
.about-benefits-item h3 span {
  color: #BAC06F;
  margin-right: 5px;
  font-weight: 500;
}
.about .footer-row:first-of-type {
  border-top: 0;
}

.category-feature {
  background-color: #3D4737;
  color: white;
  padding: 20px;
  border-radius: 5px;
}
.category-feature h3 {
  color: white;
  margin-bottom: 10px;
}
.category-feature p {
  font-size: 0.875rem;
}
.category-feature input {
  width: 100%;
  height: 50px;
  border: none;
  height: 44px;
  padding-left: 15px;
  border-radius: 2px;
  width: 100%;
  margin-top: 20px;
}
.category-feature button {
  width: 100%;
  background-color: #BAC06F;
  border: none;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 44px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .category-feature button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.category-filters {
  width: 100%;
  display: none;
}
@media (max-width: 1023px) {
  .category-filters {
    display: block;
  }
}
.category-filters.show {
  border: solid 1px #BAC06F;
}
.category-container {
  display: flex;
  flex-wrap: wrap;
}
.category-sidebar-list {
  flex-basis: 20rem;
  flex-grow: 1;
  display: block;
  max-width: 200px;
  padding-right: 20px;
  /* Style the buttons that are used to open and close the accordion panel */
}
@media (max-width: 767px) {
  .category-sidebar-list {
    display: none;
  }
}
.category-sidebar-list .heading {
  margin-bottom: 20px;
  display: inline-block;
}
.category-sidebar-list ul.categories {
  border: solid 1px #DADCE0;
  border-radius: 5px;
  overflow: hidden;
}
.category-sidebar-list .accordion {
  background-color: white;
  border: none;
  border-bottom: solid 1px #DADCE0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}
.category-sidebar-list .accordion:last-of-type {
  border-bottom: none;
}
.category-sidebar-list .accordion a.cat-title {
  line-height: 40px;
  width: 100%;
}
.category-sidebar-list .accordion a:hover {
  color: #212420;
}
.category-sidebar-list .accordion:hover .arrow img {
  background-color: #F7F9FA;
  border-radius: 90px;
  transition: all 0.2s ease;
}
.category-sidebar-list .accordion:hover .arrow img:hover {
  background-color: #e7edf0;
}
.category-sidebar-list .accordion .arrow {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0 10px;
}
.category-sidebar-list .accordion .arrow a {
  font-weight: 600;
}
.category-sidebar-list .accordion .arrow.active img {
  transform: rotate(180deg);
}
.category-sidebar-list .panel {
  display: none;
  overflow: hidden;
  transition: all 0.2s ease;
}
.category-sidebar-list .panel ul {
  list-style: none;
  padding: 10px 0;
  border-top: solid 1px #DADCE0;
}
.category-sidebar-list .panel ul li {
  line-height: 30px;
}
.category-sidebar-list .panel ul li a {
  display: block;
  padding: 0 20px;
  transition: all 0.2s ease;
  font-weight: 500;
}
.category-sidebar-list .panel ul li a.selected {
  background-color: #e7edf0;
  color: #212420;
  font-weight: 600;
}
.category-sidebar-list .panel ul li a.selected:hover {
  background-color: #d8e1e6;
}
.category-sidebar-list .panel ul li a:hover {
  background-color: #F7F9FA;
  color: #212420;
}
.category-sidebar {
  flex: 1;
  flex-basis: 20rem;
  flex-grow: 1;
  max-width: 300px;
}
@media (max-width: 1023px) {
  .category-sidebar {
    display: none;
  }
}
.category-sidebar-banner {
  position: -webkit-sticky;
  position: sticky;
  top: 106px;
  padding-top: 44px;
}
.category-sidebar-banner .request-brand {
  cursor: pointer;
  border-radius: 5px;
}
.category-content {
  flex-basis: 0;
  flex-grow: 999;
  padding-right: 20px;
  min-width: 0;
}
@media (max-width: 1023px) {
  .category-content {
    padding-right: 0;
  }
}
.category-content section {
  border-bottom: 0;
  line-height: 0;
  padding-bottom: 20px;
}
.category-content section .heading {
  margin-bottom: 20px;
}
.category-content section .type-link {
  float: right;
  font-weight: 600;
  margin-top: 10px;
}
.category-hero {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .category-hero h1 {
    margin-bottom: 0;
  }
}
.category-nav {
  border-bottom: solid 1px #EEE;
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 998;
  background-color: white;
}
@media (max-width: 480px) {
  .category-nav {
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}
.category-nav .container {
  display: flex;
  justify-content: space-between;
}
.category-pagination {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.category-pagination a {
  display: flex;
  align-items: center;
}
.category-pagination a.prev {
  padding-left: 10px;
}
.category-pagination a.next {
  padding-right: 10px;
}
.category-results-none {
  display: inline-block;
  width: 100%;
}
.category-results-wrapper {
  border-radius: 5px;
  border: solid 1px #DADCE0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.category-results-wrapper .see-all-results {
  display: block;
  text-align: center;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border-top: solid 1px #DADCE0;
  transition: all 0.2s ease;
}
.category-results-wrapper .see-all-results:hover {
  background-color: #F7F9FA;
  color: #212420;
}
@media (max-width: 767px) {
  .category-results-wrapper .see-all-results {
    font-size: 0.875rem;
  }
}
.category-results-wrapper article {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #DADCE0;
  margin-bottom: 0;
}
.category-results-wrapper article:last-of-type {
  border-bottom: none;
}
.category-results-wrapper article .item-tease-brand-title {
  opacity: 0.5;
}
.category-results-wrapper article .wp_ulike_is_liked .wp_ulike_btn {
  background-color: #F7F9FA !important;
  color: #595C61 !important;
}
.category-results-wrapper article .wp_ulike_btn {
  background-color: transparent !important;
  border-color: #EEE;
}
.category-types {
  display: none;
}
@media (max-width: 767px) {
  .category-types {
    padding-bottom: 20px;
    display: block;
  }
}
.category-types-nav {
  display: flex;
  list-style-type: none;
}
.category-types-nav li {
  margin-right: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #212420;
  font-size: 18px;
}
@media (max-width: 767px) {
  .category-types-nav li {
    margin-right: 30px;
  }
}
.category-types-nav li a {
  display: block;
  height: 100%;
  line-height: 50px;
}
.category-types-nav li a.selected {
  border-bottom: solid 4px #BAC06F;
}
.category-types-dropdowns {
  display: none;
}
@media (max-width: 1023px) {
  .category-types-dropdowns {
    display: flex;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}
.category-types.show {
  display: block;
}
.category-types .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .category-types .container {
    flex-direction: column;
    padding: 0;
  }
}
.category-types label {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.category-types-filters {
  display: flex;
  align-items: center;
  /* Rounded sliders */
}
@media (max-width: 767px) {
  .category-types-filters {
    display: none;
  }
}
.category-types-filters label {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.category-types-filters .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0;
  float: right;
  margin-left: 20px;
}
.category-types-filters .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.category-types-filters .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F7F9FA;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.category-types-filters .slider:hover {
  background-color: #e7edf0;
  -webkit-transition: .4s;
  transition: .4s;
}
.category-types-filters .slider:hover input:checked + .slider {
  -webkit-transition: .4s;
  transition: .4s;
}
.category-types-filters .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
}
.category-types-filters input:checked + .slider {
  background-color: #BAC06F;
  -webkit-transition: .4s;
  transition: .4s;
}
.category-types-filters input:focus + .slider {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.category-types-filters input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.category-types-filters .slider.round {
  border-radius: 34px;
}
.category-types-filters .slider.round:before {
  border-radius: 50%;
}
.category-dropdown {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .category-dropdown {
    margin-right: 0;
    margin-left: 15px;
    flex-shrink: 0;
  }
  .category-dropdown:last-of-type {
    padding-right: 20px;
  }
}
.category-dropdown .dropbtn {
  transition: all 0.2s ease;
  height: 40px;
  border: solid 1px #DADCE0;
  border-radius: 3px;
  font-size: 1em;
  color: #212420;
  background-color: white;
  padding-left: 10px;
  padding-right: 40px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  cursor: pointer;
  text-align: left;
}
.category-dropdown .dropbtn img {
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0.5;
}
.category-dropdown .dropdown:hover .dropdown-content {
  display: flex;
}
@media (max-width: 767px) {
  .category-dropdown .dropdown:hover .dropdown-content {
    left: 0;
    width: 100%;
    right: 0;
  }
}
.category-dropdown .dropbtn {
  background-image: url("../img/arrow_drop_down_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: right 8px top 8px;
}
.category-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-width: 100%;
  flex-direction: column;
  padding: 10px 0;
  line-height: 30px;
}
.category-dropdown .dropdown-content a {
  color: #595C61;
  padding: 0 20px;
}
.category-dropdown .dropdown-content a.selected {
  color: #BAC06F;
  font-weight: 600;
}
.category-dropdown .dropdown-content a:hover {
  color: #212420;
  background-color: #F7F9FA;
}

.brands-search-link {
  float: right;
  font-weight: 600;
  margin-top: 10px;
}
.brands-container {
  max-width: 75%;
}
@media (max-width: 1023px) {
  .brands-container {
    max-width: 100%;
  }
}
.brands-hero {
  padding: 50px 0;
}
.brands-hero h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 3rem;
}
.brands-brand {
  border: solid 1px #DADCE0;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
  display: inline-block;
  width: 100%;
  display: flex;
}

.grab-handle {
  cursor: grab;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip-label {
  display: flex !important;
  position: relative;
}
.tooltip-label .material-icons {
  font-size: 20px;
  opacity: 0.2;
  margin-left: 5px;
  cursor: help;
}
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #3D4737;
  color: white;
  text-align: left;
  padding: 0;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 300px;
  bottom: 100%;
  left: 0;
  margin-left: 0;
  font-size: 12px;
  padding: 10px;
}
.tooltip-description {
  padding-bottom: 20px;
}

.brand section {
  border-bottom: solid 1px #DADCE0;
  padding-bottom: 30px;
}
.brand .upgrade-placeholder {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .brand-products {
    padding-bottom: 0;
  }
}
.brand-products-header {
  margin-bottom: 20px;
  position: relative;
}
.brand-products-header h2 {
  margin-bottom: 0 !important;
}
.brand-products-header p {
  padding-right: 200px;
}
.brand-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1023px) {
  .brand-products-grid {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .brand-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.brand-products-grid article {
  margin-bottom: 0;
}
.brand-products-image {
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.brand-products-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand-products-content {
  margin-top: 10px;
}
.brand-products article {
  flex: 0 1 auto;
  border: solid 1px #DADCE0;
  border-radius: 10px;
  width: 100%;
}
.brand-products article a {
  display: block;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.brand-feature-products article.feature-product {
  display: flex;
  padding: 10px;
  border: solid 1px #DADCE0;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.brand-feature-products article.feature-product:hover {
  background-color: #F7F9FA;
}
.brand-feature-products article.feature-product:last-of-type {
  margin-bottom: 0;
}
.brand-feature-products-image {
  line-height: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-right: 25px;
  background-position: center center;
  flex: 0 1 auto;
}
@media (max-width: 767px) {
  .brand-feature-products-image {
    max-width: 100%;
  }
}
.brand-feature-products-image img {
  max-width: 80px;
  height: auto;
  max-height: 65px;
}
.brand-feature-products-content {
  min-width: 0;
}
.brand-feature-products-content h3 {
  margin: 5px 0;
}
.brand-feature-products-content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.brand-edit-info {
  margin-left: 10px;
  opacity: 0.2;
  position: relative;
  top: 3px;
}
.brand-edit-info:hover .tooltiptext {
  visibility: visible;
}
.brand-header {
  width: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .brand-header {
    height: auto;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.brand-header-actions {
  display: flex;
  align-items: flex-start;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .brand-header-actions {
    position: relative;
    justify-content: center;
    padding-top: 0;
  }
}
.brand-header-actions .button.qr-code {
  height: 40px;
  min-height: 40px;
  line-height: 100%;
  font-size: 14px;
  margin: 0 10px;
}
.brand-header-actions .brand-edit,
.brand-header-actions .brand-cancel {
  height: 40px;
  min-height: 40px;
  line-height: 100%;
  font-size: 14px;
}
.brand-header .wpulike-default {
  margin-left: 10px;
}
.brand-header .wpulike-default .wp_ulike_btn {
  background-color: #BAC06F;
  border-color: #BAC06F;
}
.brand-header-content {
  flex: 1;
  padding-top: 80px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .brand-header-content {
    padding-top: 0;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}
.brand-header-content p {
  color: #999;
  clear: both;
}
.brand-header-content p span {
  color: #212420;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}
.brand-header-content p span:hover {
  background-color: transparent;
}
.brand-header-content-title {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .brand-header-content-title {
    justify-content: center;
  }
}
.brand-header-content-title .brand-claimed {
  margin-left: 5px;
}
.brand-header-content-title h1, .brand-header-content-title .h1 {
  font-size: 2.125rem;
  color: #212420;
  margin-bottom: 0;
  line-height: 3rem;
  margin-top: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .brand-header-content-title h1, .brand-header-content-title .h1 {
    display: inline-block;
  }
}
.brand-header-logo {
  height: 170px;
  width: 170px;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: white;
  float: left;
  left: -10px;
}
@media (max-width: 767px) {
  .brand-header-logo {
    margin: 0 auto;
    float: none;
    top: 0;
    left: 0;
  }
}
.brand-header-logo form {
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.brand-header-logo .logo-edit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 90px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.brand-header-logo .logo-edit:hover {
  background-color: white;
}
.brand-header-logo-container {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: solid 1px #EEE;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.brand-header-logo img {
  max-width: 100%;
  max-height: 100%;
}
.brand-header-cover {
  height: 320px;
  position: relative;
  width: 100%;
  margin-bottom: -70px;
}
@media (max-width: 767px) {
  .brand-header-cover {
    height: 200px;
  }
}
.brand-header-cover .container {
  position: relative;
  height: 100%;
}
.brand-header-cover .container form {
  height: 100%;
}
.brand-header-cover .cover-edit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white;
  border-radius: 90px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: solid 1px #DADCE0;
  z-index: 9999;
}
.brand-header-cover-image {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  height: 100%;
  background-color: #BAC06F;
  border-radius: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.brand-links {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #212420;
  border-bottom: solid 1px #DADCE0;
  font-size: 16px;
  display: flex;
}
@media (max-width: 767px) {
  .brand-links {
    width: 100%;
    overflow: scroll;
    min-width: 0;
    padding: 0 15px;
  }
}
.brand-links-container {
  position: sticky;
  top: 75px;
  z-index: 998;
  background-color: white;
}
@media (max-width: 767px) {
  .brand-links-container {
    padding: 0;
  }
}
.brand-links a {
  margin-right: 30px;
  line-height: 60px;
  flex: 0 1 auto;
  white-space: nowrap;
}
.brand-links a:hover {
  color: #BAC06F;
}
.brand-links a.selected {
  color: #BAC06F;
  border-bottom: solid 3px #BAC06F;
}
@media (max-width: 1023px) {
  .brand-mission {
    padding-right: 0;
    border-bottom: solid 1px #DADCE0 !important;
  }
}
.brand-mission-headline {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #212420;
  font-size: 1.25rem;
  margin-bottom: 30px !important;
  padding-right: 100px;
}
.brand-mission-headline.remove-margin {
  margin-top: 0;
}
@media (max-width: 767px) {
  .brand-mission-headline {
    padding-right: 0;
  }
}
.brand-mission-overview {
  line-height: 1.75rem;
  padding-right: 100px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .brand-mission-overview {
    padding-right: 0;
  }
}
.brand-mission-overview .more-text {
  display: none;
}
.brand-mission-video {
  margin-top: 30px;
  padding-right: 100px;
}
@media (max-width: 1023px) {
  .brand-mission-video {
    padding-right: 0;
  }
}
.brand-mission-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.brand-mission-video .embed-container iframe,
.brand-mission-video .embed-container object,
.brand-mission-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brand-widgets {
  padding-top: 40px;
  border-bottom: solid 1px #DADCE0;
}
.brand-widgets .item-tease-title-wrap {
  justify-content: space-between;
}
.brand .open-verified-info {
  cursor: pointer;
}
.brand-about {
  border-bottom: 0;
}
.brand-about ul {
  list-style-type: none;
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.brand-about ul li {
  flex: 1;
  flex-basis: 50%;
  box-sizing: border-box;
  line-height: 2rem;
  font-size: 16px;
}
.brand-about ul li .open-verified-info {
  border: none;
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
}
.brand-about ul li .open-verified-info:hover {
  color: #BAC06F;
}
.brand-about ul li .claimed-badge {
  position: relative;
  top: 4px;
  height: 24px;
  width: 24px;
}
.brand-about ul li:first-of-type {
  flex: 0 0 100px;
}
.brand-about ul li:last-of-type {
  font-weight: 600;
  color: #212420;
  flex: 1 1 auto;
}
.brand-gallery-container {
  display: flex;
  align-content: space-between;
}
.brand-gallery-container figure {
  flex-basis: 25%;
  flex: 1 1 0;
  margin: 10px;
}
.brand-gallery-container figure .gallery-caption {
  display: none;
}
.brand-gallery-container figure:nth-of-type(n+4) {
  display: none;
}
.brand-gallery-container img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .brand-actions {
    border-bottom: solid 1px #DADCE0;
  }
}
.brand-actions-overview {
  margin-top: 10px;
  white-space: pre-wrap;
}
.brand-actions-overview .more-text {
  display: none;
}
.brand-actions article {
  border: solid 1px #DADCE0;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: stretch;
  background-color: white;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.brand-actions article:not(.action-display-edit) {
  background-color: white;
  cursor: inherit;
}
.brand-actions article.action-display-edit {
  cursor: pointer;
}
.brand-actions article.action-display-edit:hover {
  background-color: #F7F9FA;
}
.brand-actions article.action-display-edit .brand-actions-headline {
  padding-right: 30px;
}
@media (max-width: 480px) {
  .brand-actions article {
    flex-direction: column;
  }
}
.brand-actions article:last-of-type {
  margin-bottom: 0;
}
.brand-actions article .delete-article {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.brand-actions article .delete-article:hover {
  opacity: 1;
}
.brand-actions article .delete-article img {
  height: 24px;
  width: 24px;
  min-width: 24px;
}
.brand-actions article .handle-action {
  margin-right: 10px;
}
.brand-actions article .handle-action:hover {
  cursor: grab;
}
.brand-actions article .handle-action img {
  height: 24px;
  width: 24px;
  min-width: 24px;
}
.brand-actions-certificates {
  display: flex;
  height: 100%;
}
.brand-actions-certificates-logo {
  height: 25px;
  width: 25px;
  border-radius: 90px;
}
.brand-actions-certificates a {
  border: solid 1px #DADCE0;
  border-radius: 90px;
  font-size: 12px;
  font-weight: 600;
  color: #212420;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  margin-left: 10px;
  cursor: pointer;
  max-height: 30px;
  min-width: 105px;
}
.brand-actions-certificates a img {
  margin-right: 5px;
}
.brand-actions-certificates a:hover {
  background-color: #F7F9FA;
}
.brand-actions-certificates-icon {
  padding: 2px 10px;
}
.brand-actions-certificates-branded {
  padding: 2px 10px 2px 2px;
}
.brand-actions-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brand-actions-content-actions {
  margin-top: 20px;
  border-top: solid 1px #DADCE0;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-actions-content-actions-sdg {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.brand-actions-content-actions-sdg a {
  line-height: 20px;
  padding: 0 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  font-size: 11px;
  cursor: pointer;
}
.brand-actions-content-actions-sdg a:last-of-type {
  margin-right: 0;
}
.brand-actions-image {
  height: 160px;
  width: 100%;
  max-width: 160px;
  border-radius: 10px;
  margin-right: 25px;
  flex: 1 0 auto;
  overflow: hidden;
  border: solid 1px #EEE;
}
@media (max-width: 480px) {
  .brand-actions-image {
    max-width: 100%;
    margin-right: 0;
    content: "";
    display: block;
    height: 100%;
    line-height: 0;
    margin-bottom: 10px;
  }
}
.brand-actions-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.brand-actions-image .image-placeholder {
  object-fit: inherit;
}
.brand-actions-image .placeholder {
  background-color: #F7F9FA;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 0;
}
.brand-actions-image .placeholder span {
  height: 100%;
  width: 100%;
  background-image: url("../img/sc_logomark.svg");
  opacity: 0.05;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.brand-commitments article {
  display: flex;
}
.brand-commitments article h3 {
  margin-bottom: 5px;
}
.brand-commitments article:last-of-type .brand-commitments-dot {
  border-left: none;
}
.brand-commitments-date {
  margin-right: 20px;
  flex: 0 0 70px;
  margin-top: 18px !important;
  line-height: 1.625rem;
}
.brand-commitments-dot {
  border-left: solid 1px #DADCE0;
  margin-top: 30px;
  margin-bottom: -25px;
  flex: 0 0 10px;
}
.brand-commitments-dot span {
  height: 11px;
  width: 11px;
  background-color: #BAC06F;
  border-radius: 50%;
  display: block;
  float: left;
  position: relative;
  top: -6px;
  left: -6px;
}
.brand-commitments-content {
  border: solid 1px #DADCE0;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  margin-left: 20px;
  flex: 1 1 auto;
}
.brand-accreditations .item-tease {
  flex: 0 1 50% !important;
}
.brand-accreditations .item-tease .image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.brand-disposal ul {
  list-style-type: none;
  color: #212420;
}
.brand-disposal ul li {
  border-bottom: solid 1px #DADCE0;
  line-height: 40px;
  cursor: pointer;
}
.brand-disposal ul li:last-of-type {
  border-bottom: none;
}
.brand-disposal-image {
  height: 160px;
  width: 100%;
  max-width: 160px;
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-right: 25px;
  background-position: center center;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .brand-disposal-image {
    max-width: 100%;
  }
}
.brand-our-brands article {
  border: none;
  margin: 0 -10px;
}
.brand-news {
  border-top: solid 1px #DADCE0;
}
@media (max-width: 1023px) {
  .brand-news {
    border-top: none;
  }
}
.brand-news-actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.brand-news-image {
  height: 200px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.brand-news-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.brand-news-image.placeholder {
  background-color: #F7F9FA;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.brand-news-image.placeholder img {
  opacity: 0.05;
  object-fit: inherit;
  height: 50%;
}
.brand-news-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .brand-news-container {
    display: block;
  }
}
@media (max-width: 767px) {
  .brand-news-container article {
    margin-bottom: 30px;
  }
}
.brand-news-container article .delete-article {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.1s ease-in-out;
}
.brand-news-container article .delete-article:hover {
  opacity: 1;
}
.brand-news-container article .delete-article img {
  width: 24px;
  height: 24px;
}
.brand-news-container article a {
  color: #3D4737;
  font-size: 0.875rem;
  font-weight: 600;
}
.brand-news-container article a svg {
  position: relative;
  top: 6px;
  margin-left: 3px;
}
.brand-claim {
  padding-top: 30px;
}
.brand-claim p {
  font-size: 0.875rem;
  word-break: break-word;
}
.brand-claim p a {
  color: #BAC06F;
  font-weight: 600;
}
.brand-logo .cropper-view-box {
  box-shadow: 0 0 0 1px #39f;
  border-radius: 50%;
  outline: 0;
}
.brand-logo .cropper-face {
  background-color: inherit !important;
}
.brand-logo .cropper-view-box {
  outline: inherit !important;
}

.edit-action-image {
  margin-right: 0 !important;
}
.edit-action-wrapper .certificate-upload {
  border: solid 1px #DADCE0;
  display: flex;
  align-items: center;
  padding: 0 20px 0 10px;
  margin-right: 0 !important;
}
.edit-action-wrapper .certificate-upload:hover {
  background-color: #F7F9FA;
}
.edit-action-wrapper .certificate-upload .delete-certificate {
  margin-right: 0 !important;
  margin-left: 10px;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.edit-action-wrapper .certificate-upload .delete-certificate:hover {
  opacity: 1;
}
.edit-action-wrapper .certificate-upload .material-icons {
  margin-right: 10px;
}
.edit-action-wrapper .certificate-upload #certificate-upload-button-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
  line-height: 55px;
}
@media (max-width: 767px) {
  .edit-action-wrapper .certificate-upload #certificate-upload-button-text {
    max-width: 100%;
  }
}

.details-page-filters {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.details-page-filters-filter {
  border-radius: 90px;
  margin: 0 10px 10px 0;
  padding: 5px 5px 5px 15px;
  background-color: #F7F9FA;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  color: #212420;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.details-page-filters-filter:hover {
  background-color: #e7edf0;
}
.details-page-filters-filter.active {
  background-color: #BAC06F;
}
.details-page-filters-filter span {
  border-radius: 90px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
@media (max-width: 1023px) {
  .details-page .sdg .brand-mission {
    padding-bottom: 30px;
  }
}
.details-page .sdg-targets h3 {
  border-top: solid 1px #DADCE0;
  padding-top: 20px;
}
.details-page .sdg-targets h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.details-page .sdg-list article.item-tease {
  height: 100%;
}
.details-page .sdg-list article.item-tease .content {
  flex-direction: column-reverse;
  justify-content: flex-end !important;
}
.details-page .sdg-list article.item-tease .content .item-tease-title-wrap {
  margin-top: 0;
}
.details-page .sdg-list article.item-tease .content h3 {
  font-size: 16px;
  line-height: 24px;
}
.details-page .sdg-list article.item-tease .content p {
  margin-top: 10px;
  color: #212420;
  opacity: 0.5;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.details-page-sdg {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.details-page-sdg .item-tease {
  flex: 0 1 auto;
  margin: 0 !important;
  border: none !important;
  width: 20%;
}
.details-page-sdg .item-tease:hover {
  background-color: transparent !important;
}
.details-page-sdg .item-tease-wrap {
  padding: 5px !important;
}
.details-page-sdg .item-tease-wrap .content {
  display: none;
}
.details-page-sdg .item-tease-wrap .image {
  margin-right: 0 !important;
  height: 100% !important;
  width: 100% !important;
  min-width: 0;
  border: none;
}
.details-page .mobile-show {
  display: none;
}
@media (max-width: 1023px) {
  .details-page .mobile-show {
    display: inline-block;
  }
}
.details-page .mobile-hide {
  display: inline-block;
}
@media (max-width: 1023px) {
  .details-page .mobile-hide {
    display: none;
  }
}
.details-page-empty-state {
  padding: 20px 0;
}
.details-page-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .details-page-section-header {
    align-items: flex-start;
  }
}
.details-page-section-header.align-top {
  align-items: flex-start;
}
.details-page-section-header p {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .details-page-section-header p {
    margin: 10px 0 20px;
  }
}
.details-page-section-header p.smaller {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .details-page-section-header button {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .details-page-section-header {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.details-page-partnerships {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .details-page-partnerships {
    flex-direction: column;
  }
}
.details-page-partnerships .item-tease {
  border: none;
  flex: 0 1 33%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .details-page-partnerships .item-tease {
    flex: 0 1 50%;
  }
}
.details-page-partnerships .item-tease h3 {
  font-size: 1em;
  line-height: 24px;
}
.details-page-header {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .details-page-header {
    flex-direction: column-reverse;
  }
}
.details-page-header .breadcrumbs {
  flex: 5;
  width: 100%;
}
.details-page-header-info {
  position: relative;
  display: inline-block;
  width: 100%;
}
.details-page-header-info .product-description {
  white-space: pre-wrap;
}
.details-page-header-info .product-description .more-text {
  display: none;
}
.details-page-header-info h1 {
  margin-top: 20px;
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  .details-page-header-info h1 {
    font-size: 22px;
    line-height: 34px;
  }
}
.details-page-header-image {
  flex: 0 0 400px;
  max-width: 400px;
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .details-page-header-image {
    max-width: 100%;
    min-height: 50px;
    margin-top: 30px;
    justify-content: center;
  }
}
.details-page-header-image.placeholder {
  background-color: #F7F9FA;
  border-radius: 10px;
  min-height: 400px;
}
.details-page-header-image.placeholder .details-page-header-image-edit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #F7F9FA;
  width: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  border-radius: 0;
  border: none;
}
.details-page-header-image.placeholder .details-page-header-image-edit .material-icons {
  font-size: 200%;
  margin-bottom: 20px;
}
.details-page-header-image.placeholder .details-page-header-image-edit p {
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .details-page-header-image.disposal {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.details-page-header-image form {
  height: 100%;
  display: block;
  position: relative;
  width: 100%;
  min-height: 400px;
  border-radius: 20px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  background-color: #F7F9FA;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #EEE;
}
.details-page-header-image form:hover .details-page-header-image-edit {
  background-color: white;
}
.details-page-header-image-edit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #DADCE0;
  border-radius: 90px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.details-page-header-image-edit:hover {
  background-color: white;
}
.details-page-header-image-img {
  width: auto;
  border-radius: 20px;
  max-width: 100%;
  max-height: 400px;
}
@media (max-width: 767px) {
  .details-page-header-image-img {
    max-height: 300px;
  }
}
.details-page-header-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-page-header-brand a {
  display: flex;
  line-height: 40px;
}
.details-page-header-brand-logo {
  margin-right: 10px;
  border: solid 1px #DADCE0;
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
  overflow: hidden;
}
.details-page-header-brand-logo img {
  object-fit: scale-down;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.details-page-header-brand-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.details-page-header-brand-verified {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
}
.details-page-header-brand-verified img {
  height: 24px;
  width: 24px;
}
.details-page-header-edit {
  flex: 5;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
.details-page-header-edit button {
  margin-left: 10px;
}
.details-page-header-edit button:first-of-type {
  margin-left: 0;
}
@media (max-width: 767px) {
  .details-page-header-edit {
    width: 100%;
  }
  .details-page-header-edit button {
    width: 100%;
  }
}
.details-page section {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1023px) {
  .details-page section:last-of-type {
    border-bottom: none;
  }
}
.details-page h2,
.details-page .h2 {
  font-size: 22px;
  position: relative;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0;
}
.details-page-wrap {
  display: flex;
}
@media (max-width: 1023px) {
  .details-page-wrap {
    flex-direction: column;
  }
  .details-page-wrap.disposal-hero {
    flex-direction: column-reverse;
  }
}
.details-page-sidebar {
  flex: 0 0 400px;
  max-width: 400px;
}
.details-page-sidebar.product, .details-page-sidebar.disposal {
  border-top: none;
}
@media (max-width: 1023px) {
  .details-page-sidebar {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .details-page-sidebar.show {
    border-top: none;
  }
}
.details-page-sidebar.tab {
  border-top: none;
}
.details-page-sidebar.brand {
  max-width: 300px;
  flex: 0 0 300px;
  padding-top: 74px;
}
@media (max-width: 1023px) {
  .details-page-sidebar.brand {
    flex: 1 1 auto;
    max-width: 100%;
    padding-top: 0;
  }
}
.details-page-sidebar-top {
  flex: 0 0 400px;
  max-width: 400px;
}
@media (max-width: 1023px) {
  .details-page-sidebar-top {
    max-width: 100%;
    flex: 0 1 auto;
  }
}
.details-page-content {
  flex-direction: column;
  margin-right: 20px;
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1023px) {
  .details-page-content {
    margin-right: 0;
    max-width: 100%;
  }
}
.details-page-content.no-sidebar {
  margin-right: 0;
}
.details-page .core-values-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.details-page .core-values-checkbox label {
  margin-bottom: 0;
}
.details-page .core-values-checkbox input[type="checkbox"] {
  display: none;
}
.details-page .core-values-checkbox .label {
  background-color: #F1F3F4;
  color: #212420;
  border-radius: 90px;
  padding: 8px 16px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
  font-size: 12px;
}
.details-page .core-values-checkbox .label:hover {
  background-color: #DADCE0;
}
.details-page .core-values-checkbox input[type="checkbox"]:checked + .label {
  background-color: #3D4737;
  color: white;
}

footer {
  width: 100%;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  padding-top: 50px;
}
footer ul {
  list-style-type: none;
}
footer .join {
  background-color: #3D4737;
  border-radius: 10px;
  display: flex;
  padding: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  footer .join {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .join h3 {
  color: white;
}
@media (max-width: 767px) {
  footer .join h3 {
    margin-bottom: 20px;
  }
}
footer .join h3 span {
  color: #BAC06F;
}
footer .footer-wrap {
  border-top: solid 1px #DADCE0;
  padding: 50px 0;
}
footer .footer-wrap.bottom {
  padding: 20px 0;
}
footer .footer-country {
  font-size: 12px;
  opacity: 0.8;
  line-height: 24px;
  margin-bottom: 30px;
}
footer .footer-logo {
  display: inline-block;
  line-height: 0;
  margin-bottom: 20px;
}
footer .footer-logo img {
  height: 40px;
}
@media (max-width: 767px) {
  footer .footer-logo {
    margin-right: 0;
  }
}
footer .footer-links li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .footer-links li:last-of-type {
    margin-bottom: 0;
  }
}
footer .footer-links li a {
  font-size: 14px;
  font-weight: 600;
}
footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .footer-social {
    justify-content: center;
    margin-top: 20px;
  }
}
footer .footer-social li {
  margin-left: 30px;
  line-height: 0;
}
@media (max-width: 767px) {
  footer .footer-social li:first-of-type {
    margin-left: 0;
  }
}
footer .footer-social li .oneftp {
  height: 24px;
}
footer .footer-social li a {
  display: inline-block;
}
footer .footer-social li:hover {
  opacity: 1;
}
footer .footer-copyright {
  font-size: 13px;
  color: #999;
}
@media (max-width: 767px) {
  footer .footer-copyright {
    text-align: center;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadein .3s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinUp {
  from {
    transform: translate(-50%, -40%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}
@keyframes fadeinUpFeatureProduct {
  from {
    transform: translate(-50%, 10%);
  }
  to {
    transform: translate(-50%, 0);
  }
}
.modal-content-inner.expand-dropdown {
  overflow-y: inherit;
}
.modal-validation {
  background-color: #FDEFEF;
  margin: 20px 20px 0px 20px;
  border-radius: 10px;
  padding: 10px;
  border: solid 1px #C0393B;
  color: #C0393B;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.modal-validation .material-icons {
  margin-right: 10px;
}
.modal .selectize-control .selectize-input {
  cursor: pointer;
  outline: none;
  border: none !important;
  box-shadow: none !important;
  background-color: #F7F9FA !important;
  border-radius: 3px !important;
  min-height: 50px;
}
.modal .selectize-control .selectize-input input {
  display: none !important;
}
.modal .selectize-control.single .selectize-input {
  padding: 0 15px !important;
  line-height: 50px;
}
.modal .selectize-control.single .selectize-input.has-items:after {
  right: calc(0.75rem + 50px);
}
.modal .selectize-control.single .remove-single {
  width: 50px;
  text-align: center;
  color: #212420;
  opacity: 0.5;
}
.modal .selectize-control.single .remove-single:hover {
  opacity: 1;
}
.modal .selectize-control.multi .selectize-dropdown {
  display: flex;
  align-items: center;
}
.modal .selectize-control.multi .selectize-dropdown-content div.active {
  background-color: #F7F9FA;
}
.modal .selectize-control.multi .selectize-dropdown-content span {
  line-height: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  border-radius: 2px;
  font-size: 10px;
  display: inline-block;
  margin: 5px;
  width: 20px;
  text-align: center;
}
.modal .selectize-control.multi .selectize-input {
  padding: 10px 15px !important;
}
.modal .selectize-control.multi .selectize-input div {
  background-color: white !important;
  border-radius: 90px !important;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #212420 !important;
  font-size: 12px;
  border: solid 1px #EEE !important;
  padding: 0 0 0 10px !important;
}
.modal .selectize-control.multi .selectize-input div span {
  line-height: 15px;
  padding: 0 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  border-radius: 2px;
  font-size: 10px;
  display: inline-block;
  margin: 5px 5px 5px 0;
}
.modal .selectize-control.multi .selectize-input div .remove {
  border-left: none !important;
  margin-left: 0 !important;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 400;
  width: 30px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.modal .selectize-control.multi .selectize-input div .remove:hover {
  background-color: transparent !important;
  opacity: 1;
}
.modal .selectize-control.multi .selectize-input div.active .remove {
  border-left-color: inherit !important;
}
.modal .wpcf7-form {
  margin: 0 -10px;
  display: inline-block;
}
.modal .wpcf7-form .request-sent {
  display: none;
}
.modal .wpcf7-form.sent .request-sent {
  display: block;
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px;
  z-index: 0;
}
.modal .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.modal .wpcf7 form.invalid .wpcf7-response-output,
.modal .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
}
.modal .wpcf7-not-valid-tip {
  font-size: 14px;
}
.modal .wpcf7-response-output {
  text-align: center;
}
.modal .wpcf7-list-item {
  display: block;
}
.modal .wpcf7-list-item-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: -5px;
  color: #212420;
}
.modal .wpcf7-list-item-label a {
  text-decoration: underline;
}
.modal .wpcf7-submit {
  border-radius: 2px;
  width: auto;
  color: #212420;
  text-transform: inherit;
  font-weight: 500;
  font-size: 14px;
  height: 48px;
  float: right;
}
.modal .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.modal .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
}
.modal .wpcf7-acceptance input {
  padding: 0;
  width: auto;
  height: 24px;
  cursor: pointer;
  margin-right: 20px;
}
.modal .wpcf7-acceptance input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal .wpcf7-acceptance input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  content: "";
  background: #FFF;
  border: 0;
  border-color: white;
}
.modal .wpcf7-acceptance input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0;
  top: -24px;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/check_box_outline_blank_black_24dp.svg") !important;
  opacity: 0.2;
  border: none;
  border-color: white;
}
.modal .wpcf7-acceptance input[type="checkbox"]:checked:after {
  background-image: url("../img/check_box_black_24dp.svg") !important;
  opacity: 1;
  border-color: white;
}
.modal .wpcf7-acceptance input[type="checkbox"]:disabled:after {
  opacity: 0.4;
}
.modal .wpcf7-acceptance input[type="checkbox"]:not(:disabled):checked:hover:after {
  opacity: 1;
}
.modal .wpcf7-acceptance input[type="checkbox"]:not(:disabled):hover:after {
  opacity: 0.4;
}
.modal .checkbox {
  line-height: 0;
}
.modal .checkbox input {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 0;
  border-color: white;
  background-color: transparent;
  appearance: none;
  padding: 0;
}
.modal .checkbox input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  content: "";
  background: white;
  border: 0;
  border-color: white;
}
.modal .checkbox input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0;
  top: -24px;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/check_box_outline_blank_black_24dp.svg") !important;
  opacity: 0.2;
  border: none;
  border-color: white;
}
.modal .checkbox input[type="checkbox"]:checked:after {
  background-image: url("../img/check_box_black_24dp.svg") !important;
  opacity: 1;
  border-color: white;
}
.modal .checkbox input[type="checkbox"]:disabled:after {
  opacity: 0.4;
}
.modal .checkbox input[type="checkbox"]:not(:disabled):checked:hover:after {
  opacity: 1;
}
.modal .checkbox input[type="checkbox"]:not(:disabled):hover:after {
  opacity: 0.4;
}
.modal .product-posts-video {
  border: solid 1px #DADCE0;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #212420;
}
.modal .product-posts-video:hover {
  background-color: #F7F9FA;
}
.modal .product-post-image-placeholder {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.modal .product-post-image-placeholder span {
  line-height: 30px;
  padding-left: 10px;
}
.modal .product-post-image-uploaded {
  width: auto;
  height: auto;
  min-height: 50px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  float: left;
}
.modal .product-post-image-uploaded img {
  max-width: 100%;
}
.modal .product-post-image {
  width: auto;
  height: auto;
  min-height: 50px;
  border: solid 1px #DADCE0;
  text-align: center;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  float: left;
}
.modal .product-post-image .delete-image {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #212420;
  color: white;
  display: none;
  z-index: 999;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.modal-column {
  display: flex;
  margin-bottom: 20px;
  border-bottom: solid 1px #DADCE0;
  padding-bottom: 20px;
  flex-direction: column;
}
.modal#posts-modal .modal-content {
  max-width: 640px;
}
.modal#posts-modal article {
  border: none;
  padding: 0;
}
.modal#posts-modal .certificate-upload {
  border: solid 1px #DADCE0;
  display: flex;
  align-items: center;
  padding: 0 20px 0 10px;
  margin-right: 0 !important;
}
.modal#posts-modal .certificate-upload:hover {
  background-color: #F7F9FA;
}
.modal#posts-modal .certificate-upload .material-icons {
  margin-right: 10px;
}
.modal#posts-modal .certificate-upload .delete-certificate {
  margin-right: 0 !important;
  margin-left: 10px;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.modal#posts-modal .certificate-upload .delete-certificate:hover {
  opacity: 1;
}
.modal#posts-modal .certificate-upload #certificate-upload-button-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  line-height: 55px;
}
@media (max-width: 767px) {
  .modal#posts-modal .certificate-upload #certificate-upload-button-text {
    max-width: 100%;
  }
}
.modal#categories-modal .modal-content-inner {
  display: flex;
  flex-direction: column;
}
.modal#categories-modal .modal-content-inner .input-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.modal#categories-modal .modal-content-inner .input-container label {
  margin-left: 20px;
  margin-bottom: 0;
}
.modal#categories-modal .modal-content-inner .input-container.subcat {
  padding-left: 10px;
}
.modal#brand-signup-modal .modal-content {
  max-width: 600px;
}
.modal#brand-signup-modal .modal-content .wpcf7-form.sent .request-sent {
  padding: 0;
}
.modal#brand-signup-modal .modal-content .wpcf7-form.sent .request-wrap {
  padding: 50px;
}
.modal#brand-signup-modal .modal-content .wpcf7-form.sent .request-wrap h2 {
  font-size: 26px;
  margin: 0 0 10px;
}
.modal#brand-signup-modal .modal-content-inner {
  max-height: 620px;
}
.modal#core-values-modal .modal-content {
  max-width: 780px;
}
.modal#core-values-modal .core-values-description {
  margin-bottom: 20px;
}
.modal .core-values-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.modal .core-values-checkbox label {
  margin-bottom: 0;
}
.modal .core-values-checkbox input[type="checkbox"] {
  display: none;
}
.modal .core-values-checkbox .label {
  background-color: #F1F3F4;
  color: #212420;
  border-radius: 90px;
  padding: 8px 16px;
  margin: 0 10px 10px 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
  font-size: 12px;
}
.modal .core-values-checkbox .label:hover {
  background-color: #DADCE0;
}
.modal .core-values-checkbox input[type="checkbox"]:checked + .label {
  background-color: #3D4737;
  color: white;
}
.modal.certificates .close {
  top: -65px;
  background-color: white;
  border-radius: 90px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  color: #212420;
}
@media (max-width: 767px) {
  .modal.certificates .close {
    right: 20px;
  }
}
.modal.certificates .back {
  top: -65px;
  background-color: white;
  border-radius: 90px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  position: absolute;
  cursor: pointer;
  color: #212420;
}
@media (max-width: 767px) {
  .modal.certificates .back {
    left: 20px;
  }
}
.modal.certificate .modal-content {
  max-width: 780px;
  max-height: 540px;
  line-height: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .modal.certificate .modal-content {
    top: 100px;
    max-height: 100%;
  }
}
.modal.certificate .modal-content iframe {
  width: 100%;
  height: 540px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .modal.certificate .modal-content iframe {
    height: 100%;
  }
}
.modal.certificate-image .modal-content {
  line-height: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .modal.certificate-image .modal-content {
    top: 100px;
    height: auto;
  }
}
.modal.certificate-image .modal-content-inner {
  overflow: hidden;
  line-height: 0;
  padding: 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .modal.certificate-image .modal-content-inner {
    height: auto;
  }
}
.modal.certificate-image .modal-content img {
  max-width: 100%;
  height: auto;
}
.modal#action-modal .modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.modal#action-modal .modal-content {
  max-width: 780px;
}
.modal#action-modal .modal-content-inner {
  overflow-y: inherit;
}
.modal#photos-modal .modal-content {
  max-width: 600px;
}
.modal#methods-modal .modal-content {
  max-width: 600px;
}
.modal#carbon-impact-modal .modal-content {
  max-width: 600px;
}
.modal#carbon-impact-modal .modal-content h2 {
  margin: 30px 0 0;
  font-size: 26px;
}
.modal#carbon-impact-modal .modal-content ul {
  list-style-type: none;
  margin-top: 30px;
}
.modal#carbon-impact-modal .modal-content ul li {
  display: flex;
  border-bottom: solid 1px #DADCE0;
  padding: 10px 0;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}
.modal#carbon-impact-modal .modal-content ul li:nth-of-type(2) {
  border-bottom: solid 2px #212420;
}
.modal#carbon-impact-modal .modal-content ul li:last-of-type {
  border-bottom: none;
}
.modal#carbon-impact-modal .modal-content ul li p {
  margin-bottom: 0;
}
.modal#carbon-impact-modal .modal-content ul li h3 {
  font-size: 16px;
}
.modal#carbon-impact-modal .modal-content ul li div {
  display: flex;
  align-items: center;
}
.modal#carbon-impact-modal .modal-content ul li div .carbon-certificate-wrapper {
  display: flex;
  justify-content: flex-end;
}
.modal#carbon-impact-modal .modal-content ul li div .carbon-certificate-wrapper.certs-active {
  width: 50px;
}
.modal#carbon-impact-modal .modal-content ul li div .carbon-certificate-wrapper .brand-carbon-impact-certificates-icon {
  width: 30px;
  height: 30px;
  border: solid 1px #DADCE0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  cursor: pointer;
}
.modal #sortable-disposals {
  padding: 0;
}
.modal #sortable-disposals article {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #DADCE0;
}
.modal#disposal-modal .modal-content {
  max-width: 600px;
}
.modal#disposal-modal .modal-content .disposal-container {
  border-top: solid 1px #DADCE0;
  margin-top: 20px;
  padding-top: 20px;
}
.modal#disposal-modal .modal-content .disposal-edit-options {
  display: flex;
}
@media (max-width: 767px) {
  .modal#disposal-modal .modal-content .disposal-edit-options {
    flex-direction: column;
  }
}
.modal#disposal-modal .modal-content .disposal-edit-options .input-container:first-of-type {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .modal#disposal-modal .modal-content .disposal-edit-options .input-container:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modal#disposal-modal .modal-content .disposal-edit-options .input-container:last-of-type {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .modal#disposal-modal .modal-content .disposal-edit-options .input-container:last-of-type {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.modal#disposals-modal .modal-content {
  max-width: 100%;
  top: 100px;
  transform: translate(-50%, 0);
  animation: fadeinUpFeatureProduct .3s;
  height: calc(100% - 100px);
  overflow: visible;
}
@media (max-width: 767px) {
  .modal#disposals-modal .modal-content {
    transform: translate(0, 0);
    animation: none;
  }
}
.modal#disposals-modal .modal-content .disposal-image {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.modal#disposals-modal .modal-content .details-page {
  overflow: scroll;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal#disposals-modal .modal-content .details-page::-webkit-scrollbar {
  display: none;
}
.modal#disposals-modal .modal-content .details-page-header-brand {
  margin-top: 20px;
}
.modal#disposals-modal .modal-content .close {
  top: -65px;
  background-color: white;
  border-radius: 90px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal#disposals-modal .modal-content .close svg {
  opacity: 0.86;
}
.modal#feature-products-modal .modal-content {
  max-width: 100%;
  top: 100px;
  transform: translate(-50%, 0);
  animation: fadeinUpFeatureProduct .3s;
  height: calc(100% - 100px);
  overflow: visible;
}
@media (max-width: 767px) {
  .modal#feature-products-modal .modal-content {
    transform: translate(0, 0);
    animation: none;
  }
}
.modal#feature-products-modal .modal-content .details-page {
  overflow: scroll;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal#feature-products-modal .modal-content .details-page::-webkit-scrollbar {
  display: none;
}
.modal#feature-products-modal .modal-content .close {
  top: -65px;
  background-color: white;
  border-radius: 90px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal#feature-products-modal .modal-content .close svg {
  opacity: 0.86;
}
.modal#contact {
  padding: 20px;
}
@media (max-width: 767px) {
  .modal#contact .modal-content {
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
  }
}
.modal#contact .modal-content-inner {
  padding: 30px;
}
.modal#contact .modal-content-inner h3 {
  margin-bottom: 20px;
}
.modal#contact .modal-content-inner p {
  margin-bottom: 0;
}
.modal .modal-content {
  animation: fadeinUp .3s;
  max-width: 500px;
  min-width: 500px;
}
@media (max-width: 767px) {
  .modal .modal-content {
    max-width: 100%;
    min-width: 100%;
  }
}
.modal .modal-content.edit-cover {
  max-width: 1000px;
}
.modal.sdg-modal {
  text-align: left;
}
.modal.sdg-modal h3 {
  margin-bottom: 10px;
}
.modal.sdg-modal .sdg-modal-header {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .modal.sdg-modal .sdg-modal-header {
    flex-direction: column;
    align-items: center;
  }
}
.modal.sdg-modal .sdg-modal-header h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0;
}
.modal.sdg-modal .sdg-modal-header-image {
  height: 75px;
  width: 75px;
  border-radius: 5px;
  min-width: 75px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .modal.sdg-modal .sdg-modal-header-image {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modal.sdg-modal .sdg-modal-header-content {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
@media (max-width: 767px) {
  .modal.sdg-modal .sdg-modal-header-content {
    align-items: center;
  }
}
.modal.sdg-modal .sdg-modal-header-content p {
  font-size: 13px;
  color: #999;
}
.modal.sdg-modal .sdg-modal-header-content h2 {
  margin: 0;
}
.modal.sdg-modal .sdg-modal-message {
  padding: 20px;
  background-color: #F7F9FA;
  border-radius: 5px;
  margin-bottom: 20px;
}
.modal.sdg-modal .link {
  margin-top: 20px;
  display: block;
  font-size: 15px;
  color: #212420;
}
.modal.sdg-modal .link .material-icons {
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.modal #sdg-modal .brand-partnerships-brands {
  border-bottom: 0;
}
.modal #sdg-modal .modal-content {
  min-width: 600px;
}
@media (max-width: 480px) {
  .modal #sdg-modal .modal-content {
    min-width: 0px;
  }
}
.modal.brand-request .modal-content-inner {
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal.brand-request .modal-content-inner {
    overflow-y: auto;
    height: 100%;
  }
}
.modal.brand-request .close {
  z-index: 999;
}
.modal.brand-request h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.modal.brand-request .business-signup {
  font-size: 0.875rem;
  margin-top: 20px;
  text-align: center;
}
.modal.brand-request .buttons {
  display: flex;
  justify-content: flex-end;
}
.modal.brand-request .buttons .closeRequest {
  margin-top: 10px;
  font-weight: 500;
  margin-right: 20px;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.modal.brand-request .buttons .closeRequest:hover {
  background-color: transparent;
}
.modal#news-modal .modal-content-inner {
  padding: 0;
}
.modal#news-modal .modal-content-inner article {
  border: none;
  border-radius: 0;
}
.modal.qr .modal-content .modal-content-inner .qrc_canvas {
  display: flex;
  justify-content: center;
}
.modal.qr .modal-content .modal-content-inner .qrc_canvas canvas {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.modal.qr .modal-content .modal-content-inner .qr-download-buttons {
  display: flex;
  justify-content: center;
}
.modal.qr .modal-content .modal-content-inner .qr-download-buttons button {
  margin: 0 5px;
}
.modal.qr .modal-content .modal-content-inner .qr-download-buttons .uqr_code_btn {
  min-width: initial !important;
  color: #212420 !important;
  background: transparent !important;
  font-weight: 500 !important;
  border: solid 2px #BAC06F !important;
  padding: 0 20px !important;
  margin-top: 0 !important;
  height: 52px !important;
  border-radius: 5px !important;
  font-size: 0.875rem !important;
  cursor: pointer;
}
.modal#commitments-modal .modal-content {
  max-width: 1000px;
}
.modal#document-modal .modal-content {
  max-width: 780px;
}
.modal#accreditations-modal .modal-content {
  max-width: 600px;
}
.modal .upgrade-close {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  border: none;
  border-radius: 90px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
}
.modal .upgrade-close:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.modal.upgrade-modal .modal-content {
  max-width: 600px;
  text-align: center;
}
.modal.upgrade-modal .modal-content-inner {
  padding-top: 0;
}
.modal.upgrade-modal .modal-content h2 {
  font-size: 26px;
  margin: 0 0 10px;
}
.modal.upgrade-modal .modal-content img {
  width: 100%;
  max-width: 100%;
}
.modal.upgrade-modal .wpcf7-form.sent .request-sent {
  padding: 0;
}
.modal.upgrade-modal .wpcf7-form.sent .request-wrap {
  padding: 50px;
}
.modal-content {
  max-width: 640px;
  min-width: 540px;
  position: relative;
  border-radius: 10px;
  background-color: white;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    max-width: 100%;
    min-width: inherit;
  }
}
.modal-content .accreditation-request-form {
  margin: 0 -10px;
}
.modal-content .accreditation-request-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #BAC06F;
  color: #212420;
  text-align: center;
}
.modal-content .accreditation-request-form .wpcf7-submit {
  border-radius: 4px;
  font-size: 1rem;
  margin-top: 0;
}
.modal-content .request-cta {
  padding-top: 20px;
}
.modal-content .request-cta span {
  color: #212420;
  cursor: pointer;
}
.modal-content .request-cta span:hover {
  color: #BAC06F;
}
.modal-content .brand-partnerships-brands, .modal-content .brand-accreditations-brands {
  list-style-type: none;
  border-bottom: solid 1px #DADCE0;
}
.modal-content .brand-partnerships-brands li, .modal-content .brand-accreditations-brands li {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.modal-content .brand-partnerships-brands li .image, .modal-content .brand-accreditations-brands li .image {
  height: 50px;
  width: 50px;
  flex: 0 1 50px;
  min-width: 50px;
  border: solid 1px #DADCE0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  margin-right: 20px;
}
.modal-content .brand-partnerships-brands li .image img, .modal-content .brand-accreditations-brands li .image img {
  object-fit: scale-down;
  height: 100%;
  width: 100%;
}
.modal-content .brand-partnerships-brands li input, .modal-content .brand-accreditations-brands li input {
  float: left;
  width: 24px;
  margin-right: 20px;
  height: 24px;
  cursor: pointer;
  border: 0;
  border-color: white;
}
.modal-content .brand-partnerships-brands li input[type="checkbox"]:before, .modal-content .brand-accreditations-brands li input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  content: "";
  background: #FFF;
  border: 0;
  border-color: white;
}
.modal-content .brand-partnerships-brands li input[type="checkbox"]:after, .modal-content .brand-accreditations-brands li input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0;
  top: -24px;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/check_box_outline_blank_black_24dp.svg") !important;
  opacity: 0.2;
  border: none;
  border-color: white;
}
.modal-content .brand-partnerships-brands li input[type="checkbox"]:checked:after, .modal-content .brand-accreditations-brands li input[type="checkbox"]:checked:after {
  background-image: url("../img/check_box_black_24dp.svg") !important;
  opacity: 1;
  border-color: white;
}
.modal-content .brand-partnerships-brands li input[type="checkbox"]:disabled:after, .modal-content .brand-accreditations-brands li input[type="checkbox"]:disabled:after {
  opacity: 0.4;
}
.modal-content .brand-partnerships-brands li input[type="checkbox"]:not(:disabled):checked:hover:after, .modal-content .brand-accreditations-brands li input[type="checkbox"]:not(:disabled):checked:hover:after {
  opacity: 1;
}
.modal-content .brand-partnerships-brands li input[type="checkbox"]:not(:disabled):hover:after, .modal-content .brand-accreditations-brands li input[type="checkbox"]:not(:disabled):hover:after {
  opacity: 0.4;
}
.modal-content .brand-partnerships-brands li .content, .modal-content .brand-accreditations-brands li .content {
  height: 50px;
  width: 100%;
}
.modal-content .brand-partnerships-brands li .content label, .modal-content .brand-accreditations-brands li .content label {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.modal-content .brand-partnerships-brands li label, .modal-content .brand-accreditations-brands li label {
  float: left;
  width: auto;
  line-height: 24px;
  cursor: pointer;
  margin-bottom: 0;
}
.modal-content-inner {
  overflow-y: auto;
  max-height: 550px;
  padding: 30px;
}
@media (max-width: 767px) {
  .modal-content-inner {
    padding: 15px;
    max-height: 100%;
    height: calc(100vh - 89px);
  }
}
.modal-content-inner.edit-action {
  padding: 0;
  max-height: 720px;
}
@media (max-width: 767px) {
  .modal-content-inner.edit-action {
    max-height: 100%;
  }
}
.modal-content-inner.edit-action article {
  border: none;
}
.modal-content-inner.edit-action article.edit-action-wrapper:hover {
  background-color: white;
}
.modal-content-inner.edit-action article.edit-action-wrapper .cropper-buttons {
  background-color: white;
  padding: 0;
  margin-bottom: 20px;
}
.modal-content-inner.edit-action article.edit-action-wrapper .cropper-buttons-upload {
  margin-right: 0;
}
.modal-content-inner.cropper {
  padding: 0;
  background-color: #212420;
  max-height: 650px;
}
.modal-content-inner.cropper .cropper-crop-box {
  width: 100%;
}
.modal-content-inner .cropper .cropper-crop-box {
  width: 100%;
}
.modal-content-inner .cropper-modal {
  background-color: #212420;
}
.modal-content-inner .cropper-outer-container {
  overflow: hidden;
  margin: 30px 30px 0 30px;
  max-height: 470px;
}
.modal-content-inner .cropper-current {
  width: 100%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 500px;
}
.modal-content-inner .cropper-current img {
  border-radius: 50%;
}
.modal-content-inner .cropper-buttons {
  display: flex;
  padding: 20px 30px;
  background-color: #212420;
}
.modal-content-inner .cropper-buttons .button.filled {
  color: #212420;
}
.modal-content-inner .cropper-buttons .button .material-icons {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.modal-content-inner .cropper-buttons-edit {
  flex: 0 1 auto;
  width: 100%;
  margin-left: 10px;
  border-radius: 10px;
  text-align: center;
  color: white;
}
.modal-content-inner .cropper-buttons-edit .material-icons {
  color: #BAC06F;
}
.modal-content-inner .cropper-buttons-edit:hover {
  color: #212420;
}
.modal-content-inner .cropper-buttons-edit:hover .material-icons {
  color: #212420;
}
.modal-content-inner .cropper-buttons-upload {
  flex: 0 1 auto;
  margin-bottom: 0;
  border-radius: 10px;
  text-align: center;
}
.modal-content-inner .cropper-buttons-upload span {
  color: white;
}
.modal-content-inner .cropper-buttons-upload .material-icons {
  color: #BAC06F;
}
.modal-content-inner .cropper-buttons-upload:hover span {
  color: #212420 !important;
}
.modal-content-inner .cropper-buttons-upload:hover .material-icons {
  color: #212420 !important;
}
.modal-content-inner .cropper-buttons-upload input {
  position: absolute;
  top: -1000px;
}
.modal-content-inner .cropper-bg {
  width: 100% !important;
  background-color: #212420 !important;
  background-image: none;
}
.modal-content-inner article {
  display: flex;
  border: solid 1px #DADCE0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
}
@media (max-width: 767px) {
  .modal-content-inner article {
    flex-direction: column;
  }
}
.modal-content-inner article.stockist-modal {
  align-items: center;
  margin-bottom: 10px;
}
.modal-content-inner article.stockist-modal .image {
  margin: 0 10px;
  height: 50px;
  width: 50px;
  border: solid 1px #DADCE0;
  overflow: hidden;
  border-radius: 5px;
}
.modal-content-inner article.stockist-modal .image img {
  object-fit: scale-down;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.modal-content-inner article.column {
  flex-direction: column;
}
.modal-content-inner article.news-edit {
  display: block;
}
.modal-content-inner article.feature-product-modal {
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #DADCE0;
  padding: 20px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal-content-inner article.feature-product-modal {
    flex-direction: row;
  }
}
.modal-content-inner article.feature-product-modal:hover {
  background-color: #F7F9FA;
}
.modal-content-inner article.feature-product-modal:last-of-type {
  border-bottom: 0;
}
.modal-content-inner article.feature-product-modal .checkbox {
  width: 24px;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.modal-content-inner article.feature-product-modal .image {
  height: 50px;
  width: 50px;
  flex: 0 1 auto;
  border: solid 1px #DADCE0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
}
.modal-content-inner article.feature-product-modal .image img {
  object-fit: cover;
}
.modal-content-inner article.feature-product-modal .content {
  display: flex;
  align-items: center;
}
.modal-content-inner article.feature-product-modal .content h3 {
  margin-bottom: 0;
  margin-left: 20px;
}
.modal-content-inner article.feature-product-checkbox-container {
  width: 50px;
}
.modal-content-inner .delete-article {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.24;
}
.modal-content-inner .delete-article:hover {
  opacity: 0.54;
}
.modal-content .input-container {
  margin-bottom: 10px;
  width: 100%;
}
.modal-content .input-container.date {
  width: 40%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .modal-content .input-container.date {
    width: 100%;
  }
}
.modal-content .input-container:last-of-type {
  margin-bottom: 0;
}
.modal-content .claim-message {
  margin-bottom: 30px;
}
.modal-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;
  z-index: 9999;
  color: #212420;
}
.modal-content .close:hover {
  opacity: 1;
}
.modal-content form label {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.modal-content form label span.label-validation {
  color: red;
}
.modal-content form .field-half {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .modal-content form .field-half {
    width: 100%;
  }
}
.modal-content form .field-full {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}
.modal-content form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.modal-content form .wpcf7-not-valid-tip {
  padding-top: 10px;
}
.modal-content form .ajax-loader {
  display: none !important;
}
.modal-content form input,
.modal-content form textarea,
.modal-content form select {
  width: 100%;
  font-family: 'Inter', sans-serif;
}
.modal-content form textarea,
.modal-content form input {
  transition: all 0.2s ease;
  width: 100%;
  height: 55px;
  border-radius: 3px;
  padding: 20px 15px;
  font-size: 1em;
  color: #212420;
  background-color: #F7F9FA;
  border: none;
  width: 100%;
}
.modal-content form textarea:focus,
.modal-content form input:focus {
  border-color: #212420;
}
.modal-content form textarea {
  max-width: 100%;
  min-height: 100px;
  max-height: 150px;
  min-width: 100%;
  padding: 15px;
}
.modal-content form .wpcf7-submit {
  border: none;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  background-color: #BAC06F;
  color: #212420;
  border-radius: 10px;
  -webkit-appearance: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  padding: 0;
  margin-top: 10px;
  padding: 0 20px;
}
.modal-actions {
  display: flex;
  text-align: right;
}
.modal-nav-btn {
  position: absolute;
  top: 32px;
  background-color: white;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.modal-nav-btn svg {
  opacity: 0.8;
}
.modal-nav-btn:hover {
  background-color: #F7F9FA;
}
.modal .prev-btn {
  left: 20px;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  border-right: solid 1px #DADCE0;
}
.modal .next-btn {
  left: 50px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}
.modal-navigation {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #DADCE0;
  margin: 0 20px;
}
.modal-navigation span {
  cursor: pointer;
  color: #595C61;
  transition: all 0.2s ease;
  display: none;
}
@media (max-width: 767px) {
  .modal-navigation span {
    display: flex;
  }
}
.modal-navigation span p {
  line-height: 50px;
  font-size: 14px;
}
.modal-navigation span svg {
  opacity: 0.3;
  margin-top: 13px;
}
.modal-navigation span:hover {
  color: #212420;
}
.modal-navigation span:hover svg {
  opacity: 0.5;
}
.modal-navigation span.prev-btn {
  left: -80px;
}
.modal-navigation span.prev-btn p {
  padding-left: 5px;
}
@media (min-width: 767px) {
  .modal.widget-modal .modal-content-inner {
    max-height: 780px;
  }
}
.modal.widget-modal .widget-description {
  margin-bottom: 20px;
}
.modal.widget-modal .close {
  top: 30px;
  right: 30px;
}
.modal.widget-modal .details-page-header-brand {
  margin-bottom: 10px;
}
.modal.widget-modal .flex {
  display: flex;
  justify-content: space-between;
}
.modal.widget-modal .flex h2, .modal.widget-modal .flex h3 {
  margin: 0;
  padding-right: 0;
  width: auto;
}
@media (max-width: 767px) {
  .modal.widget-modal .flex.score-heading {
    margin: 20px 0 10px;
  }
}
.modal.widget-modal .scores {
  list-style-type: none;
  margin: 10px 0;
}
.modal.widget-modal .scores li {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #DADCE0;
  align-items: center;
  width: 100%;
  flex: 0 1 auto;
}
.modal.widget-modal .scores li p {
  margin: 10px 0;
}
.modal.widget-modal .scores li:last-of-type {
  border-bottom: solid 2px black;
  padding-bottom: 5px;
}
.modal.widget-modal .link {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: #595C61;
}
.modal.widget-modal .link .material-icons {
  font-size: 18px;
  vertical-align: middle;
}
.modal.feature-products iframe {
  height: 100%;
  width: 100%;
  border: none;
  background-color: white;
  border-radius: 10px 10px 0 10px;
}
.modal.feature-products iframe .main-nav {
  display: none;
}
.modal.feature-products .close {
  top: 20px;
  background-color: white;
  border-radius: 90px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  border: 0;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal.feature-products .close {
    right: 20px;
  }
}
.modal.feature-products .close svg {
  opacity: 0.86;
}
.modal.feature-products .product-container {
  padding: 20px;
}
.modal.feature-products .product-container h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.modal.feature-products .product-image {
  text-align: center;
}
.modal.feature-products .product-image img {
  margin-bottom: 30px;
  max-width: 100%;
  max-height: 300px;
}
.modal .brand-feature-products h3 {
  margin-bottom: 10px;
}
.modal .brand-feature-products-container {
  display: flex;
  margin-bottom: 20px;
  border-bottom: solid 1px #DADCE0;
  padding-bottom: 20px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .modal .brand-feature-products-container {
    flex-direction: column;
  }
}
.modal .brand-feature-products-information p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
.modal .brand-feature-products .handle-feature-product {
  padding-bottom: 20px;
}
.modal .product-disposal-image {
  margin: 10px 0;
}
.modal .subtitle {
  margin: 20px 0;
}
.modal .brand-disposals-image {
  margin: 10px 0;
}
.modal .brand-disposals .disposal-container {
  display: flex;
  margin-bottom: 20px;
  border-bottom: solid 1px #DADCE0;
  padding-bottom: 20px;
  flex-direction: column;
}
.modal .brand-disposals article {
  display: flex;
  flex-direction: column;
}
.modal .brand-disposals h3 {
  margin-bottom: 10px;
}
.modal .disposal-methods .add {
  width: 100%;
}
.modal .disposal-methods .disposal-type-dropdown-placeholder {
  padding-left: 15px;
}
.modal .disposal-methods .disposal-type-dropdown-button {
  display: flex;
  padding: 0;
  height: 52px;
  line-height: 52px;
}
.modal .disposal-methods .disposal-type-dropdown-button .disposal-type-icon {
  height: 52px;
  width: 40px;
}
.modal .disposal-methods .disposal-type-dropdown-content-option {
  height: auto;
  display: flex;
  border-bottom: solid 1px #EEE;
}
.modal .disposal-methods .disposal-type-icon {
  height: 40px;
  width: 40px;
  background-size: 24px 24px;
  flex: 0 1 auto;
  border: none;
  background-color: transparent;
  margin-right: 0;
}
.modal .disposal-methods .disposal-type-icon-label {
  display: inline-block;
  flex: 0 1 auto;
  line-height: 40px;
}
.modal .disposal-method {
  border: none;
  padding: 0;
  border-bottom: solid 1px #DADCE0;
  padding-bottom: 20px;
  border-radius: 0;
}
.modal .disposal-method:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.modal .disposal-method .delete-article {
  top: 0;
  right: 0;
}
.modal .disposal-method-contain {
  display: flex;
}
@media (max-width: 767px) {
  .modal .disposal-method-contain {
    flex-direction: column;
  }
}
.modal .disposal-method-contain .input-container:first-of-type {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .modal .disposal-method-contain .input-container:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modal .disposal-method-contain .input-container:last-of-type {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .modal .disposal-method-contain .input-container:last-of-type {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.modal .disposal-method-contain .disposal-type {
  margin-left: 20px;
}
.modal .disposal-type select {
  padding-left: 10px;
}
.modal.disposal h3 {
  font-size: 2.750rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 20px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .modal.disposal h3 {
    font-size: 22px;
    line-height: 34px;
  }
}
.modal.disposal .details-page-content {
  padding-bottom: 30px;
}
.modal .brand-news-image {
  width: 385px;
  height: 200px;
  border-radius: 10px;
  margin-top: 0;
}
.modal .brand-actions-image,
.modal .product-disposal-image,
.modal .brand-disposals-image,
.modal .brand-feature-products-image,
.modal .brand-news-image {
  position: relative;
  border: solid 1px #DADCE0;
  background-color: #F7F9FA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
  height: 160px;
  width: 100%;
  max-width: 160px;
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center center;
  flex: 1 0 auto;
}
.modal .brand-actions-image .news-image-resizer,
.modal .product-disposal-image .news-image-resizer,
.modal .brand-disposals-image .news-image-resizer,
.modal .brand-feature-products-image .news-image-resizer,
.modal .brand-news-image .news-image-resizer {
  display: none;
}
.modal .brand-actions-image .image-placeholder,
.modal .product-disposal-image .image-placeholder,
.modal .brand-disposals-image .image-placeholder,
.modal .brand-feature-products-image .image-placeholder,
.modal .brand-news-image .image-placeholder {
  height: 100%;
  margin-bottom: 0;
}
.modal .brand-actions-image .image-placeholder .image-placeholder-icon,
.modal .product-disposal-image .image-placeholder .image-placeholder-icon,
.modal .brand-disposals-image .image-placeholder .image-placeholder-icon,
.modal .brand-feature-products-image .image-placeholder .image-placeholder-icon,
.modal .brand-news-image .image-placeholder .image-placeholder-icon {
  background-image: url("../img/add_a_photo_black_24dp.svg") !important;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 100%;
  max-width: 100%;
  opacity: 0.2;
}
.modal .brand-actions-image .image-placeholder label,
.modal .product-disposal-image .image-placeholder label,
.modal .brand-disposals-image .image-placeholder label,
.modal .brand-feature-products-image .image-placeholder label,
.modal .brand-news-image .image-placeholder label {
  margin-bottom: 0;
}
.modal .brand-actions-image .image-placeholder input,
.modal .product-disposal-image .image-placeholder input,
.modal .brand-disposals-image .image-placeholder input,
.modal .brand-feature-products-image .image-placeholder input,
.modal .brand-news-image .image-placeholder input {
  position: absolute;
  top: -1000px;
}
.modal .brand-actions-image .delete-image,
.modal .product-disposal-image .delete-image,
.modal .brand-disposals-image .delete-image,
.modal .brand-feature-products-image .delete-image,
.modal .brand-news-image .delete-image {
  background-color: #212420;
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  display: none;
  z-index: 999;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.modal .brand-disposals-image {
  width: 100%;
  margin: 0;
  max-height: 300px;
  height: 300px;
  max-width: 100%;
  background-color: transparent;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin: 20px 0;
}
.modal .grab-handle {
  cursor: grab;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  opacity: 0.2;
  width: 24px;
}
.modal .grab-handle img {
  height: 24px;
  left: 0;
}
.modal-header {
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: solid 1px #DADCE0;
  background-color: white;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  z-index: 999999;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.modal-header h3 {
  margin-bottom: 0 !important;
  font-size: 2rem;
  padding-right: 0;
  line-height: 48px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .modal-header h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .modal-header h3 {
    font-size: 1.25rem;
  }
}

.disposal-more {
  border-top: solid 1px #DADCE0;
  margin-top: 30px;
}
.disposal-more ul {
  list-style-type: none;
  color: #212420;
}
.disposal-more ul li {
  border-bottom: solid 1px #DADCE0;
  line-height: 40px;
  cursor: pointer;
}
.disposal-more ul li:last-of-type {
  border-bottom: none;
}
.disposal-method.edit-method {
  cursor: pointer;
  border-bottom: solid 1px #DADCE0;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  background-color: white;
}
.disposal-method:last-of-type {
  border-bottom: none;
}
.disposal-method-edit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.disposal-method-edit span.handle-method {
  cursor: grab;
}
.disposal-method-edit span.delete-method {
  opacity: 0.5;
  cursor: pointer;
}
.disposal-method-edit span.delete-method:hover {
  opacity: 1;
}
.disposal-link {
  display: flex;
  justify-content: space-between;
}
.disposal-link a {
  flex: 1;
}
.disposal-link-actions {
  display: flex;
}
.disposal-link .delete-item {
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.disposal-link .delete-item:hover {
  opacity: 1;
}
.disposal-link .icon.qr-code {
  background-image: url("../img/qr_code_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 90px;
  transition: all 0.2s ease-in-out;
}
.disposal-link .icon.qr-code:hover {
  background-color: #F7F9FA;
}
.disposal-modal-container {
  padding: 20px 30px;
}
.disposal-image {
  text-align: center;
}
.disposal-image img {
  max-width: 100%;
  max-height: 400px;
}
@media (max-width: 767px) {
  .disposal-image img {
    max-height: 300px;
  }
}
.disposal-type {
  list-style-type: none;
  position: relative;
  margin-top: 20px;
}
.disposal-type li {
  padding: 10px 0;
  position: relative;
  display: flex;
  width: 100%;
}
.disposal-type li:last-of-type {
  padding-bottom: 0;
}
.disposal-type-icon {
  width: 70px;
  height: 70px;
  max-width: 70px;
  float: left;
  background-color: #F7F9FA;
  margin-right: 20px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  background-position: center center;
  flex: 1 0 auto;
}
.disposal-type-icon.general-recycle, .disposal-type-icon.recyclable, .disposal-type-icon.soft-plastics-recycle, .disposal-type-icon.request-collection, .disposal-type-icon.return-to-store {
  background-image: url("../img/disposal-recycle.svg");
}
.disposal-type-icon.general-waste, .disposal-type-icon.green-waste {
  background-image: url("../img/disposal-waste.svg");
  background-size: 42px 42px;
}
.disposal-type-icon.home-compostable, .disposal-type-icon.landfill-compostable, .disposal-type-icon.bury-in-ground, .disposal-type-icon.worm-food {
  background-image: url("../img/disposal-compost.svg");
}
.disposal-type-icon.reuse, .disposal-type-icon.donate, .disposal-type-icon.repurpose {
  background-image: url("../img/disposal-reuse.svg");
}
.disposal-type-type {
  background-color: #F7F9FA;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 2px;
  color: #212420;
  text-align: center;
  float: right;
}
.disposal-type-content {
  width: 100%;
  min-height: 30px;
}
@media (max-width: 480px) {
  .disposal-type-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.disposal-type-contain {
  width: 100%;
}
.disposal-type-title {
  font-weight: 500;
  color: #212420;
  display: block;
  font-size: 1.2rem;
  padding-top: 5px;
}
@media (max-width: 480px) {
  .disposal-type-title {
    padding-top: 10px;
  }
}
.disposal-type-description {
  font-size: 14px;
  margin-top: 5px;
  width: 100%;
  display: block;
  word-break: break-word;
}
.disposal-type-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.disposal-type-dropdown:hover .disposal-type-dropdown-button {
  background-color: #F7F9FA;
}
.disposal-type-dropdown-button {
  background-color: #F7F9FA;
  color: #212420;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1em;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/expand_more_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 16px;
}
.disposal-type-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
  z-index: 1;
  width: 100%;
  height: 130px;
  overflow-y: scroll;
}
.disposal-type-dropdown-content-option {
  height: 70px;
  color: black;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.disposal-type-dropdown-content-option:hover {
  background-color: #F7F9FA;
}

.profile-following {
  padding-bottom: 30px;
}

.wpulike-default {
  padding: 0;
}
.wpulike-default .wp_ulike_btn {
  color: #212420 !important;
  background-color: #BAC06F !important;
  border-style: solid !important;
  border-width: 2px !important;
  min-height: 40px !important;
  min-width: 50px;
  width: 105px;
  font-weight: 500;
  padding: 0 20px !important;
  border-radius: 5px;
}
.wpulike-default .wp_ulike_btn:hover, .wpulike-default .wp_ulike_btn:focus {
  color: #212420 !important;
  background-color: transparent !important;
  text-decoration: none;
  border-color: #BAC06F !important;
}
.wpulike-default .wp_ulike_btn[disabled=disabled]:hover, .wpulike-default .wp_ulike_btn[disabled=disabled]:active, .wpulike-default .wp_ulike_btn[disabled=disabled]:focus, .wpulike-default .wp_ulike_btn:disabled:hover, .wpulike-default .wp_ulike_btn:disabled:active, .wpulike-default .wp_ulike_btn:disabled:focus {
  background-color: #F7F9FA;
}
.wpulike-default .wp_ulike_is_liked .wp_ulike_btn {
  color: #595C61 !important;
  border-color: transparent;
  background-color: #F7F9FA !important;
}
.wpulike-default .wp_ulike_is_liked .wp_ulike_btn:hover, .wpulike-default .wp_ulike_is_liked .wp_ulike_btn:active, .wpulike-default .wp_ulike_is_liked .wp_ulike_btn:focus {
  border-color: #BAC06F;
}

.wpulike-notification {
  display: none !important;
}

.ulp-privacy {
  text-align: center;
}
.ulp-privacy span {
  line-height: 24px;
  font-size: 12px;
}

.ulp-form .ulp-button {
  background-color: #BAC06F !important;
  color: #212420 !important;
  border-radius: 5px;
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  font-size: 1rem;
  -webkit-appearance: none;
}
.ulp-form .ulp-button:hover {
  background-color: #BAC06F;
}
.ulp-form .ulp-floating-input:focus + .ulp-floating-label:before {
  color: #3D4737;
}
.ulp-form .ulp-floating .ulp-floating-input:focus {
  border-color: #BAC06F;
}
.ulp-form .ulp-floating:hover .ulp-floating-input {
  border-color: #BAC06F;
}

.ulpmodal {
  display: block !important;
}
.ulpmodal .modal-heading {
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 10px;
  max-width: 370px;
  margin: 0 auto;
  line-height: 34px;
}
.ulpmodal .ulpmodal-close-icon {
  background-color: white;
  color: #212420;
}
@media (max-width: 767px) {
  .ulpmodal .ulpmodal-close-icon {
    transform: none;
    top: 10px;
    right: 10px;
  }
}

.signup h1,
.login h1 {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .signup h1,
  .login h1 {
    padding: 50px 0 30px 0;
  }
}

.contact-wrapper {
  display: flex;
  border-top: solid 1px #DADCE0;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .contact-wrapper {
    flex-direction: column;
  }
}
.contact-left {
  flex: 6;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .contact-left {
    padding-right: 0;
  }
}
.contact-left h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  max-width: 400px;
}
.contact-left .wpcf7-form {
  display: inline-block;
}
.contact-left .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.contact-left form {
  margin: 0 -10px;
}
.contact-left form label {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.contact-left form label span {
  color: red;
}
.contact-left form .field-half {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .contact-left form .field-half {
    width: 100%;
  }
}
.contact-left form .field-full {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0 10px;
}
.contact-left form .wpcf7-list-item-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: -5px;
  color: #212420;
}
.contact-left form .wpcf7-list-item-label a {
  text-decoration: underline;
}
.contact-left form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-left form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
}
.contact-left form .wpcf7-acceptance input {
  padding: 0;
  width: auto;
  height: 24px;
  cursor: pointer;
  margin-right: 20px;
}
.contact-left form .wpcf7-acceptance input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-left form .wpcf7-acceptance input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  content: "";
  background: #FFF;
  border: 0;
  border-color: white;
}
.contact-left form .wpcf7-acceptance input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0;
  top: -24px;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/check_box_outline_blank_black_24dp.svg") !important;
  opacity: 0.2;
  border: none;
  border-color: white;
}
.contact-left form .wpcf7-acceptance input[type="checkbox"]:checked:after {
  background-image: url("../img/check_box_black_24dp.svg") !important;
  opacity: 1;
  border-color: white;
}
.contact-left form .wpcf7-acceptance input[type="checkbox"]:disabled:after {
  opacity: 0.4;
}
.contact-left form .wpcf7-acceptance input[type="checkbox"]:not(:disabled):checked:hover:after {
  opacity: 1;
}
.contact-left form .wpcf7-acceptance input[type="checkbox"]:not(:disabled):hover:after {
  opacity: 0.4;
}
.contact-left form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.contact-left form .wpcf7-not-valid-tip {
  padding-top: 10px;
}
.contact-left form .wpcf7-response-output {
  float: left;
  width: 100%;
  text-align: center;
}
.contact-left form .ajax-loader {
  display: none !important;
}
.contact-left form input,
.contact-left form textarea,
.contact-left form select {
  width: 100%;
  font-family: 'Inter', sans-serif;
}
.contact-left form textarea,
.contact-left form input {
  transition: all 0.2s ease;
  width: 100%;
  height: 55px;
  border-radius: 3px;
  padding: 20px;
  font-size: 1em;
  color: #212420;
  background-color: #F7F9FA;
  border: none;
  width: 100%;
}
.contact-left form textarea:focus,
.contact-left form input:focus {
  border-color: #212420;
}
.contact-left form select {
  transition: all 0.2s ease;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 3px;
  padding: 15px;
  font-size: 1em;
  color: #212420;
  background-color: #F7F9FA;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/expand_more_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 16px;
}
.contact-left form select:-ms-expand {
  display: none;
}
.contact-left form textarea {
  max-width: 100%;
  min-height: 100px;
  max-height: 150px;
  padding: 20px;
}
.contact-left form .wpcf7-submit {
  border: none;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-align: center;
  float: right;
  background-color: #BAC06F;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  padding: 0 20px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .contact-left form .wpcf7-submit {
    max-width: 100%;
  }
}
.contact-right {
  flex: 4;
}
.contact-right h3 {
  margin-bottom: 10px;
}
.contact-right article {
  padding-bottom: 50px;
  border-bottom: solid 1px #DADCE0;
  padding-top: 50px;
}
.contact-right article:first-of-type {
  padding-top: 0;
}
@media (max-width: 767px) {
  .contact-right article:first-of-type {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .contact-right article:last-of-type {
    border-bottom: none;
  }
}

.discover-page .main-nav {
  border-bottom: none;
  height: auto;
  padding: 0;
  float: left;
  z-index: 1;
}
.discover-page .main-nav .menu {
  display: block;
}
.discover-page .main-nav .navigation {
  display: block;
  position: relative;
  top: 0;
  height: auto;
  overflow: inherit;
  visibility: visible !important;
}
.discover-page .main-nav .menu ul.link {
  display: flex;
  flex-flow: column wrap;
  max-height: 1080px;
  overflow: auto;
}
@media (max-width: 1023px) {
  .discover-page .main-nav .menu ul.link {
    max-height: 100%;
    flex-direction: column;
    flex-flow: column;
  }
}
.discover-page .main-nav .menu ul li.dropdown-level-0.c-nav__item--id-1 {
  background-image: none;
}
.discover-page .main-nav .menu ul li.nav-item a {
  display: block;
  line-height: 30px;
}
.discover-page .main-nav .menu ul li.nav-item a.menu-item-has-children, .discover-page .main-nav .menu ul li.nav-item a.travel, .discover-page .main-nav .menu ul li.nav-item a.construction, .discover-page .main-nav .menu ul li.nav-item a.technology {
  border-bottom: solid 1px #DADCE0;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
  color: #212420;
  margin-bottom: 10px;
}
.discover-page .main-nav .menu ul li.nav-item a.retailers {
  background-image: url("../img/categories/retailers.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.food-drink {
  background-image: url("../img/categories/food-drink.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.fashion-clothing {
  background-image: url("../img/categories/fashion-clothing.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.financial-services {
  background-image: url("../img/categories/financial-services.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.motor {
  background-image: url("../img/categories/motor.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.construction {
  background-image: url("../img/categories/construction.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.health-beauty {
  background-image: url("../img/categories/health-beauty.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.technology {
  background-image: url("../img/categories/technology.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.travel {
  background-image: url("../img/categories/travel.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.home-garden {
  background-image: url("../img/categories/home-garden.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.utilities {
  background-image: url("../img/categories/utilities.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.pets-animal-care {
  background-image: url("../img/categories/pets.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.industry-services {
  background-image: url("../img/categories/industry-services.svg");
}
.discover-page .main-nav .menu ul li.nav-item a.services {
  background-image: url("../img/categories/business-services.svg");
}
.discover-page .main-nav .menu ul li.dropdown-level-0 {
  margin-right: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  border-bottom: 0;
}
.discover-page .main-nav .menu ul li.dropdown-level-0.menu-item-has-children {
  display: block !important;
}
.discover-page .main-nav .menu ul li.dropdown-level-0 .dropdown {
  display: block !important;
  float: left;
  position: relative;
  padding: 0;
  z-index: 0;
  border-bottom: none;
}
.discover-page .main-nav .menu ul li.dropdown-level-0 .dropdown .container {
  padding: 0;
}
.discover-page .main-nav .menu ul li.dropdown-level-1 {
  line-height: 45px;
  font-size: 0.9rem;
  color: #212420;
  font-weight: 600;
  flex: 0 0 auto;
  margin-bottom: 0;
}
.discover-page .main-nav .menu ul li.dropdown-level-1 a {
  color: #595C61;
  font-weight: 300;
  line-height: 30px;
}
.discover-page .main-nav .menu ul li.dropdown-level-1 a:hover {
  color: #212420;
}

.submenu {
  border-bottom: solid 1px #DADCE0;
  margin-bottom: 50px;
}
.submenu li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
  font-size: 1rem;
}
.submenu li a {
  line-height: 50px;
  display: block;
  font-weight: 600;
}
.submenu li a.active {
  color: #BAC06F;
}

.news-share {
  position: absolute;
  left: 0;
}
.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5 {
  margin: 20px 0;
}
.news-content ol li,
.news-content ul li {
  margin-bottom: 20px;
}
.news-content p {
  margin-bottom: 20px;
}
.news-content .wp-block-image img {
  height: auto;
}
.news-content .wp-block-image figure {
  width: 100%;
}
.news-content .wp-block-image figure img {
  width: 100%;
  height: auto;
}
.news-post {
  width: 50%;
  display: inline-block;
  margin-bottom: 30px;
  float: left;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .news-post {
    width: 100%;
    padding: 0;
  }
}
.news-post-image {
  height: 320px;
  border-radius: 5px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-post-image a {
  display: block;
  height: 100%;
  width: 100%;
}
.news-post h2 {
  margin: 10px 0;
  font-size: 1.625rem;
  line-height: 2rem;
}
.news-post-content {
  padding-top: 20px;
  min-height: 270px;
  border-bottom: solid 1px #B4B4B4;
  padding-bottom: 30px;
}
.news-post-content a:hover {
  color: #212420;
}
.news-post:first-of-type {
  width: 100%;
}
.news-post:first-of-type .news-post-content {
  width: 50%;
  float: left;
  margin-left: 30px;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  min-height: 420px;
}
@media (max-width: 767px) {
  .news-post:first-of-type .news-post-content {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
    margin-left: 0;
    min-height: auto;
  }
}
.news-post:first-of-type .news-post-content h2 {
  margin: 20px 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.news-post:first-of-type .news-post-image {
  width: 50%;
  float: left;
  padding-right: 15px;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  height: 420px;
}
@media (max-width: 767px) {
  .news-post:first-of-type .news-post-image {
    width: 100%;
    padding-right: 0;
    height: 240px;
  }
}
.news-post:nth-of-type(2) .news-post-content, .news-post:nth-of-type(3) .news-post-content {
  min-height: 220px;
}
@media (max-width: 767px) {
  .news-post:nth-of-type(2) .news-post-content, .news-post:nth-of-type(3) .news-post-content {
    min-height: auto;
  }
}
.news-post:nth-of-type(2) .news-post-image, .news-post:nth-of-type(3) .news-post-image {
  height: 320px;
}
@media (max-width: 767px) {
  .news-post:nth-of-type(2) .news-post-image, .news-post:nth-of-type(3) .news-post-image {
    height: 240px;
  }
}
.news-post:nth-of-type(n+4) {
  width: 33%;
}
@media (max-width: 767px) {
  .news-post:nth-of-type(n+4) {
    width: 100%;
    padding-right: 0;
  }
}
.news-post:nth-of-type(n+4) .news-post-image {
  height: 240px;
}
@media (max-width: 767px) {
  .news-post:nth-of-type(n+4) .news-post-image {
    width: 100%;
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .news-post:nth-of-type(n+4) .news-post-content {
    width: 100%;
    min-height: auto;
  }
}
.news-post:nth-of-type(n+4) .news-post-content h2 {
  margin: 10px 0;
  font-size: 1.625rem;
  line-height: 1.875rem;
}
.news-page-hero h1 {
  max-width: 600px;
}
.news-hero h1 {
  max-width: 800px;
  font-size: 3.125rem;
  line-height: 3.85rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news-hero h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.news-hero-feature {
  height: 400px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
  border-radius: 5px;
}
.news-info {
  padding: 20px 0;
}
.news-info p {
  line-height: 40px;
  font-size: 0.875rem;
  color: #212420;
}
.news-info-author {
  font-weight: 600;
}
.news-info-author span {
  color: #999;
  font-weight: 400;
  padding-left: 5px;
}
.news-info-author-avatar {
  float: left;
  border-radius: 90px;
  margin-right: 10px;
}
.news-info-category {
  text-align: right;
}
@media (max-width: 767px) {
  .news-info-category {
    text-align: left;
  }
}
.news-content figcaption {
  text-align: center;
  font-size: 0.875rem;
  border-bottom: solid 1px #DADCE0;
  padding-bottom: 10px;
}
.news-content h3 {
  margin-bottom: 20px;
}
.news-bio {
  border-top: solid 1px #DADCE0;
  margin-top: 50px;
  padding-top: 50px;
}
.news-bio p {
  font-size: 0.875rem;
}
.news-bio-avatar {
  margin-right: 20px;
  float: left;
  border-radius: 90px;
}

.membership.page {
  font-family: 'Poppins', sans-serif;
}
.membership h2.h4 {
  color: #BAC06F;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .membership h2.h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .membership h3.h2, .membership h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.membership .demo-link {
  border-bottom: solid 2px #BAC06F;
  font-weight: 500;
  padding-bottom: 10px;
  transition: all 0.15s ease-in-out;
  position: relative;
  padding-right: 34px;
  display: inline-block;
}
.membership .demo-link:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url("../img/east_black_24dp_dark_green.svg");
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.2s ease-in-out;
}
.membership .demo-link:hover:before {
  right: -5px;
}
.membership .demo-link img {
  margin-left: 10px;
  position: relative;
  top: 6px;
}
.membership #membership-modal .modal-content-inner {
  max-height: 580px;
}
.membership section {
  border-bottom: none;
}
.membership nav {
  padding: 20px 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  position: fixed;
  background-color: #3D4737;
  transition: all 0.2s ease-in-out;
}
.membership nav .membership-nav-wrap {
  flex: 1;
  display: flex;
}
.membership nav .membership-nav-wrap.phone {
  justify-content: flex-start;
}
.membership nav .membership-nav-wrap.links {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .membership nav .membership-nav-wrap.links {
    display: none;
  }
}
.membership nav .membership-nav-wrap.links ul {
  list-style-type: none;
  display: flex;
}
.membership nav .membership-nav-wrap.links ul li {
  margin-right: 30px;
}
.membership nav .membership-nav-wrap.links ul li:last-of-type {
  margin-right: 0;
}
.membership nav .membership-nav-wrap.links ul li a {
  color: white;
}
.membership nav .membership-nav-wrap.logos {
  justify-content: center;
}
@media (max-width: 767px) {
  .membership nav .membership-nav-wrap.logos {
    flex: 0 1 auto;
    width: 100%;
  }
}
.membership nav .membership-nav-wrap.cta {
  justify-content: flex-end;
}
.membership nav .phone {
  color: white;
}
@media (max-width: 767px) {
  .membership nav .phone {
    display: none;
  }
}
.membership nav .logo {
  height: 40px;
  width: 174px;
  background-image: url("../img/sustainability-track-logo-green-white.svg");
  background-size: 174px 40px;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 767px) {
  .membership nav .button {
    display: none;
  }
}
.membership nav.membership-nav {
  background-color: transparent;
  border-bottom: 0;
  height: auto;
}
.membership nav.membership-nav.scrolling {
  background-color: white !important;
  border-bottom: 0 !important;
}
.membership nav.membership-nav.scrolling .logo {
  background-image: url("../img/sustainability-track-logo-duo-tone.svg");
}
.membership nav.membership-nav.scrolling .links ul li a {
  color: #212420;
}
.membership nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .membership nav .container {
    justify-content: center;
  }
}
.membership .flex {
  display: flex;
  align-items: center;
  padding: 75px 0;
}
@media (max-width: 1023px) {
  .membership .flex {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .membership .flex {
    padding: 20px 0;
  }
}
.membership .flex .image, .membership .flex .content {
  flex: 1;
}
.membership .flex .image img, .membership .flex .content img {
  max-width: 100%;
}
.membership .flex .image {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .membership .flex .image {
    margin-bottom: 50px;
  }
}
.membership .flex .content h3 {
  margin-bottom: 10px;
}
.membership .flex .content .demo-link {
  margin-top: 20px;
  display: inline-block;
}
.membership .flex .content ul {
  list-style: none;
  margin-top: 20px;
  color: #212420;
}
.membership .flex .content ul li {
  border-bottom: solid 1px #DADCE0;
  padding: 10px 0;
  font-weight: 500;
}
.membership .flex .content ul li:last-of-type {
  border-bottom: none;
}
.membership .flex-normal {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .membership .flex-normal {
    flex-direction: column-reverse;
  }
}
.membership .flex-normal .content {
  padding-left: 200px;
}
@media (max-width: 1199px) {
  .membership .flex-normal .content {
    padding-left: 100px;
  }
}
@media (max-width: 1023px) {
  .membership .flex-normal .content {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .membership .flex-normal .content {
    padding-left: 0;
  }
}
.membership .flex-reverse {
  flex-direction: row;
}
@media (max-width: 767px) {
  .membership .flex-reverse {
    flex-direction: column-reverse;
  }
}
.membership .flex-reverse .content {
  padding-right: 200px;
}
@media (max-width: 1199px) {
  .membership .flex-reverse .content {
    padding-right: 100px;
  }
}
@media (max-width: 1023px) {
  .membership .flex-reverse .content {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .membership .flex-reverse .content {
    padding-right: 0;
  }
}
.membership-hero {
  text-align: center;
  background-color: #3D4737;
  height: 100vh;
  padding: 92px 0 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .membership-hero {
    height: auto;
    padding-top: 80px;
  }
}
.membership-login-hero {
  text-align: center;
  background-color: #3D4737;
  height: 50vh;
  padding: 92px 0 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .membership-login-hero {
    height: auto;
    padding-top: 80px;
  }
}
.membership-hero-content {
  width: 100%;
}
@media (max-width: 767px) {
  .membership-hero-content {
    padding: 50px 0 70px;
  }
}
.membership-hero .container {
  height: 100%;
}
.membership-hero-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 378px;
}
@media (max-width: 1440px) and (max-height: 799px) {
  .membership-hero-container {
    padding-bottom: 258px;
  }
}
@media (max-width: 1023px) {
  .membership-hero-container {
    padding-bottom: 258px;
  }
}
@media (max-width: 767px) {
  .membership-hero-container {
    padding-bottom: 255px;
  }
}
.membership-hero h1 {
  color: white;
  font-size: 52px;
  line-height: 68px;
  margin: 0 auto;
  max-width: 820px;
  padding-bottom: 10px;
}
@media (max-height: 700px) {
  .membership-hero h1 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (max-width: 1199px) {
  .membership-hero h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (max-width: 1023px) {
  .membership-hero h1 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .membership-hero h1 {
    font-size: 26px;
    line-height: 38px;
  }
}
.membership-hero h2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: white;
  margin: 0 auto 30px auto;
  max-width: 650px;
}
@media (max-width: 767px) {
  .membership-hero h2 {
    font-size: 16px;
    line-height: 28px;
  }
}
.membership-intro-image {
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: -378px;
}
@media (max-width: 1440px) and (max-height: 799px) {
  .membership-intro-image {
    margin-top: -258px;
  }
}
@media (max-width: 1023px) {
  .membership-intro-image {
    margin-top: -258px;
  }
}
@media (max-width: 767px) {
  .membership-intro-image {
    justify-content: flex-start;
    margin-top: -255px;
    padding-left: 20px;
  }
}
.membership-intro-image img {
  max-width: 1440px;
  margin: auto;
  display: block;
}
@media (max-width: 1440px) and (max-height: 799px) {
  .membership-intro-image img {
    max-width: 984px;
  }
}
@media (max-width: 1023px) {
  .membership-intro-image img {
    max-width: 984px;
  }
}
@media (max-width: 767px) {
  .membership-intro-image img {
    max-height: 340px;
  }
}
.membership-credibility {
  text-align: center;
  padding: 50px 0;
}
.membership-credibility p.heading {
  font-size: 14px;
  opacity: 0.6;
}
.membership-credibility-brands {
  padding: 30px 0;
}
.membership-credibility-brands img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .membership-credibility-brands-desktop {
    display: none;
  }
}
.membership-credibility-brands-mobile {
  display: none;
}
@media (max-width: 767px) {
  .membership-credibility-brands-mobile {
    display: block;
  }
}
.membership-credibility-brands li {
  margin: 15px 30px;
}
@media (max-width: 767px) {
  .membership-credibility-brands li {
    margin: 10px;
  }
}
.membership-features {
  text-align: center;
}
@media (max-width: 1023px) {
  .membership-features-content {
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  .membership-features-content {
    padding: 0;
  }
}
.membership-features-content h3 {
  margin: 20px 0;
}
.membership-features-content p {
  padding: 0 20%;
}
@media (max-width: 1023px) {
  .membership-features-content p {
    padding: 0;
  }
}
.membership-features-content .demo-link {
  margin-top: 20px;
}
.membership-features-list {
  display: flex;
  list-style: none;
  text-align: left;
  margin: 0 -10px;
  padding-top: 70px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .membership-features-list {
    display: block;
  }
}
.membership-features-list-feature {
  padding: 30px 20px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin: 10px;
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  min-height: 280px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .membership-features-list-feature {
    flex: 1 1 380px;
  }
}
@media (max-width: 1023px) {
  .membership-features-list-feature {
    flex: 1 1 350px;
    margin: 5px;
  }
}
@media (max-width: 480px) {
  .membership-features-list-feature {
    margin: 10px;
  }
}
.membership-features-list-feature-icon {
  line-height: 0;
}
.membership-features-list-feature.green {
  background-color: #3D4737;
  color: white;
}
.membership-features-list-feature.green h3 {
  color: white;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 19px;
}
.membership-features-list-feature.green p {
  font-size: 14px;
  opacity: 0.6;
  line-height: 22px;
  margin-bottom: 20px;
}
.membership-stages {
  padding: 100px 0;
  background-color: #3D4737;
}
@media (max-width: 1023px) {
  .membership-stages {
    padding: 50px 0;
  }
}
.membership-stages h2 {
  color: white;
  text-align: center;
}
.membership-stages p {
  color: white;
}
.membership-stages ul {
  display: flex;
  list-style: none;
  text-align: left;
  margin: 0 -10px;
  padding-top: 70px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .membership-stages ul {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .membership-stages ul {
    display: block;
    margin: 0;
  }
}
.membership-stages ul li {
  padding: 20px 30px;
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  margin: 10px;
  min-width: 0;
  flex: 1;
}
@media (max-width: 767px) {
  .membership-stages ul li {
    padding: 30px 0;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 0;
    margin: 0;
  }
  .membership-stages ul li:first-of-type {
    padding-top: 0;
  }
}
.membership-stages ul li h3 {
  color: #BAC06F;
  margin-bottom: 20px;
}
.membership-stages-cta {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.membership-stages-cta a {
  color: white;
}
.membership-stages-cta a img {
  position: relative;
  top: 6px;
  left: 10px;
  transition: all 0.15s ease-in-out;
}
.membership-stages-cta a:hover img {
  transform: translate(5px, 0);
}
.membership-testimonial {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .membership-testimonial .swiper-pagination-bullet {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .membership-testimonial .flex {
    flex-direction: column;
  }
}
.membership-testimonial .content {
  padding-left: 0;
}
.membership-testimonial .image {
  flex: 1.5 !important;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .membership-testimonial .image {
    padding: 0;
    margin-bottom: 20px !important;
  }
}
.membership-testimonial .image img {
  border-radius: 20px;
}
.membership-testimonial blockquote {
  font-weight: 500;
  color: #3D4737;
  margin: 20px 0;
}
.membership-testimonial figure {
  color: #212420;
}
.membership-testimonial figure span {
  color: #595C61;
  font-size: 14px;
}
.membership-cta {
  background-color: #3D4737;
  text-align: center;
  padding: 40px 30px;
  border-radius: 20px;
}
.membership-cta h3 {
  color: white;
  margin-bottom: 10px;
}
.membership-cta p {
  color: white;
  margin-bottom: 20px;
}
.membership-faq {
  padding: 100px 10%;
}
@media (max-width: 1023px) {
  .membership-faq {
    padding: 50px 5%;
  }
}
.membership-faq h3 {
  margin-bottom: 10px;
}
.membership-faq-accordians {
  padding-top: 30px;
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .membership-faq-accordians {
    flex-direction: column;
  }
}
.membership-faq-accordians ul {
  list-style: none;
  flex: 1;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .membership-faq-accordians ul:last-of-type li:last-child {
    border-bottom: none;
  }
}
.membership-faq-accordians ul li {
  border-bottom: solid 1px #DADCE0;
}
.membership-faq-accordians ul li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .membership-faq-accordians ul li:last-child {
    border-bottom: solid 1px #DADCE0;
  }
}
.membership-faq-accordians ul .collapsible {
  cursor: pointer;
  padding: 20px 34px 20px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  background-color: transparent;
  position: relative;
}
.membership-faq-accordians ul .collapsible:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 0;
  z-index: -1;
  background-image: url("../img/expand_more_black_24dp.svg");
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.2s ease-in-out;
}
.membership-faq-accordians ul .collapsible.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.membership-faq-accordians ul .content {
  padding-bottom: 20px;
  display: none;
  overflow: hidden;
}
.membership-footer {
  background-color: #3D4737;
  padding: 0;
}
.membership-footer-main {
  text-align: center;
  padding: 100px 20%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
@media (max-width: 1023px) {
  .membership-footer-main {
    padding: 50px 10%;
  }
}
@media (max-width: 767px) {
  .membership-footer-main {
    padding: 50px 0;
  }
}
.membership-footer-main h2 {
  color: #BAC06F;
  margin-bottom: 20px;
}
.membership-footer-main h3 {
  color: white;
  margin-bottom: 20px;
}
.membership-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .membership-footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.membership-footer-bottom-brand {
  color: white;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
}
@media (max-width: 767px) {
  .membership-footer-bottom-brand {
    margin-bottom: 30px;
  }
}
.membership-footer-bottom-brand img {
  margin-right: 10px;
}
.membership-footer-bottom ul li {
  margin-left: 30px;
  display: inline-block;
}
.membership-footer-bottom ul li a {
  color: white;
  font-size: 12px;
}

.green-bg {
  background-color: #3D4737;
}
.green-bg h2 {
  color: #BAC06F;
}
.green-bg h3 {
  color: white;
}
.green-bg p {
  color: white;
}

.pricing-hero {
  text-align: center;
  padding: 150px 0 70px 0;
}
.pricing-hero h1 {
  color: #3D4737;
}
.pricing-hero .heading {
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  color: #595C61;
}
.pricing-nav {
  padding: 20px 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  position: fixed;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
.pricing-nav-wrap {
  flex: 1;
  display: flex;
}
.pricing-nav-wrap.links {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .pricing-nav-wrap.links {
    display: none;
  }
}
.pricing-nav-wrap.links ul {
  list-style-type: none;
  display: flex;
}
.pricing-nav-wrap.links ul li {
  margin-right: 30px;
}
.pricing-nav-wrap.links ul li:last-of-type {
  margin-right: 0;
}
.pricing-nav-wrap.links ul li a {
  color: #595C61;
}
.pricing-nav-wrap.links ul li a:hover {
  color: #212420;
}
.pricing-nav-wrap.logos {
  justify-content: center;
  list-style-type: none;
}
@media (max-width: 767px) {
  .pricing-nav-wrap.logos {
    flex: 0 1 auto;
    width: 100%;
  }
}
.pricing-nav-wrap.cta {
  justify-content: flex-end;
}
.pricing-nav .logo {
  height: 40px;
  width: 174px;
  background-image: url("../img/sustainability-track-logo-duo-tone.svg");
  background-size: 174px 40px;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 767px) {
  .pricing-nav .button {
    display: none;
  }
}
.pricing-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .pricing-nav .container {
    justify-content: center;
  }
}
.pricing-tiers {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 1023px) {
  .pricing-tiers {
    flex-direction: column;
    margin: 0;
  }
}
.pricing-tiers article {
  flex: 1;
  border: solid 1px #DADCE0;
  margin: 0 10px;
  padding: 40px 20px;
  border-radius: 4px;
  min-width: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .pricing-tiers article {
    margin: 10px 0;
  }
}
.pricing-tiers article .pricing-wrap {
  position: relative;
  min-height: 100px;
}
.pricing-tiers article .pricing-wrap h2 img {
  margin-left: 5px;
  position: relative;
  top: 5px;
}
.pricing-tiers article .pricing-wrap h2, .pricing-tiers article .pricing-wrap h3 {
  word-break: break-all;
}
.pricing-tiers article .pricing-wrap h3 span {
  font-size: 16px;
  color: #595C61;
}
.pricing-tiers article .pricing-wrap .annual span {
  color: #BAC06F;
  font-weight: 600;
}
.pricing-tiers article .pricing-features {
  list-style-type: none;
}
.pricing-tiers article .pricing-features li {
  margin: 15px 0;
  color: #212420;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  font-family: 'Poppins', sans-serif;
}
.pricing-tiers article .pricing-features li .material-icons {
  color: #BAC06F;
  margin-right: 10px;
}
.pricing-tiers article.popular {
  background-color: #3D4737;
  border: none;
  color: white;
}
.pricing-tiers article.popular h2, .pricing-tiers article.popular h3 {
  color: white;
}
.pricing-tiers article.popular h3 span {
  color: white;
  opacity: 0.8;
}
.pricing-tiers article.popular .annual span {
  color: #BAC06F;
}
.pricing-tiers article.popular .most-popular {
  position: absolute;
  top: -20px;
  left: 0;
  color: #BAC06F;
  font-size: 13px;
}
.pricing-tiers article.popular .pricing-features li {
  color: white;
}
.pricing-tiers article .button {
  width: 100%;
  margin: 20px 0;
}
.pricing-tiers-help {
  text-align: center;
  padding: 50px 0 80px;
}

.brand-signup .wpcf7-form {
  margin: 0 -10px;
  display: inline-block;
}
.brand-signup .wpcf7-form .request-sent {
  display: none;
}
.brand-signup .wpcf7-form.sent .request-sent {
  display: block;
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px;
  z-index: 0;
}
.brand-signup .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.brand-signup .wpcf7 form.invalid .wpcf7-response-output,
.brand-signup .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
}
.brand-signup .wpcf7-not-valid-tip {
  font-size: 14px;
}
.brand-signup .wpcf7-response-output {
  text-align: center;
}
.brand-signup .wpcf7-list-item {
  display: block;
}
.brand-signup .wpcf7-list-item-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: -5px;
  color: #212420;
}
.brand-signup .wpcf7-list-item-label a {
  text-decoration: underline;
}
.brand-signup .wpcf7-submit {
  border-radius: 2px;
  width: auto;
  color: #212420;
  text-transform: inherit;
  font-weight: 500;
  font-size: 14px;
  height: 48px;
  float: right;
}
.brand-signup .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.brand-signup .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
}
.brand-signup .wpcf7-acceptance input {
  padding: 0;
  width: auto;
  height: 24px;
  cursor: pointer;
  margin-right: 20px;
}
.brand-signup .wpcf7-acceptance input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.brand-signup .wpcf7-acceptance input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  content: "";
  background: #FFF;
  border: 0;
  border-color: white;
}
.brand-signup .wpcf7-acceptance input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0;
  top: -24px;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/check_box_outline_blank_black_24dp.svg") !important;
  opacity: 0.2;
  border: none;
  border-color: white;
}
.brand-signup .wpcf7-acceptance input[type="checkbox"]:checked:after {
  background-image: url("../img/check_box_black_24dp.svg") !important;
  opacity: 1;
  border-color: white;
}
.brand-signup .wpcf7-acceptance input[type="checkbox"]:disabled:after {
  opacity: 0.4;
}
.brand-signup .wpcf7-acceptance input[type="checkbox"]:not(:disabled):checked:hover:after {
  opacity: 1;
}
.brand-signup .wpcf7-acceptance input[type="checkbox"]:not(:disabled):hover:after {
  opacity: 0.4;
}
.brand-signup .checkbox {
  line-height: 0;
}
.brand-signup .checkbox input {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 0;
  border-color: white;
  background-color: transparent;
  appearance: none;
  padding: 0;
}
.brand-signup .checkbox input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  content: "";
  background: white;
  border: 0;
  border-color: white;
}
.brand-signup .checkbox input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0;
  top: -24px;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/check_box_outline_blank_black_24dp.svg") !important;
  opacity: 0.2;
  border: none;
  border-color: white;
}
.brand-signup .checkbox input[type="checkbox"]:checked:after {
  background-image: url("../img/check_box_black_24dp.svg") !important;
  opacity: 1;
  border-color: white;
}
.brand-signup .checkbox input[type="checkbox"]:disabled:after {
  opacity: 0.4;
}
.brand-signup .checkbox input[type="checkbox"]:not(:disabled):checked:hover:after {
  opacity: 1;
}
.brand-signup .checkbox input[type="checkbox"]:not(:disabled):hover:after {
  opacity: 0.4;
}
.brand-signup .product-posts-video {
  border: solid 1px #DADCE0;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #212420;
}
.brand-signup .product-posts-video:hover {
  background-color: #F7F9FA;
}
.brand-signup-content {
  position: relative;
  border-radius: 10px;
  background-color: white;
  text-align: left;
  overflow: auto;
  -ms-overflow-style: none;
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 767px) {
  .brand-signup-content {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    max-width: 100%;
    min-width: inherit;
  }
}
.brand-signup-content .request-cta {
  padding-top: 20px;
}
.brand-signup-content .request-cta span {
  color: #212420;
  cursor: pointer;
}
.brand-signup-content .request-cta span:hover {
  color: #BAC06F;
}
.brand-signup-content-inner {
  overflow-y: auto;
  padding: 30px;
}
@media (max-width: 767px) {
  .brand-signup-content-inner {
    padding: 15px;
    max-height: 100%;
  }
}
.brand-signup-content-inner.edit-action {
  padding: 0;
}
.brand-signup-content-inner.edit-action article {
  border: none;
}
.brand-signup-content-inner.edit-action article.edit-action-wrapper {
  display: flex;
}
.brand-signup-content-inner.edit-action article.edit-action-wrapper:hover {
  background-color: white;
}
.brand-signup-content-inner.edit-action article.edit-action-wrapper .cropper-buttons {
  background-color: white;
  padding: 0;
  margin-bottom: 20px;
}
.brand-signup-content-inner.edit-action article.edit-action-wrapper .cropper-buttons-upload {
  margin-right: 0;
}
.brand-signup-content .input-container {
  margin-bottom: 10px;
  width: 100%;
}
.brand-signup-content .input-container.date {
  width: 40%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .brand-signup-content .input-container.date {
    width: 100%;
  }
}
.brand-signup-content .input-container:last-of-type {
  margin-bottom: 0;
}
.brand-signup-content .claim-message {
  margin-bottom: 30px;
}
.brand-signup-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;
  z-index: 9999;
}
.brand-signup-content .close:hover {
  opacity: 1;
}
.brand-signup-content form label {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.brand-signup-content form label span.label-validation {
  color: red;
}
.brand-signup-content form .field-half {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .brand-signup-content form .field-half {
    width: 100%;
  }
}
.brand-signup-content form .field-full {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}
.brand-signup-content form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.brand-signup-content form .wpcf7-not-valid-tip {
  padding-top: 10px;
}
.brand-signup-content form .ajax-loader {
  display: none !important;
}
.brand-signup-content form input,
.brand-signup-content form textarea,
.brand-signup-content form select {
  width: 100%;
  font-family: 'Inter', sans-serif;
}
.brand-signup-content form textarea,
.brand-signup-content form input {
  transition: all 0.2s ease;
  width: 100%;
  height: 55px;
  border-radius: 3px;
  padding: 20px 15px;
  font-size: 1em;
  color: #212420;
  background-color: #F7F9FA;
  border: none;
  width: 100%;
}
.brand-signup-content form textarea:focus,
.brand-signup-content form input:focus {
  border-color: #212420;
}
.brand-signup-content form textarea {
  max-width: 100%;
  min-height: 100px;
  max-height: 150px;
  padding: 15px;
}
.brand-signup-content form .wpcf7-submit {
  border: none;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  background-color: #BAC06F;
  color: #212420;
  border-radius: 10px;
  -webkit-appearance: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  padding: 0;
  margin-top: 10px;
  padding: 0 20px;
}
.brand-signup-actions {
  display: flex;
  text-align: right;
}
.brand-signup-nav-btn {
  position: absolute;
  top: 32px;
  background-color: white;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.brand-signup-nav-btn svg {
  opacity: 0.8;
}
.brand-signup-nav-btn:hover {
  background-color: #F7F9FA;
}
.brand-signup-navigation {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #DADCE0;
  margin: 0 20px;
}
.brand-signup-navigation span {
  cursor: pointer;
  color: #595C61;
  transition: all 0.2s ease;
  display: none;
}
@media (max-width: 767px) {
  .brand-signup-navigation span {
    display: flex;
  }
}
.brand-signup-navigation span p {
  line-height: 50px;
  font-size: 14px;
}
.brand-signup-navigation span svg {
  opacity: 0.3;
  margin-top: 13px;
}
.brand-signup-navigation span:hover {
  color: #212420;
}
.brand-signup-navigation span:hover svg {
  opacity: 0.5;
}
.brand-signup-navigation span.prev-btn {
  left: -80px;
}
.brand-signup-navigation span.prev-btn p {
  padding-left: 5px;
}
.brand-signup-header {
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: solid 1px #DADCE0;
  background-color: white;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  z-index: 999999;
}
.brand-signup-header h3 {
  margin-bottom: 0 !important;
  font-size: 2rem;
  padding-right: 0;
  line-height: 48px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .brand-signup-header h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .brand-signup-header h3 {
    font-size: 1.25rem;
  }
}

.sdg-logo {
  border-radius: 20px;
}
.sdg-logo .brand-header-logo-container {
  border-radius: 10px;
}
.sdg-brand-header-cover-image {
  background-position: bottom right !important;
}
.sdg-details-page-sidebar {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .sdg-details-page-sidebar {
    display: none;
  }
}
.sdg-commited-brands {
  padding-bottom: 30px;
}
.sdg-commited-brands .item-tease {
  border: none;
}
.sdg-commited-brands .item-tease:hover {
  background-color: white;
}
@media (max-width: 480px) {
  .sdg-commited-brands .item-tease h3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .sdg-commited-brands .item-tease .brand-claimed {
    display: none;
  }
}
.sdg-commited-brands .item-tease-wrap {
  padding: 0 !important;
}
.sdg-commited-brands .item-tease .image {
  border-radius: 50% !important;
  border: solid 1px #DADCE0;
}
.sdg-commited-brands .item-tease .content {
  text-align: center;
  align-items: center;
}
.sdg-commited-actions {
  padding-bottom: 30px;
}
.sdg-commited-actions .item-tease-brand {
  margin-bottom: 5px;
}
.sdg .brand-mission {
  padding-bottom: 30px;
}
.sdg-targets h3 {
  margin-bottom: 10px;
}
.sdg-targets p:last-of-type {
  margin-bottom: 20px !important;
}
.sdg-targets details {
  margin-bottom: 30px;
}
.sdg-targets details summary {
  cursor: pointer;
  list-style-type: none;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #212420;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.sdg-targets details summary::before {
  margin-right: 10px;
  display: inline-block;
  transition: 0.2s;
  background-image: url("../img/chevron_right.svg");
  background-size: 24px 24px;
  content: '';
  height: 24px;
  width: 24px;
}
.sdg-targets details p {
  margin-top: 20px;
}
.sdg-targets details[open] summary::before {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .documents-table-header {
    display: none;
  }
}
.documents-table-heading {
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  opacity: 0.5;
  font-size: 14px;
}
.documents-table-heading div {
  display: flex;
  align-items: center;
  padding: 10px 0;
  line-height: 24px;
}
.documents-table-heading .icon-placeholder {
  width: 24px;
  display: block;
}
.documents-table-row {
  padding: 20px 0;
  align-items: center;
  transition: all 0.2s ease;
  border-bottom: solid 1px #DADCE0;
}
.documents-table-row:hover {
  background-color: #F7F9FA;
  cursor: pointer;
}
.documents-table-row:last-of-type {
  border-bottom: none;
}
.documents-table-title h2 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.documents-table-brand {
  display: flex;
  height: 100%;
}
.documents-table-brand-logo {
  height: 25px;
  width: 25px;
  border-radius: 90px;
}
.documents-table-brand a {
  border-radius: 90px;
  font-size: 14px;
  font-weight: 600;
  color: #212420;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
  max-height: 30px;
  padding: 2px 10px 2px 2px;
  font-weight: 300;
}
.documents-table-brand a img {
  margin-right: 5px;
}
.documents-table-delete {
  margin-left: auto;
}
.documents-table-delete span {
  opacity: 0.5;
  color: #212420;
  transition: all 0.2s ease;
}
.documents-table-delete span:hover {
  opacity: 0.8;
}
