@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("//cloudfront.startupmedia.com/gb/assets/fonts/ProximaNova/ProximaNova-Light.otf") format("opentype");
}

@font-face {
  font-family: 'ProximaNova-SemiBold';
  src: url("//cloudfront.startupmedia.com/gb/assets/fonts/ProximaNova/ProximaNova-Semibold.otf") format("opentype");
}

@font-face {
  font-family: 'ProximaNovaCond-Light';
  src: url("//cloudfront.startupmedia.com/gb/assets/fonts/ProximaNova/ProximaNovaCond-Light.otf") format("opentype");
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("//cloudfront.startupmedia.com/gb/assets/fonts/ProximaNova/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Comfortaa-Regular';
  src: url("//cloudfront.startupmedia.com/gb/assets/fonts/Comfortaa/Comfortaa_Regular.ttf") format("truetype");
}

/* Font Colors */

html {
  height: 100vh;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova-Light';
  height: 100vh;
  color: #4A4A4A;
}

b,
strong {
  font-family: 'ProximaNova-SemiBold';
  font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.gbLogo {
  font-family: 'Comfortaa-Regular' !important;
  letter-spacing: -0.5px;
  color: #1E5E75;
}

.gbLogo span {
  color: #5ACFCA;
  font-family: 'Comfortaa-Regular' !important;
}

.gbLogo sup {
  font-size: 12px;
}

.gb_font {
  font-family: 'Comfortaa-Regular';
}

.gb_font span {
  color: #23BFB8;
}

@media print {
  .noprint {
    display: none;
  }
}

@page {
  size: auto;
  margin: 0;
}

.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* Transparent Logo in Background */

.ggb-logo-background::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("//cdn.startupmedia.com/gb/imgs/global/gb/bg-circle-background.png");
  background-position: center;
  background-size: 80%, cover;
  background-repeat: no-repeat;
  opacity: 0.03;
  z-index: 0;
}

/* Tour the App Button */

.global__btn {
  position: relative;
  width: 250px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  background: #23BFB8;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  font-family: 'ProximaNova-Regular';
  /* box-shadow: 0 0 0 5px rgba(25,86,113,0.5); */
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
}

.global__btn:hover {
  background: #008f96;
}

.global__btn a {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.white__btn {
  position: relative;
  width: 250px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  /* box-shadow: 0px 2px 4px 0px #19556B, inset 0px 1px 1px 0px #5ACFCA; */
  /* box-shadow: 0 0 0 5px rgba(25,86,113,0.5); */
  border-radius: 3px;
  color: #23BFB8;
  border: 2px solid #23BFB8;
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
}

.white__btn:hover {
  background: #f1f1f1;
}

.white__btn a {
  color: #23BFB8;
  text-decoration: none;
  display: block;
}

/* Black Overlay */

@media only screen and (max-width: 600px) {
  .black_overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}

.blue__btn {
  position: relative;
  width: 250px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
  font-family: 'ProximaNova-Regular';
  border-radius: 25px;
  color: #FFF;
  background: #49639E;
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
}

.blue__btn:hover {
  background: #354A79;
}

.lightBlue__btn {
  position: relative;
  width: 250px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  /* box-shadow: 0px 2px 4px 0px #19556B, inset 0px 1px 1px 0px #5ACFCA; */
  /* box-shadow: 0 0 0 5px rgba(25,86,113,0.5); */
  border-radius: 3px;
  color: #FFF;
  background: #22C5FC;
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
}

.lightBlue__btn:hover {
  background: #1A98C3;
}

.blue__btn a,
.lightBlue__btn a {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.gray__btn {
  position: relative;
  width: 250px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  /* box-shadow: 0px 2px 4px 0px #19556B, inset 0px 1px 1px 0px #5ACFCA; */
  /* box-shadow: 0 0 0 5px rgba(25,86,113,0.5); */
  border-radius: 3px;
  color: #ADB1BA;
  border: 2px solid #ADB1BA;
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
}

.gray__btn:hover {
  background: #f1f1f1;
}

.gray__btn a {
  color: #ADB1BA;
  text-decoration: none;
  display: block;
}

/****************************************
	Access Anytime
****************************************/

.accessanytime {
  width: 100%;
  background-image: linear-gradient(-136deg, #0D355E 0%, #0D7E92 47%, #0EBFC0 100%);
  background-repeat: no-repeat;
  overflow: hidden;
}

.accessanytime h1 {
  position: relative;
  margin: 70px 0 0 0;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: 300;
}

.tour_access_container {
  position: relative;
  max-width: 910px;
  width: 90%;
  margin: 30px auto 45px auto;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.tour_access_visual {
  position: relative;
  max-width: 400px;
  width: 48%;
}

.tour_access_visual img {
  width: 100%;
  height: auto;
}

.tour_access_items {
  position: relative;
  width: 48%;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #FFF;
  line-height: 28px;
  font-weight: 300;
}

.tour_access_items li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: none;
}

.tour_access_items li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -25px;
  width: 10px;
  height: 10px;
  border: 2px solid #23BFB8;
  border-radius: 50%;
}

@media only screen and (max-width: 415px) {
  .accessanytime h1,
  .tour_access_items {
    margin-top: 30px;
  }

  .tour_access_container {
    margin-bottom: 25px;
  }
}

/****************************************
  Access Points
****************************************/

.accesspoints__wrapper {
  position: relative;
  max-width: 990px;
  width: 90%;
  margin: 90px auto;
}

.accesspoints__wrapper h1 {
  position: relatve;
  font-size: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.accesspoints__wrapper h1 img {
  height: 40px;
  width: auto;
  margin: 0 10px 0 0;
}

.accesspoints__txt {
  position: relative;
  margin: 5% 0;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
}

.accesspoints___devices {
  position: relative;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.accesspoints___device {
  position: relative;
  width: 33%;
  text-align: center;
}

.accesspoints___device img {
  height: 190px;
  width: auto;
  display: inline-block;
}

.accesspoints___device p {
  font-size: 22px;
  padding: 0px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 800px) {
  .accesspoints__txt {
    font-size: 18px;
    margin: 20px 0;
  }

  .accesspoints___device img {
    height: 130px;
  }
}

@media only screen and (max-width: 600px) {
  .accesspoints__txt {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
  }

  .accesspoints___device img {
    height: 90px;
  }

  .accesspoints___device p {
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .accesspoints___device {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 415px) {
  .accesspoints___device img {
    height: 70px;
  }

  .accesspoints___device p {
    font-size: 12px;
    margin: 10px 0 0 0;
  }

  .accesspoints__wrapper {
    margin: 50px auto 20px;
  }
}

/****************************************
  App Store
****************************************/

.appstore {
  position: relative;
  padding: 100px 0 30px 0;
  background: #F3F5F6;
}

.appstore__wrapper {
  max-width: 964px;
  width: 80%;
  padding: 30px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(74, 73, 74, 0.15);
}

.appstore__container {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

/*******************
  Top
*******************/

.appstore__top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.appstore__top__logo {
  width: 220px;
  height: 220px;
  background: url("//cdn.startupmedia.com/gb/imgs/global/gb/gb-icon-light.png") no-repeat;
  background-size: 100% 100%;
}

.appstore__top__content {
  margin: 0 0 0 20px;
  -ms-flex: 1;
      flex: 1;
}

.appstore__title {
  font-size: 30px;
}

.appstore__description {
  margin: 20px 0 0 0;
}

.appstore__description__title {
  font-size: 18px;
  font-family: 'ProximaNova-SemiBold';
  margin: 0;
  padding: 0;
}

.appstore__description__text {
  position: relative;
  font-size: 15px;
  line-height: 22px;
}

.appstore__cause_selection {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.appstore__cause_selection__title {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: 'ProximaNova-SemiBold';
  margin: 0 10px 0 0;
}

/*******************
  Slideshow
*******************/

.appstore__slider {
  position: relative;
  width: 100%;
  background: #EEEEEE;
  overflow: hidden;
  margin: 30px 0;
}

.appstore__slider__wrapper {
  margin: 20px;
}

.appstore__slider__title {
  position: relative;
  font-size: 16px;
  font-family: 'ProximaNova-SemiBold';
}

.appstore__slider__slider {
  position: relative;
  overflow-x: scroll;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  margin: 15px 0 0 0;
  -webkit-overflow-scrolling: touch;
}

.appstore__slider__slider img {
  height: 100%;
  width: auto;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*******************
  Slideshow
*******************/

.appstore__bottom__caption {
  position: relative;
  font-size: 18px;
  font-family: 'ProximaNova-SemiBold';
  text-align: center;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 820px) {
  .appstore__wrapper {
    width: 90%;
    padding: 20px 0;
  }

  .appstore__top {
    display: block;
    text-align: center;
  }

  .appstore__top__logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .appstore__top__content {
    margin: 0;
  }

  .appstore__cause_selection {
    display: block;
    text-align: center;
  }

  .cause_selection_btn {
    margin: 10px auto 0;
  }

  .appstore__description__text {
    font-size: 12px;
    line-height: 16px;
  }
}

/****************************************
  App Tour
****************************************/

/* Header */

.apptour__header {
  position: relative;
  text-align: center;
  padding: 100px 0 2%;
  background-color: #1E5E75;
  font-size: 38px;
  color: #FFF;
  font-family: 'ProximaNova-Regular';
}

/* Dahsboard */

.apptour__dashboard {
  position: relative;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  padding: 70px 0 0 0;
  margin-bottom: 40px;
}

.apptour_wrapper {
  position: relative;
  max-width: 1090px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  color: #FFF;
  font-size: 16px;
}

.apptour__left {
  position: relative;
  width: 45%;
  margin: auto;
}

.apptour__right {
  width: 45%;
}

.apptour__right img {
  height: 600px;
  display: block;
  margin: auto;
}

.apptour__left h1 {
  font-size: 32px;
  margin: auto;
  font-family: 'ProximaNova-SemiBold';
}

.apptour__left h2 {
  position: relative;
  font-size: 18px;
  line-height: 140%;
}

/* Merchant Offers */

.apptour__slide {
  position: relative;
}

.apptour__slide__wrapper {
  position: relative;
  max-width: 1050px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: 5% auto;
  text-align: left;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.apptour__slide__wrapper__right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  text-align: left;
}

.apptour__img {
  position: relative;
  display: block;
  height: 500px;
  width: 45%;
}

.apptour__slide__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 45%;
}

.apptour__slide__content {
  color: #565656;
  width: 100%;
  margin: 0 auto;
}

.apptour__slide__content img {
  width: 100%;
}

.apptour__slide__content h1 {
  font-size: 32px;
  margin: 5% 0 0 0;
  font-family: 'ProximaNova-SemiBold';
}

.apptour__slide__txt {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin: 5% 0 0 0;
  font-family: 'ProximaNova-Regular';
}

.apptour__btn {
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #23bfb8;
  border: 1px solid #23bfb8;
  background: #FFF;
  border-radius: 25px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.apptour__btn:after {
  position: absolute;
  top: 15px;
  margin: 0;
  right: 20px;
  color: #23bfb8;
  font-size: 15px;
}

.apptour__btn a {
  color: #23bfb8;
  text-decoration: none;
  display: block;
  padding: 14px 0;
  font-size: 16px;
  font-family: 'ProximaNova-Regular';
}

.apptour__btn:hover {
  background-color: #23bfb8;
  box-shadow: 0px 15px 20px rgba(35, 191, 184, 0.4);
  transform: translateY(-7px);
}

.apptour__btn a:hover {
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .apptour__left h1 {
    margin-top: 10%;
  }
}

@media only screen and (max-width: 800px) {
  .apptour_wrapper {
    font-size: 14px;
  }

  .apptour__left h1 {
    font-size: 24px;
  }

  .apptour__left h2 {
    font-size: 16px;
  }

  .apptour__slide__content h1 {
    font-size: 26px;
  }

  .apptour__slide__txt {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .apptour__header p {
    font-size: 18px;
  }

  .apptour__dashboard {
    padding: 45px 0 0 0;
  }

  .apptour_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    overflow: hidden;
    padding: 40px 0;
  }

  .apptour__right {
    width: 50%;
    margin: auto;
  }

  .apptour__left h1 {
    margin: 0;
    text-align: center;
  }

  .apptour__left h2 {
    text-align: center;
  }

  .apptour__left {
    width: auto;
  }

  .apptour__right {
    width: 100%;
  }

  .apptour__right img {
    height: 450px;
  }

  .apptour__left__list,
  .apptour__right__list {
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }

  .apptour__left__list li,
  .apptour__right__list li {
    margin: 20px 0 0;
    list-style-position: inside;
  }

  .apptour__slide__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 50px auto 30px;
  }

  .apptour__slide__content h1 {
    font-size: 20px;
    margin: 0px;
  }

  .apptour__slide__text {
    width: 100%;
  }

  .apptour__slide__txt {
    font-size: 16px;
    line-height: 140%;
    padding: 0 0 10px 0;
  }

  .apptour__slide__center {
    width: 100%;
  }

  .apptour__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .apptour__img {
    height: 400px;
    width: 100%;
  }
}

@media only screen and (max-width: 415px) {
  .tour_merchant_offers_container {
    margin-top: 2%;
  }

  .apptour__slide__right {
    display: none;
  }

  .apptour__slide__left {
    width: 40%;
  }

  .apptour__slide__left img {
    position: relative;
  }

  .apptour__slide__center {
    width: 60%;
  }

  .apptour__slide__content h1 {
    font-size: 24px;
  }

  .apptour__brands__container img {
    width: 90%;
  }

  .apptour__brands__img {
    margin-bottom: -2px;
  }

  .apptour__brands__header {
    margin-top: 5%;
  }

  .apptour__brands__txt {
    font-size: 12px;
    line-height: 16px;
  }

  .apptour__favs__container img {
    width: 90%;
  }
}

@media only screen and (max-width: 321px) {
  .apptour__slide__left {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .apptour__slide__content h1 {
    font-size: 16px;
    margin: 0;
  }

  .apptour__offer img {
    width: 100%;
  }
}

/****************************************
	Benefit Diagram
****************************************/

.benefitdiagram {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(-225deg, #1E5E75 0%, #0E9BA6 100%);
}

.benefitdiagram__content {
  position: relative;
  margin: 70px auto;
  max-width: 930px;
  width: 90%;
}

.benefitdiagram__header__header {
  position: relative;
  font-size: 44px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.benefitdiagram__header__header img {
  width: 270px;
  height: auto;
  margin: 5px 10px 0;
}

.benefitdiagram__header__phrase {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0;
}

.benefitdiagram__header__caption {
  position: relative;
  max-width: 660px;
  width: 90%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
}

.benefitdiagram__type__content {
  position: relative;
  max-width: 930px;
  width: 90%;
  margin: 85px auto;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefitdiagram__type__center {
  margin: 0 3.1666665%;
}

.benefitdiagram__type {
  position: relative;
  width: 30%;
}

.benefitdiagram__type__middle {
  float: none;
  margin: 20px auto 0 auto;
  text-align: center;
}

.benefitdiagram__type__img {
  text-align: center;
  margin: 40px 0 0;
}

.benefitdiagram__type__img img {
  width: 90%;
  height: auto;
}

.benefitdiagram__type__header {
  position: relative;
  font-size: 28px;
  color: #fff;
  font-weight: 100;
  margin: 0 0 40px;
}

.benefitdiagram__type__header img {
  height: 22px;
  width: auto;
  margin: 0 3px 0 0;
  display: inline-block !important;
}

.benefitdiagram__type__header:after {
  content: '';
  position: absolute;
  width: 38px;
  height: 2px;
  background: #81dbd7;
  margin: 40px 0 0;
  left: 0;
}

.benefitdiagram__type__middle .benefitdiagram__type__header:after {
  content: '';
  position: absolute;
  width: 38px;
  height: 2px;
  background: #81DBD7;
  margin: 40px auto 0 auto;
  left: 0px;
  right: 0px;
}

.benefitdiagram__type__caption {
  position: relative;
  font-size: 14px;
  color: #FFF;
  line-height: 24px;
}

.benefitdiagram__type__btn {
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  background: rgba(30, 94, 117, 0.4);
  border-radius: 3px;
  cursor: pointer;
  z-index: 10;
  transition: .5s;
}

.benefitdiagram__type__btn:after {
  content: '>';
  position: absolute;
  top: 15px;
  margin: 0;
  right: 20px;
  color: #FFF;
  font-size: 15px;
}

.benefitdiagram__type__btn a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}

.benefitdiagram__type__btn:hover {
  background: #0D4A60;
}

.benefitdiagram__type__middle .benefitdiagram__type__btn {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .benefitdiagram__type__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .benefitdiagram__type {
    float: none;
    width: 30%;
  }

  .benefitdiagram__type__center,
  .benefitdiagram__type__img {
    display: none;
  }

  .benefitdiagram__clear {
    display: none;
  }

  .benefitdiagram__type__middle {
    float: left;
    margin: 0;
    text-align: left;
  }

  .benefitdiagram__type__middle .benefitdiagram__type__header:after {
    margin: 40px 0 0 0;
  }

  .benefitdiagram__type__btn {
    font-size: 12px;
  }

  .benefitdiagram__type__btn:after {
    display: none;
  }
}

@media only screen and (max-width: 810px) {
  .benefitdiagram__type__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .benefitdiagram__header__header {
    font-size: 30px;
  }

  .benefitdiagram__header__header img {
    width: 150px;
  }

  .benefitdiagram__header__phrase {
    font-size: 20px;
  }

  .benefitdiagram__header__caption {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .benefitdiagram__header__header {
    font-size: 22px;
  }

  .benefitdiagram__header__header img {
    width: 100px;
  }

  .benefitdiagram__header__phrase {
    font-size: 16px;
  }

  .benefitdiagram__header__caption {
    font-size: 14px;
  }

  .benefitdiagram__type__header {
    font-size: 22px;
  }

  .benefitdiagram__type__header img {
    height: 18px;
  }

  .benefitdiagram__type__caption {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 415px) {
  .benefitdiagram__content {
    margin: 30px auto;
  }

  .benefitdiagram__header__header {
    font-size: 16px;
  }

  .benefitdiagram__type__content {
    margin: 0 auto;
    display: block;
  }

  .benefitdiagram__type {
    width: 100%;
    margin-bottom: 40px;
  }
}

/****************************************
  Brand Access
****************************************/

.brandaccess {
  position: relative;
}

.brandaccess__wrapper {
  position: relative;
  max-width: 940px;
  width: 90%;
  margin: 8% auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.brandaccess__img {
  position: relative;
  width: 45%;
}

.brandaccess__img img {
  width: 100%;
  height: auto;
}

.brandaccess_txt {
  position: relative;
  width: 45%;
}

.brandaccess_txt h1 {
  position: relative;
  font-size: 32px;
  margin: 0 0 40px 0;
}

.brandacceess__caption {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #73737A;
}

@media only screen and (max-width: 810px) {
  .brandaccess_txt h1 {
    margin: 0 0 20px 0;
  }

  .brandacceess__caption {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .brandaccess__img {
    display: none;
  }

  .brandaccess_txt {
    width: 100%;
  }
}

/****************************************
  Brands
****************************************/

.brands {
  position: relative;
  width: 100%;
  padding: 2% 0;
  background: #F3F5F6;
}

.brands__wrapper {
  position: relative;
  max-width: 1040px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin: 0 auto;
}

.brands__wrapper img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 50px;
  margin: 20px;
}

@media only screen and (max-width: 600px) {
  .brands__wrapper img {
    max-width: 80px;
    max-height: 25px;
    margin: 10px;
  }
}

/****************************************
	Brining Greenback
****************************************/

.cause_incentive {
  width: 100%;
  background-image: linear-gradient(-136deg, #0D355E 0%, #0D7E92 47%, #0EBFC0 100%);
  background-position: center;
  overflow: hidden;
}

.cause_incentive:before {
  content: "";
  background: url("//cdn.startupmedia.com/gb/imgs/global/gb/bg-circle-background.png");
  background-position: center;
  background-size: 80%, cover;
  background-repeat: no-repeat;
  opacity: 0.03;
  top: 12.5%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.cause_incentive h1 {
  position: relative;
  margin: 70px 0 0 0;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: 300;
}

@media only screen and (max-width: 600px) {
  .cause_incentive h1 {
    font-size: 26px;
  }
}

.cause_incentive h2 {
  position: relative;
  margin: 15px 0 0 0;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cause_incentive h2 {
    font-size: 16px;
  }
}

.cause_incent_container {
  position: relative;
  max-width: 910px;
  width: 90%;
  margin: 30px auto 45px auto;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cause_incent_visual {
  position: relative;
  max-width: 400px;
  width: 48%;
}

.cause_incent_visual img {
  width: 100%;
  height: auto;
}

.cause_incent_items {
  position: relative;
  width: 48%;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #FFF;
  line-height: 28px;
  font-weight: 300;
}

.cause_incent_items li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: none;
}

.cause_incent_items li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -25px;
  width: 10px;
  height: 10px;
  border: 2px solid #23BFB8;
  border-radius: 50%;
}

.cause_incent_join {
  position: relative;
  margin: 40px auto;
}

@media only screen and (max-width: 1024px) {
  .cause_incentive {
    background: linear-gradient(-136deg, #0D355E 0%, #0D7E92 47%, #0EBFC0 100%);
  }
}

@media only screen and (max-width: 810px) {
  .cause_incent_visual,
  .tour_access_visual {
    width: 100%;
    margin: 0 auto;
  }

  .cause_incent_items,
  .tour_access_items {
    width: 100%;
    margin: 0 0 0 30px;
  }
}

@media only screen and (max-width: 600px) {
  .cause_incent_items,
  .tour_access_items {
    font-size: 14px;
  }
}

@media only screen and (max-width: 415px) {
  .cause_incentive h1 {
    margin: 30px auto 0 auto !important;
    line-height: 40px;
    width: 85%;
  }

  .cause_incent_container {
    margin-bottom: 0px;
  }
}

/****************************************
  My Cause Portal
****************************************/

.mycauseportal {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, #0E9BA6 0%, #1E5E75 63%);
}

.mycauseportal__container {
  position: relative;
  max-width: 860px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: 4% auto;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}

.mycauseportal__txt {
  width: 60%;
}

.mycauseportal__img {
  width: 40%;
}

.mycauseportal__header {
  font-size: 32px;
  margin: 4% 0;
}

.mycauseportal__caption {
  position: relative;
  max-width: 360px;
  width: 90%;
  font-size: 16px;
  line-height: 26px;
}

.mycauseportal__img img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 600px) {
  .mycauseportal__img {
    display: none;
  }

  .mycauseportal__txt,
  .mycauseportal__caption {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

/****************************************
	Circle Section
****************************************/

.circlesection {
  position: relative;
}

.circlesection__top,
.circlesection__bottom {
  position: relative;
}

.circlesection__top img,
.circlesection__bottom img {
  width: 100%;
  height: auto;
  display: block;
}

.circlesection__top__clause,
.circlesection__bottom__clause {
  position: absolute;
  font-size: 70px;
  color: #FFF;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.circlesection__top__clause {
  top: 120px;
}

.circlesection__bottom__clause {
  bottom: 120px;
}

.circlesection__top__clause span,
.circlesection__bottom__clause span {
  position: relative;
  display: block;
  margin: 0 0 0 220px;
}

.circlesection__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 476px;
  height: 476px;
  z-index: 100;
  margin: -238px 0 0 -238px;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  line-height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: url("//cdn.startupmedia.com/gb/imgs/global/gb/bg-circle-background-dark.png") no-repeat #fff;
  background-size: 70%;
  background-position: 34% 58%;
}

.circlesection__circle p {
  width: 80%;
  margin: 0 auto;
  padding: 0px;
}

@media only screen and (max-width: 1280px) {
  .circlesection__top__clause,
  .circlesection__bottom__clause {
    font-size: 50px;
  }

  .circlesection__top__clause {
    top: 80px;
  }

  .circlesection__bottom__clause {
    bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .circlesection__top__clause span,
  .circlesection__bottom__clause span {
    display: inline;
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  .circlesection__circle {
    left: 0px;
    width: 100%;
    height: 90px;
    margin: -45px 0 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 20px;
    line-height: 22px;
    background: #FFF;
  }
}

@media only screen and (max-width: 600px) {
  .circlesection__top__clause,
  .circlesection__bottom__clause {
    font-size: 30px;
  }

  .circlesection__top__clause {
    top: 40px;
  }

  .circlesection__bottom__clause {
    bottom: 40px;
  }

  .circlesection__circle {
    font-size: 14px;
    line-height: 22px;
  }
}

.cause_services {
  position: relative;
  margin: 80px 0;
}

.cause_service_phrase {
  position: relative;
  font-size: 36px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.cause_service_caption {
  position: relative;
  max-width: 630px;
  width: 90%;
  font-size: 16px;
  margin: 20px auto 0 auto;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}

.cause_services {
  position: relative;
  max-width: 1012px;
  width: 90%;
  margin: 55px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cause_service {
  position: relative;
  clear: both;
  max-width: 470px;
  max-width: 50%;
  width: 48%;
  margin: 0 0 35px 0;
  display: -ms-flexbox;
  display: flex;
}

.cause_service_icon {
  position: relative;
  height: 44px;
  padding: 0 35px 10px 0;
  float: left;
}

@media only screen and (max-width: 600px) {
  .cause_service_icon {
    display: none;
  }
}

.cause_service_icon img {
  width: auto;
  height: 100%;
}

.cause_service_icons {
  font-size: 44px;
  color: #1E5E75;
}

.cause_service_text {
  position: relative;
  float: right;
  max-width: 398px;
  font-size: 14px;
  line-height: 18px;
}

.cause_service_text h1 {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0px;
  font-size: 18px;
}

.cause_service_text a {
  color: #4A90E2;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .cause_services {
    display: block;
  }

  .cause_service {
    width: 100%;
    max-width: 100%;
  }

  /* 	.cause_service_text { float: none; } */

  .cause_service_text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4%;
  }
}

@media only screen and (max-width: 415px) {
  .cause_services {
    margin: 40px auto;
  }
}

/****************************************
  Enjoy Options
****************************************/

.enjoyoptions {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  display: block;
}

.enjoyoptions__wrapper {
  position: relative;
  max-width: 880px;
  width: 90%;
  margin: 80px auto 0 auto;
  color: #FFF;
  text-align: center;
}

.enjoyoptions__wrapper h1 {
  position: relative;
  font-size: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.enjoyoptions__wrapper h1 img {
  width: 40px;
  height: auto;
  margin: 0 10px 0 0;
}

.enjoyoptions__wrapper h2 {
  position: relative;
  font-size: 28px;
  margin: 40px 0 15px 0;
}

.enjoyoptions__options {
  line-height: 26px;
  font-size: 14px;
}

.enjoyoptions__options span {
  margin: 0 10px;
  color: #81DBD7;
}

.enjoyoptions__img {
  position: relative;
  max-width: 650px;
  width: 90%;
  margin: 5% auto;
}

.enjoyoptions__img img {
  width: 100%;
  height: auto;
}

.enjoyoptions__brands {
  position: relative;
  width: 100%;
  padding: 0 0 2% 0;
  background: rgba(255, 255, 255, 0.2);
}

.enjoyoptions__brands p {
  width: 100%;
  margin: 0px;
  padding: 2% 0 1% 0;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}

.enjoyoptions__brands .brands {
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .enjoyoptions__wrapper h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 415px) {
  .enjoyoptions__wrapper {
    margin-top: 50px;
  }
}

.fundraising {
  position: relative;
  width: 100%;
  /*****************
  Header
*****************/
  /*****************
  Donation
*****************/
  /*****************
  Details
*****************/
  /*****************
  Share
*****************/
}

.fundraising .header__wrapper {
  position: relative;
  padding: 105px 0 40px 0;
  background: linear-gradient(90deg, #1E5E75 0%, #0E9BA6 63%);
}

@media screen and (max-width: 780px) {
  .fundraising .header__wrapper {
    padding: 75px 0 10px 0;
  }
}

.fundraising .header__wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(//cdn.startupmedia.com/greenback/icons/gb-icon-white-transparent.png) no-repeat center;
  background-size: 430px auto;
  opacity: 0.09;
}

.fundraising .header__wrapper .header {
  position: relative;
  max-width: 875px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 780px) {
  .fundraising .header__wrapper .header {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.fundraising .header__wrapper .header__img {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fundraising .header__wrapper .header__img__secondary {
  position: absolute;
  bottom: 0px;
  right: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fundraising .header__wrapper .header__pitch {
  position: relative;
  max-width: 560px;
  width: 90%;
  margin: 0 0 0 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 780px) {
  .fundraising .header__wrapper .header__pitch {
    margin: 20px auto;
  }
}

.fundraising .header__wrapper .header__pitch h3 {
  max-width: 260px;
  width: 90%;
  font-style: italic;
  margin: 10px 40px 0 auto;
}

.fundraising .donation {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 50px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 780px) {
  .fundraising .donation {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.fundraising .donation__btns {
  position: relative;
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .fundraising .donation__btns {
    margin-top: 40px;
  }
}

.fundraising .donation__btns .btn {
  margin: 20px 0 0 0;
}

.fundraising .donation__details {
  position: relative;
  max-width: 560px;
  width: 90%;
  margin: 0 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .fundraising .donation__details {
    margin: 0;
  }
}

.fundraising .donation__details h2 {
  color: #1E5E75;
}

.fundraising .donation__tabs {
  position: relative;
  font: 20px 'ProximaNova-Light';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9B9B9B;
}

.fundraising .donation__tabs .tab {
  font: 16px 'ProximaNova-SemiBold';
  cursor: pointer;
  padding: 10px;
}

.fundraising .donation__tabs .tab--subunit {
  color: #23BFB8;
}

.fundraising .donation__tabs .tab--unit {
  color: #FF6200;
}

.fundraising .donation__bar {
  position: relative;
  margin: 40px auto 20px auto;
  width: 100%;
  height: 25px;
  border-radius: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.fundraising .donation__bar--progress {
  position: relative;
  height: 25px;
  width: 0;
  border-radius: 0;
  transition: all 0.8s ease;
}

.fundraising .donation__bar--progress--unit {
  background-image: linear-gradient(-135deg, #FF9D00 0%, #FF6200 100%);
}

.fundraising .donation__bar--progress--subunit {
  background: linear-gradient(-135deg, #287C8B 0%, #2DBBB7 100%);
}

.fundraising .donation__amounts {
  font-size: 20px;
  text-align: center;
}

.fundraising .donation__amounts span {
  font: 24px 'ProximaNova-SemiBold';
}

.fundraising .donation__amounts .green {
  color: #23BFB8;
}

.fundraising .donation__amounts .blue {
  color: #1E5E75;
}

.fundraising .donation__amounts .orange {
  color: #FF6200;
}

.fundraising .donation .daysLeft {
  position: relative;
  margin: 20px auto 0 auto;
  font: 18px 'ProximaNova-SemiBold';
  width: 175px;
  padding: 8px 0;
  color: #1E5E75;
  background: rgba(44, 187, 183, 0.3);
  border-radius: 5px;
}

.fundraising .donation .daysLeft--endingSoon {
  color: #DA3B16;
}

.fundraising .details {
  position: relative;
  width: 100%;
  background: #F3F5F6;
  overflow: hidden;
}

.fundraising .details__wrapper {
  position: relative;
  max-width: 1120px;
  width: 90%;
  margin: 30px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .fundraising .details__wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin: 15px auto;
  }
}

.fundraising .details__col {
  position: relative;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (max-width: 780px) {
  .fundraising .details__col {
    margin: 0 auto;
  }
}

.fundraising .details__row {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .fundraising .details__row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.fundraising .details__card {
  width: 100%;
  min-height: 512px;
  position: relative;
  margin: 10px;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 780px) {
  .fundraising .details__card {
    margin: 10px auto;
    max-width: 780px;
    min-height: auto;
    width: 100%;
    height: auto;
  }
}

.fundraising .details__card__title {
  position: relative;
  margin: 0 0 5px 0px;
  height: 25px;
  font: 18px 'ProximaNova-SemiBold';
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fundraising .details__card__box {
  background: #FFF;
  padding: 20px;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.fundraising .details__card__box p {
  font-size: 16px;
  margin: 0 0 30px 10px;
  line-height: 1.5;
}

.fundraising .details__card__box p:last-of-type {
  margin: 0 0 0 10px;
}

.fundraising .details__card__box img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.fundraising .details__card__box a {
  color: #333;
}

.fundraising .details__card__box--img {
  position: relative;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.fundraising .details .w33 {
  width: 33.3333%;
}

.fundraising .details .w50 {
  width: 50%;
}

.fundraising .details .w66 {
  width: 66.6666%;
}

.fundraising .details .h100 {
  height: auto;
}

@media screen and (max-width: 780px) {
  .fundraising .details .w33,
  .fundraising .details .w50,
  .fundraising .details .w66 {
    width: 100%;
  }
}

.fundraising .details__footer {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 30px auto 60px auto;
  font-size: 30px;
  text-align: center;
}

.fundraising .share {
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.fundraising .share__box {
  position: relative;
  max-width: 700px;
  border-radius: 4px;
  width: 90%;
  background: #FFF;
  text-align: center;
  display: block;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.fundraising .share__wrapper {
  padding: 40px;
}

.fundraising .share__details {
  position: relative;
  max-width: 400px;
  width: 90%;
  line-height: 1.8;
  margin: 20px auto;
  font-size: 20px;
}

@media screen and (max-width: 780px) {
  .fundraising .share__details {
    font-size: 16px;
  }
}

.fundraising .share__btns {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fundraising .share__btn {
  position: relative;
  margin: 0 5px;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 780px) {
  .fundraising .share__btn {
    width: 80px;
    margin: 10px 5px;
  }
}

.fundraising .share__btn a {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .fundraising .share__btn a {
    width: 45px;
    height: 45px;
  }
}

.fundraising .share__btn a img {
  width: 100%;
}

.fundraising .share__btn p {
  font-size: 14px;
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
}

.fundraising .share__copy {
  position: relative;
  max-width: 450px;
  width: 90%;
  margin: 30px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 780px) {
  .fundraising .share__copy {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.fundraising .share__copy input {
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  font-size: 14px;
  text-indent: 5px;
}

.fundraising .share__copy__btn {
  position: relative;
  font: 18px 'ProximaNova-SemiBold';
  margin: 0 0 0 15px;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .fundraising .share__copy__btn {
    margin: 10px 0 0 0;
  }
}

.fundraising .share__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #DA3B16;
  font: 18px 'ProximaNova-SemiBold';
  cursor: pointer;
}

.fundraising h1 {
  font-family: 'ProximaNova-Light';
  font-size: 32px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.fundraising h1 span {
  font-family: 'ProximaNova-SemiBold';
}

@media screen and (max-width: 580px) {
  .fundraising h1 {
    font-size: 22px;
  }
}

.fundraising h2 {
  font-family: 'ProximaNova-Light';
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.fundraising h2 span {
  font-family: 'ProximaNova-SemiBold';
}

@media screen and (max-width: 946px) {
  .fundraising h2 {
    font-size: 18px;
  }
}

.fundraising h3 {
  font-family: 'ProximaNova-Light';
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.fundraising h3 span {
  font-family: 'ProximaNova-SemiBold';
}

.fundraising h4 {
  font-family: 'ProximaNova-Light';
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 946px) {
  .fundraising h4 {
    font-size: 14px;
  }
}

.fundraising h4 span {
  font-family: 'ProximaNova-SemiBold';
}

.fundraising h5 {
  font-family: 'ProximaNova-Light';
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.fundraising p {
  font-size: 18px;
}

@media screen and (max-width: 580px) {
  .fundraising p {
    font-size: 14px;
  }
}

/****************************************
  	Give n Get
****************************************/

.givenget {
  position: relative;
  margin: 50px auto;
  max-width: 1050px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.givenget__wrapper {
  position: relative;
  width: 38%;
  padding: 4% 3.5%;
}

.givenget__divider {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  width: 1px;
  background: #D6D6D6;
}

.givenget__icon {
  position: relative;
  height: 65px;
  text-align: center;
}

.givenget__icon img {
  height: 100%;
  display: inline-block;
}

.givenget__header {
  position: relative;
  margin: 30px auto;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

.givenget__caption {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.givenget__img,
.givenget__img--offers {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 50px 0 0 0;
}

.givenget__img img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  display: inline-block !important;
}

.givenget__img--offers img {
  width: 100%;
  display: inline-block !important;
}

@media only screen and (max-width: 600px) {
  .givenget {
    display: block;
  }

  .givenget__wrapper {
    width: 100%;
    padding: 0px;
    margin: 0 0 60px 0;
  }

  .givenget__divider {
    display: none;
  }
}

/****************************************
  Savings Anytime, Anywhere
****************************************/

.helpothers {
  position: relative;
  width: 100%;
}

.helpothers__img {
  position: relative;
}

.helpothers__img img {
  width: 100%;
  display: block;
}

.helpothers__content {
  position: absolute;
  top: 15%;
  max-width: 425px;
  width: 90%;
  left: 25%;
  color: #FFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.helpothers__content h1 {
  position: relative;
  font-size: 70px;
  max-width: 300px;
  width: 100%;
  margin: 0 0 5% 0;
}

.helpothers__txt {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 810px) {
  .helpothers__content {
    top: 5%;
    text-align: center;
    width: 90%;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .helpothers__content h1 {
    max-width: 90%;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 600px) {
  .helpothers__content h1 {
    font-size: 28px;
  }

  .helpothers__txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 415px) {
  .helpothers__txt {
    font-size: 14px;
    line-height: 22px;
  }

  .helpothers__content {
    top: 12%;
  }
}

/****************************************
	Help Others Save Money Full
****************************************/

.helpotherssavemoney {
  position: relative;
}

.helpotherssavemoney__img {
  position: relative;
  width: 100%;
}

.helpotherssavemoney__img img {
  width: 100%;
  display: block;
}

.helpotherssavemoney__wrap {
  position: absolute;
  width: 70%;
  height: 70%;
  left: 15%;
  right: 15%;
  top: 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.helpotherssavemoney__txt {
  position: relative;
  font-size: 38px;
  color: #FFF;
  z-index: 500;
}

.helpotherssavemoney__txt-second {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.helpotherssavemoney__caption {
  position: relative;
  font-size: 20px;
  max-width: 360px;
  width: 90%;
  text-shadow: 1px 1px 2px #000000;
}

@media only screen and (max-width: 1100px) {
  .helpotherssavemoney__caption {
    font-size: 18px;
  }
}

@media only screen and (max-width: 920px) {
  .helpotherssavemoney__wrap {
    width: 80%;
    left: 10%;
    right: 10%;
  }

  .helpotherssavemoney__txt {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 32px;
  }

  .helpotherssavemoney__caption {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .helpotherssavemoney__wrap {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    background-image: linear-gradient(90deg, #1E5E75 0%, #0E9BA6 63%);
  }

  .helpotherssavemoney__txt {
    margin: 0 30px;
    font-size: 18px;
    width: 45%;
  }

  .helpotherssavemoney__caption {
    font-size: 14px;
  }
}

/****************************************
  Help Others Save Money Light
****************************************/

.helpothers {
  position: relative;
}

.helpothers__img {
  position: relative;
  width: 100%;
}

.helpothers__img img {
  width: 100%;
}

.helpothers_caption {
  position: absolute;
  top: 130px;
  margin-left: -2.5%;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 70px;
}

.helpothers_caption span {
  display: block;
  margin: 10px 0 0 15%;
}

@media only screen and (max-width: 1280px) {
  .helpothers_caption {
    font-size: 50px;
    top: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .helpothers_caption {
    font-size: 30px;
    top: 60px;
  }
}

@media only screen and (max-width: 415px) {
  .helpothers_caption {
    font-size: 20px;
    top: 40px;
  }
}

/******************************
  Header
******************************/

.landing__header {
  position: relative;
  padding: 100px 0 20px 0;
  background: #FFF;
  overflow: hidden;
}

.landing__header:before {
  content: '';
  position: absolute;
  top: 0;
  height: 56%;
  max-height: 480px;
  width: calc(100% + (10% * 2));
  left: -10%;
  background-image: linear-gradient(90deg, #1E5E75 0%, #0E9BA6 63%);
  border-bottom-left-radius: 100% 15vw;
  border-bottom-right-radius: 100% 15vw;
}

.landing_header__wrapper {
  position: relative;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* Header Details */

.landing_header__col-left {
  position: relative;
  width: 600px;
  margin: 0 0 0 5%;
}

.header__top {
  position: relative;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto 15% auto;
  max-width: 600px;
  width: 100%;
  line-height: 140%;
  font-family: 'ProximaNova-SemiBold';
}

.header_top__img {
  height: 50px;
  margin: 50px 0 30px 0;
}

.header_top__img img {
  width: auto;
  height: 100%;
}

.header_top__img--double {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 30px 0;
}

.header_top__img img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}

.header_top__img--sponsor {
  max-height: 110px !important;
  height: auto !important;
  width: auto !important;
  max-width: 200px !important;
}

.header_top__img--gb {
  height: 50px;
  width: auto;
}

.header_top__stores {
  position: relative;
  width: 260px;
  margin: 30px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header_top__stores img {
  width: 120px;
  height: auto;
}

/* If you're looking for headerBottom or Subentity search, look at the components */

/* Video Phone */

.landing_header__col-right {
  position: relative;
  width: 283px;
  height: 660px;
  display: block;
  transform-origin: 50% 0;
}

.video_phone {
  background: url("//cdn.startupmedia.com/gb/imgs/global/devices/iphone.png") no-repeat center;
  background-size: 100% 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .landing__header:before {
    height: 54%;
    max-height: 440px;
  }

  .header__top {
    font-size: 20px;
    margin: 0 auto 15% auto;
  }

  .header_top__img {
    height: 40px;
  }

  .landing_header__col-right {
    width: 226px;
    height: 528px;
  }

  .video_phone {
    margin: 0 auto;
  }

  .landing_header__col-left {
    position: relative;
    width: 450px;
    margin: 0 auto;
  }

  .header_bottom__causes,
  .header_bottom__providers {
    margin-top: 15px;
  }

  .header_bottom__review {
    font-size: 12px;
  }

  .header_top__img--sponsor {
    max-width: 120px !important;
  }
}

@media only screen and (max-width: 780px) {
  .landing__header:before {
    display: none;
  }

  .landing__header {
    padding: 0 0 10px 0;
    width: 100%;
  }

  .landing_header__wrapper {
    width: 100%;
  }

  .header__top {
    background-image: linear-gradient(90deg, #1E5E75 0%, #0E9BA6 63%);
    padding: 100px 20px 30px;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }

  .header_top__img {
    margin-top: 0;
  }

  .landing_header__col-right {
    display: none;
  }

  .landing_header__col-left {
    width: 100%;
    margin: 0;
  }

  .header_top__img--double {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .header_top__img--double img {
    margin: 20px auto 0 auto;
  }

  .header_top__img--sponsor {
    height: 60px !important;
  }

  .header_top__img--gb {
    height: 40px;
  }

  .header_bottom__providers {
    width: 90%;
  }
}

@media only screen and (max-width: 780px) {
  .header_top__img {
    height: auto;
    max-width: 300px;
    margin: 0 auto 50px;
  }

  .header_top__img img {
    height: auto;
    width: 90%;
  }

  .header_top__pitch {
    font-size: 16px;
  }

  .header_top__stores {
    width: 220px;
    margin-top: 15px;
  }

  .header_top__stores img {
    width: 100px;
  }

  .header_bottom__pitch {
    font-size: 18px;
    margin-top: 25px;
  }

  .landing_review {
    font-size: 16px !important;
    line-height: 20px;
  }
}

/******************************
  Review
******************************/

.landing_review_wrapper {
  position: relative;
  padding: 2.5% 0;
  background: #F3F5F6;
}

.landing_review {
  position: relative;
  max-width: 900px;
  width: 90%;
  font-size: 22px;
  color: #1E5E75;
  margin: 0 auto;
  text-align: center;
}

.landing_review span {
  position: relative;
  display: block;
  font-style: italic;
}

/***************************
	Sponsor Info
***************************/

.landing__sponsor_info {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.sponsor_info__img {
  position: relative;
  width: 50%;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

.sponsor_info__img img {
  width: 100%;
  height: auto;
}

.sponsor_info__text_wrapper {
  position: relative;
  width: 50%;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

.sponsor_info__text {
  position: relative;
  margin: 5%;
}

.sponsor_info__text_header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  color: #1E5E75;
}

.sponsor_info__text_caption {
  position: relative;
  color: #1E5E75;
  line-height: 18px;
}

@media only screen and (max-width: 800px) {
  .landing__sponsor_info {
    display: block;
    margin: 50px auto;
  }

  .sponsor_info__text_wrapper {
    width: 100%;
  }

  .sponsor_info__img {
    width: 90%;
    margin: 0 auto;
  }
}

/***************************
	Sponsor about cause
***************************/

.landing_sponsor_cause {
  position: relative;
  border: 1px solid #979797;
  margin: 50px auto;
  width: 90%;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

@media only screen and (max-width: 800px) {
  .landing_sponsor_cause {
    display: block;
  }
}

.header__bottom {
  position: relative;
  padding: 20px 0 0 0;
}

@media only screen and (max-width: 780px) {
  .header__bottom {
    padding: 10px 0 0 0;
  }
}

.header_bottom__pitch {
  position: relative;
  width: 100%;
  line-height: 140%;
  margin: 0 auto;
  font-size: 24px;
  color: #1E5E75;
  text-align: center;
}

.header_bottom__pitch p {
  margin: 0;
  padding: 0;
}

.header_bottom__price {
  position: relative;
}

.header_bottom__discount {
  position: absolute;
  width: 70px;
  top: -22px;
  left: 10px;
}

@media only screen and (max-width: 780px) {
  .header_bottom__discount {
    width: 60px;
  }
}

.header_bottom__discount img {
  width: 100%;
  height: auto;
}

.choose_cause_btn {
  position: relative;
  margin: 10px auto;
}

.header_bottom_donateBtns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px auto;
}

.header_bottom__providers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 30px 0 0 0;
  width: 100%;
}

.header_bottom__causes {
  margin: 20px 0 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  /* the parent */
}

.header_bottom__causes .slide {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 140px;
}

.header_bottom__causes .slide img {
  max-height: 100px;
  max-width: 220px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.slick-dots {
  top: 0;
  color: #000;
  position: relative !important;
}

.header_bottom__providers img {
  width: 45%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .header_bottom__providers {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 780px) {
  .header_bottom__pitch {
    font-size: 18px;
    margin-top: 25px;
    width: 90%;
    text-align: center;
  }
}

.subentitySearch {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.subentitySearch__title {
  position: relative;
  margin: 40px auto 0;
  padding: 0 10px;
  font-size: 24px;
  color: #1E5E75;
  text-align: center;
}

.subentitySearch__subTitle {
  position: relative;
  margin: 20px auto 0;
  line-height: 1.4;
  font-size: 18px;
  padding: 0 10px;
  text-align: center;
}

.subentitySearch__causes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 30px 0 0 0;
}

.subentitySearch__causes img {
  max-width: 45%;
  width: auto;
  height: auto;
  max-height: 60px;
  margin: 0 auto;
}

.subentitySearch__pitchOption {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #1E5E75;
  text-align: center;
  font-weight: bold;
}

.searchInput {
  position: relative;
  height: 30px;
  margin: 20px auto;
  display: block;
  width: 90%;
  outline: none;
  border: 1px solid #999;
  border-radius: 3px;
  text-indent: 20px;
  font-size: 16px;
  color: #1E5E75;
}

.searchList__container {
  height: 300px;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px;
  overflow-y: scroll;
}

.searchList {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchList li {
  margin: 0;
  padding: 0;
}

/* Sub entity List */

.subentity {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #999;
  padding: 20px 0;
}

.subentity__image {
  text-align: center;
  width: 40%;
  -ms-flex: 1;
      flex: 1;
}

.subentity__image img {
  position: relative;
  max-height: 80px;
  height: auto;
  max-width: 180px;
  width: auto;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 500px) {
  .subentity__image img {
    max-height: 40px;
    max-width: 100px;
  }
}

.subentity__details {
  position: relative;
  width: 60%;
  -ms-flex: 1;
      flex: 1;
}

.subentity__name {
  position: relative;
  width: 100%;
  margin: 0 auto 15px auto;
  font-size: 18px;
  color: #1E5E75;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .subentity__name {
    font-size: 14px;
  }
}

.subentity__funding {
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
  color: #23BFB8;
}

.subentity__cobrand__btn {
  width: 150px;
  line-height: 30px;
  font-size: 14px;
}

@media only screen and (max-width: 500px) {
  .subentity__cobrand__btn {
    width: 120px;
  }
}

img:not([src]) {
  visibility: hidden;
}

/****************************************
	Travel Facts
****************************************/

.localsavingsfacts {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  font-size: 16px;
  padding: 50px 0px 50px 0px;
}

.localsavingsfacts__header {
  position: relative;
  font-size: 36px;
  font-family: 'ProximaNova-Regular';
  text-align: center;
}

.localsavingsfacts__content {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.localsavingsfacts__fact {
  position: relative;
  width: 33.333333%;
}

.localsavingsfacts__fact__img {
  position: relative;
  height: 70px;
  text-align: center;
}

.localsavingsfacts__fact__img img {
  width: auto;
  height: 100%;
  display: inline-block !important;
}

.localsavingsfacts__fact__header {
  font-family: 'ProximaNova-Regular';
  position: relative;
  margin: 20px 0 20px 0;
  text-align: center;
  font-size: 18px;
}

.localsavingsfacts__fact__content {
  position: relative;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #4A4A4A;
  line-height: 22px;
}

.localsavingsfacts__whitespace {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 600px;
  height: 60px;
  background: #FFF;
}

@media only screen and (max-width: 780px) {
  .localsavingsfacts__fact__img {
    height: 75px;
  }

  .localsavingsfacts__fact__header {
    margin: 20px 0 10px 0;
  }
}

@media only screen and (max-width: 650px) {
  .localsavingsfacts {
    padding: 50px 0px 10px 0px;
  }

  .localsavingsfacts__content {
    display: block;
  }

  .localsavingsfacts__fact {
    width: 100%;
    margin: 0 0 10%;
  }

  .localsavingsfacts__fact__content {
    width: 80%;
  }
}

/****************************************
	Overlay Header
****************************************/

.localsavingsheader {
  background-image: url("https://cloudfront.startupmedia.com/greenback/misc/imgs/localSavingsBackground.jpg");
  background-repeat: no-repeat;
  background-position: 77% 20%;
  background-size: cover;
  height: 560px;
  overflow: hidden;
  padding-top: 74px;
}

.localsavingsheader__wrapper {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.localsavingsheader__col {
  position: relative;
  max-width: 429px;
  margin: auto;
  text-align: center;
}

.localsavingsheader__phones {
  position: relative;
  width: auto;
  margin: auto;
  transition-duration: .5s;
}

.localsavingsheader__header {
  position: relative;
  font-size: 42px;
  color: #FFF;
  font-family: 'ProximaNova-Regular';
  margin: 0 0 40px 0;
}

.localsavingsheader__header img {
  vertical-align: middle;
  height: 42px;
  width: auto;
  margin: 0 15px 0 0;
  display: inline-block !important;
}

.localsavingsheader__txt {
  position: relative;
  font-size: 20px;
  color: #FFF;
  line-height: 34px;
  font-weight: 100;
}

.localsavingsheader__img {
  height: 600px;
  width: auto;
}

.localsavingsheader__img img {
  height: 600px;
  width: auto;
}

.localsavingsheader__joincta {
  position: relative;
  margin: 100px auto 20px;
  text-align: center;
}

.localsavingsheader__join {
  position: relative;
  z-index: 100;
}

.localsavingsheader__apps {
  margin: 40px 0px 0px 20px;
}

.localsavingsheader__apps img {
  width: auto;
  height: 30px;
  margin: 0 15px 0 0;
}

.localsavingsheader__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px auto;
}

.travel__btn::before {
  content: '';
  position: absolute;
  top: 55px;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #dfdfdf;
}

@media only screen and (max-width: 805px) {
  .localsavingsheader {
    padding: 60px 0;
    background-position: 55% 20%;
    height: 500px;
  }

  .localsavingsheader__wrapper {
    display: block;
  }

  .localsavingsheader__img {
    display: none;
  }

  .localsavingsheader__joincta {
    margin: 70px auto 20px;
  }

  .localsavingsheader__col {
    padding-top: 100px;
    margin: auto;
  }

  .localsavingsheader__header {
    font-size: 28px;
  }

  .localsavingsheader__header img {
    height: 30px;
  }

  .localsavingsheader__header:after {
    margin: 40px 0 0 0;
    width: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .localsavingsheader__img {
    display: none;
  }

  .localsavingsheader__wrapper {
    display: block;
  }

  .localsavingsheader__col {
    width: 90%;
  }
}

/****************************************
  Member Benefits
****************************************/

.memberbenefits {
  position: relative;
  width: 100%;
}

.memberbenefits__header {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 56px;
  padding: 3% 0;
  color: #fff;
  background: #23BFB8;
}

.memberbenefits__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.memberbenefits__img {
  position: relative;
  width: 50%;
}

.memberbenefits__img img {
  width: 100%;
  display: block;
}

.memberbenefits__content {
  position: relative;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.memberbenefits__content__wrapper h1 {
  position: relative;
  font-size: 36px;
  margin: 20px 0 0 0;
  text-align: center;
}

.memberbenefits__content__wrapper h1 img {
  width: 25px;
  height: auto;
  display: inline-block;
}

.memberbenefits__content__wrapper {
  position: relative;
  margin: 0 0 0 50px;
}

.memberbenefits__txt {
  position: relative;
  font-size: 22px;
}

.memberbenefits__txt p {
  font-size: 26px;
  margin: 30px 0;
  padding: 0px;
}

.memberbenefits__list {
  position: relative;
  text-align: left;
}

.memberbenefits__txt div {
  margin: 0 0 20px 0;
}

.memberbenefits__txt div img {
  width: 17px;
  height: auto;
  display: inline-block;
}

.memberbenefits__content__img {
  text-align: center;
  width: 40%;
}

.memberbenefits__content__img img {
  width: 70%;
  display: inline-block;
}

@media only screen and (max-width: 930px) {
  .memberbenefits__content__img {
    display: none;
  }
}

@media only screen and (max-width: 810px) {
  .memberbenefits__content__wrapper h1 {
    font-size: 30px;
    margin: 0 0 0 0 !important;
  }

  .memberbenefits__txt p {
    font-size: 20px;
  }

  .memberbenefits__txt {
    font-size: 14px;
  }

  .memberbenefits__content__wrapper {
    margin: 20px 0 0 0;
  }

  .memberbenefits__txt div {
    margin: 0 0 10px 0;
  }

  .memberbenefits__content__wrapper h1 img {
    width: 20px;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .memberbenefits__header {
    font-size: 38px;
  }

  .memberbenefits__content__wrapper h1 {
    font-size: 22px;
  }

  .memberbenefits__txt p {
    font-size: 16px;
    margin: 15px 0;
  }

  .memberbenefits__txt {
    font-size: 12px;
  }

  .memberbenefits__content__wrapper {
    margin: 0 0 0 0;
  }

  .memberbenefits__txt div {
    margin: 0 0 5px 0;
  }

  .memberbenefits__content__wrapper h1 img {
    width: 15px;
    height: auto;
  }

  .memberbenefits__txt div img {
    width: 10px;
    height: auto;
  }
}

/****************************************
	Members Choose
****************************************/

.memberschoose {
  position: relative;
  padding: 60px 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  color: #fff;
}

.memberschoose__wrapper {
  position: relative;
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.memberschoose__wrapper h1 {
  position: realtive;
  margin: 0;
  font-size: 3.8em;
  font-weight: normal;
}

.memberschoose__wrapper p {
  position: relative;
  font-size: 2em;
  margin: 20px 0;
}

.memberschoose__wrapper img {
  position: relative;
  max-width: 615px;
  width: 80%;
  margin: 20px 0;
}

@media only screen and (max-width: 600px) {
  .memberschoose__wrapper p {
    font-size: 1.6em;
    line-height: 20px;
  }
}

@media only screen and (max-width: 415px) {
  .memberschoose__wrapper h1 {
    font-size: 2.8em;
  }
}

/****************************************
  Members Tour
****************************************/

.memberstour {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
}

.memberstour__btn {
  margin: 3% auto;
}

/****************************************
  Merchant Offers
****************************************/

.merchantoffers {
  position: relative;
  width: 100%;
}

.merchantoffers__hero {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 56px;
  padding: 3% 0;
  color: #fff;
  background: #23BFB8;
}

.merchantoffers__wrapper {
  position: relative;
  width: 100%;
}

.merchantoffers_row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.merchantoffers__img {
  position: relative;
  width: 54.2%;
}

.merchantoffers__img img {
  width: 100%;
  display: block;
}

.merchantoffers__content {
  position: relative;
  width: 45.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 0 8%;
}

.merchantoffers__content h1 {
  position: relative;
  font-size: 28px;
  margin: 0 0 5% 0;
}

.merchantoffers__content h1:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 2px;
  background: #81DBD7;
  margin: 40px 0 0 0;
  left: 0px;
}

.merchantoffers__txt {
  position: relative;
  max-width: 425px;
  width: 90%;
  line-height: 32px;
  font-size: 18px;
  color: #73737A;
}

@media only screen and (max-width: 810px) {
  .providers_offers_txt_header {
    font-size: 24px;
  }

  .merchantoffers__content h1:after {
    margin: 35px 0 0 0;
  }

  .merchantoffers__txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .merchantoffers__hero {
    font-size: 38px;
  }

  .merchantoffers__content h1 {
    font-size: 18px;
  }

  .merchantoffers__content h1:after {
    margin: 23px 0 0 0;
  }

  .merchantoffers__txt {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 415px) {
  .merchantoffers_row {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .merchantoffers__img {
    width: 100%;
    margin: 0 auto;
  }

  .merchantoffers__content {
    width: 90%;
    margin: 0 auto;
  }

  .merchantoffers__txt {
    width: 100%;
    font-size: 14px;
    margin: 0 0 15px 0;
  }

  .merchantoffers__content h1 {
    font-size: 18px;
    margin-top: 20px;
  }

  .merchantoffers__content h1:after {
    margin: 25px 0 0 0;
    width: 27px;
  }

  .merchantoffers_row--flip .merchantoffers__content {
    -ms-flex-order: 2;
        order: 2;
  }
}

/****************************************
  Money Hands
****************************************/

.moneyhands {
  position: relative;
  background: #fff;
  width: 100%;
}

.moneyhands__img {
  position: relative;
  width: 100%;
}

.moneyhands__img img {
  width: 100%;
  height: auto;
  display: block;
}

.moneyhands__content {
  position: absolute;
  top: 10%;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 870px;
  width: 90%;
  text-align: center;
  text-shadow: 0px 0px 2px #FFFFFF;
}

.moneyhands__header {
  font-size: 32px;
}

.moneyhands__txt {
  font-size: 22px;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 600px) {
  .moneyhands {
    top: 30px;
  }

  .moneyhands__img {
    opacity: 0.4;
  }

  .moneyhands__header {
    font-size: 22px;
  }

  .moneyhands__txt {
    font-size: 16px;
  }
}

/****************************************
  My Cause Header
****************************************/

.cause_header {
  position: relative;
  width: 100%;
  height: 610px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

.cause_header:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 65%;
  background: red;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 28%, white 100%);
}

@media only screen and (max-width: 1024px) {
  .cause_header {
    height: 510px !important;
  }
}

@media only screen and (max-width: 810px) {
  .cause_header {
    height: 410px !important;
  }
}

@media only screen and (max-width: 600px) {
  .cause_header {
    height: 310px !important;
  }
}

.cause_header-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
}

.cause_header_logo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: start;
}

.cause_header_logo img {
  width: auto;
  height: auto;
  max-height: 140px;
  max-width: 380px;
  display: block;
}

@media only screen and (max-width: 600px) {
  .cause_header_logo img {
    max-width: 300px;
  }
}

.cause_header_phrase {
  position: relative;
  width: 80%;
  text-align: left;
  margin-top: 70px;
  font-weight: 700;
  font-size: 33px;
}

.cause_header_caption {
  position: relative;
  width: 80%;
  margin-top: 15px;
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (max-width: 1024px) {
  .cause_header_logo {
    height: 100px;
  }

  .cause_header_phrase {
    font-size: 28px;
  }

  .cause_header_caption {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 810px) {
  .cause_header:after {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }

  .cause_header-content {
    width: 100%;
  }

  .cause_header_logo {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    margin: 0 auto;
  }

  .cause_header_phrase {
    font-size: 22px;
    text-align: center;
    margin: 40px auto 0 auto;
  }

  .cause_header_caption {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .cause_header_bg_4 {
    height: 400px;
  }

  .cause_header_logo {
    height: 50px;
    margin-top: 90px;
  }

  .cause_header_phrase {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .cause_header_caption {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

/****************************************
	Overview Header Cobrand
****************************************/

.overview_header {
  background-image: url("//cdn.startupmedia.com/gb/imgs/global/gb/index-head-background.jpg");
}

.index_header_content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 1080px;
  width: 90%;
  margin: 90px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.index_header_phone {
  position: relative;
  max-width: 20%;
}

.index_header_phone img {
  width: 100%;
  height: auto;
}

.index_header_cobrand {
  position: relative;
  width: 75%;
  margin-bottom: 60px;
}

.logos_hidden {
  display: none !important;
}

.index_header_logos {
  position: relative;
  margin: 0 auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}

.index_header_logo {
  position: relative;
  max-width: 44%;
}

@media only screen and (max-width: 600px) {
  .index_header_logo {
    max-width: 80% !important;
  }
}

.index_header_logo img {
  width: 100%;
  height: auto;
}

.client_logo img {
  max-width: 100%;
  width: auto !important;
  max-height: 150px !important;
  height: auto;
}

.index_header_caption {
  position: relative;
  margin: 70px auto 0 auto;
  font-size: 30px;
  text-align: center;
  width: 90%;
  color: #205e77;
}

@media only screen and (max-width: 1024px) {
  .index_header {
    height: 510px !important;
  }

  .index_header_logos {
    margin-top: 60px;
  }

  .index_header_caption {
    margin-top: 60px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 810px) {
  .index_header {
    height: 410px !important;
  }

  .index_header_logos {
    margin-top: 50px;
  }

  .index_header_caption {
    margin-top: 40px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .index_header {
    height: 310px !important;
  }

  .index_header_caption {
    margin-top: 20px;
    font-size: 16px;
  }

  .index_header_cobrand {
    width: 100%;
  }

  .index_header_logos {
    display: none;
  }

  .logos_hidden {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 90%;
    margin: 70px auto 10px auto;
  }

  .index_header_phone {
    display: none;
  }

  .client_logo img {
    height: 80px;
  }

  .client_logo {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 415px) {
  .index_header {
    height: auto !important;
  }

  .index_header_content {
    position: relative;
    margin: 0;
  }

  .index_header_caption {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}

/****************************************
	Index Header
****************************************/

.indexheader {
  position: relative;
  padding: 110px 0 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
}

.indexheader__wrapper {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* Phone */

.indexheader__phone {
  position: relative;
  max-width: 230px;
  width: 30%;
}

.indexheader__phone img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text */

.indexheader__txt {
  position: relative;
  width: 65%;
  text-align: center;
}

.indexheader__txt h1 {
  position: relative;
  margin: 15% 0 5%;
  padding: 0;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
}

.indexheader__txt--img {
  width: 100%;
  height: auto;
}

.indexheader__txt--caption {
  position: relative;
  font-size: 18px;
  color: #fff;
  width: 60%;
  margin: 18% auto 0;
  line-height: 22px;
}

@media only screen and (max-width: 650px) {
  .indexheader__txt h1 {
    font-size: 18px;
  }

  .indexheader__txt--img {
    width: 80%;
  }

  .indexheader__txt--caption {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .indexheader__txt h1 {
    font-size: 16px;
  }

  .indexheader__txt--img {
    width: 60%;
  }

  .indexheader__txt--caption {
    font-size: 12px;
    width: 80%;
    line-height: 16px;
  }
}

@media only screen and (max-width: 405px) {
  .indexheader__phone {
    display: none;
  }

  .indexheader__txt {
    width: 100%;
    margin-bottom: 10%;
  }

  .indexheader__txt h1 {
    margin-top: 0;
  }

  .indexheader__txt--caption {
    margin-top: 10%;
  }
}

/****************************************
	Overview Header Cobrand
****************************************/

.overview_header {
  position: relative;
  width: 100%;
  height: 610px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("//cdn.startupmedia.com/gb/imgs/global/gb/index-head-background.jpg");
}

@media only screen and (max-width: 1024px) {
  .overview_header {
    height: 510px !important;
  }
}

@media only screen and (max-width: 810px) {
  .overview_header {
    height: 410px !important;
  }
}

@media only screen and (max-width: 600px) {
  .overview_header {
    height: 350px !important;
  }
}

.index_header_content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 1080px;
  width: 90%;
  margin: 30px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.index_header_phone {
  position: relative;
  max-width: 20%;
}

.index_header_phone img {
  width: 100%;
  height: auto;
  display: block;
}

.index_header_cobrand {
  position: relative;
  width: 75%;
  margin-bottom: 60px;
}

.logos_hidden {
  display: none !important;
}

.index_header_logos {
  position: relative;
  margin: 0 auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}

.index_header_logo {
  position: relative;
  max-width: 44%;
}

.index_header_logo img {
  width: 100%;
  height: auto;
}

.client_logo img {
  max-width: 100%;
  width: auto !important;
  max-height: 150px !important;
  height: auto;
}

.index_header_caption {
  position: relative;
  margin: 70px auto 0 auto;
  font-size: 30px;
  text-align: center;
  width: 90%;
  color: #205e77;
}

@media only screen and (max-width: 1024px) {
  .index_header {
    height: 510px !important;
  }

  .index_header_logos {
    margin-top: 90px;
  }

  .index_header_caption {
    margin-top: 60px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 810px) {
  .index_header {
    height: 410px !important;
  }

  .index_header_logos {
    margin-top: 90px;
  }

  .index_header_caption {
    margin-top: 40px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .index_header {
    height: 350px !important;
  }

  .index_header_caption {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }

  .index_header_cobrand {
    margin: 0 auto 0 auto;
    width: 100%;
  }

  .index_header_logo {
    display: none;
  }

  .logos_hidden {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 90%;
    margin: 70px auto 10px auto;
  }

  .index_header_phone {
    display: none;
  }

  .client_logo img {
    height: 200px;
  }

  .client_logo {
    margin: 0 0 20px 0;
    display: block;
  }
}

@media only screen and (max-width: 415px) {
  .index_header {
    height: auto !important;
  }

  .index_header_content {
    position: relative;
    margin: 0 auto;
  }

  .index_header_caption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}

/****************************************
	Index Header
****************************************/

.indexheader {
  position: relative;
  padding: 110px 0 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
}

.indexheader__wrapper {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* Phone */

.indexheader__phone {
  position: relative;
  max-width: 230px;
  width: 30%;
}

.indexheader__phone img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text */

.indexheader__txt {
  position: relative;
  width: 65%;
  text-align: center;
}

.indexheader__txt h1 {
  position: relative;
  margin: 15% 0 5%;
  padding: 0;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
}

.indexheader__txt--img {
  width: 100%;
  height: auto;
}

.indexheader__txt--caption {
  position: relative;
  font-size: 18px;
  color: #fff;
  width: 60%;
  margin: 18% auto 0;
  line-height: 22px;
}

@media only screen and (max-width: 650px) {
  .indexheader__txt h1 {
    font-size: 18px;
  }

  .indexheader__txt--img {
    width: 80%;
  }

  .indexheader__txt--caption {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .indexheader__txt h1 {
    font-size: 16px;
  }

  .indexheader__txt--img {
    width: 60%;
  }

  .indexheader__txt--caption {
    font-size: 12px;
    width: 80%;
    line-height: 16px;
  }
}

@media only screen and (max-width: 405px) {
  .indexheader__phone {
    display: none;
  }

  .indexheader__txt {
    width: 100%;
    margin-bottom: 10%;
  }

  .indexheader__txt h1 {
    margin-top: 0;
  }

  .indexheader__txt--caption {
    margin-top: 10%;
  }
}

/****************************************
	Page Hero
****************************************/

.pagehero {
  position: relative;
  padding: 160px 0 100px 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  color: #fff;
}

.pagehero__wrapper {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.page-hero--switched .pagehero__wrapper {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.pagehero__col {
  position: relative;
  width: 45%;
}

.pagehero__header {
  position: relative;
  font-size: 42px;
  color: #FFF;
  font-weight: 100;
  margin: 0 0 40px 0;
}

.pagehero__header img {
  height: 42px;
  width: auto;
  margin: 0 15px 0 0;
  display: inline-block !important;
}

.pagehero__header:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 2px;
  background: #81DBD7;
  margin: 60px 0 0 0;
  left: 0px;
}

.pagehero__txt {
  position: relative;
  font-size: 20px;
  color: #FFF;
  line-height: 44px;
  font-weight: 100;
}

.pagehero__img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 900px) {
  .pagehero__txt {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .pagehero__header {
    font-size: 28px;
  }

  .pagehero__header img {
    height: 30px;
  }

  .pagehero__header:after {
    margin: 40px 0 0 0;
    width: 40px;
  }

  .pagehero__txt {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 530px) {
  .pagehero {
    padding: 100px 0;
  }

  .pagehero__wrapper {
    display: block;
  }

  .pagehero__col {
    width: 100%;
  }

  .pagehero__img {
    display: none;
  }
}

/****************************************
  App Store
****************************************/

.playstore {
  position: relative;
  padding: 100px 0 30px 0;
  background: #F3F5F6;
}

.playstore__wrapper {
  max-width: 964px;
  width: 80%;
  padding: 30px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(74, 73, 74, 0.15);
}

.playstore__container {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

/*******************
  Top
*******************/

.playstore__top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.playstore__top__logo {
  width: 170px;
  height: 170px;
  background: url("//cdn.startupmedia.com/gb/imgs/global/gb/gb-icon-light.png") no-repeat;
  background-size: 100% 100%;
}

.playstore__top__content {
  margin: 0 0 0 20px;
  -ms-flex: 1;
      flex: 1;
}

.playstore__title {
  font-size: 30px;
  margin: 30px 0 0 0;
  color: #000;
}

.playstore__description {
  margin: 20px 0 0 0;
}

.playstore__description__title {
  font-size: 18px;
  font-family: 'ProximaNova-SemiBold';
  margin: 0;
  padding: 0;
}

.playstore__description__text {
  position: relative;
  font-size: 15px;
  line-height: 22px;
}

.playstore__description__text ul li {
  font-size: 15px;
}

.playstore__cause_selection {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 30px 0 0 0;
}

.playstore__cause_selection__title {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: 'ProximaNova-SemiBold';
  margin: 0 10px 0 0;
}

.play_cause_selection_btn {
  background: #689F38 !important;
}

/*******************
  Slideshow
*******************/

.playstore__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}

.playstore__slider__title {
  position: relative;
  font-size: 16px;
  font-family: 'ProximaNova-SemiBold';
}

.playstore__slider__slider {
  position: relative;
  overflow-x: scroll;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  margin: 15px 0 0 0;
  -webkit-overflow-scrolling: touch;
}

.playstore__slider__slider img {
  height: 100%;
  width: auto;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*******************
  Slideshow
*******************/

.playstore__bottom__caption {
  position: relative;
  font-size: 18px;
  font-family: 'ProximaNova-SemiBold';
  text-align: center;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 820px) {
  .playstore__wrapper {
    width: 90%;
    padding: 20px 0;
  }

  .playstore__top {
    display: block;
    text-align: center;
  }

  .playstore__top__logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .playstore__top__content {
    margin: 0;
  }

  .playstore__cause_selection {
    display: block;
    text-align: center;
  }

  .play_cause_selection_btn {
    margin: 10px auto 0;
  }

  .playstore__description__text {
    font-size: 12px;
    line-height: 16px;
  }

  .playstore__description__text ul {
    margin: 10px;
    padding: 0;
  }

  .playstore__description__text ul li {
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 16px;
  }
}

/****************************************
  Redemptions
****************************************/

.tour__redemptions {
  position: relative;
  overflow: hidden;
}

.tour__redemptions__container {
  position: relative;
  max-width: 1100px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: 2% auto 4% auto;
  -ms-flex-align: center;
      align-items: center;
}

.tour__redemptions__txt {
  width: 60%;
  margin: auto 30px;
}

.tour__redemptions__caption {
  position: relative;
  font-size: 18px;
  line-height: 140%;
  font-family: 'ProximaNova-Regular';
}

.tour__redemptions__type__instore__img,
.tour__redemptions__type__online__img,
.tour__redemptions__type__phone__img {
  width: auto;
  height: auto;
  margin: auto;
  display: none;
}

.tour__redemptions__type__instore__img object,
.tour__redemptions__type__online__img object,
.tour__redemptions__type__phone__img object {
  height: 600px;
}

.tour__redemptions__type__instore__img-display {
  display: block;
}

.tour__redemptions__type__online__img-display {
  display: block;
}

.tour__redemptions__type__phone__img-display {
  display: block;
}

.tour__redemptions__header {
  font-size: 32px;
  margin-bottom: 10px;
  font-family: 'ProximaNova-SemiBold';
}

.tour__redemptions__type {
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgba(57, 58, 61, 0.15);
  position: relative;
  max-width: 430px;
  width: 90%;
  text-align: left;
  margin: 25px 0 0;
  display: -ms-flexbox;
  display: flex;
  transition: all ease .3s;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tour__redemptions__type {
    display: block;
  }
}

.tour__redemptions__type:hover {
  box-shadow: 0px 0px 10px 2px #23bfb8;
}

.tour__redemptions__type-selected {
  box-shadow: 0px 0px 10px 2px #23bfb8;
  background-color: #23bfb830;
}

.tour__redemptions__savings {
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgba(57, 58, 61, 0.15);
  position: relative;
  max-width: 430px;
  width: 90%;
  margin: 25px 0 0;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tour__redemptions__savings {
    display: block;
  }
}

.tour__redemptions__savings__img {
  width: auto;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0 0;
}

.tour__redemptions__savings__img img {
  height: 25px;
}

.tour__redemptions__savings__txt {
  position: relative;
  display: table-cell;
}

.tour__redemptions__savings__header {
  position: relative;
  font-family: 'ProximaNova-SemiBold';
  font-size: 18px;
}

.tour__redemptions__savings__caption {
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
  line-height: 140%;
}

@media only screen and (max-width: 650px) {
  .tour__redemptions__container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: 30px;
  }

  .tour__redemptions__type {
    width: auto;
    margin: 20px auto;
  }

  .tour__redemptions__type__instore__img-display,
  .tour__redemptions__type__online__img-display,
  .tour__redemptions__type__phone__img-display {
    display: block;
  }

  .tour__redemptions__type__instore__img,
  .tour__redemptions__type__online__img,
  .tour__redemptions__type__phone__img {
    height: auto;
    margin: auto;
  }

  .tour__redemptions__type__instore__img object,
  .tour__redemptions__type__online__img object,
  .tour__redemptions__type__phone__img object {
    height: 450px;
  }

  .tour__redemptions__txt {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .tour__redemptions__header {
    font-size: 26px;
  }

  .tour__redemptions__savings {
    width: auto;
    margin: 25px auto 0;
  }

  .tour__redemptions__savings__header {
    font-size: 18px;
  }

  .tour__redemptions__savings__caption {
    font-size: 14px;
  }
}

.popularoffers {
  position: relative;
  background: #FFF;
  padding: 60px 0;
  line-height: 1.4;
  /* Please remove this when converting to React */
}

@media screen and (max-width: 650px) {
  .popularoffers {
    padding: 40px 0;
  }
}

.popularoffers .disclaimer--mobile {
  display: none;
}

.popularoffers .input {
  position: relative;
  height: 42px;
  border-radius: 5px;
  font-size: 18px;
  border: 1px solid #ADB1BA;
  outline: none;
  margin: 0 0 20px;
  display: block;
}

.popularoffers .input--search {
  background: url("//cdn.startupmedia.com/greenback/misc/graphics/search-icon.png") no-repeat;
  background-size: auto 16px;
  background-position: 10px center;
  text-align: center;
  font-family: 'ProximaNova-SemiBold';
  letter-spacing: 4px;
  text-indent: 4px;
}

.popularoffers .input--search::placeholder {
  letter-spacing: normal;
}

.popularoffers .input--dropdown {
  background: transparent;
  height: 34px;
  text-indent: 15px;
}

.popularoffers h1 {
  font-family: 'ProximaNova-SemiBold';
  font-size: 32px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.popularoffers h1 span {
  font-family: 'ProximaNova-SemiBold';
}

@media screen and (max-width: 650px) {
  .popularoffers h1 {
    font-size: 26px;
  }
}

.popularoffers h2 {
  font-family: 'ProximaNova-Light';
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.popularoffers h2 span {
  font-family: 'ProximaNova-SemiBold';
}

@media screen and (max-width: 650px) {
  .popularoffers h2 {
    font-size: 18px;
  }
}

.popularoffers h3 {
  font-family: 'ProximaNova-Light';
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.popularoffers h3 span {
  font-family: 'ProximaNova-SemiBold';
}

.popularoffers h4 {
  font-family: 'ProximaNova-Light';
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 780px) {
  .popularoffers h4 {
    font-size: 14px;
  }
}

.popularoffers h4 span {
  font-family: 'ProximaNova-SemiBold';
}

.popularoffers h5 {
  font-family: 'ProximaNova-Light';
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.popularoffers p {
  font-size: 16px;
}

@media screen and (max-width: 650px) {
  .popularoffers p {
    font-size: 14px;
  }
}

.popularoffers__container {
  max-width: 1100px;
  font-family: 'ProximaNova-Regular';
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 650px) {
  .popularoffers__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.popularoffers__content {
  width: 410px;
  margin: auto;
  text-align: left;
}

@media screen and (max-width: 650px) {
  .popularoffers__content {
    margin: 0 auto 40px;
    text-align: center;
  }
}

.popularoffers__content p {
  font-size: 14px !important;
  color: #9B9B9B;
  max-width: 430px;
}

.popularoffers__content h3 {
  margin: 10px 0;
  max-width: 430px;
  font-size: 18px;
  font-family: 'ProximaNova-Regular';
}

.popularoffers__content .btn {
  margin: 0;
  border: none !important;
}

@media screen and (max-width: 650px) {
  .popularoffers__content .btn {
    margin: 0 auto;
  }
}

.popularoffers__content .input {
  max-width: 270px;
  width: 100%;
}

@media screen and (max-width: 650px) {
  .popularoffers__content .input {
    margin-left: auto;
    margin-right: auto;
  }
}

.popularoffers__content .input--dropdown {
  max-width: 276px;
  outline: none;
}

.popularoffers__offersContainer {
  width: 270px;
  padding: 0 30px;
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  height: 557px;
  display: block;
  transform-origin: 50% 0;
}

.popularoffers__offersContent {
  background: url("//cdn.startupmedia.com/greenback/misc/imgs/phone-offers-full2.svg") no-repeat center;
  background-size: 100% 100%;
  height: 100%;
}

.popularoffers__placeholder {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 248px;
  margin: 0 auto;
  height: 471px;
  top: 77px;
  right: 41px;
  background: #fff;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  z-index: 1;
}

.popularoffers__placeholder p {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}

.popularoffers__placeholder--error {
  color: #DA3B16;
  font-weight: bold;
}

.popularoffers__placeholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("//cdn.startupmedia.com/greenback/devices/sample_offers_preview.jpg") no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.2;
  filter: blur(3px);
}

.popularoffers__offerList {
  width: 248px;
  margin-top: 78px;
  height: 470px;
  background: #FFF;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  display: inline-block;
  object-fit: contain;
  overflow-y: scroll;
  overflow-x: hidden;
}

.popularoffers__offer {
  position: relative;
  width: calc(100% - 22px);
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #ADB1BA;
  display: -ms-flexbox;
  display: flex;
}

.popularoffers__offer__logo img {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 10px 0 0;
}

.popularoffers__offer__details {
  text-align: left;
}

.popularoffers__offer__details h5 {
  color: #5ACFCA;
}

.popularoffers__offer__details p {
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0;
  color: #9B9B9B;
}

@media screen and (max-width: 650px) {
  .popularoffers .disclaimer {
    display: none;
  }

  .popularoffers .disclaimer--mobile {
    display: -ms-flexbox;
    display: flex;
    margin: 20px 20px 0;
    text-align: center;
  }

  .popularoffers .popularoffers__content {
    width: auto;
  }

  .popularoffers .popularoffers__offersContainer {
    padding: 0 7.5px;
  }

  .popularoffers .popularoffers__placeholder {
    top: 78px;
    right: 19px;
    height: 470px;
    width: 248px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}

.popularoffers__offerList::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}

.popularoffers__offerList::-webkit-scrollbar-thumb {
  background: #1e5e7590;
  border-radius: 50px;
}

.popularoffers__offerList::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 20px;
}

/****************************************
  Savings Anytime, Anywhere
****************************************/

.savingsaa {
  position: relative;
  width: 100%;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  overflow: hidden;
}

.savingsaa__wrapper {
  position: relative;
  max-width: 890px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.savingsaa__img {
  position: relative;
  width: 40%;
}

.savingsaa__img img {
  width: 100%;
  display: block;
}

.savingsaa__content {
  position: relative;
  width: 45%;
  color: #FFF;
}

.savingsaa__content h1 {
  font-size: 32px;
}

.savingsaa_txt {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.savingsaa_txt li {
  position: relative;
  margin: 30px 0;
  font-size: 18px;
  list-style: none;
}

.savingsaa_txt li:before {
  content: '\2022';
  position: absolute;
  left: -15px;
  color: #81DBD7;
}

@media only screen and (max-width: 600px) {
  .savingsaa__content {
    width: 100%;
    margin: 30px 0;
  }

  .savingsaa__img {
    display: none;
  }
}

@media only screen and (max-width: 415px) {
  .savingsaa_txt {
    width: 90%;
    margin: 0 auto;
  }
}

/****************************************
	Savings Map
****************************************/

.savingsmap {
  position: relative;
  width: 100%;
  padding: 2% 0 4% 0;
  overflow: hidden;
  background-image: linear-gradient(90deg, #0E9BA6 0%, #1E5E75 63%);
}

.savingsmap__caption {
  position: relative;
  max-width: 735px;
  width: 90%;
  margin: 50px auto 0 auto;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.savingsmap__img {
  position: relative;
  max-width: 1060px;
  width: 90%;
  margin: 20px auto;
}

.savingsmap__img img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .savingsmap__caption {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
}

/****************************************
	Simple Steps
****************************************/

.simplesteps {
  background-color: rgba(35, 191, 184, 0.5);
}

.simplesteps__wrapper {
  position: relative;
  max-width: 990px;
  width: 90%;
  margin: auto;
  font-size: 16px;
  padding: 60px 0px;
}

.simplesteps__header {
  position: relative;
  font-size: 32px;
  font-family: 'ProximaNova-SemiBold';
  text-align: center;
  color: #565656;
}

.simplesteps__content {
  position: relative;
  width: 100%;
  margin: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.simplesteps__content span {
  font-family: 'ProximaNova-SemiBold';
}

.step {
  position: relative;
  width: 33.333333%;
  padding: 40px;
  box-shadow: 0 10px 20px 0 rgba(57, 58, 61, 0.15);
  margin-left: 20px;
  background-color: #FFF;
  border-radius: 6px;
}

.step:last-of-type {
  margin-right: 20px;
}

.step__img {
  position: relative;
  height: 95px;
  text-align: center;
}

.step__img img {
  width: auto;
  height: 100%;
  display: inline-block !important;
}

.step__header {
  position: relative;
  margin: 40px 0 20px 0;
  text-align: center;
  font-size: 22px;
  font-family: 'ProximaNova-SemiBold';
}

.step__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #7E8890;
  line-height: 140%;
}

.simplesteps__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px auto 0;
}

.simplesteps__btn {
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 0 40px;
  text-align: center;
  font-size: 14px;
  color: #23bfb8;
  border: 1px solid #23bfb8;
  background: #FFF;
  border-radius: 25px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.simplesteps__btn:after {
  position: absolute;
  top: 15px;
  margin: 0;
  right: 20px;
  color: #23bfb8;
  font-size: 15px;
}

.simplesteps__btn a {
  color: #23bfb8;
  text-decoration: none;
  display: block;
  padding: 14px 0;
  font-size: 18px;
  font-family: 'ProximaNova-Regular';
}

.simplesteps__btn:hover {
  box-shadow: 0px 15px 20px rgba(35, 191, 184, 0.4);
  transform: translateY(-7px);
}

.simplesteps__btn a:hover {
  text-shadow: 0px 0px 20px rgba(35, 191, 184, 0.5);
}

@media only screen and (max-width: 960px) {
  .step__img {
    height: 75px;
  }
}

@media only screen and (max-width: 790px) {
  .step__img {
    height: 60px;
  }
}

@media only screen and (max-width: 700px) {
  .simplesteps__content {
    display: block;
  }

  .simplesteps__wrapper {
    padding: 40px 0;
  }

  .step {
    width: auto;
    margin: 0 0 7%;
    padding: 20px;
    box-shadow: 0 7px 10px 0 rgba(57, 58, 61, 0.15);
  }

  .step:last-of-type {
    margin: 0;
  }

  .step__content {
    width: 80%;
  }

  .simplesteps__btns {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 10px auto 0;
  }

  .simplesteps__btn {
    margin: auto;
  }

  .simplesteps__btn {
    margin: 30px auto 0;
  }

  .simplesteps__btn:last-of-type {
    margin: 30px auto 0;
  }

  .simplesteps__join {
    margin: 30px auto;
  }
}

/****************************************
	Spend Wisely
****************************************/

.spendwisely {
  position: relative;
  width: 100%;
  background: #000;
}

.spendwisely__img img {
  width: 100%;
  display: block;
}

.spendwisely__content {
  position: absolute;
  top: 20%;
  left: 25%;
  color: #FFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.spendwisely__txt {
  font-size: 70px;
  margin: 0 0 5% 0;
}

.spendwisely__quote {
  font-size: 22px;
}

@media only screen and (max-width: 810px) {
  .spendwisely__content {
    left: 0px;
    right: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .spendwisely__img {
    opacity: 0.5;
  }

  .spendwisely__txt {
    font-size: 50px;
  }

  .spendwisely__quote {
    font-size: 18px;
  }
}

@media only screen and (max-width: 415px) {
  .spendwisely__txt {
    font-size: 42px;
  }

  .spendwisely__quote {
    font-size: 16px;
  }
}

/****************************************
  Starts With A cause
****************************************/

.startswithcause {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 8% auto;
  overflow: auto;
}

.startswithcause__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.startswithcause__txt {
  position: relative;
  width: 50%;
}

.startswithcause__txt h1 {
  position: relative;
  font-size: 32px;
  font-weight: normal;
  color: #4d4d4d;
}

.startswithcause__txt p {
  position: relative;
  font-size: 17px;
  line-height: 26px;
}

.startswithcause__img {
  position: relative;
  width: 50%;
  text-align: right;
}

.startswithcause__img img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .startswithcause__wrapper {
    display: block;
  }

  .startswithcause__img,
  .startswithcause__txt {
    width: 100%;
    text-align: center;
  }

  .startswithcause__img {
    margin: 40px 0 0;
  }
}

/* Cobranding */

.app_tour {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 710px) {
  .app_tour {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.app_intro_container {
  position: relative;
  width: 50%;
  padding: 70px 5% 40px 5%;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 710px) {
  .app_intro_container {
    width: 90%;
  }
}

.gray_bg {
  background: rgba(67, 120, 139, 0.1);
}

.gray_bg:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  margin: -300px 0 0 0;
  border-style: solid;
  border-width: 0 80px 300px 0;
  border-color: transparent rgba(67, 120, 139, 0.1) transparent transparent;
}

@media only screen and (max-width: 710px) {
  .gray_bg:after {
    display: none;
  }
}

.gray_bg:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  margin: -2px 0 0 0;
  border-style: solid;
  border-width: 0 0 300px 80px;
  border-color: transparent transparent rgba(67, 120, 139, 0.1) transparent;
}

@media only screen and (max-width: 710px) {
  .gray_bg:before {
    display: none;
  }
}

.app_intro_left {
  position: relative;
  max-width: 500px;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 710px) {
  .app_intro_left {
    margin: 0 auto;
  }
}

.app_intro_header {
  position: relative;
  font-size: 36px;
}

@media only screen and (max-width: 710px) {
  .app_intro_header {
    font-size: 28px;
  }
}

.app_intro_left_wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 60px 0 0 0;
}

.app_intro_text {
  position: relative;
  width: 50%;
  max-width: 240px;
  font-size: 20px;
}

@media only screen and (max-width: 710px) {
  .app_intro_text {
    width: 100%;
    max-width: 100%;
  }
}

.app_intro_text p {
  margin: 20px 0;
  padding: 0;
}

.app_intro_img {
  position: relative;
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 710px) {
  .app_intro_img {
    display: none;
  }
}

.app_intro_img img {
  width: 80%;
}

.app_intro_right {
  position: relative;
  max-width: 500px;
  width: 90%;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 710px) {
  .app_intro_right {
    margin: 0 auto;
  }
}

.app_tour_logo {
  position: relative;
  max-width: 230px;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 710px) {
  .app_tour_logo {
    max-width: 100%;
    text-align: center;
  }
}

.app_tour_logo img {
  width: auto;
  max-height: 150px;
  max-width: 100%;
  margin: 0 auto;
}

.app_tour_text_2 {
  position: relative;
  margin: 40px 0 30px 0;
  font-size: 16px;
}

.app_tour_client_img_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.app_tour_client_img {
  position: relative;
  max-width: 150px;
  width: 33%;
}

.app_tour_client_img img {
  width: 100%;
}

/****************************************
	Tour Hero
****************************************/

.tourhero {
  position: relative;
  padding: 160px 0 100px 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  color: #fff;
}

.tourhero__wrapper {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.tourhero__wrapper h1 {
  position: relative;
  font-size: 36px;
  color: #FFF;
  max-width: 690px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
}

.tourhero__content {
  position: relative;
  margin: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.tourhero__img {
  position: relative;
  width: 40%;
}

.tourhero__img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 415px) {
  .tourhero__content .to_hide {
    display: none;
  }

  .tourhero__img {
    width: 100%;
  }
}

/****************************************
	Travel Facts
****************************************/

.traveldestinations {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding: 50px 0px 50px 0px;
}

.traveldestinations__wrapper {
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  max-width: 1100px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.traveldestinations__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 45%;
}

.traveldestinations__content {
  color: #565656;
  margin: 0 auto;
  width: 100%;
  line-height: 140%;
}

.traveldestinations__content h1 {
  font-size: 32px;
  font-family: "ProximaNova-SemiBold";
  line-height: 140%;
}

.traveldestinations__content p {
  font-size: 16px;
}

.traveldestinations__animation {
  position: relative;
  display: block;
  height: auto;
  width: 45%;
}

.traveldestinations__animation object {
  height: auto;
}

@media only screen and (max-width: 650px) {
  .traveldestinations {
    padding: 20px auto;
  }

  .traveldestinations__wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .traveldestinations__text {
    width: auto;
    text-align: center;
  }

  .traveldestinations__content {
    display: block;
  }

  .traveldestinations__animation {
    width: auto;
  }
}

/****************************************
	Travel Facts
****************************************/

.travelfacts {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  font-size: 16px;
  padding: 50px 0px 50px 0px;
}

.travelfacts__header {
  position: relative;
  font-size: 32px;
  font-family: 'ProximaNova-SemiBold';
  text-align: center;
}

.travelfacts__content {
  position: relative;
  width: 100%;
  margin: 60px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.fact {
  position: relative;
  width: 33.333333%;
}

.fact__img {
  position: relative;
  height: 70px;
  text-align: center;
}

.fact__img img {
  width: auto;
  height: 100%;
  display: inline-block !important;
}

.fact__header {
  font-family: 'ProximaNova-Regular';
  position: relative;
  margin: 20px 0 20px 0;
  text-align: center;
  font-size: 18px;
}

.fact__content {
  position: relative;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #4A4A4A;
  line-height: 22px;
}

.travelfacts__whitespace {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 600px;
  height: 60px;
  background: #FFF;
}

@media only screen and (max-width: 780px) {
  .fact__img {
    height: 75px;
  }

  .fact__header {
    margin: 20px 0 10px 0;
  }
}

@media only screen and (max-width: 650px) {
  .travelfacts {
    padding: 50px 0px 10px 0px;
  }

  .travelfacts__content {
    display: block;
  }

  .fact {
    width: 100%;
    margin: 0 0 10%;
  }

  .fact__content {
    width: 80%;
  }
}

/****************************************
	Overlay Header
****************************************/

.travelheader {
  background-image: url("https://cloudfront.startupmedia.com/greenback/backgrounds/travel-header-background.png");
  background-repeat: no-repeat;
  background-position: 77% 20%;
  background-size: cover;
  height: 560px;
  overflow: hidden;
  padding-top: 74px;
}

.travelheader__wrapper {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.travelheader__col {
  position: relative;
  max-width: 429px;
  margin: auto;
  text-align: center;
}

.travelheader__phones {
  position: relative;
  width: auto;
  margin: auto;
  transition-duration: .5s;
}

.travelheader__header {
  position: relative;
  font-size: 42px;
  color: #FFF;
  font-family: 'ProximaNova-Regular';
  margin: 0 0 40px 0;
}

.travelheader__header img {
  vertical-align: middle;
  height: 42px;
  width: auto;
  margin: 0 15px 0 0;
  display: inline-block !important;
}

.travelheader__txt {
  position: relative;
  font-size: 20px;
  color: #FFF;
  line-height: 34px;
  font-weight: 100;
}

.travelheader__img {
  height: 600px;
  width: auto;
}

.travelheader__img img {
  height: 600px;
  width: auto;
}

.travelheader__joincta {
  position: relative;
  margin: 100px auto 20px;
  text-align: center;
}

.travelheader__join {
  position: relative;
  z-index: 100;
}

.travelheader__apps {
  margin: 40px 0px 0px 20px;
}

.travelheader__apps img {
  width: auto;
  height: 30px;
  margin: 0 15px 0 0;
}

.travelheader__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px auto;
}

.travel__btn::before {
  content: '';
  position: absolute;
  top: 55px;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #dfdfdf;
}

@media only screen and (max-width: 805px) {
  .travelheader {
    padding: 60px 0;
    background-position: 55% 20%;
    height: 500px;
  }

  .travelheader__wrapper {
    display: block;
  }

  .travelheader__img {
    display: none;
  }

  .travelheader__joincta {
    margin: 70px auto 20px;
  }

  .travelheader__col {
    padding-top: 100px;
    margin: auto;
  }

  .travelheader__header {
    font-size: 28px;
  }

  .travelheader__header img {
    height: 30px;
  }

  .travelheader__header:after {
    margin: 40px 0 0 0;
    width: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .travelheader__img {
    display: none;
  }

  .travelheader__wrapper {
    display: block;
  }

  .travelheader__col {
    width: 90%;
  }
}

/****************************************
	What is GoGreenback Bar
****************************************/

.whatisggb {
  position: relative;
  width: 100%;
  height: 125px;
  font-size: 56px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #464D5E;
}

.whatisggb img {
  width: 330px;
  height: auto;
  margin: 5px 10px 0;
}

@media only screen and (max-width: 600px) {
  .whatisggb {
    font-size: 30px;
    height: 60px;
  }

  .whatisggb img {
    width: 150px;
    margin: 2px 5px 0;
  }
}

/****************************************
  Wood Phone
****************************************/

.woodphone {
  position: relative;
}

.woodphone__img {
  position: relative;
  width: 100%;
}

.woodphone__img img {
  width: 100%;
  display: block;
}

.woodphone__wrapper {
  position: absolute;
  top: 15%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  max-width: 1060px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #FFF;
}

.woodphone__offer {
  position: relative;
  max-width: 330px;
  width: 48%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.offer_down {
  margin: 15% 0 0 0;
}

.woodphone__offer h1 {
  position: relative;
  font-size: 30px;
  margin: 0 0 40px 0;
}

.woodphone__offer h1:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 2px;
  background: #81DBD7;
  margin: 40px 0 0 0;
  left: 0px;
}

.woodphone__txt {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 1024px) {
  .offer_down {
    margin: 0 0 0 0;
  }
}

@media only screen and (max-width: 810px) {
  .woodphone__offer h1 {
    font-size: 24px;
  }

  .woodphone__txt {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .woodphone__wrapper {
    display: block;
    top: 3%;
  }

  .woodphone__offer {
    width: 100%;
    max-width: 100%;
  }

  .woodphone__offer h1 {
    font-size: 16px;
    margin: 0 0 5px 0;
  }

  .woodphone__offer h1:after {
    display: none;
  }

  .providers_types_offwoodphone__txter_txt {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 415px) {
  .woodphone__wrapper {
    position: relative;
    /* 		color: #4D4D53; */
    padding: 20px 20px 10px 20px;
    width: 90%;
    margin-top: -1px;
    background-image: linear-gradient(-136deg, #0D355E 0%, #0D7E92 47%, #0EBFC0 100%);
  }

  .woodphone__offer {
    text-shadow: none;
    margin: 0 0 20px 0;
  }

  .woodphone__offer h1 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }

  .woodphone__txt {
    line-height: 18px;
    font-size: 14px;
  }
}

/****************************************
	Footer
****************************************/

.footer {
  position: relative;
  width: 100%;
  padding: 5.5% 0 25px 0;
  background: #1E5E75;
  color: #FFF;
  font-size: 1.6em;
}

.footer__content {
  position: relative;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 2% 0;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer__left {
  position: relative;
  width: 40%;
  margin: 0 10% 0 0;
}

.footer__left-img {
  width: 35px;
}

.footer__left-img img {
  width: 100%;
}

.footer__left-text {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0;
}

.footer__left-apps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.footer__left-apps img {
  width: auto;
  height: 30px;
  margin: 0 15px 0 0;
}

.footer__menu {
  position: relative;
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footer__menu p {
  position: relative;
  margin: 15px 0 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}

.footer__menu ul {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.footer__menu ul li {
  position: relative;
  list-style: none;
  line-height: 20px;
}

.footer__menu ul li a {
  color: #F3F5F6;
  text-decoration: none;
}

.footer__menu .active {
  font-weight: bold;
}

.footer__copy {
  position: relative;
  margin: 2.5% auto 0 auto;
  text-align: center;
  font-size: 13px;
  color: #F3F5F6;
}

@media only screen and (max-width: 810px) {
  .footer__menu p {
    font-size: 14px;
  }

  .footer__menu ul {
    font-size: 12px;
  }

  .footer__menu-greenback,
  .footer__menu-members,
  .footer__menu-more {
    margin: 0 15px 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer__left-img {
    margin: 0 auto;
  }

  .footer__content {
    display: block;
  }

  .footer__left-apps {
    text-align: center;
    display: block;
  }

  .footer__left,
  .footer__menu {
    width: 100%;
    text-align: center;
  }

  .footer__left {
    margin: 0 0 40px 0;
  }

  .footer__menu-greenback,
  .footer__menu-members,
  .footer__menu-more {
    width: 33%;
  }
}

/****************************************
	Navigation Bar
****************************************/

.navbar {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  background: #FFF;
  color: #1E5E75;
  font-size: 16px;
  z-index: 1000;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.22);
}

/********************
	Content Wrapper
********************/

.navbar__content {
  position: relative;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/********************
	Menu Wrapper
********************/

.navbar__menu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  right: 25px;
}

/********************
	Menu Content
********************/

.navbar__logo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  left: 50px;
}

.navbar__logo img {
  position: relative;
  width: auto;
  height: 35px;
}

@media only screen and (max-width: 780px) {
  .navbar__menu img {
    width: 30px;
    height: 30px;
  }
}

/* Actual Menu */

.navbar__menu ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  border-right: solid;
  border-color: #777B84;
  margin-right: 7px;
  border-width: 1.5px;
}

@media only screen and (max-width: 780px) {
  .navbar__menu ul {
    display: none;
  }
}

.navbar__menu ul li {
  position: relative;
  margin: 0 32px 0 0;
  padding: 0;
  list-style: none;
}

.navbar__menu ul li a {
  color: #454D5E;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  font-family: 'ProximaNova-Regular';
  margin: -1em;
  padding: 1em;
  z-index: 1;
  text-align: center;
  transition: transform 0.3s ease 0s;
}

.navbar__menu ul li a:hover,
.navbar__menu ul li .active {
  font-family: 'ProximaNova-SemiBold';
  color: #23bfb8;
  transform: translateY(-7px);
}

.navbar__menu ul li a::after {
  content: attr(title);
  display: block;
  height: 1px;
  margin: 0 0 -1px 0;
  font-weight: bold;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.navbar__menu ul li .active:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  bottom: 2px;
  left: 15px;
  border-bottom: 3px solid #23bfb8;
  border-radius: 25px;
}

/********************
	Button Group Wrapper
********************/

.navbar__btn-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/********************
	Buttons
********************/

.navbar__btn {
  position: relative;
  margin: 0 0 0 20px;
}

.navbar__btn a,
.navbar__btn__mobile a {
  color: #23bfb8;
  padding: 6px 0;
  font-family: 'ProximaNova-Regular';
  min-width: 6em;
  text-align: center;
  display: block;
  border: 1px solid #23bfb8;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.navbar__btn a:hover,
.navbar__btn__mobile a:hover {
  background-color: #23bfb8;
  box-shadow: 0px 5px 20px rgba(35, 191, 184, 0.4);
  color: #FFF;
}

.navbar__btn__mobile {
  display: none;
}

.navbar__logo__mobile {
  display: none;
}

@media only screen and (max-width: 875px) {
  .navbar__logo {
    display: none;
  }

  .navbar__logo__mobile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    left: 25px;
    height: 40px;
  }

  .navbar__logo__mobile img {
    position: relative;
    width: auto;
    height: 40px;
  }
}

@media only screen and (max-width: 780px) {
  .navbar__btn {
    display: none;
  }

  .navbar__btn__mobile {
    display: block;
  }
}

/********************
	Hamburger
********************/

.navbar__hamburger {
  position: relative;
  height: 25px;
  cursor: pointer;
  display: none;
}

.navbar__hamburger img {
  poition: relative;
  width: auto;
  height: 25px;
}

@media only screen and (max-width: 780px) {
  .navbar__hamburger {
    display: block;
  }
}

/********************
	Mobile Menu
********************/

.navbar__mobile-menu {
  position: fixed;
  box-shadow: 0px 6px 14px 4px rgba(0, 0, 0, 0.52);
  top: 80px;
  right: 20px;
  width: 250px;
  margin: 1px 0 0 0;
  border-radius: 6px;
  padding: 15px 15px 0px 15px;
  max-height: 0;
  overflow: hidden;
  background: #FFFFFF;
  text-align: center;
  z-index: 1000;
  display: none;
}

.navbar__mobile-menu__title {
  line-height: 20px;
  margin-top: 7px;
  width: 200px;
  font-size: 16px;
  font-family: 'ProximaNova-SemiBold';
}

.navbar__mobile-menu__desc {
  line-height: 20px;
  margin-top: 7px;
  width: 200px;
  font-size: 14px;
  color: #82888c;
}

.navbar__mobile-menu__option {
  padding: 10px 0 15px 0;
}

.navbar__mobile-menu__option__link {
  font-size: 16px;
  color: #23bfb8;
  padding: 6px 0;
  font-family: 'ProximaNova-Regular';
  min-width: 6em;
  text-align: center;
  display: block;
  border: 1px solid #23bfb8;
  box-shadow: 0px 8px 8px 0px rgba(62, 54, 216, 0.05);
  border-radius: 25px;
  text-decoration: none;
}

.navbar__mobile-menu__option__link:hover {
  background: #23bfb8;
  color: #FFF;
}

@media only screen and (min-width: 780px) {
  .navbar__mobile-menu {
    max-height: 0 !important;
  }
}

.navbar__mobile-menu-open {
  max-height: 470px;
  display: block;
}

.navbar__mobile-menu li {
  position: relative;
  list-style: none;
  width: 100%;
  padding-bottom: 15px;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
}

.navbar__mobile-menu__link {
  position: relative;
  width: 100%;
  text-align: left;
  display: block;
  color: #000000;
  text-decoration: none;
}

.navbar__mobile-menu__link:hover,
.navbar__mobile-menu__link.active {
  color: #23bfb8 !important;
}

/********************
	Body Overlay
********************/

.body__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 900;
  display: none;
}

/****************************************
	Access Anytime
****************************************/

.accessanytime {
  width: 100%;
  background-image: linear-gradient(-136deg, #0D355E 0%, #0D7E92 47%, #0EBFC0 100%);
  background-repeat: no-repeat;
  overflow: hidden;
}

.accessanytime h1 {
  position: relative;
  margin: 70px 0 0 0;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: 300;
}

.tour_access_container {
  position: relative;
  max-width: 910px;
  width: 90%;
  margin: 30px auto 45px auto;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.tour_access_visual {
  position: relative;
  max-width: 400px;
  width: 48%;
}

.tour_access_visual img {
  width: 100%;
  height: auto;
}

.tour_access_items {
  position: relative;
  width: 48%;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #FFF;
  line-height: 28px;
  font-weight: 300;
}

.tour_access_items li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: none;
}

.tour_access_items li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -25px;
  width: 10px;
  height: 10px;
  border: 2px solid #23BFB8;
  border-radius: 50%;
}

@media only screen and (max-width: 415px) {
  .accessanytime h1,
  .tour_access_items {
    margin-top: 30px;
  }

  .tour_access_container {
    margin-bottom: 25px;
  }
}

/****************************************
  Access Points
****************************************/

.accesspoints__wrapper {
  position: relative;
  max-width: 990px;
  width: 90%;
  margin: 90px auto;
}

.accesspoints__wrapper h1 {
  position: relatve;
  font-size: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.accesspoints__wrapper h1 img {
  height: 40px;
  width: auto;
  margin: 0 10px 0 0;
}

.accesspoints__txt {
  position: relative;
  margin: 5% 0;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
}

.accesspoints___devices {
  position: relative;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.accesspoints___device {
  position: relative;
  width: 33%;
  text-align: center;
}

.accesspoints___device img {
  height: 190px;
  width: auto;
  display: inline-block;
}

.accesspoints___device p {
  font-size: 22px;
  padding: 0px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 800px) {
  .accesspoints__txt {
    font-size: 18px;
    margin: 20px 0;
  }

  .accesspoints___device img {
    height: 130px;
  }
}

@media only screen and (max-width: 600px) {
  .accesspoints__txt {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
  }

  .accesspoints___device img {
    height: 90px;
  }

  .accesspoints___device p {
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .accesspoints___device {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 415px) {
  .accesspoints___device img {
    height: 70px;
  }

  .accesspoints___device p {
    font-size: 12px;
    margin: 10px 0 0 0;
  }

  .accesspoints__wrapper {
    margin: 50px auto 20px;
  }
}

/****************************************
  App Store
****************************************/

.appstore {
  position: relative;
  padding: 100px 0 30px 0;
  background: #F3F5F6;
}

.appstore__wrapper {
  max-width: 964px;
  width: 80%;
  padding: 30px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(74, 73, 74, 0.15);
}

.appstore__container {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

/*******************
  Top
*******************/

.appstore__top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.appstore__top__logo {
  width: 220px;
  height: 220px;
  background: url("//cdn.startupmedia.com/gb/imgs/global/gb/gb-icon-light.png") no-repeat;
  background-size: 100% 100%;
}

.appstore__top__content {
  margin: 0 0 0 20px;
  -ms-flex: 1;
      flex: 1;
}

.appstore__title {
  font-size: 30px;
}

.appstore__description {
  margin: 20px 0 0 0;
}

.appstore__description__title {
  font-size: 18px;
  font-family: 'ProximaNova-SemiBold';
  margin: 0;
  padding: 0;
}

.appstore__description__text {
  position: relative;
  font-size: 15px;
  line-height: 22px;
}

.appstore__cause_selection {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.appstore__cause_selection__title {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: 'ProximaNova-SemiBold';
  margin: 0 10px 0 0;
}

/*******************
  Slideshow
*******************/

.appstore__slider {
  position: relative;
  width: 100%;
  background: #EEEEEE;
  overflow: hidden;
  margin: 30px 0;
}

.appstore__slider__wrapper {
  margin: 20px;
}

.appstore__slider__title {
  position: relative;
  font-size: 16px;
  font-family: 'ProximaNova-SemiBold';
}

.appstore__slider__slider {
  position: relative;
  overflow-x: scroll;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  margin: 15px 0 0 0;
  -webkit-overflow-scrolling: touch;
}

.appstore__slider__slider img {
  height: 100%;
  width: auto;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*******************
  Slideshow
*******************/

.appstore__bottom__caption {
  position: relative;
  font-size: 18px;
  font-family: 'ProximaNova-SemiBold';
  text-align: center;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 820px) {
  .appstore__wrapper {
    width: 90%;
    padding: 20px 0;
  }

  .appstore__top {
    display: block;
    text-align: center;
  }

  .appstore__top__logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .appstore__top__content {
    margin: 0;
  }

  .appstore__cause_selection {
    display: block;
    text-align: center;
  }

  .cause_selection_btn {
    margin: 10px auto 0;
  }

  .appstore__description__text {
    font-size: 12px;
    line-height: 16px;
  }
}

/****************************************
  App Tour
****************************************/

/* Header */

.apptour__header {
  position: relative;
  text-align: center;
  padding: 100px 0 2%;
  background-color: #1E5E75;
  font-size: 38px;
  color: #FFF;
  font-family: 'ProximaNova-Regular';
}

/* Dahsboard */

.apptour__dashboard {
  position: relative;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  padding: 70px 0 0 0;
  margin-bottom: 40px;
}

.apptour_wrapper {
  position: relative;
  max-width: 1090px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  color: #FFF;
  font-size: 16px;
}

.apptour__left {
  position: relative;
  width: 45%;
  margin: auto;
}

.apptour__right {
  width: 45%;
}

.apptour__right img {
  height: 600px;
  display: block;
  margin: auto;
}

.apptour__left h1 {
  font-size: 32px;
  margin: auto;
  font-family: 'ProximaNova-SemiBold';
}

.apptour__left h2 {
  position: relative;
  font-size: 18px;
  line-height: 140%;
}

/* Merchant Offers */

.apptour__slide {
  position: relative;
}

.apptour__slide__wrapper {
  position: relative;
  max-width: 1050px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: 5% auto;
  text-align: left;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.apptour__slide__wrapper__right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  text-align: left;
}

.apptour__img {
  position: relative;
  display: block;
  height: 500px;
  width: 45%;
}

.apptour__slide__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 45%;
}

.apptour__slide__content {
  color: #565656;
  width: 100%;
  margin: 0 auto;
}

.apptour__slide__content img {
  width: 100%;
}

.apptour__slide__content h1 {
  font-size: 32px;
  margin: 5% 0 0 0;
  font-family: 'ProximaNova-SemiBold';
}

.apptour__slide__txt {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  margin: 5% 0 0 0;
  font-family: 'ProximaNova-Regular';
}

.apptour__btn {
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #23bfb8;
  border: 1px solid #23bfb8;
  background: #FFF;
  border-radius: 25px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.apptour__btn:after {
  position: absolute;
  top: 15px;
  margin: 0;
  right: 20px;
  color: #23bfb8;
  font-size: 15px;
}

.apptour__btn a {
  color: #23bfb8;
  text-decoration: none;
  display: block;
  padding: 14px 0;
  font-size: 16px;
  font-family: 'ProximaNova-Regular';
}

.apptour__btn:hover {
  background-color: #23bfb8;
  box-shadow: 0px 15px 20px rgba(35, 191, 184, 0.4);
  transform: translateY(-7px);
}

.apptour__btn a:hover {
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .apptour__left h1 {
    margin-top: 10%;
  }
}

@media only screen and (max-width: 800px) {
  .apptour_wrapper {
    font-size: 14px;
  }

  .apptour__left h1 {
    font-size: 24px;
  }

  .apptour__left h2 {
    font-size: 16px;
  }

  .apptour__slide__content h1 {
    font-size: 26px;
  }

  .apptour__slide__txt {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .apptour__header p {
    font-size: 18px;
  }

  .apptour__dashboard {
    padding: 45px 0 0 0;
  }

  .apptour_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    overflow: hidden;
    padding: 40px 0;
  }

  .apptour__right {
    width: 50%;
    margin: auto;
  }

  .apptour__left h1 {
    margin: 0;
    text-align: center;
  }

  .apptour__left h2 {
    text-align: center;
  }

  .apptour__left {
    width: auto;
  }

  .apptour__right {
    width: 100%;
  }

  .apptour__right img {
    height: 450px;
  }

  .apptour__left__list,
  .apptour__right__list {
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }

  .apptour__left__list li,
  .apptour__right__list li {
    margin: 20px 0 0;
    list-style-position: inside;
  }

  .apptour__slide__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 50px auto 30px;
  }

  .apptour__slide__content h1 {
    font-size: 20px;
    margin: 0px;
  }

  .apptour__slide__text {
    width: 100%;
  }

  .apptour__slide__txt {
    font-size: 16px;
    line-height: 140%;
    padding: 0 0 10px 0;
  }

  .apptour__slide__center {
    width: 100%;
  }

  .apptour__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .apptour__img {
    height: 400px;
    width: 100%;
  }
}

@media only screen and (max-width: 415px) {
  .tour_merchant_offers_container {
    margin-top: 2%;
  }

  .apptour__slide__right {
    display: none;
  }

  .apptour__slide__left {
    width: 40%;
  }

  .apptour__slide__left img {
    position: relative;
  }

  .apptour__slide__center {
    width: 60%;
  }

  .apptour__slide__content h1 {
    font-size: 24px;
  }

  .apptour__brands__container img {
    width: 90%;
  }

  .apptour__brands__img {
    margin-bottom: -2px;
  }

  .apptour__brands__header {
    margin-top: 5%;
  }

  .apptour__brands__txt {
    font-size: 12px;
    line-height: 16px;
  }

  .apptour__favs__container img {
    width: 90%;
  }
}

@media only screen and (max-width: 321px) {
  .apptour__slide__left {
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .apptour__slide__content h1 {
    font-size: 16px;
    margin: 0;
  }

  .apptour__offer img {
    width: 100%;
  }
}

/****************************************
	Benefit Diagram
****************************************/

.benefitdiagram {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(-225deg, #1E5E75 0%, #0E9BA6 100%);
}

.benefitdiagram__content {
  position: relative;
  margin: 70px auto;
  max-width: 930px;
  width: 90%;
}

.benefitdiagram__header__header {
  position: relative;
  font-size: 44px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.benefitdiagram__header__header img {
  width: 270px;
  height: auto;
  margin: 5px 10px 0;
}

.benefitdiagram__header__phrase {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0;
}

.benefitdiagram__header__caption {
  position: relative;
  max-width: 660px;
  width: 90%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
}

.benefitdiagram__type__content {
  position: relative;
  max-width: 930px;
  width: 90%;
  margin: 85px auto;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefitdiagram__type__center {
  margin: 0 3.1666665%;
}

.benefitdiagram__type {
  position: relative;
  width: 30%;
}

.benefitdiagram__type__middle {
  float: none;
  margin: 20px auto 0 auto;
  text-align: center;
}

.benefitdiagram__type__img {
  text-align: center;
  margin: 40px 0 0;
}

.benefitdiagram__type__img img {
  width: 90%;
  height: auto;
}

.benefitdiagram__type__header {
  position: relative;
  font-size: 28px;
  color: #fff;
  font-weight: 100;
  margin: 0 0 40px;
}

.benefitdiagram__type__header img {
  height: 22px;
  width: auto;
  margin: 0 3px 0 0;
  display: inline-block !important;
}

.benefitdiagram__type__header:after {
  content: '';
  position: absolute;
  width: 38px;
  height: 2px;
  background: #81dbd7;
  margin: 40px 0 0;
  left: 0;
}

.benefitdiagram__type__middle .benefitdiagram__type__header:after {
  content: '';
  position: absolute;
  width: 38px;
  height: 2px;
  background: #81DBD7;
  margin: 40px auto 0 auto;
  left: 0px;
  right: 0px;
}

.benefitdiagram__type__caption {
  position: relative;
  font-size: 14px;
  color: #FFF;
  line-height: 24px;
}

.benefitdiagram__type__btn {
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  background: rgba(30, 94, 117, 0.4);
  border-radius: 3px;
  cursor: pointer;
  z-index: 10;
  transition: .5s;
}

.benefitdiagram__type__btn:after {
  content: '>';
  position: absolute;
  top: 15px;
  margin: 0;
  right: 20px;
  color: #FFF;
  font-size: 15px;
}

.benefitdiagram__type__btn a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}

.benefitdiagram__type__btn:hover {
  background: #0D4A60;
}

.benefitdiagram__type__middle .benefitdiagram__type__btn {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .benefitdiagram__type__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .benefitdiagram__type {
    float: none;
    width: 30%;
  }

  .benefitdiagram__type__center,
  .benefitdiagram__type__img {
    display: none;
  }

  .benefitdiagram__clear {
    display: none;
  }

  .benefitdiagram__type__middle {
    float: left;
    margin: 0;
    text-align: left;
  }

  .benefitdiagram__type__middle .benefitdiagram__type__header:after {
    margin: 40px 0 0 0;
  }

  .benefitdiagram__type__btn {
    font-size: 12px;
  }

  .benefitdiagram__type__btn:after {
    display: none;
  }
}

@media only screen and (max-width: 810px) {
  .benefitdiagram__type__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .benefitdiagram__header__header {
    font-size: 30px;
  }

  .benefitdiagram__header__header img {
    width: 150px;
  }

  .benefitdiagram__header__phrase {
    font-size: 20px;
  }

  .benefitdiagram__header__caption {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .benefitdiagram__header__header {
    font-size: 22px;
  }

  .benefitdiagram__header__header img {
    width: 100px;
  }

  .benefitdiagram__header__phrase {
    font-size: 16px;
  }

  .benefitdiagram__header__caption {
    font-size: 14px;
  }

  .benefitdiagram__type__header {
    font-size: 22px;
  }

  .benefitdiagram__type__header img {
    height: 18px;
  }

  .benefitdiagram__type__caption {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 415px) {
  .benefitdiagram__content {
    margin: 30px auto;
  }

  .benefitdiagram__header__header {
    font-size: 16px;
  }

  .benefitdiagram__type__content {
    margin: 0 auto;
    display: block;
  }

  .benefitdiagram__type {
    width: 100%;
    margin-bottom: 40px;
  }
}

/****************************************
  Brand Access
****************************************/

.brandaccess {
  position: relative;
}

.brandaccess__wrapper {
  position: relative;
  max-width: 940px;
  width: 90%;
  margin: 8% auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.brandaccess__img {
  position: relative;
  width: 45%;
}

.brandaccess__img img {
  width: 100%;
  height: auto;
}

.brandaccess_txt {
  position: relative;
  width: 45%;
}

.brandaccess_txt h1 {
  position: relative;
  font-size: 32px;
  margin: 0 0 40px 0;
}

.brandacceess__caption {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #73737A;
}

@media only screen and (max-width: 810px) {
  .brandaccess_txt h1 {
    margin: 0 0 20px 0;
  }

  .brandacceess__caption {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .brandaccess__img {
    display: none;
  }

  .brandaccess_txt {
    width: 100%;
  }
}

/****************************************
  Brands
****************************************/

.brands {
  position: relative;
  width: 100%;
  padding: 2% 0;
  background: #F3F5F6;
}

.brands__wrapper {
  position: relative;
  max-width: 1040px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin: 0 auto;
}

.brands__wrapper img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 50px;
  margin: 20px;
}

@media only screen and (max-width: 600px) {
  .brands__wrapper img {
    max-width: 80px;
    max-height: 25px;
    margin: 10px;
  }
}

/****************************************
	Brining Greenback
****************************************/

.cause_incentive {
  width: 100%;
  background-image: linear-gradient(-136deg, #0D355E 0%, #0D7E92 47%, #0EBFC0 100%);
  background-position: center;
  overflow: hidden;
}

.cause_incentive:before {
  content: "";
  background: url("//cdn.startupmedia.com/gb/imgs/global/gb/bg-circle-background.png");
  background-position: center;
  background-size: 80%, cover;
  background-repeat: no-repeat;
  opacity: 0.03;
  top: 12.5%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.cause_incentive h1 {
  position: relative;
  margin: 70px 0 0 0;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: 300;
}

@media only screen and (max-width: 600px) {
  .cause_incentive h1 {
    font-size: 26px;
  }
}

.cause_incentive h2 {
  position: relative;
  margin: 15px 0 0 0;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cause_incentive h2 {
    font-size: 16px;
  }
}

.cause_incent_container {
  position: relative;
  max-width: 910px;
  width: 90%;
  margin: 30px auto 45px auto;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cause_incent_visual {
  position: relative;
  max-width: 400px;
  width: 48%;
}

.cause_incent_visual img {
  width: 100%;
  height: auto;
}

.cause_incent_items {
  position: relative;
  width: 48%;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #FFF;
  line-height: 28px;
  font-weight: 300;
}

.cause_incent_items li {
  position: relative;
  margin: 0 0 20px 0;
  list-style: none;
}

.cause_incent_items li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -25px;
  width: 10px;
  height: 10px;
  border: 2px solid #23BFB8;
  border-radius: 50%;
}

.cause_incent_join {
  position: relative;
  margin: 40px auto;
}

@media only screen and (max-width: 1024px) {
  .cause_incentive {
    background: linear-gradient(-136deg, #0D355E 0%, #0D7E92 47%, #0EBFC0 100%);
  }
}

@media only screen and (max-width: 810px) {
  .cause_incent_visual,
  .tour_access_visual {
    width: 100%;
    margin: 0 auto;
  }

  .cause_incent_items,
  .tour_access_items {
    width: 100%;
    margin: 0 0 0 30px;
  }
}

@media only screen and (max-width: 600px) {
  .cause_incent_items,
  .tour_access_items {
    font-size: 14px;
  }
}

@media only screen and (max-width: 415px) {
  .cause_incentive h1 {
    margin: 30px auto 0 auto !important;
    line-height: 40px;
    width: 85%;
  }

  .cause_incent_container {
    margin-bottom: 0px;
  }
}

/****************************************
  My Cause Portal
****************************************/

.mycauseportal {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, #0E9BA6 0%, #1E5E75 63%);
}

.mycauseportal__container {
  position: relative;
  max-width: 860px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: 4% auto;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}

.mycauseportal__txt {
  width: 60%;
}

.mycauseportal__img {
  width: 40%;
}

.mycauseportal__header {
  font-size: 32px;
  margin: 4% 0;
}

.mycauseportal__caption {
  position: relative;
  max-width: 360px;
  width: 90%;
  font-size: 16px;
  line-height: 26px;
}

.mycauseportal__img img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 600px) {
  .mycauseportal__img {
    display: none;
  }

  .mycauseportal__txt,
  .mycauseportal__caption {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

/****************************************
	Circle Section
****************************************/

.circlesection {
  position: relative;
}

.circlesection__top,
.circlesection__bottom {
  position: relative;
}

.circlesection__top img,
.circlesection__bottom img {
  width: 100%;
  height: auto;
  display: block;
}

.circlesection__top__clause,
.circlesection__bottom__clause {
  position: absolute;
  font-size: 70px;
  color: #FFF;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.circlesection__top__clause {
  top: 120px;
}

.circlesection__bottom__clause {
  bottom: 120px;
}

.circlesection__top__clause span,
.circlesection__bottom__clause span {
  position: relative;
  display: block;
  margin: 0 0 0 220px;
}

.circlesection__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 476px;
  height: 476px;
  z-index: 100;
  margin: -238px 0 0 -238px;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  line-height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: url("//cdn.startupmedia.com/gb/imgs/global/gb/bg-circle-background-dark.png") no-repeat #fff;
  background-size: 70%;
  background-position: 34% 58%;
}

.circlesection__circle p {
  width: 80%;
  margin: 0 auto;
  padding: 0px;
}

@media only screen and (max-width: 1280px) {
  .circlesection__top__clause,
  .circlesection__bottom__clause {
    font-size: 50px;
  }

  .circlesection__top__clause {
    top: 80px;
  }

  .circlesection__bottom__clause {
    bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .circlesection__top__clause span,
  .circlesection__bottom__clause span {
    display: inline;
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  .circlesection__circle {
    left: 0px;
    width: 100%;
    height: 90px;
    margin: -45px 0 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 20px;
    line-height: 22px;
    background: #FFF;
  }
}

@media only screen and (max-width: 600px) {
  .circlesection__top__clause,
  .circlesection__bottom__clause {
    font-size: 30px;
  }

  .circlesection__top__clause {
    top: 40px;
  }

  .circlesection__bottom__clause {
    bottom: 40px;
  }

  .circlesection__circle {
    font-size: 14px;
    line-height: 22px;
  }
}

.cause_services {
  position: relative;
  margin: 80px 0;
}

.cause_service_phrase {
  position: relative;
  font-size: 36px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.cause_service_caption {
  position: relative;
  max-width: 630px;
  width: 90%;
  font-size: 16px;
  margin: 20px auto 0 auto;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
}

.cause_services {
  position: relative;
  max-width: 1012px;
  width: 90%;
  margin: 55px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cause_service {
  position: relative;
  clear: both;
  max-width: 470px;
  max-width: 50%;
  width: 48%;
  margin: 0 0 35px 0;
  display: -ms-flexbox;
  display: flex;
}

.cause_service_icon {
  position: relative;
  height: 44px;
  padding: 0 35px 10px 0;
  float: left;
}

@media only screen and (max-width: 600px) {
  .cause_service_icon {
    display: none;
  }
}

.cause_service_icon img {
  width: auto;
  height: 100%;
}

.cause_service_icons {
  font-size: 44px;
  color: #1E5E75;
}

.cause_service_text {
  position: relative;
  float: right;
  max-width: 398px;
  font-size: 14px;
  line-height: 18px;
}

.cause_service_text h1 {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0px;
  font-size: 18px;
}

.cause_service_text a {
  color: #4A90E2;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .cause_services {
    display: block;
  }

  .cause_service {
    width: 100%;
    max-width: 100%;
  }

  /* 	.cause_service_text { float: none; } */

  .cause_service_text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4%;
  }
}

@media only screen and (max-width: 415px) {
  .cause_services {
    margin: 40px auto;
  }
}

/****************************************
  Enjoy Options
****************************************/

.enjoyoptions {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  display: block;
}

.enjoyoptions__wrapper {
  position: relative;
  max-width: 880px;
  width: 90%;
  margin: 80px auto 0 auto;
  color: #FFF;
  text-align: center;
}

.enjoyoptions__wrapper h1 {
  position: relative;
  font-size: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.enjoyoptions__wrapper h1 img {
  width: 40px;
  height: auto;
  margin: 0 10px 0 0;
}

.enjoyoptions__wrapper h2 {
  position: relative;
  font-size: 28px;
  margin: 40px 0 15px 0;
}

.enjoyoptions__options {
  line-height: 26px;
  font-size: 14px;
}

.enjoyoptions__options span {
  margin: 0 10px;
  color: #81DBD7;
}

.enjoyoptions__img {
  position: relative;
  max-width: 650px;
  width: 90%;
  margin: 5% auto;
}

.enjoyoptions__img img {
  width: 100%;
  height: auto;
}

.enjoyoptions__brands {
  position: relative;
  width: 100%;
  padding: 0 0 2% 0;
  background: rgba(255, 255, 255, 0.2);
}

.enjoyoptions__brands p {
  width: 100%;
  margin: 0px;
  padding: 2% 0 1% 0;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}

.enjoyoptions__brands .brands {
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .enjoyoptions__wrapper h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 415px) {
  .enjoyoptions__wrapper {
    margin-top: 50px;
  }
}

.fundraising {
  position: relative;
  width: 100%;
  /*****************
  Header
*****************/
  /*****************
  Donation
*****************/
  /*****************
  Details
*****************/
  /*****************
  Share
*****************/
}

.fundraising .header__wrapper {
  position: relative;
  padding: 105px 0 40px 0;
  background: linear-gradient(90deg, #1E5E75 0%, #0E9BA6 63%);
}

@media screen and (max-width: 780px) {
  .fundraising .header__wrapper {
    padding: 75px 0 10px 0;
  }
}

.fundraising .header__wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(//cdn.startupmedia.com/greenback/icons/gb-icon-white-transparent.png) no-repeat center;
  background-size: 430px auto;
  opacity: 0.09;
}

.fundraising .header__wrapper .header {
  position: relative;
  max-width: 875px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 780px) {
  .fundraising .header__wrapper .header {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.fundraising .header__wrapper .header__img {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fundraising .header__wrapper .header__img__secondary {
  position: absolute;
  bottom: 0px;
  right: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fundraising .header__wrapper .header__pitch {
  position: relative;
  max-width: 560px;
  width: 90%;
  margin: 0 0 0 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 780px) {
  .fundraising .header__wrapper .header__pitch {
    margin: 20px auto;
  }
}

.fundraising .header__wrapper .header__pitch h3 {
  max-width: 260px;
  width: 90%;
  font-style: italic;
  margin: 10px 40px 0 auto;
}

.fundraising .donation {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 50px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 780px) {
  .fundraising .donation {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.fundraising .donation__btns {
  position: relative;
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .fundraising .donation__btns {
    margin-top: 40px;
  }
}

.fundraising .donation__btns .btn {
  margin: 20px 0 0 0;
}

.fundraising .donation__details {
  position: relative;
  max-width: 560px;
  width: 90%;
  margin: 0 0 0 40px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .fundraising .donation__details {
    margin: 0;
  }
}

.fundraising .donation__details h2 {
  color: #1E5E75;
}

.fundraising .donation__tabs {
  position: relative;
  font: 20px 'ProximaNova-Light';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9B9B9B;
}

.fundraising .donation__tabs .tab {
  font: 16px 'ProximaNova-SemiBold';
  cursor: pointer;
  padding: 10px;
}

.fundraising .donation__tabs .tab--subunit {
  color: #23BFB8;
}

.fundraising .donation__tabs .tab--unit {
  color: #FF6200;
}

.fundraising .donation__bar {
  position: relative;
  margin: 40px auto 20px auto;
  width: 100%;
  height: 25px;
  border-radius: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.fundraising .donation__bar--progress {
  position: relative;
  height: 25px;
  width: 0;
  border-radius: 0;
  transition: all 0.8s ease;
}

.fundraising .donation__bar--progress--unit {
  background-image: linear-gradient(-135deg, #FF9D00 0%, #FF6200 100%);
}

.fundraising .donation__bar--progress--subunit {
  background: linear-gradient(-135deg, #287C8B 0%, #2DBBB7 100%);
}

.fundraising .donation__amounts {
  font-size: 20px;
  text-align: center;
}

.fundraising .donation__amounts span {
  font: 24px 'ProximaNova-SemiBold';
}

.fundraising .donation__amounts .green {
  color: #23BFB8;
}

.fundraising .donation__amounts .blue {
  color: #1E5E75;
}

.fundraising .donation__amounts .orange {
  color: #FF6200;
}

.fundraising .donation .daysLeft {
  position: relative;
  margin: 20px auto 0 auto;
  font: 18px 'ProximaNova-SemiBold';
  width: 175px;
  padding: 8px 0;
  color: #1E5E75;
  background: rgba(44, 187, 183, 0.3);
  border-radius: 5px;
}

.fundraising .donation .daysLeft--endingSoon {
  color: #DA3B16;
}

.fundraising .details {
  position: relative;
  width: 100%;
  background: #F3F5F6;
  overflow: hidden;
}

.fundraising .details__wrapper {
  position: relative;
  max-width: 1120px;
  width: 90%;
  margin: 30px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .fundraising .details__wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin: 15px auto;
  }
}

.fundraising .details__col {
  position: relative;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (max-width: 780px) {
  .fundraising .details__col {
    margin: 0 auto;
  }
}

.fundraising .details__row {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .fundraising .details__row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.fundraising .details__card {
  width: 100%;
  min-height: 512px;
  position: relative;
  margin: 10px;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 780px) {
  .fundraising .details__card {
    margin: 10px auto;
    max-width: 780px;
    min-height: auto;
    width: 100%;
    height: auto;
  }
}

.fundraising .details__card__title {
  position: relative;
  margin: 0 0 5px 0px;
  height: 25px;
  font: 18px 'ProximaNova-SemiBold';
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fundraising .details__card__box {
  background: #FFF;
  padding: 20px;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.fundraising .details__card__box p {
  font-size: 16px;
  margin: 0 0 30px 10px;
  line-height: 1.5;
}

.fundraising .details__card__box p:last-of-type {
  margin: 0 0 0 10px;
}

.fundraising .details__card__box img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.fundraising .details__card__box a {
  color: #333;
}

.fundraising .details__card__box--img {
  position: relative;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.fundraising .details .w33 {
  width: 33.3333%;
}

.fundraising .details .w50 {
  width: 50%;
}

.fundraising .details .w66 {
  width: 66.6666%;
}

.fundraising .details .h100 {
  height: auto;
}

@media screen and (max-width: 780px) {
  .fundraising .details .w33,
  .fundraising .details .w50,
  .fundraising .details .w66 {
    width: 100%;
  }
}

.fundraising .details__footer {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 30px auto 60px auto;
  font-size: 30px;
  text-align: center;
}

.fundraising .share {
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.fundraising .share__box {
  position: relative;
  max-width: 700px;
  border-radius: 4px;
  width: 90%;
  background: #FFF;
  text-align: center;
  display: block;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.fundraising .share__wrapper {
  padding: 40px;
}

.fundraising .share__details {
  position: relative;
  max-width: 400px;
  width: 90%;
  line-height: 1.8;
  margin: 20px auto;
  font-size: 20px;
}

@media screen and (max-width: 780px) {
  .fundraising .share__details {
    font-size: 16px;
  }
}

.fundraising .share__btns {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fundraising .share__btn {
  position: relative;
  margin: 0 5px;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 780px) {
  .fundraising .share__btn {
    width: 80px;
    margin: 10px 5px;
  }
}

.fundraising .share__btn a {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .fundraising .share__btn a {
    width: 45px;
    height: 45px;
  }
}

.fundraising .share__btn a img {
  width: 100%;
}

.fundraising .share__btn p {
  font-size: 14px;
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
}

.fundraising .share__copy {
  position: relative;
  max-width: 450px;
  width: 90%;
  margin: 30px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 780px) {
  .fundraising .share__copy {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.fundraising .share__copy input {
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  font-size: 14px;
  text-indent: 5px;
}

.fundraising .share__copy__btn {
  position: relative;
  font: 18px 'ProximaNova-SemiBold';
  margin: 0 0 0 15px;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .fundraising .share__copy__btn {
    margin: 10px 0 0 0;
  }
}

.fundraising .share__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #DA3B16;
  font: 18px 'ProximaNova-SemiBold';
  cursor: pointer;
}

.fundraising h1 {
  font-family: 'ProximaNova-Light';
  font-size: 32px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.fundraising h1 span {
  font-family: 'ProximaNova-SemiBold';
}

@media screen and (max-width: 580px) {
  .fundraising h1 {
    font-size: 22px;
  }
}

.fundraising h2 {
  font-family: 'ProximaNova-Light';
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.fundraising h2 span {
  font-family: 'ProximaNova-SemiBold';
}

@media screen and (max-width: 946px) {
  .fundraising h2 {
    font-size: 18px;
  }
}

.fundraising h3 {
  font-family: 'ProximaNova-Light';
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.fundraising h3 span {
  font-family: 'ProximaNova-SemiBold';
}

.fundraising h4 {
  font-family: 'ProximaNova-Light';
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 946px) {
  .fundraising h4 {
    font-size: 14px;
  }
}

.fundraising h4 span {
  font-family: 'ProximaNova-SemiBold';
}

.fundraising h5 {
  font-family: 'ProximaNova-Light';
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.fundraising p {
  font-size: 18px;
}

@media screen and (max-width: 580px) {
  .fundraising p {
    font-size: 14px;
  }
}

/****************************************
  	Give n Get
****************************************/

.givenget {
  position: relative;
  margin: 50px auto;
  max-width: 1050px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.givenget__wrapper {
  position: relative;
  width: 38%;
  padding: 4% 3.5%;
}

.givenget__divider {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  width: 1px;
  background: #D6D6D6;
}

.givenget__icon {
  position: relative;
  height: 65px;
  text-align: center;
}

.givenget__icon img {
  height: 100%;
  display: inline-block;
}

.givenget__header {
  position: relative;
  margin: 30px auto;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}

.givenget__caption {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.givenget__img,
.givenget__img--offers {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 50px 0 0 0;
}

.givenget__img img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  display: inline-block !important;
}

.givenget__img--offers img {
  width: 100%;
  display: inline-block !important;
}

@media only screen and (max-width: 600px) {
  .givenget {
    display: block;
  }

  .givenget__wrapper {
    width: 100%;
    padding: 0px;
    margin: 0 0 60px 0;
  }

  .givenget__divider {
    display: none;
  }
}

/****************************************
  Savings Anytime, Anywhere
****************************************/

.helpothers {
  position: relative;
  width: 100%;
}

.helpothers__img {
  position: relative;
}

.helpothers__img img {
  width: 100%;
  display: block;
}

.helpothers__content {
  position: absolute;
  top: 15%;
  max-width: 425px;
  width: 90%;
  left: 25%;
  color: #FFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.helpothers__content h1 {
  position: relative;
  font-size: 70px;
  max-width: 300px;
  width: 100%;
  margin: 0 0 5% 0;
}

.helpothers__txt {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 810px) {
  .helpothers__content {
    top: 5%;
    text-align: center;
    width: 90%;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .helpothers__content h1 {
    max-width: 90%;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 600px) {
  .helpothers__content h1 {
    font-size: 28px;
  }

  .helpothers__txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 415px) {
  .helpothers__txt {
    font-size: 14px;
    line-height: 22px;
  }

  .helpothers__content {
    top: 12%;
  }
}

/****************************************
	Help Others Save Money Full
****************************************/

.helpotherssavemoney {
  position: relative;
}

.helpotherssavemoney__img {
  position: relative;
  width: 100%;
}

.helpotherssavemoney__img img {
  width: 100%;
  display: block;
}

.helpotherssavemoney__wrap {
  position: absolute;
  width: 70%;
  height: 70%;
  left: 15%;
  right: 15%;
  top: 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.helpotherssavemoney__txt {
  position: relative;
  font-size: 38px;
  color: #FFF;
  z-index: 500;
}

.helpotherssavemoney__txt-second {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.helpotherssavemoney__caption {
  position: relative;
  font-size: 20px;
  max-width: 360px;
  width: 90%;
  text-shadow: 1px 1px 2px #000000;
}

@media only screen and (max-width: 1100px) {
  .helpotherssavemoney__caption {
    font-size: 18px;
  }
}

@media only screen and (max-width: 920px) {
  .helpotherssavemoney__wrap {
    width: 80%;
    left: 10%;
    right: 10%;
  }

  .helpotherssavemoney__txt {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 32px;
  }

  .helpotherssavemoney__caption {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .helpotherssavemoney__wrap {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    background-image: linear-gradient(90deg, #1E5E75 0%, #0E9BA6 63%);
  }

  .helpotherssavemoney__txt {
    margin: 0 30px;
    font-size: 18px;
    width: 45%;
  }

  .helpotherssavemoney__caption {
    font-size: 14px;
  }
}

/****************************************
  Help Others Save Money Light
****************************************/

.helpothers {
  position: relative;
}

.helpothers__img {
  position: relative;
  width: 100%;
}

.helpothers__img img {
  width: 100%;
}

.helpothers_caption {
  position: absolute;
  top: 130px;
  margin-left: -2.5%;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 70px;
}

.helpothers_caption span {
  display: block;
  margin: 10px 0 0 15%;
}

@media only screen and (max-width: 1280px) {
  .helpothers_caption {
    font-size: 50px;
    top: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .helpothers_caption {
    font-size: 30px;
    top: 60px;
  }
}

@media only screen and (max-width: 415px) {
  .helpothers_caption {
    font-size: 20px;
    top: 40px;
  }
}

/******************************
  Header
******************************/

.landing__header {
  position: relative;
  padding: 100px 0 20px 0;
  background: #FFF;
  overflow: hidden;
}

.landing__header:before {
  content: '';
  position: absolute;
  top: 0;
  height: 56%;
  max-height: 480px;
  width: calc(100% + (10% * 2));
  left: -10%;
  background-image: linear-gradient(90deg, #1E5E75 0%, #0E9BA6 63%);
  border-bottom-left-radius: 100% 15vw;
  border-bottom-right-radius: 100% 15vw;
}

.landing_header__wrapper {
  position: relative;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* Header Details */

.landing_header__col-left {
  position: relative;
  width: 600px;
  margin: 0 0 0 5%;
}

.header__top {
  position: relative;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto 15% auto;
  max-width: 600px;
  width: 100%;
  line-height: 140%;
  font-family: 'ProximaNova-SemiBold';
}

.header_top__img {
  height: 50px;
  margin: 50px 0 30px 0;
}

.header_top__img img {
  width: auto;
  height: 100%;
}

.header_top__img--double {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 30px 0;
}

.header_top__img img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}

.header_top__img--sponsor {
  max-height: 110px !important;
  height: auto !important;
  width: auto !important;
  max-width: 200px !important;
}

.header_top__img--gb {
  height: 50px;
  width: auto;
}

.header_top__stores {
  position: relative;
  width: 260px;
  margin: 30px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header_top__stores img {
  width: 120px;
  height: auto;
}

/* If you're looking for headerBottom or Subentity search, look at the components */

/* Video Phone */

.landing_header__col-right {
  position: relative;
  width: 283px;
  height: 660px;
  display: block;
  transform-origin: 50% 0;
}

.video_phone {
  background: url("//cdn.startupmedia.com/gb/imgs/global/devices/iphone.png") no-repeat center;
  background-size: 100% 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .landing__header:before {
    height: 54%;
    max-height: 440px;
  }

  .header__top {
    font-size: 20px;
    margin: 0 auto 15% auto;
  }

  .header_top__img {
    height: 40px;
  }

  .landing_header__col-right {
    width: 226px;
    height: 528px;
  }

  .video_phone {
    margin: 0 auto;
  }

  .landing_header__col-left {
    position: relative;
    width: 450px;
    margin: 0 auto;
  }

  .header_bottom__causes,
  .header_bottom__providers {
    margin-top: 15px;
  }

  .header_bottom__review {
    font-size: 12px;
  }

  .header_top__img--sponsor {
    max-width: 120px !important;
  }
}

@media only screen and (max-width: 780px) {
  .landing__header:before {
    display: none;
  }

  .landing__header {
    padding: 0 0 10px 0;
    width: 100%;
  }

  .landing_header__wrapper {
    width: 100%;
  }

  .header__top {
    background-image: linear-gradient(90deg, #1E5E75 0%, #0E9BA6 63%);
    padding: 100px 20px 30px;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }

  .header_top__img {
    margin-top: 0;
  }

  .landing_header__col-right {
    display: none;
  }

  .landing_header__col-left {
    width: 100%;
    margin: 0;
  }

  .header_top__img--double {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .header_top__img--double img {
    margin: 20px auto 0 auto;
  }

  .header_top__img--sponsor {
    height: 60px !important;
  }

  .header_top__img--gb {
    height: 40px;
  }

  .header_bottom__providers {
    width: 90%;
  }
}

@media only screen and (max-width: 780px) {
  .header_top__img {
    height: auto;
    max-width: 300px;
    margin: 0 auto 50px;
  }

  .header_top__img img {
    height: auto;
    width: 90%;
  }

  .header_top__pitch {
    font-size: 16px;
  }

  .header_top__stores {
    width: 220px;
    margin-top: 15px;
  }

  .header_top__stores img {
    width: 100px;
  }

  .header_bottom__pitch {
    font-size: 18px;
    margin-top: 25px;
  }

  .landing_review {
    font-size: 16px !important;
    line-height: 20px;
  }
}

/******************************
  Review
******************************/

.landing_review_wrapper {
  position: relative;
  padding: 2.5% 0;
  background: #F3F5F6;
}

.landing_review {
  position: relative;
  max-width: 900px;
  width: 90%;
  font-size: 22px;
  color: #1E5E75;
  margin: 0 auto;
  text-align: center;
}

.landing_review span {
  position: relative;
  display: block;
  font-style: italic;
}

/***************************
	Sponsor Info
***************************/

.landing__sponsor_info {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.sponsor_info__img {
  position: relative;
  width: 50%;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

.sponsor_info__img img {
  width: 100%;
  height: auto;
}

.sponsor_info__text_wrapper {
  position: relative;
  width: 50%;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

.sponsor_info__text {
  position: relative;
  margin: 5%;
}

.sponsor_info__text_header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  color: #1E5E75;
}

.sponsor_info__text_caption {
  position: relative;
  color: #1E5E75;
  line-height: 18px;
}

@media only screen and (max-width: 800px) {
  .landing__sponsor_info {
    display: block;
    margin: 50px auto;
  }

  .sponsor_info__text_wrapper {
    width: 100%;
  }

  .sponsor_info__img {
    width: 90%;
    margin: 0 auto;
  }
}

/***************************
	Sponsor about cause
***************************/

.landing_sponsor_cause {
  position: relative;
  border: 1px solid #979797;
  margin: 50px auto;
  width: 90%;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

@media only screen and (max-width: 800px) {
  .landing_sponsor_cause {
    display: block;
  }
}

.header__bottom {
  position: relative;
  padding: 20px 0 0 0;
}

@media only screen and (max-width: 780px) {
  .header__bottom {
    padding: 10px 0 0 0;
  }
}

.header_bottom__pitch {
  position: relative;
  width: 100%;
  line-height: 140%;
  margin: 0 auto;
  font-size: 24px;
  color: #1E5E75;
  text-align: center;
}

.header_bottom__pitch p {
  margin: 0;
  padding: 0;
}

.header_bottom__price {
  position: relative;
}

.header_bottom__discount {
  position: absolute;
  width: 70px;
  top: -22px;
  left: 10px;
}

@media only screen and (max-width: 780px) {
  .header_bottom__discount {
    width: 60px;
  }
}

.header_bottom__discount img {
  width: 100%;
  height: auto;
}

.choose_cause_btn {
  position: relative;
  margin: 10px auto;
}

.header_bottom_donateBtns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px auto;
}

.header_bottom__providers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 30px 0 0 0;
  width: 100%;
}

.header_bottom__causes {
  margin: 20px 0 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  /* the parent */
}

.header_bottom__causes .slide {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 140px;
}

.header_bottom__causes .slide img {
  max-height: 100px;
  max-width: 220px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.slick-dots {
  top: 0;
  color: #000;
  position: relative !important;
}

.header_bottom__providers img {
  width: 45%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .header_bottom__providers {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 780px) {
  .header_bottom__pitch {
    font-size: 18px;
    margin-top: 25px;
    width: 90%;
    text-align: center;
  }
}

.subentitySearch {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.subentitySearch__title {
  position: relative;
  margin: 40px auto 0;
  padding: 0 10px;
  font-size: 24px;
  color: #1E5E75;
  text-align: center;
}

.subentitySearch__subTitle {
  position: relative;
  margin: 20px auto 0;
  line-height: 1.4;
  font-size: 18px;
  padding: 0 10px;
  text-align: center;
}

.subentitySearch__causes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 30px 0 0 0;
}

.subentitySearch__causes img {
  max-width: 45%;
  width: auto;
  height: auto;
  max-height: 60px;
  margin: 0 auto;
}

.subentitySearch__pitchOption {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #1E5E75;
  text-align: center;
  font-weight: bold;
}

.searchInput {
  position: relative;
  height: 30px;
  margin: 20px auto;
  display: block;
  width: 90%;
  outline: none;
  border: 1px solid #999;
  border-radius: 3px;
  text-indent: 20px;
  font-size: 16px;
  color: #1E5E75;
}

.searchList__container {
  height: 300px;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px;
  overflow-y: scroll;
}

.searchList {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchList li {
  margin: 0;
  padding: 0;
}

/* Sub entity List */

.subentity {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #999;
  padding: 20px 0;
}

.subentity__image {
  text-align: center;
  width: 40%;
  -ms-flex: 1;
      flex: 1;
}

.subentity__image img {
  position: relative;
  max-height: 80px;
  height: auto;
  max-width: 180px;
  width: auto;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 500px) {
  .subentity__image img {
    max-height: 40px;
    max-width: 100px;
  }
}

.subentity__details {
  position: relative;
  width: 60%;
  -ms-flex: 1;
      flex: 1;
}

.subentity__name {
  position: relative;
  width: 100%;
  margin: 0 auto 15px auto;
  font-size: 18px;
  color: #1E5E75;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .subentity__name {
    font-size: 14px;
  }
}

.subentity__funding {
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0 0;
  color: #23BFB8;
}

.subentity__cobrand__btn {
  width: 150px;
  line-height: 30px;
  font-size: 14px;
}

@media only screen and (max-width: 500px) {
  .subentity__cobrand__btn {
    width: 120px;
  }
}

img:not([src]) {
  visibility: hidden;
}

/****************************************
	Travel Facts
****************************************/

.localsavingsfacts {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  font-size: 16px;
  padding: 50px 0px 50px 0px;
}

.localsavingsfacts__header {
  position: relative;
  font-size: 36px;
  font-family: 'ProximaNova-Regular';
  text-align: center;
}

.localsavingsfacts__content {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.localsavingsfacts__fact {
  position: relative;
  width: 33.333333%;
}

.localsavingsfacts__fact__img {
  position: relative;
  height: 70px;
  text-align: center;
}

.localsavingsfacts__fact__img img {
  width: auto;
  height: 100%;
  display: inline-block !important;
}

.localsavingsfacts__fact__header {
  font-family: 'ProximaNova-Regular';
  position: relative;
  margin: 20px 0 20px 0;
  text-align: center;
  font-size: 18px;
}

.localsavingsfacts__fact__content {
  position: relative;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #4A4A4A;
  line-height: 22px;
}

.localsavingsfacts__whitespace {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 600px;
  height: 60px;
  background: #FFF;
}

@media only screen and (max-width: 780px) {
  .localsavingsfacts__fact__img {
    height: 75px;
  }

  .localsavingsfacts__fact__header {
    margin: 20px 0 10px 0;
  }
}

@media only screen and (max-width: 650px) {
  .localsavingsfacts {
    padding: 50px 0px 10px 0px;
  }

  .localsavingsfacts__content {
    display: block;
  }

  .localsavingsfacts__fact {
    width: 100%;
    margin: 0 0 10%;
  }

  .localsavingsfacts__fact__content {
    width: 80%;
  }
}

/****************************************
	Overlay Header
****************************************/

.localsavingsheader {
  background-image: url("https://cloudfront.startupmedia.com/greenback/misc/imgs/localSavingsBackground.jpg");
  background-repeat: no-repeat;
  background-position: 77% 20%;
  background-size: cover;
  height: 560px;
  overflow: hidden;
  padding-top: 74px;
}

.localsavingsheader__wrapper {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.localsavingsheader__col {
  position: relative;
  max-width: 429px;
  margin: auto;
  text-align: center;
}

.localsavingsheader__phones {
  position: relative;
  width: auto;
  margin: auto;
  transition-duration: .5s;
}

.localsavingsheader__header {
  position: relative;
  font-size: 42px;
  color: #FFF;
  font-family: 'ProximaNova-Regular';
  margin: 0 0 40px 0;
}

.localsavingsheader__header img {
  vertical-align: middle;
  height: 42px;
  width: auto;
  margin: 0 15px 0 0;
  display: inline-block !important;
}

.localsavingsheader__txt {
  position: relative;
  font-size: 20px;
  color: #FFF;
  line-height: 34px;
  font-weight: 100;
}

.localsavingsheader__img {
  height: 600px;
  width: auto;
}

.localsavingsheader__img img {
  height: 600px;
  width: auto;
}

.localsavingsheader__joincta {
  position: relative;
  margin: 100px auto 20px;
  text-align: center;
}

.localsavingsheader__join {
  position: relative;
  z-index: 100;
}

.localsavingsheader__apps {
  margin: 40px 0px 0px 20px;
}

.localsavingsheader__apps img {
  width: auto;
  height: 30px;
  margin: 0 15px 0 0;
}

.localsavingsheader__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px auto;
}

.travel__btn::before {
  content: '';
  position: absolute;
  top: 55px;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #dfdfdf;
}

@media only screen and (max-width: 805px) {
  .localsavingsheader {
    padding: 60px 0;
    background-position: 55% 20%;
    height: 500px;
  }

  .localsavingsheader__wrapper {
    display: block;
  }

  .localsavingsheader__img {
    display: none;
  }

  .localsavingsheader__joincta {
    margin: 70px auto 20px;
  }

  .localsavingsheader__col {
    padding-top: 100px;
    margin: auto;
  }

  .localsavingsheader__header {
    font-size: 28px;
  }

  .localsavingsheader__header img {
    height: 30px;
  }

  .localsavingsheader__header:after {
    margin: 40px 0 0 0;
    width: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .localsavingsheader__img {
    display: none;
  }

  .localsavingsheader__wrapper {
    display: block;
  }

  .localsavingsheader__col {
    width: 90%;
  }
}

/****************************************
  Member Benefits
****************************************/

.memberbenefits {
  position: relative;
  width: 100%;
}

.memberbenefits__header {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 56px;
  padding: 3% 0;
  color: #fff;
  background: #23BFB8;
}

.memberbenefits__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.memberbenefits__img {
  position: relative;
  width: 50%;
}

.memberbenefits__img img {
  width: 100%;
  display: block;
}

.memberbenefits__content {
  position: relative;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.memberbenefits__content__wrapper h1 {
  position: relative;
  font-size: 36px;
  margin: 20px 0 0 0;
  text-align: center;
}

.memberbenefits__content__wrapper h1 img {
  width: 25px;
  height: auto;
  display: inline-block;
}

.memberbenefits__content__wrapper {
  position: relative;
  margin: 0 0 0 50px;
}

.memberbenefits__txt {
  position: relative;
  font-size: 22px;
}

.memberbenefits__txt p {
  font-size: 26px;
  margin: 30px 0;
  padding: 0px;
}

.memberbenefits__list {
  position: relative;
  text-align: left;
}

.memberbenefits__txt div {
  margin: 0 0 20px 0;
}

.memberbenefits__txt div img {
  width: 17px;
  height: auto;
  display: inline-block;
}

.memberbenefits__content__img {
  text-align: center;
  width: 40%;
}

.memberbenefits__content__img img {
  width: 70%;
  display: inline-block;
}

@media only screen and (max-width: 930px) {
  .memberbenefits__content__img {
    display: none;
  }
}

@media only screen and (max-width: 810px) {
  .memberbenefits__content__wrapper h1 {
    font-size: 30px;
    margin: 0 0 0 0 !important;
  }

  .memberbenefits__txt p {
    font-size: 20px;
  }

  .memberbenefits__txt {
    font-size: 14px;
  }

  .memberbenefits__content__wrapper {
    margin: 20px 0 0 0;
  }

  .memberbenefits__txt div {
    margin: 0 0 10px 0;
  }

  .memberbenefits__content__wrapper h1 img {
    width: 20px;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .memberbenefits__header {
    font-size: 38px;
  }

  .memberbenefits__content__wrapper h1 {
    font-size: 22px;
  }

  .memberbenefits__txt p {
    font-size: 16px;
    margin: 15px 0;
  }

  .memberbenefits__txt {
    font-size: 12px;
  }

  .memberbenefits__content__wrapper {
    margin: 0 0 0 0;
  }

  .memberbenefits__txt div {
    margin: 0 0 5px 0;
  }

  .memberbenefits__content__wrapper h1 img {
    width: 15px;
    height: auto;
  }

  .memberbenefits__txt div img {
    width: 10px;
    height: auto;
  }
}

/****************************************
	Members Choose
****************************************/

.memberschoose {
  position: relative;
  padding: 60px 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  color: #fff;
}

.memberschoose__wrapper {
  position: relative;
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.memberschoose__wrapper h1 {
  position: realtive;
  margin: 0;
  font-size: 3.8em;
  font-weight: normal;
}

.memberschoose__wrapper p {
  position: relative;
  font-size: 2em;
  margin: 20px 0;
}

.memberschoose__wrapper img {
  position: relative;
  max-width: 615px;
  width: 80%;
  margin: 20px 0;
}

@media only screen and (max-width: 600px) {
  .memberschoose__wrapper p {
    font-size: 1.6em;
    line-height: 20px;
  }
}

@media only screen and (max-width: 415px) {
  .memberschoose__wrapper h1 {
    font-size: 2.8em;
  }
}

/****************************************
  Members Tour
****************************************/

.memberstour {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
}

.memberstour__btn {
  margin: 3% auto;
}

/****************************************
  Merchant Offers
****************************************/

.merchantoffers {
  position: relative;
  width: 100%;
}

.merchantoffers__hero {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 56px;
  padding: 3% 0;
  color: #fff;
  background: #23BFB8;
}

.merchantoffers__wrapper {
  position: relative;
  width: 100%;
}

.merchantoffers_row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.merchantoffers__img {
  position: relative;
  width: 54.2%;
}

.merchantoffers__img img {
  width: 100%;
  display: block;
}

.merchantoffers__content {
  position: relative;
  width: 45.5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 0 8%;
}

.merchantoffers__content h1 {
  position: relative;
  font-size: 28px;
  margin: 0 0 5% 0;
}

.merchantoffers__content h1:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 2px;
  background: #81DBD7;
  margin: 40px 0 0 0;
  left: 0px;
}

.merchantoffers__txt {
  position: relative;
  max-width: 425px;
  width: 90%;
  line-height: 32px;
  font-size: 18px;
  color: #73737A;
}

@media only screen and (max-width: 810px) {
  .providers_offers_txt_header {
    font-size: 24px;
  }

  .merchantoffers__content h1:after {
    margin: 35px 0 0 0;
  }

  .merchantoffers__txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .merchantoffers__hero {
    font-size: 38px;
  }

  .merchantoffers__content h1 {
    font-size: 18px;
  }

  .merchantoffers__content h1:after {
    margin: 23px 0 0 0;
  }

  .merchantoffers__txt {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 415px) {
  .merchantoffers_row {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .merchantoffers__img {
    width: 100%;
    margin: 0 auto;
  }

  .merchantoffers__content {
    width: 90%;
    margin: 0 auto;
  }

  .merchantoffers__txt {
    width: 100%;
    font-size: 14px;
    margin: 0 0 15px 0;
  }

  .merchantoffers__content h1 {
    font-size: 18px;
    margin-top: 20px;
  }

  .merchantoffers__content h1:after {
    margin: 25px 0 0 0;
    width: 27px;
  }

  .merchantoffers_row--flip .merchantoffers__content {
    -ms-flex-order: 2;
        order: 2;
  }
}

/****************************************
  Money Hands
****************************************/

.moneyhands {
  position: relative;
  background: #fff;
  width: 100%;
}

.moneyhands__img {
  position: relative;
  width: 100%;
}

.moneyhands__img img {
  width: 100%;
  height: auto;
  display: block;
}

.moneyhands__content {
  position: absolute;
  top: 10%;
  left: 0px;
  right: 0px;
  margin: auto;
  max-width: 870px;
  width: 90%;
  text-align: center;
  text-shadow: 0px 0px 2px #FFFFFF;
}

.moneyhands__header {
  font-size: 32px;
}

.moneyhands__txt {
  font-size: 22px;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 600px) {
  .moneyhands {
    top: 30px;
  }

  .moneyhands__img {
    opacity: 0.4;
  }

  .moneyhands__header {
    font-size: 22px;
  }

  .moneyhands__txt {
    font-size: 16px;
  }
}

/****************************************
  My Cause Header
****************************************/

.cause_header {
  position: relative;
  width: 100%;
  height: 610px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

.cause_header:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 65%;
  background: red;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 28%, white 100%);
}

@media only screen and (max-width: 1024px) {
  .cause_header {
    height: 510px !important;
  }
}

@media only screen and (max-width: 810px) {
  .cause_header {
    height: 410px !important;
  }
}

@media only screen and (max-width: 600px) {
  .cause_header {
    height: 310px !important;
  }
}

.cause_header-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
}

.cause_header_logo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: start;
}

.cause_header_logo img {
  width: auto;
  height: auto;
  max-height: 140px;
  max-width: 380px;
  display: block;
}

@media only screen and (max-width: 600px) {
  .cause_header_logo img {
    max-width: 300px;
  }
}

.cause_header_phrase {
  position: relative;
  width: 80%;
  text-align: left;
  margin-top: 70px;
  font-weight: 700;
  font-size: 33px;
}

.cause_header_caption {
  position: relative;
  width: 80%;
  margin-top: 15px;
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (max-width: 1024px) {
  .cause_header_logo {
    height: 100px;
  }

  .cause_header_phrase {
    font-size: 28px;
  }

  .cause_header_caption {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 810px) {
  .cause_header:after {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }

  .cause_header-content {
    width: 100%;
  }

  .cause_header_logo {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    margin: 0 auto;
  }

  .cause_header_phrase {
    font-size: 22px;
    text-align: center;
    margin: 40px auto 0 auto;
  }

  .cause_header_caption {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .cause_header_bg_4 {
    height: 400px;
  }

  .cause_header_logo {
    height: 50px;
    margin-top: 90px;
  }

  .cause_header_phrase {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .cause_header_caption {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

/****************************************
	Overview Header Cobrand
****************************************/

.overview_header {
  background-image: url("//cdn.startupmedia.com/gb/imgs/global/gb/index-head-background.jpg");
}

.index_header_content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 1080px;
  width: 90%;
  margin: 90px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.index_header_phone {
  position: relative;
  max-width: 20%;
}

.index_header_phone img {
  width: 100%;
  height: auto;
}

.index_header_cobrand {
  position: relative;
  width: 75%;
  margin-bottom: 60px;
}

.logos_hidden {
  display: none !important;
}

.index_header_logos {
  position: relative;
  margin: 0 auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}

.index_header_logo {
  position: relative;
  max-width: 44%;
}

@media only screen and (max-width: 600px) {
  .index_header_logo {
    max-width: 80% !important;
  }
}

.index_header_logo img {
  width: 100%;
  height: auto;
}

.client_logo img {
  max-width: 100%;
  width: auto !important;
  max-height: 150px !important;
  height: auto;
}

.index_header_caption {
  position: relative;
  margin: 70px auto 0 auto;
  font-size: 30px;
  text-align: center;
  width: 90%;
  color: #205e77;
}

@media only screen and (max-width: 1024px) {
  .index_header {
    height: 510px !important;
  }

  .index_header_logos {
    margin-top: 60px;
  }

  .index_header_caption {
    margin-top: 60px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 810px) {
  .index_header {
    height: 410px !important;
  }

  .index_header_logos {
    margin-top: 50px;
  }

  .index_header_caption {
    margin-top: 40px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .index_header {
    height: 310px !important;
  }

  .index_header_caption {
    margin-top: 20px;
    font-size: 16px;
  }

  .index_header_cobrand {
    width: 100%;
  }

  .index_header_logos {
    display: none;
  }

  .logos_hidden {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 90%;
    margin: 70px auto 10px auto;
  }

  .index_header_phone {
    display: none;
  }

  .client_logo img {
    height: 80px;
  }

  .client_logo {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 415px) {
  .index_header {
    height: auto !important;
  }

  .index_header_content {
    position: relative;
    margin: 0;
  }

  .index_header_caption {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}

/****************************************
	Index Header
****************************************/

.indexheader {
  position: relative;
  padding: 110px 0 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
}

.indexheader__wrapper {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* Phone */

.indexheader__phone {
  position: relative;
  max-width: 230px;
  width: 30%;
}

.indexheader__phone img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text */

.indexheader__txt {
  position: relative;
  width: 65%;
  text-align: center;
}

.indexheader__txt h1 {
  position: relative;
  margin: 15% 0 5%;
  padding: 0;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
}

.indexheader__txt--img {
  width: 100%;
  height: auto;
}

.indexheader__txt--caption {
  position: relative;
  font-size: 18px;
  color: #fff;
  width: 60%;
  margin: 18% auto 0;
  line-height: 22px;
}

@media only screen and (max-width: 650px) {
  .indexheader__txt h1 {
    font-size: 18px;
  }

  .indexheader__txt--img {
    width: 80%;
  }

  .indexheader__txt--caption {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .indexheader__txt h1 {
    font-size: 16px;
  }

  .indexheader__txt--img {
    width: 60%;
  }

  .indexheader__txt--caption {
    font-size: 12px;
    width: 80%;
    line-height: 16px;
  }
}

@media only screen and (max-width: 405px) {
  .indexheader__phone {
    display: none;
  }

  .indexheader__txt {
    width: 100%;
    margin-bottom: 10%;
  }

  .indexheader__txt h1 {
    margin-top: 0;
  }

  .indexheader__txt--caption {
    margin-top: 10%;
  }
}

/****************************************
	Overview Header Cobrand
****************************************/

.overview_header {
  position: relative;
  width: 100%;
  height: 610px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("//cdn.startupmedia.com/gb/imgs/global/gb/index-head-background.jpg");
}

@media only screen and (max-width: 1024px) {
  .overview_header {
    height: 510px !important;
  }
}

@media only screen and (max-width: 810px) {
  .overview_header {
    height: 410px !important;
  }
}

@media only screen and (max-width: 600px) {
  .overview_header {
    height: 350px !important;
  }
}

.index_header_content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 1080px;
  width: 90%;
  margin: 30px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.index_header_phone {
  position: relative;
  max-width: 20%;
}

.index_header_phone img {
  width: 100%;
  height: auto;
  display: block;
}

.index_header_cobrand {
  position: relative;
  width: 75%;
  margin-bottom: 60px;
}

.logos_hidden {
  display: none !important;
}

.index_header_logos {
  position: relative;
  margin: 0 auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}

.index_header_logo {
  position: relative;
  max-width: 44%;
}

.index_header_logo img {
  width: 100%;
  height: auto;
}

.client_logo img {
  max-width: 100%;
  width: auto !important;
  max-height: 150px !important;
  height: auto;
}

.index_header_caption {
  position: relative;
  margin: 70px auto 0 auto;
  font-size: 30px;
  text-align: center;
  width: 90%;
  color: #205e77;
}

@media only screen and (max-width: 1024px) {
  .index_header {
    height: 510px !important;
  }

  .index_header_logos {
    margin-top: 90px;
  }

  .index_header_caption {
    margin-top: 60px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 810px) {
  .index_header {
    height: 410px !important;
  }

  .index_header_logos {
    margin-top: 90px;
  }

  .index_header_caption {
    margin-top: 40px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .index_header {
    height: 350px !important;
  }

  .index_header_caption {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }

  .index_header_cobrand {
    margin: 0 auto 0 auto;
    width: 100%;
  }

  .index_header_logo {
    display: none;
  }

  .logos_hidden {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 90%;
    margin: 70px auto 10px auto;
  }

  .index_header_phone {
    display: none;
  }

  .client_logo img {
    height: 200px;
  }

  .client_logo {
    margin: 0 0 20px 0;
    display: block;
  }
}

@media only screen and (max-width: 415px) {
  .index_header {
    height: auto !important;
  }

  .index_header_content {
    position: relative;
    margin: 0 auto;
  }

  .index_header_caption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}

/****************************************
	Index Header
****************************************/

.indexheader {
  position: relative;
  padding: 110px 0 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
}

.indexheader__wrapper {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* Phone */

.indexheader__phone {
  position: relative;
  max-width: 230px;
  width: 30%;
}

.indexheader__phone img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text */

.indexheader__txt {
  position: relative;
  width: 65%;
  text-align: center;
}

.indexheader__txt h1 {
  position: relative;
  margin: 15% 0 5%;
  padding: 0;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
}

.indexheader__txt--img {
  width: 100%;
  height: auto;
}

.indexheader__txt--caption {
  position: relative;
  font-size: 18px;
  color: #fff;
  width: 60%;
  margin: 18% auto 0;
  line-height: 22px;
}

@media only screen and (max-width: 650px) {
  .indexheader__txt h1 {
    font-size: 18px;
  }

  .indexheader__txt--img {
    width: 80%;
  }

  .indexheader__txt--caption {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .indexheader__txt h1 {
    font-size: 16px;
  }

  .indexheader__txt--img {
    width: 60%;
  }

  .indexheader__txt--caption {
    font-size: 12px;
    width: 80%;
    line-height: 16px;
  }
}

@media only screen and (max-width: 405px) {
  .indexheader__phone {
    display: none;
  }

  .indexheader__txt {
    width: 100%;
    margin-bottom: 10%;
  }

  .indexheader__txt h1 {
    margin-top: 0;
  }

  .indexheader__txt--caption {
    margin-top: 10%;
  }
}

/****************************************
	Page Hero
****************************************/

.pagehero {
  position: relative;
  padding: 160px 0 100px 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  color: #fff;
}

.pagehero__wrapper {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.page-hero--switched .pagehero__wrapper {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.pagehero__col {
  position: relative;
  width: 45%;
}

.pagehero__header {
  position: relative;
  font-size: 42px;
  color: #FFF;
  font-weight: 100;
  margin: 0 0 40px 0;
}

.pagehero__header img {
  height: 42px;
  width: auto;
  margin: 0 15px 0 0;
  display: inline-block !important;
}

.pagehero__header:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 2px;
  background: #81DBD7;
  margin: 60px 0 0 0;
  left: 0px;
}

.pagehero__txt {
  position: relative;
  font-size: 20px;
  color: #FFF;
  line-height: 44px;
  font-weight: 100;
}

.pagehero__img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 900px) {
  .pagehero__txt {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .pagehero__header {
    font-size: 28px;
  }

  .pagehero__header img {
    height: 30px;
  }

  .pagehero__header:after {
    margin: 40px 0 0 0;
    width: 40px;
  }

  .pagehero__txt {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 530px) {
  .pagehero {
    padding: 100px 0;
  }

  .pagehero__wrapper {
    display: block;
  }

  .pagehero__col {
    width: 100%;
  }

  .pagehero__img {
    display: none;
  }
}

/****************************************
  App Store
****************************************/

.playstore {
  position: relative;
  padding: 100px 0 30px 0;
  background: #F3F5F6;
}

.playstore__wrapper {
  max-width: 964px;
  width: 80%;
  padding: 30px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 2px 2px 6px 0 rgba(74, 73, 74, 0.15);
}

.playstore__container {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

/*******************
  Top
*******************/

.playstore__top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.playstore__top__logo {
  width: 170px;
  height: 170px;
  background: url("//cdn.startupmedia.com/gb/imgs/global/gb/gb-icon-light.png") no-repeat;
  background-size: 100% 100%;
}

.playstore__top__content {
  margin: 0 0 0 20px;
  -ms-flex: 1;
      flex: 1;
}

.playstore__title {
  font-size: 30px;
  margin: 30px 0 0 0;
  color: #000;
}

.playstore__description {
  margin: 20px 0 0 0;
}

.playstore__description__title {
  font-size: 18px;
  font-family: 'ProximaNova-SemiBold';
  margin: 0;
  padding: 0;
}

.playstore__description__text {
  position: relative;
  font-size: 15px;
  line-height: 22px;
}

.playstore__description__text ul li {
  font-size: 15px;
}

.playstore__cause_selection {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 30px 0 0 0;
}

.playstore__cause_selection__title {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-family: 'ProximaNova-SemiBold';
  margin: 0 10px 0 0;
}

.play_cause_selection_btn {
  background: #689F38 !important;
}

/*******************
  Slideshow
*******************/

.playstore__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}

.playstore__slider__title {
  position: relative;
  font-size: 16px;
  font-family: 'ProximaNova-SemiBold';
}

.playstore__slider__slider {
  position: relative;
  overflow-x: scroll;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  margin: 15px 0 0 0;
  -webkit-overflow-scrolling: touch;
}

.playstore__slider__slider img {
  height: 100%;
  width: auto;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*******************
  Slideshow
*******************/

.playstore__bottom__caption {
  position: relative;
  font-size: 18px;
  font-family: 'ProximaNova-SemiBold';
  text-align: center;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 820px) {
  .playstore__wrapper {
    width: 90%;
    padding: 20px 0;
  }

  .playstore__top {
    display: block;
    text-align: center;
  }

  .playstore__top__logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .playstore__top__content {
    margin: 0;
  }

  .playstore__cause_selection {
    display: block;
    text-align: center;
  }

  .play_cause_selection_btn {
    margin: 10px auto 0;
  }

  .playstore__description__text {
    font-size: 12px;
    line-height: 16px;
  }

  .playstore__description__text ul {
    margin: 10px;
    padding: 0;
  }

  .playstore__description__text ul li {
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 16px;
  }
}

/****************************************
  Redemptions
****************************************/

.tour__redemptions {
  position: relative;
  overflow: hidden;
}

.tour__redemptions__container {
  position: relative;
  max-width: 1100px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: 2% auto 4% auto;
  -ms-flex-align: center;
      align-items: center;
}

.tour__redemptions__txt {
  width: 60%;
  margin: auto 30px;
}

.tour__redemptions__caption {
  position: relative;
  font-size: 18px;
  line-height: 140%;
  font-family: 'ProximaNova-Regular';
}

.tour__redemptions__type__instore__img,
.tour__redemptions__type__online__img,
.tour__redemptions__type__phone__img {
  width: auto;
  height: auto;
  margin: auto;
  display: none;
}

.tour__redemptions__type__instore__img object,
.tour__redemptions__type__online__img object,
.tour__redemptions__type__phone__img object {
  height: 600px;
}

.tour__redemptions__type__instore__img-display {
  display: block;
}

.tour__redemptions__type__online__img-display {
  display: block;
}

.tour__redemptions__type__phone__img-display {
  display: block;
}

.tour__redemptions__header {
  font-size: 32px;
  margin-bottom: 10px;
  font-family: 'ProximaNova-SemiBold';
}

.tour__redemptions__type {
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgba(57, 58, 61, 0.15);
  position: relative;
  max-width: 430px;
  width: 90%;
  text-align: left;
  margin: 25px 0 0;
  display: -ms-flexbox;
  display: flex;
  transition: all ease .3s;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tour__redemptions__type {
    display: block;
  }
}

.tour__redemptions__type:hover {
  box-shadow: 0px 0px 10px 2px #23bfb8;
}

.tour__redemptions__type-selected {
  box-shadow: 0px 0px 10px 2px #23bfb8;
  background-color: #23bfb830;
}

.tour__redemptions__savings {
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgba(57, 58, 61, 0.15);
  position: relative;
  max-width: 430px;
  width: 90%;
  margin: 25px 0 0;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tour__redemptions__savings {
    display: block;
  }
}

.tour__redemptions__savings__img {
  width: auto;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0 0;
}

.tour__redemptions__savings__img img {
  height: 25px;
}

.tour__redemptions__savings__txt {
  position: relative;
  display: table-cell;
}

.tour__redemptions__savings__header {
  position: relative;
  font-family: 'ProximaNova-SemiBold';
  font-size: 18px;
}

.tour__redemptions__savings__caption {
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
  line-height: 140%;
}

@media only screen and (max-width: 650px) {
  .tour__redemptions__container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: 30px;
  }

  .tour__redemptions__type {
    width: auto;
    margin: 20px auto;
  }

  .tour__redemptions__type__instore__img-display,
  .tour__redemptions__type__online__img-display,
  .tour__redemptions__type__phone__img-display {
    display: block;
  }

  .tour__redemptions__type__instore__img,
  .tour__redemptions__type__online__img,
  .tour__redemptions__type__phone__img {
    height: auto;
    margin: auto;
  }

  .tour__redemptions__type__instore__img object,
  .tour__redemptions__type__online__img object,
  .tour__redemptions__type__phone__img object {
    height: 450px;
  }

  .tour__redemptions__txt {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .tour__redemptions__header {
    font-size: 26px;
  }

  .tour__redemptions__savings {
    width: auto;
    margin: 25px auto 0;
  }

  .tour__redemptions__savings__header {
    font-size: 18px;
  }

  .tour__redemptions__savings__caption {
    font-size: 14px;
  }
}

.popularoffers {
  position: relative;
  background: #FFF;
  padding: 60px 0;
  line-height: 1.4;
  /* Please remove this when converting to React */
}

@media screen and (max-width: 650px) {
  .popularoffers {
    padding: 40px 0;
  }
}

.popularoffers .disclaimer--mobile {
  display: none;
}

.popularoffers .input {
  position: relative;
  height: 42px;
  border-radius: 5px;
  font-size: 18px;
  border: 1px solid #ADB1BA;
  outline: none;
  margin: 0 0 20px;
  display: block;
}

.popularoffers .input--search {
  background: url("//cdn.startupmedia.com/greenback/misc/graphics/search-icon.png") no-repeat;
  background-size: auto 16px;
  background-position: 10px center;
  text-align: center;
  font-family: 'ProximaNova-SemiBold';
  letter-spacing: 4px;
  text-indent: 4px;
}

.popularoffers .input--search::placeholder {
  letter-spacing: normal;
}

.popularoffers .input--dropdown {
  background: transparent;
  height: 34px;
  text-indent: 15px;
}

.popularoffers h1 {
  font-family: 'ProximaNova-SemiBold';
  font-size: 32px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.popularoffers h1 span {
  font-family: 'ProximaNova-SemiBold';
}

@media screen and (max-width: 650px) {
  .popularoffers h1 {
    font-size: 26px;
  }
}

.popularoffers h2 {
  font-family: 'ProximaNova-Light';
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.popularoffers h2 span {
  font-family: 'ProximaNova-SemiBold';
}

@media screen and (max-width: 650px) {
  .popularoffers h2 {
    font-size: 18px;
  }
}

.popularoffers h3 {
  font-family: 'ProximaNova-Light';
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.popularoffers h3 span {
  font-family: 'ProximaNova-SemiBold';
}

.popularoffers h4 {
  font-family: 'ProximaNova-Light';
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 780px) {
  .popularoffers h4 {
    font-size: 14px;
  }
}

.popularoffers h4 span {
  font-family: 'ProximaNova-SemiBold';
}

.popularoffers h5 {
  font-family: 'ProximaNova-Light';
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.popularoffers p {
  font-size: 16px;
}

@media screen and (max-width: 650px) {
  .popularoffers p {
    font-size: 14px;
  }
}

.popularoffers__container {
  max-width: 1100px;
  font-family: 'ProximaNova-Regular';
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 650px) {
  .popularoffers__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.popularoffers__content {
  width: 410px;
  margin: auto;
  text-align: left;
}

@media screen and (max-width: 650px) {
  .popularoffers__content {
    margin: 0 auto 40px;
    text-align: center;
  }
}

.popularoffers__content p {
  font-size: 14px !important;
  color: #9B9B9B;
  max-width: 430px;
}

.popularoffers__content h3 {
  margin: 10px 0;
  max-width: 430px;
  font-size: 18px;
  font-family: 'ProximaNova-Regular';
}

.popularoffers__content .btn {
  margin: 0;
  border: none !important;
}

@media screen and (max-width: 650px) {
  .popularoffers__content .btn {
    margin: 0 auto;
  }
}

.popularoffers__content .input {
  max-width: 270px;
  width: 100%;
}

@media screen and (max-width: 650px) {
  .popularoffers__content .input {
    margin-left: auto;
    margin-right: auto;
  }
}

.popularoffers__content .input--dropdown {
  max-width: 276px;
  outline: none;
}

.popularoffers__offersContainer {
  width: 270px;
  padding: 0 30px;
  margin: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  height: 557px;
  display: block;
  transform-origin: 50% 0;
}

.popularoffers__offersContent {
  background: url("//cdn.startupmedia.com/greenback/misc/imgs/phone-offers-full2.svg") no-repeat center;
  background-size: 100% 100%;
  height: 100%;
}

.popularoffers__placeholder {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 248px;
  margin: 0 auto;
  height: 471px;
  top: 77px;
  right: 41px;
  background: #fff;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  z-index: 1;
}

.popularoffers__placeholder p {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
}

.popularoffers__placeholder--error {
  color: #DA3B16;
  font-weight: bold;
}

.popularoffers__placeholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("//cdn.startupmedia.com/greenback/devices/sample_offers_preview.jpg") no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.2;
  filter: blur(3px);
}

.popularoffers__offerList {
  width: 248px;
  margin-top: 78px;
  height: 470px;
  background: #FFF;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  display: inline-block;
  object-fit: contain;
  overflow-y: scroll;
  overflow-x: hidden;
}

.popularoffers__offer {
  position: relative;
  width: calc(100% - 22px);
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #ADB1BA;
  display: -ms-flexbox;
  display: flex;
}

.popularoffers__offer__logo img {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 10px 0 0;
}

.popularoffers__offer__details {
  text-align: left;
}

.popularoffers__offer__details h5 {
  color: #5ACFCA;
}

.popularoffers__offer__details p {
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0;
  color: #9B9B9B;
}

@media screen and (max-width: 650px) {
  .popularoffers .disclaimer {
    display: none;
  }

  .popularoffers .disclaimer--mobile {
    display: -ms-flexbox;
    display: flex;
    margin: 20px 20px 0;
    text-align: center;
  }

  .popularoffers .popularoffers__content {
    width: auto;
  }

  .popularoffers .popularoffers__offersContainer {
    padding: 0 7.5px;
  }

  .popularoffers .popularoffers__placeholder {
    top: 78px;
    right: 19px;
    height: 470px;
    width: 248px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
}

.popularoffers__offerList::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}

.popularoffers__offerList::-webkit-scrollbar-thumb {
  background: #1e5e7590;
  border-radius: 50px;
}

.popularoffers__offerList::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 20px;
}

/****************************************
  Savings Anytime, Anywhere
****************************************/

.savingsaa {
  position: relative;
  width: 100%;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  overflow: hidden;
}

.savingsaa__wrapper {
  position: relative;
  max-width: 890px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.savingsaa__img {
  position: relative;
  width: 40%;
}

.savingsaa__img img {
  width: 100%;
  display: block;
}

.savingsaa__content {
  position: relative;
  width: 45%;
  color: #FFF;
}

.savingsaa__content h1 {
  font-size: 32px;
}

.savingsaa_txt {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.savingsaa_txt li {
  position: relative;
  margin: 30px 0;
  font-size: 18px;
  list-style: none;
}

.savingsaa_txt li:before {
  content: '\2022';
  position: absolute;
  left: -15px;
  color: #81DBD7;
}

@media only screen and (max-width: 600px) {
  .savingsaa__content {
    width: 100%;
    margin: 30px 0;
  }

  .savingsaa__img {
    display: none;
  }
}

@media only screen and (max-width: 415px) {
  .savingsaa_txt {
    width: 90%;
    margin: 0 auto;
  }
}

/****************************************
	Savings Map
****************************************/

.savingsmap {
  position: relative;
  width: 100%;
  padding: 2% 0 4% 0;
  overflow: hidden;
  background-image: linear-gradient(90deg, #0E9BA6 0%, #1E5E75 63%);
}

.savingsmap__caption {
  position: relative;
  max-width: 735px;
  width: 90%;
  margin: 50px auto 0 auto;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}

.savingsmap__img {
  position: relative;
  max-width: 1060px;
  width: 90%;
  margin: 20px auto;
}

.savingsmap__img img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .savingsmap__caption {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
}

/****************************************
	Simple Steps
****************************************/

.simplesteps {
  background-color: rgba(35, 191, 184, 0.5);
}

.simplesteps__wrapper {
  position: relative;
  max-width: 990px;
  width: 90%;
  margin: auto;
  font-size: 16px;
  padding: 60px 0px;
}

.simplesteps__header {
  position: relative;
  font-size: 32px;
  font-family: 'ProximaNova-SemiBold';
  text-align: center;
  color: #565656;
}

.simplesteps__content {
  position: relative;
  width: 100%;
  margin: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.simplesteps__content span {
  font-family: 'ProximaNova-SemiBold';
}

.step {
  position: relative;
  width: 33.333333%;
  padding: 40px;
  box-shadow: 0 10px 20px 0 rgba(57, 58, 61, 0.15);
  margin-left: 20px;
  background-color: #FFF;
  border-radius: 6px;
}

.step:last-of-type {
  margin-right: 20px;
}

.step__img {
  position: relative;
  height: 95px;
  text-align: center;
}

.step__img img {
  width: auto;
  height: 100%;
  display: inline-block !important;
}

.step__header {
  position: relative;
  margin: 40px 0 20px 0;
  text-align: center;
  font-size: 22px;
  font-family: 'ProximaNova-SemiBold';
}

.step__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #7E8890;
  line-height: 140%;
}

.simplesteps__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px auto 0;
}

.simplesteps__btn {
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 0 40px;
  text-align: center;
  font-size: 14px;
  color: #23bfb8;
  border: 1px solid #23bfb8;
  background: #FFF;
  border-radius: 25px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.simplesteps__btn:after {
  position: absolute;
  top: 15px;
  margin: 0;
  right: 20px;
  color: #23bfb8;
  font-size: 15px;
}

.simplesteps__btn a {
  color: #23bfb8;
  text-decoration: none;
  display: block;
  padding: 14px 0;
  font-size: 18px;
  font-family: 'ProximaNova-Regular';
}

.simplesteps__btn:hover {
  box-shadow: 0px 15px 20px rgba(35, 191, 184, 0.4);
  transform: translateY(-7px);
}

.simplesteps__btn a:hover {
  text-shadow: 0px 0px 20px rgba(35, 191, 184, 0.5);
}

@media only screen and (max-width: 960px) {
  .step__img {
    height: 75px;
  }
}

@media only screen and (max-width: 790px) {
  .step__img {
    height: 60px;
  }
}

@media only screen and (max-width: 700px) {
  .simplesteps__content {
    display: block;
  }

  .simplesteps__wrapper {
    padding: 40px 0;
  }

  .step {
    width: auto;
    margin: 0 0 7%;
    padding: 20px;
    box-shadow: 0 7px 10px 0 rgba(57, 58, 61, 0.15);
  }

  .step:last-of-type {
    margin: 0;
  }

  .step__content {
    width: 80%;
  }

  .simplesteps__btns {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 10px auto 0;
  }

  .simplesteps__btn {
    margin: auto;
  }

  .simplesteps__btn {
    margin: 30px auto 0;
  }

  .simplesteps__btn:last-of-type {
    margin: 30px auto 0;
  }

  .simplesteps__join {
    margin: 30px auto;
  }
}

/****************************************
	Spend Wisely
****************************************/

.spendwisely {
  position: relative;
  width: 100%;
  background: #000;
}

.spendwisely__img img {
  width: 100%;
  display: block;
}

.spendwisely__content {
  position: absolute;
  top: 20%;
  left: 25%;
  color: #FFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.spendwisely__txt {
  font-size: 70px;
  margin: 0 0 5% 0;
}

.spendwisely__quote {
  font-size: 22px;
}

@media only screen and (max-width: 810px) {
  .spendwisely__content {
    left: 0px;
    right: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .spendwisely__img {
    opacity: 0.5;
  }

  .spendwisely__txt {
    font-size: 50px;
  }

  .spendwisely__quote {
    font-size: 18px;
  }
}

@media only screen and (max-width: 415px) {
  .spendwisely__txt {
    font-size: 42px;
  }

  .spendwisely__quote {
    font-size: 16px;
  }
}

/****************************************
  Starts With A cause
****************************************/

.startswithcause {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 8% auto;
  overflow: auto;
}

.startswithcause__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.startswithcause__txt {
  position: relative;
  width: 50%;
}

.startswithcause__txt h1 {
  position: relative;
  font-size: 32px;
  font-weight: normal;
  color: #4d4d4d;
}

.startswithcause__txt p {
  position: relative;
  font-size: 17px;
  line-height: 26px;
}

.startswithcause__img {
  position: relative;
  width: 50%;
  text-align: right;
}

.startswithcause__img img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .startswithcause__wrapper {
    display: block;
  }

  .startswithcause__img,
  .startswithcause__txt {
    width: 100%;
    text-align: center;
  }

  .startswithcause__img {
    margin: 40px 0 0;
  }
}

/* Cobranding */

.app_tour {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media only screen and (max-width: 710px) {
  .app_tour {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.app_intro_container {
  position: relative;
  width: 50%;
  padding: 70px 5% 40px 5%;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 710px) {
  .app_intro_container {
    width: 90%;
  }
}

.gray_bg {
  background: rgba(67, 120, 139, 0.1);
}

.gray_bg:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  margin: -300px 0 0 0;
  border-style: solid;
  border-width: 0 80px 300px 0;
  border-color: transparent rgba(67, 120, 139, 0.1) transparent transparent;
}

@media only screen and (max-width: 710px) {
  .gray_bg:after {
    display: none;
  }
}

.gray_bg:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  margin: -2px 0 0 0;
  border-style: solid;
  border-width: 0 0 300px 80px;
  border-color: transparent transparent rgba(67, 120, 139, 0.1) transparent;
}

@media only screen and (max-width: 710px) {
  .gray_bg:before {
    display: none;
  }
}

.app_intro_left {
  position: relative;
  max-width: 500px;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 710px) {
  .app_intro_left {
    margin: 0 auto;
  }
}

.app_intro_header {
  position: relative;
  font-size: 36px;
}

@media only screen and (max-width: 710px) {
  .app_intro_header {
    font-size: 28px;
  }
}

.app_intro_left_wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 60px 0 0 0;
}

.app_intro_text {
  position: relative;
  width: 50%;
  max-width: 240px;
  font-size: 20px;
}

@media only screen and (max-width: 710px) {
  .app_intro_text {
    width: 100%;
    max-width: 100%;
  }
}

.app_intro_text p {
  margin: 20px 0;
  padding: 0;
}

.app_intro_img {
  position: relative;
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 710px) {
  .app_intro_img {
    display: none;
  }
}

.app_intro_img img {
  width: 80%;
}

.app_intro_right {
  position: relative;
  max-width: 500px;
  width: 90%;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 710px) {
  .app_intro_right {
    margin: 0 auto;
  }
}

.app_tour_logo {
  position: relative;
  max-width: 230px;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 710px) {
  .app_tour_logo {
    max-width: 100%;
    text-align: center;
  }
}

.app_tour_logo img {
  width: auto;
  max-height: 150px;
  max-width: 100%;
  margin: 0 auto;
}

.app_tour_text_2 {
  position: relative;
  margin: 40px 0 30px 0;
  font-size: 16px;
}

.app_tour_client_img_container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.app_tour_client_img {
  position: relative;
  max-width: 150px;
  width: 33%;
}

.app_tour_client_img img {
  width: 100%;
}

/****************************************
	Tour Hero
****************************************/

.tourhero {
  position: relative;
  padding: 160px 0 100px 0;
  background-image: linear-gradient(-225deg, #0E9BA6 0%, #1E5E75 100%);
  color: #fff;
}

.tourhero__wrapper {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.tourhero__wrapper h1 {
  position: relative;
  font-size: 36px;
  color: #FFF;
  max-width: 690px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
}

.tourhero__content {
  position: relative;
  margin: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.tourhero__img {
  position: relative;
  width: 40%;
}

.tourhero__img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 415px) {
  .tourhero__content .to_hide {
    display: none;
  }

  .tourhero__img {
    width: 100%;
  }
}

/****************************************
	Travel Facts
****************************************/

.traveldestinations {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding: 50px 0px 50px 0px;
}

.traveldestinations__wrapper {
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  max-width: 1100px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.traveldestinations__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 45%;
}

.traveldestinations__content {
  color: #565656;
  margin: 0 auto;
  width: 100%;
  line-height: 140%;
}

.traveldestinations__content h1 {
  font-size: 32px;
  font-family: "ProximaNova-SemiBold";
  line-height: 140%;
}

.traveldestinations__content p {
  font-size: 16px;
}

.traveldestinations__animation {
  position: relative;
  display: block;
  height: auto;
  width: 45%;
}

.traveldestinations__animation object {
  height: auto;
}

@media only screen and (max-width: 650px) {
  .traveldestinations {
    padding: 20px auto;
  }

  .traveldestinations__wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .traveldestinations__text {
    width: auto;
    text-align: center;
  }

  .traveldestinations__content {
    display: block;
  }

  .traveldestinations__animation {
    width: auto;
  }
}

/****************************************
	Travel Facts
****************************************/

.travelfacts {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  font-size: 16px;
  padding: 50px 0px 50px 0px;
}

.travelfacts__header {
  position: relative;
  font-size: 32px;
  font-family: 'ProximaNova-SemiBold';
  text-align: center;
}

.travelfacts__content {
  position: relative;
  width: 100%;
  margin: 60px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.fact {
  position: relative;
  width: 33.333333%;
}

.fact__img {
  position: relative;
  height: 70px;
  text-align: center;
}

.fact__img img {
  width: auto;
  height: 100%;
  display: inline-block !important;
}

.fact__header {
  font-family: 'ProximaNova-Regular';
  position: relative;
  margin: 20px 0 20px 0;
  text-align: center;
  font-size: 18px;
}

.fact__content {
  position: relative;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #4A4A4A;
  line-height: 22px;
}

.travelfacts__whitespace {
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 600px;
  height: 60px;
  background: #FFF;
}

@media only screen and (max-width: 780px) {
  .fact__img {
    height: 75px;
  }

  .fact__header {
    margin: 20px 0 10px 0;
  }
}

@media only screen and (max-width: 650px) {
  .travelfacts {
    padding: 50px 0px 10px 0px;
  }

  .travelfacts__content {
    display: block;
  }

  .fact {
    width: 100%;
    margin: 0 0 10%;
  }

  .fact__content {
    width: 80%;
  }
}

/****************************************
	Overlay Header
****************************************/

.travelheader {
  background-image: url("https://cloudfront.startupmedia.com/greenback/backgrounds/travel-header-background.png");
  background-repeat: no-repeat;
  background-position: 77% 20%;
  background-size: cover;
  height: 560px;
  overflow: hidden;
  padding-top: 74px;
}

.travelheader__wrapper {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.travelheader__col {
  position: relative;
  max-width: 429px;
  margin: auto;
  text-align: center;
}

.travelheader__phones {
  position: relative;
  width: auto;
  margin: auto;
  transition-duration: .5s;
}

.travelheader__header {
  position: relative;
  font-size: 42px;
  color: #FFF;
  font-family: 'ProximaNova-Regular';
  margin: 0 0 40px 0;
}

.travelheader__header img {
  vertical-align: middle;
  height: 42px;
  width: auto;
  margin: 0 15px 0 0;
  display: inline-block !important;
}

.travelheader__txt {
  position: relative;
  font-size: 20px;
  color: #FFF;
  line-height: 34px;
  font-weight: 100;
}

.travelheader__img {
  height: 600px;
  width: auto;
}

.travelheader__img img {
  height: 600px;
  width: auto;
}

.travelheader__joincta {
  position: relative;
  margin: 100px auto 20px;
  text-align: center;
}

.travelheader__join {
  position: relative;
  z-index: 100;
}

.travelheader__apps {
  margin: 40px 0px 0px 20px;
}

.travelheader__apps img {
  width: auto;
  height: 30px;
  margin: 0 15px 0 0;
}

.travelheader__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px auto;
}

.travel__btn::before {
  content: '';
  position: absolute;
  top: 55px;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #dfdfdf;
}

@media only screen and (max-width: 805px) {
  .travelheader {
    padding: 60px 0;
    background-position: 55% 20%;
    height: 500px;
  }

  .travelheader__wrapper {
    display: block;
  }

  .travelheader__img {
    display: none;
  }

  .travelheader__joincta {
    margin: 70px auto 20px;
  }

  .travelheader__col {
    padding-top: 100px;
    margin: auto;
  }

  .travelheader__header {
    font-size: 28px;
  }

  .travelheader__header img {
    height: 30px;
  }

  .travelheader__header:after {
    margin: 40px 0 0 0;
    width: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .travelheader__img {
    display: none;
  }

  .travelheader__wrapper {
    display: block;
  }

  .travelheader__col {
    width: 90%;
  }
}

/****************************************
	What is GoGreenback Bar
****************************************/

.whatisggb {
  position: relative;
  width: 100%;
  height: 125px;
  font-size: 56px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #464D5E;
}

.whatisggb img {
  width: 330px;
  height: auto;
  margin: 5px 10px 0;
}

@media only screen and (max-width: 600px) {
  .whatisggb {
    font-size: 30px;
    height: 60px;
  }

  .whatisggb img {
    width: 150px;
    margin: 2px 5px 0;
  }
}

/****************************************
  Wood Phone
****************************************/

.woodphone {
  position: relative;
}

.woodphone__img {
  position: relative;
  width: 100%;
}

.woodphone__img img {
  width: 100%;
  display: block;
}

.woodphone__wrapper {
  position: absolute;
  top: 15%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  max-width: 1060px;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #FFF;
}

.woodphone__offer {
  position: relative;
  max-width: 330px;
  width: 48%;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.offer_down {
  margin: 15% 0 0 0;
}

.woodphone__offer h1 {
  position: relative;
  font-size: 30px;
  margin: 0 0 40px 0;
}

.woodphone__offer h1:after {
  content: '';
  position: absolute;
  width: 51px;
  height: 2px;
  background: #81DBD7;
  margin: 40px 0 0 0;
  left: 0px;
}

.woodphone__txt {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 1024px) {
  .offer_down {
    margin: 0 0 0 0;
  }
}

@media only screen and (max-width: 810px) {
  .woodphone__offer h1 {
    font-size: 24px;
  }

  .woodphone__txt {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .woodphone__wrapper {
    display: block;
    top: 3%;
  }

  .woodphone__offer {
    width: 100%;
    max-width: 100%;
  }

  .woodphone__offer h1 {
    font-size: 16px;
    margin: 0 0 5px 0;
  }

  .woodphone__offer h1:after {
    display: none;
  }

  .providers_types_offwoodphone__txter_txt {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 415px) {
  .woodphone__wrapper {
    position: relative;
    /* 		color: #4D4D53; */
    padding: 20px 20px 10px 20px;
    width: 90%;
    margin-top: -1px;
    background-image: linear-gradient(-136deg, #0D355E 0%, #0D7E92 47%, #0EBFC0 100%);
  }

  .woodphone__offer {
    text-shadow: none;
    margin: 0 0 20px 0;
  }

  .woodphone__offer h1 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }

  .woodphone__txt {
    line-height: 18px;
    font-size: 14px;
  }
}

/****************************************
	Footer
****************************************/

.footer {
  position: relative;
  width: 100%;
  padding: 5.5% 0 25px 0;
  background: #1E5E75;
  color: #FFF;
  font-size: 1.6em;
}

.footer__content {
  position: relative;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 2% 0;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer__left {
  position: relative;
  width: 40%;
  margin: 0 10% 0 0;
}

.footer__left-img {
  width: 35px;
}

.footer__left-img img {
  width: 100%;
}

.footer__left-text {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0;
}

.footer__left-apps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.footer__left-apps img {
  width: auto;
  height: 30px;
  margin: 0 15px 0 0;
}

.footer__menu {
  position: relative;
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footer__menu p {
  position: relative;
  margin: 15px 0 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}

.footer__menu ul {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.footer__menu ul li {
  position: relative;
  list-style: none;
  line-height: 20px;
}

.footer__menu ul li a {
  color: #F3F5F6;
  text-decoration: none;
}

.footer__menu .active {
  font-weight: bold;
}

.footer__copy {
  position: relative;
  margin: 2.5% auto 0 auto;
  text-align: center;
  font-size: 13px;
  color: #F3F5F6;
}

@media only screen and (max-width: 810px) {
  .footer__menu p {
    font-size: 14px;
  }

  .footer__menu ul {
    font-size: 12px;
  }

  .footer__menu-greenback,
  .footer__menu-members,
  .footer__menu-more {
    margin: 0 15px 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer__left-img {
    margin: 0 auto;
  }

  .footer__content {
    display: block;
  }

  .footer__left-apps {
    text-align: center;
    display: block;
  }

  .footer__left,
  .footer__menu {
    width: 100%;
    text-align: center;
  }

  .footer__left {
    margin: 0 0 40px 0;
  }

  .footer__menu-greenback,
  .footer__menu-members,
  .footer__menu-more {
    width: 33%;
  }
}

/****************************************
	Navigation Bar
****************************************/

.navbar {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  background: #FFF;
  color: #1E5E75;
  font-size: 16px;
  z-index: 1000;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.22);
}

/********************
	Content Wrapper
********************/

.navbar__content {
  position: relative;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/********************
	Menu Wrapper
********************/

.navbar__menu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  right: 25px;
}

/********************
	Menu Content
********************/

.navbar__logo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  left: 50px;
}

.navbar__logo img {
  position: relative;
  width: auto;
  height: 35px;
}

@media only screen and (max-width: 780px) {
  .navbar__menu img {
    width: 30px;
    height: 30px;
  }
}

/* Actual Menu */

.navbar__menu ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  border-right: solid;
  border-color: #777B84;
  margin-right: 7px;
  border-width: 1.5px;
}

@media only screen and (max-width: 780px) {
  .navbar__menu ul {
    display: none;
  }
}

.navbar__menu ul li {
  position: relative;
  margin: 0 32px 0 0;
  padding: 0;
  list-style: none;
}

.navbar__menu ul li a {
  color: #454D5E;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  font-family: 'ProximaNova-Regular';
  margin: -1em;
  padding: 1em;
  z-index: 1;
  text-align: center;
  transition: transform 0.3s ease 0s;
}

.navbar__menu ul li a:hover,
.navbar__menu ul li .active {
  font-family: 'ProximaNova-SemiBold';
  color: #23bfb8;
  transform: translateY(-7px);
}

.navbar__menu ul li a::after {
  content: attr(title);
  display: block;
  height: 1px;
  margin: 0 0 -1px 0;
  font-weight: bold;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.navbar__menu ul li .active:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  bottom: 2px;
  left: 15px;
  border-bottom: 3px solid #23bfb8;
  border-radius: 25px;
}

/********************
	Button Group Wrapper
********************/

.navbar__btn-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/********************
	Buttons
********************/

.navbar__btn {
  position: relative;
  margin: 0 0 0 20px;
}

.navbar__btn a,
.navbar__btn__mobile a {
  color: #23bfb8;
  padding: 6px 0;
  font-family: 'ProximaNova-Regular';
  min-width: 6em;
  text-align: center;
  display: block;
  border: 1px solid #23bfb8;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.navbar__btn a:hover,
.navbar__btn__mobile a:hover {
  background-color: #23bfb8;
  box-shadow: 0px 5px 20px rgba(35, 191, 184, 0.4);
  color: #FFF;
}

.navbar__btn__mobile {
  display: none;
}

.navbar__logo__mobile {
  display: none;
}

@media only screen and (max-width: 875px) {
  .navbar__logo {
    display: none;
  }

  .navbar__logo__mobile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    left: 25px;
    height: 40px;
  }

  .navbar__logo__mobile img {
    position: relative;
    width: auto;
    height: 40px;
  }
}

@media only screen and (max-width: 780px) {
  .navbar__btn {
    display: none;
  }

  .navbar__btn__mobile {
    display: block;
  }
}

/********************
	Hamburger
********************/

.navbar__hamburger {
  position: relative;
  height: 25px;
  cursor: pointer;
  display: none;
}

.navbar__hamburger img {
  poition: relative;
  width: auto;
  height: 25px;
}

@media only screen and (max-width: 780px) {
  .navbar__hamburger {
    display: block;
  }
}

/********************
	Mobile Menu
********************/

.navbar__mobile-menu {
  position: fixed;
  box-shadow: 0px 6px 14px 4px rgba(0, 0, 0, 0.52);
  top: 80px;
  right: 20px;
  width: 250px;
  margin: 1px 0 0 0;
  border-radius: 6px;
  padding: 15px 15px 0px 15px;
  max-height: 0;
  overflow: hidden;
  background: #FFFFFF;
  text-align: center;
  z-index: 1000;
  display: none;
}

.navbar__mobile-menu__title {
  line-height: 20px;
  margin-top: 7px;
  width: 200px;
  font-size: 16px;
  font-family: 'ProximaNova-SemiBold';
}

.navbar__mobile-menu__desc {
  line-height: 20px;
  margin-top: 7px;
  width: 200px;
  font-size: 14px;
  color: #82888c;
}

.navbar__mobile-menu__option {
  padding: 10px 0 15px 0;
}

.navbar__mobile-menu__option__link {
  font-size: 16px;
  color: #23bfb8;
  padding: 6px 0;
  font-family: 'ProximaNova-Regular';
  min-width: 6em;
  text-align: center;
  display: block;
  border: 1px solid #23bfb8;
  box-shadow: 0px 8px 8px 0px rgba(62, 54, 216, 0.05);
  border-radius: 25px;
  text-decoration: none;
}

.navbar__mobile-menu__option__link:hover {
  background: #23bfb8;
  color: #FFF;
}

@media only screen and (min-width: 780px) {
  .navbar__mobile-menu {
    max-height: 0 !important;
  }
}

.navbar__mobile-menu-open {
  max-height: 470px;
  display: block;
}

.navbar__mobile-menu li {
  position: relative;
  list-style: none;
  width: 100%;
  padding-bottom: 15px;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
}

.navbar__mobile-menu__link {
  position: relative;
  width: 100%;
  text-align: left;
  display: block;
  color: #000000;
  text-decoration: none;
}

.navbar__mobile-menu__link:hover,
.navbar__mobile-menu__link.active {
  color: #23bfb8 !important;
}

/********************
	Body Overlay
********************/

.body__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 900;
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(data:image/gif;base64,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) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:application/x-font-ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}


/*# sourceMappingURL=app.2JXsm.css.map*/