@charset "utf-8";
/* CSS Document */
.fm-sus--btn {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: #ffffff !important;
  border-radius: 10em !important;
  border: 4px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  color: #313131 !important;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  min-width: 200px !important;
  opacity: 1;
  padding: 1em 2.5em !important;
  text-align: left !important;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fm-sus--btn::before, .fm-sus--btn::after {
  color: #333 !important;
  border-top: 0.15em solid transparent;
  border-bottom: 0.15em solid transparent;
  display: inline-block;
  font-size: 30px;
  left: auto !important;
  line-height: inherit !important;
  right: 30px !important;
  top: auto !important;
}
.fm-sus--btn::after {
  content: "" !important;
  border-left: 0.25em solid;
  border-right: 0;
  margin: 0 -0.5rem 0 1rem;
}
.fm-sus--btn:hover {
  border: 4px solid rgba(0, 0, 0, 0.1) !important;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fm-sus--btn a {
  color: #313131 !important;
}
.fm-sus--btn a:visited, .fm-sus--btn a:active {
  color: #313131 !important;
}
.fm-sus--btn a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  .fm-sus--btn.fm-sus--btn--medium {
    max-width: 300px;
  }
}
.fm-sus--btn.ly-icn-rev::after {
  content: none !important;
}
.fm-sus--btn.ly-icn-rev::before {
  content: "" !important;
  border-right: 0.25em solid;
  border-left: 0;
  margin: 0 1rem 0 -0.5rem;
  position: absolute;
  right: auto !important;
  left: 1.5rem !important;
}
.fm-sus--btn--back {
  border-radius: 0 !important;
  border-style: dotted !important;
  border-width: 5px !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  color: #999 !important;
  font-size: 18px !important;
  margin-top: 4rem;
  padding-left: 1rem !important;
}
.fm-sus--btn--back::before {
  border-bottom-width: 0 !important;
  border-left: 4px solid #bbb !important;
  border-right-width: 0 !important;
  border-top: 4px solid #bbb !important;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 30px !important;
  margin: 0;
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  width: 30px !important;
}
.fm-sus--btn--back:hover {
  border: 5px dotted #eee !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.fm-sus--btn--green {
  margin-bottom: 1rem;
}
.fm-sus--btn--green:not(:first-child) {
  margin-left: 0.5em;
}
.fm-sus--btn--green a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1bac4a;
  border-radius: 3rem;
  border: 4px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  padding: 0.2rem 1.5rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fm-sus--btn--green a::before {
  content: "";
  margin-right: 1em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.7em solid #ffffff;
}
.fm-sus--btn--green a:hover, .fm-sus--btn--green a:active {
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fm-sus--btn--green a:active {
  border-color: rgba(255, 255, 255, 0.2);
}
.fm-sus--btn--square .fm-sus--btn--green a {
  min-height: 4rem;
  width: 100%;
  border-radius: 0.5rem;
}

.fm-sus--btn--pdf a::before {
  background: transparent url(/content/dam/family/sustainability/icons/icon-pdf.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  border: none;
  height: 1.5em;
  margin: 0 0.5em 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5em;
}
.fm-sus--btn--pdf a .ly-mod-icn006 {
  display: none;
}
.fm-sus--btn--external a::before {
  background: transparent url(/content/dam/family/sustainability/icons/icon-external.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  border: none;
  height: 1.2em;
  margin: 0 0.2em 0 0;
  width: 1.2em;
}
.fm-sus--btn--external a .ly-mod-icn006 {
  display: none;
}

.ly-mod-btn.ly-ta-c.ly-icn-rev.fm-sus--btn {
  margin-top: 3em;
}

