.yellow-contact {
  border-radius: 30px;
  color: black !important;
  background: #fed105;
  padding: 3rem 4rem;
}
@media (max-width: 1023px) {
  .yellow-contact {
    font-size: 1.8rem;
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .yellow-contact {
    padding: 3rem 2.5rem;
  }
}
@media (min-width: 768px) {
  .yellow-contact {
    margin-bottom: 5rem;
  }
}
.yellow-contact h2 {
  font-size: 3rem;
  font-weight: 600;
  color: black;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .yellow-contact h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .yellow-contact h2 {
    font-size: 2rem;
  }
}
.yellow-contact p {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .yellow-contact p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .yellow-contact p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.yellow-contact a {
  color: black !important;
  border: solid;
  padding: 2rem 6rem;
  border-radius: 9px;
  border: solid 1px black;
  font-size: 2rem;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .yellow-contact a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .yellow-contact a {
    padding: 2rem 4rem;
    font-size: 1.6rem;
  }
}
.yellow-contact > ul {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .yellow-contact > ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.yellow-contact > ul li {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .yellow-contact > ul li {
    width: 100%;
  }
}
.yellow-contact > ul li:first-child {
  flex-grow: 1;
}
.section-spacer {
  width: 100%;
  height: 65px;
  display: block;
}
@media (max-width: 767px) {
  .section-spacer {
    height: 45px;
  }
}
/** Banner moreinfo **/
.banner-moreinfo {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.banner-moreinfo .image-container img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .banner-moreinfo .image-container img {
    min-height: 410px;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-moreinfo .image-container img {
    min-height: 500px;
    object-fit: cover;
  }
}
.banner-moreinfo .image-container:after {
  content: " ";
  background: #ffffff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 11%, #262626 60%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .banner-moreinfo .image-container:after {
    opacity: 0.8;
  }
}
.banner-moreinfo .text-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.banner-moreinfo .text-container .btn-tag {
  padding: 10px 20px;
  background: #fed105;
  border-radius: 20px;
  margin-bottom: 76px;
  display: inline-block;
  cursor: pointer;
  transition: all 300ms ease;
  border: solid 1px #fed105;
}
.banner-moreinfo .text-container .btn-tag:hover {
  background: white;
}
.banner-moreinfo .text-container .btn-tag {
  margin-top: 30px;
}
.banner-moreinfo .text-container h2 {
  color: white;
  font-size: 2.9rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .banner-moreinfo .text-container h2 {
    font-size: 2.0rem;
  }
}
.banner-moreinfo .text-container p {
  color: white;
  font-size: 1.5rem;
  max-width: 470px;
}
@media (max-width: 767px) {
  .banner-moreinfo .text-container p {
    font-size: 1.2rem;
  }
}
.banner-moreinfo .text-container .btn-register {
  padding: 1rem 4rem;
  background: #00984c;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  margin: 2rem 0 0 0;
  font-size: 1.2rem;
  cursor: pointer;
  border: solid 1px #00984c;
  transition: all 300ms ease;
  text-transform: none;
}
.banner-moreinfo .text-container .btn-register:hover {
  background: white;
  color: black;
}
@media (max-width: 767px) {
  .banner-moreinfo .text-container .page-main {
    padding: 0;
  }
}
.global-sites [data-role="trigger"] {
  background: #e4e6e8;
  padding: 15px 25px;
  color: black;
  border-bottom: solid 10px white;
}
.global-sites [data-role="trigger"] h4 {
  padding: 0;
  margin: 0;
  color: black;
  text-transform: uppercase;
}
.global-sites #accordion > div:first-child [data-role="trigger"] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-sites #accordion > div:nth-last-child(1) [data-role="trigger"] {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 0;
}
.learn-more-link {
  color: white !important;
  text-decoration: underline;
  margin: 20px 0px 0px 0;
  display: inline-block;
  font-weight: normal !important;
}
.learn-more-link:after {
  content: " ";
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  background-image: url(../images/cta-arrow-white-right.svg);
  background-size: contain;
  margin: 0 0 -5px 11px;
  display: inline-block;
}
.learn-more-link.black {
  color: black !important;
}
.learn-more-link.black:after {
  filter: brightness(0);
}
.global-2-blocks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .global-2-blocks {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.global-2-blocks > div {
  color: black;
  width: 48%;
  min-height: 400px;
  border-radius: 20px;
  padding: 2rem 3rem;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fed105;
  background-size: cover;
  background-position: right center;
}
@media (max-width: 767px) {
  .global-2-blocks > div {
    width: 100%;
    min-height: 280px;
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global-2-blocks > div {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .global-2-blocks > div + div {
    margin-top: 2rem;
  }
}
.global-2-blocks h3 {
  font-size: 2.3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 26px;
  text-shadow: 0px 2px 9px rgb(0 0 0 / 60%);
}
@media (max-width: 767px) {
  .global-2-blocks h3 {
    font-size: 2rem;
  }
}
.global-2-blocks .btn-green {
  background: #00984c;
  color: white !important;
  border-radius: 10px;
  padding: 1rem 2.5rem;
}
@media (max-width: 767px) {
  .global-2-blocks .btn-green {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: normal;
  }
}
body.pixiedust .header.content .header.links {
  flex-grow: 1;
}
.global-contact-link {
  order: 4;
  z-index: 9;
  padding: 0;
  margin: 0 0 0 34px;
  list-style-type: none;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .global-contact-link {
    display: none;
  }
}
.global-contact-link:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: relative;
  top: 4px;
  left: -5px;
  background: url(../images/header-connect.svg) no-repeat center / auto auto;
}
.global-contact-link li {
  margin: 0;
  display: inline-flex;
}
.global-contact-link a {
  color: black !important;
  font-weight: 500 !important;
}
@media (min-width: 1350px) {
  .map-section-heading-link .main-title {
    margin-top: 10px;
    font-size: 2.7rem;
  }
}
body.pixiedust .header.content .country-select-pixie .country-options {
  padding: 8px 52px 8px 21px;
}
@media (max-width: 1349px) {
  body.pixiedust .header.content .country-select-pixie .country-options {
    padding: 4px 16px 6px 16px;
  }
}
@media (max-width: 1349px) {
  body.pixiedust .header.content .country-select-pixie {
    visibility: visible;
    background: #f2f4f5;
    border-radius: 24px;
    top: 2px;
    color: black;
    margin: -5px 0 -5px 0 !important;
    position: static;
  }
}
@media (max-width: 1349px) {
  .pixieStoreSwitcher {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1349px) {
  .pixieStoreSwitcher #flag_popup_toggle {
    color: black !important;
  }
}
.pixieStoreSwitcher:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-flex;
  background: url(../images/arrow-down-black.svg) no-repeat center / 14px;
  position: absolute;
  right: 15px;
  top: 12px;
}
@media (max-width: 1349px) {
  .pixieStoreSwitcher:after {
    display: none !important;
  }
}
.pixieStoreSwitcher .flag {
  color: black !important;
}
body.pixiedust .tl-account.noborder.pixieStoreSwitcher #flag_popup_toggle {
  color: black !important;
}
@media (max-width: 1349px) {
  body.pixiedust:not(._has-modal) .pixieStoreSwitcher .flag {
    padding: 0px 0 0px 34px !important;
    background-position: center left !important;
  }
}
#accordion [data-role="collapsible"][aria-expanded="true"] {
  border: solid 2px #00984b;
  padding: 25px 1rem 0px;
  margin-bottom: 10px;
}
#accordion [data-role="collapsible"][aria-expanded="true"] [data-role="trigger"] {
  background: transparent;
  border: none;
  padding: 0rem 0rem 1.5rem;
  border-bottom: solid 1px #e4e6e8 !important;
  margin-bottom: 1rem;
  border-radius: 0 !important;
}
#accordion [data-role="collapsible"][aria-expanded="true"] [data-role="trigger"] h4 {
  color: #00984b;
}
#accordion [data-role="collapsible"] li {
  width: 33%;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 0 8px 0;
}
@media (max-width: 379px) {
  #accordion [data-role="collapsible"] li {
    width: 100%;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #accordion [data-role="collapsible"] li {
    width: 49%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #accordion [data-role="collapsible"] li {
    width: 32%;
  }
}
#accordion [data-role="collapsible"] li a {
  color: black !important;
  font-weight: normal;
}
@media (min-width: 380px) and (max-width: 767px) {
  #accordion [data-role="collapsible"] li a {
    font-size: 0.9rem;
  }
}
#accordion [data-role="collapsible"] li a:before {
  content: " ";
  width: 36px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
  margin-bottom: -9px;
}
#accordion [data-role="collapsible"] li a:focus,
#accordion [data-role="collapsible"] li a:hover {
  text-decoration: underline;
}
#accordion [data-role="collapsible"] li.full-width {
  width: 100%;
  border-bottom: solid 1px #e4e6e8;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: inline-block;
  height: 11px;
}
#accordion [data-role="collapsible"] li:not(.full-width) {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
}
#accordion [data-role="collapsible"] li:not(.full-width).first-in-row {
  padding-left: 0;
}
@media (max-width: 379px) {
  #accordion [data-role="collapsible"] li:not(.full-width) {
    padding-left: 0;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #accordion [data-role="collapsible"] li:not(.full-width):nth-child(odd) {
    padding-left: 0;
  }
}
#accordion [data-role="collapsible"] li:not(.full-width):after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/country-select-arrow-grey.svg);
}
#accordion [data-role="collapsible"] li:not(.full-width):hover:after,
#accordion [data-role="collapsible"] li:not(.full-width):focus:after {
  background: url(../images/country-select-arrow-black-active.svg);
}
#accordion [data-role="collapsible"] li:not(.full-width):hover a,
#accordion [data-role="collapsible"] li:not(.full-width):focus a {
  text-decoration: underline !important;
}
body.pixiedust .map-page-blog.alt .blog-widget-recent-grid .post-list .post-holder .post-image img {
  border: solid 1px #ccc;
}
.global-sites [data-role="trigger"] {
  cursor: pointer;
}
.sf-image {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../images/sf-image.png);
  background-size: contain;
}
.sf-image.one {
  left: 40%;
  top: -60px;
  width: 60px !important;
  height: 60px;
}
@media (max-width: 1023px) {
  .sf-image.one {
    display: none;
  }
}
.sf-image.two {
  right: -130px;
  left: unset;
  height: 170px;
  width: 170px !important;
}
@media (max-width: 1023px) {
  .sf-image.two {
    display: none;
  }
}
.sf-image.three {
  left: 84%;
  top: 63%;
  width: 70px !important;
  height: 70px;
}
@media (max-width: 1023px) {
  .sf-image.three {
    display: none;
  }
}
@media (max-width: 768px) {
  #accordion {
    margin-top: 1rem;
  }
}
#accordion [data-role="collapsible"] li.oth a:before {
  background-image: url(../images/nav/basket.svg);
}
#accordion [data-role="collapsible"] li.glo a:before {
  background-image: url(../images/header-global.svg);
}
@media (max-width: 1349px) {
  body.pixiedust .nav-toggle {
    right: unset;
    top: 50% !important;
    transform: translateY(-50%);
    margin: 0;
    left: 0;
  }
}
@media (max-width: 1349px) {
  body.pixiedust .nav-toggle:after {
    font-size: 0.7rem !important;
    top: 8px !important;
  }
}
body.pixiedust .nav-toggle:before {
  top: 8px !important;
}
@media (max-width: 1349px) {
  body.pixiedust .header.content .logo {
    left: 32px !important;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 3px;
  }
}
@media (max-width: 1349px) {
  body.pixiedust .header.content .logo img {
    display: block;
    max-height: 50px !important;
    width: auto !important;
    position: relative;
    top: -2px;
  }
}
.map-section-heading-link > div:last-child.main-text {
  width: 85%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  display: inline-flex !important;
  margin-bottom: 65px;
}
@media (max-width: 1023px) {
  .map-section-heading-link > div:last-child.main-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .find-sunflower-head fieldset {
    margin-top: 7px;
    padding: 7px 0 12px 0 !important;
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
}
.find-sunflower-head form fieldset:last-child {
  border: none;
  padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .rowin3-slick-wrap {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .rowin3-slick-wrap .pm-fb {
    margin-top: 20px;
  }
}
body.pixiedust .header.content .header.links.canSee {
  opacity: 0;
}
body.pixiedust .page-footer {
  display: inline-block;
  width: 100%;
}
.page-main {
  padding: unset !important;
}
.blog-page .pm-block {
  margin-bottom: 4rem;
}
.amlocator-location-view #maincontent {
  padding-top: 41px !important;
}
@media (max-width: 767px) {
  body.pixiedust.global .header.content .logo img {
    max-width: 120px !important;
  }
}
body.pixiedust.global.cms-index-index .page-main {
  padding-top: 0 !important;
}
body.showList .map-hidden {
  display: none;
}
body:not(.showList) li.searchAddress .count {
  visibility: hidden !important;
}
body:not(.showList) .load-more-more {
  display: none !important;
}
body.showList .amlocator-pager-container {
  display: none;
}
.veryHidden {
  display: none !important;
  height: 0;
  pointer-events: none;
  opacity: 0;
}
