/* Custom */
.rei-action-banner {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Webflow */
.body {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1f513f;
  font-size: 18px;
}

.holder {
  max-width: 540px;
}

.rei-action-banner {
  width: 100%;
  height: 250px;
  margin-left: 0px;
  padding: 25px 25px;
  background-color: #f4f2ed;
}

.rei-action-banner-cols {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.rei-action-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rei-bullhorn.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.rei-action-banner-img-headline-mobile {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.rei-action-banner-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rei-action-banner-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rei-action-banner-copy {
  width: 100%;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: 'Graphik web', sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.rei-action-banner-btn {
  padding: 15px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 6px;
  background-color: #1f513f;
  color: #fff;
  font-size: 15px;
}

.rei-action-banner-headline-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .rei-action-banner {
    width: 100%;
    height: 250px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .rei-action-banner-headline-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .rei-action-banner {
    height: 270px;
    padding: 20px;
  }

  .rei-action-banner-col1 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .paragraph {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .rei-action-banner-btn {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
  }

  .rei-action-banner-img-headline-desktop {
    display: none;
  }

  .rei-action-banner-headline-mobile {
    display: block;
  }
}

@font-face {
  font-family: 'Reistuart web';
  src: url('../fonts/REIStuart-Medium-Web.woff2') format('woff2'), url('../fonts/REIStuart-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reistuart web';
  src: url('../fonts/REIStuart-MediumItalic-Web.woff2') format('woff2'), url('../fonts/REIStuart-MediumItalic-Web.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reistuart web';
  src: url('../fonts/REIStuart-Regular-Web.woff2') format('woff2'), url('../fonts/REIStuart-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reistuart web';
  src: url('../fonts/REIStuart-RegularItalic-Web.woff2') format('woff2'), url('../fonts/REIStuart-RegularItalic-Web.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Medium-Web.woff2') format('woff2'), url('../fonts/Graphik-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}