/*----- Proxima Nova -----*/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/assets/proxima_nova_semi_bold-webfont-ac841d18ad230eb5a1ec2e9b522cb216c70dd8ea7b7ec3da1395370ae7c184cd.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-2041571fb6f24c637b03dce17b74ede9a8388de19d88901c57b225ae2037dacc.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novalight';
  src: url(/fonts/proxima_nova_light-webfont.woff2) format("woff2"), url(/fonts/proxima_nova_light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url(/assets/proxima_nova_regular-webfont-ad5758b277318caaf5e037e033ab3f508465807e12412acd891f704584ca7dd1.woff2) format("woff2"), url(/assets/proxima_nova_regular-webfont-631d71b715369416af01b4e8e8890666ab44a283d7fbab3776620df25d57227a.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
/*----- Proxima  Nova Bold -----*/
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-8eee610eaa9e4d89694138f1c70297282d77692bc73251f4e10d0b25d6ab2381.woff2) format("woff2"), url(/assets/proxima-nova-bold-58bd78a0818eb-webfont-8eee610eaa9e4d89694138f1c70297282d77692bc73251f4e10d0b25d6ab2381.woff2) format("woff2");
  font-weight: normal;
  font-style: normal; }
/*----- Proxima  Nova Bold -----*/
/*----- Proxima Regular Nova -----*/
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/assets/ProximaNova-Regular-7d590a99e193e69b97f86af69f903be9040729565f8ba5a3f8dddbfb03ee97ad.woff) format("woff"), url(/assets/proxima_nova_regular-webfont-631d71b715369416af01b4e8e8890666ab44a283d7fbab3776620df25d57227a.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
/*----- Proxima Nova Regular  -----*/
/*----- Proxima Sami bold Nova -----*/
@font-face {
  font-family: 'proxima_novasemibold';
  src: url(/assets/proxima_nova_semi_bold-webfont-ac841d18ad230eb5a1ec2e9b522cb216c70dd8ea7b7ec3da1395370ae7c184cd.woff2) format("woff2"), url(/assets/proxima_nova_semi_bold-webfont-2041571fb6f24c637b03dce17b74ede9a8388de19d88901c57b225ae2037dacc.woff) format("woff");
  font-weight: normal;
  font-style: normal; }
/*----- Proxima Sami bold Nova -----*/
/*----- Proxima Nova -----*/
.deal-box {
  background-color: white; }

.deal-box p {
  font-family: proxima_nova_rgregular; }

.main-deal-header {
  margin: 0 auto;
  background-image: url(https://greenpal-production.s3.amazonaws.com/images/partners/hear-the-deals-head-bg.png);
  background-repeat: no-repeat;
  min-height: 124px;
  background-size: cover; }
  @media only screen and (max-width: 615px) {
    .main-deal-header {
      border-top-right-radius: 12px; } }

.deal-header {
  text-align: center;
  position: relative; }

.deal-header img {
  padding-top: 28px;
  padding-bottom: 23px; }

.deal-header h1 {
  margin: 0;
  font-size: 40px;
  line-height: 24px;
  color: #fff;
  font-family: 'proxima_nova_rgbold'; }
  @media only screen and (max-width: 430px) {
    .deal-header h1 {
      font-size: 30px; } }

.deal-container {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  margin: 0 auto;
  grid-template-columns: 1fr 5fr; }

.deal-side-box {
  background-color: darkred; }

.deal-content-box {
  background-color: white; }

.header-info {
  color: white; }

.partner-logo {
  padding: 25px;
  max-height: 25px;
  min-height: 25px;
  max-width: 180px; }

.border-box {
  border: 1px solid #dedede;
  background-color: white; }

.perk-title {
  text-align: center;
  background-color: #fff;
  margin: 0 auto; }
  .perk-title p {
    font-size: 34px;
    background-repeat: no-repeat;
    min-height: 46px;
    text-align: center;
    margin: 0 auto;
    background-position: top center;
    color: black;
    font-family: 'proxima_nova_rgbold';
    padding-top: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (max-width: 430px) {
      .perk-title p {
        font-size: 27px; } }

.value-offered {
  width: 75%;
  text-align: center;
  background-color: #fff;
  margin: 0 auto; }
  .value-offered p {
    font-size: 34px;
    background-image: url("https://greenpal-production.s3.amazonaws.com/images/partners/ecc-bottom-bg.png");
    background-repeat: no-repeat;
    min-height: 46px;
    text-align: center;
    margin: 0 auto;
    background-position: top center;
    color: #fff;
    font-family: "Honey", serif;
    padding-top: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (max-width: 430px) {
      .value-offered p {
        font-size: 24px; } }

.description {
  display: block;
  margin: 0 auto;
  padding: 50px 25px 25px 25px; }

.perk-content {
  padding: 25px; }
  .perk-content p {
    font-size: 16px;
    font-family: "Tiempos Text", serif;
    line-height: 22px; }

.redemption-guide {
  cursor: pointer;
  padding-left: 25px; }

.redemption-guide-heading {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px; }

.redemption-guide-paragraphs {
  align-content: center;
  margin: 0 auto;
  display: none; }
  .redemption-guide-paragraphs p {
    text-align: left;
    font-size: 17px;
    font-family: "Tiempos Text", serif;
    padding-bottom: 10px; }
  .redemption-guide-paragraphs ul {
    padding-left: 18px; }

@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none !important; } }

.perk-redeem-button {
  width: 150px;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  background-color: #8fb741;
  height: 30px;
  display: block;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin: 0 auto;
  text-align: center;
  line-height: 32px;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: 'proxima_novasemibold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.5s;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); }

.perk-button {
  width: 598px;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: initial;
  box-sizing: content-box;
  position: fixed;
  top: 85vh;
  background: inherit;
  transition: opacity 1s ease;
  visibility: visible;
  display: none; }

.hidden {
  opacity: 0;
  visibility: hidden; }

.perk-button-fixed {
  width: auto;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: initial;
  box-sizing: content-box; }

.arrow {
  vertical-align: sub;
  width: 15px;
  display: inline-block;
  padding: 0px 4px 2px 3px; }

.rotate {
  -webkit-transform: rotateZ(180deg);
  transition: all 0.25s ease-in-out;
  padding-top: 2px; }

.show-content {
  display: block !important;
  transition: all 0.25s ease-in-out; }

.perk-heading {
  display: block;
  margin: 0 auto;
  padding: 25px 25px 10px 25px;
  line-height: 20px;
  font-family: "Patron",sans-serif; }
  .perk-heading strong {
    font-weight: bold;
    font-family: "Patron",sans-serif; }
    @media (min-width: 1023px) {
      .perk-heading strong {
        font-size: 21px; } }

.content-heading {
  text-align: left;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 12px;
  font-family: "Patron",sans-serif; }
  .content-heading p {
    font-family: "Patron",sans-serif; }
  @media only screen and (max-width: 430px) {
    .content-heading {
      font-size: 17px; } }
  @media (min-width: 1023px) {
    .content-heading {
      font-size: 21px; } }

.content-paragraph {
  line-height: 1.88;
  font-family: "Tiempos Text", serif; }
  @media (min-width: 1023px) {
    .content-paragraph {
      font-size: 17px; } }

.webiste-button {
  display: flex; }

.contact-border {
  border: 1px solid #dedede;
  background-color: white; }

.more-perks {
  margin: 40px 16px 22px 3px; }

.more-perks-heading {
  font-size: 19px;
  font-family: "Patron",sans-serif;
  font-weight: bold;
  margin: 0px 0px 26px 15px; }

.more-perks-detail {
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
  background: #e8f1fd;
  color: #2f3033;
  font-family: "Patron", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin: 7px; }

.more-perks-detail:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #009fd9; }

.perks-spacing {
  margin: 30px 2px 75px; }

.perk-logo, .company-logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px; }

.perk-name {
  font-size: 14px;
  font-weight: 600;
  color: #2f3033;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.share-button {
  display: flex;
  padding: 0px;
  margin-bottom: 22px;
  margin-top: 22px;
  font-size: 14px !important;
  font-weight: bold;
  font-family: "Patron",sans-serif;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  @media (min-width: 395px) {
    .share-button {
      font-size: 17px !important; } }
  .share-button span {
    padding-right: 5px;
    color: #181b13; }
  .share-button img {
    position: relative;
    bottom: 2px;
    width: 24px;
    height: 21px; }
