.q-bb .btn, .q-bb a.btn {
  background-color: #8ac53f;
  box-shadow: none !important;
  display: inline-block;
  border-radius: 4px;
  color: white;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 10px 20px !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .q-bb .btn:hover, .q-bb a.btn:hover {
    background: rgba(255, 255, 255, 0.8);
    color: black; }
.q-bb i.cross {
  background: no-repeat center url(../png/close.png);
  cursor: pointer;
  height: 24px;
  float: none;
  opacity: 1;
  width: 24px;
  z-index: 99; }

body.wpadminbar .featherlight.modal-handheld {
  z-index: 99999; }
body.wpadminbar #snackbar-container {
  z-index: 999999; }

.btn.btn-border {
  border: 2px solid;
  border-radius: 4px; }
.btn + .btn {
  margin-left: 10px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

@font-face {
  font-family: 'VAGRounded';
  src: url("../eot/vagroundedstd-light.eot");
  src: url("../eot/vagroundedstd-lightd41d.eot#iefix") format("embedded-opentype"), url("../woff/vagroundedstd-light.woff") format("woff"), url("../ttf/vagroundedstd-light.ttf") format("truetype"), url("../svg/vagroundedstd-light.svg#svgFontName") format("svg"), url("../otf/vagroundedstd-light.otf") format("opentype");
  font-weight: 300; }
@font-face {
  font-family: 'VAGRounded';
  src: url("../eot/vagroundedstd-bold.eot");
  src: url("../eot/vagroundedstd-boldd41d.eot#iefix") format("embedded-opentype"), url("../woff/vagroundedstd-bold.woff") format("woff"), url("../ttf/vagroundedstd-bold.ttf") format("truetype"), url("../svg/vagroundedstd-bold.svg#svgFontName") format("svg"), url("../otf/vagroundedstd-bold.otf") format("opentype");
  font-weight: bold; }
/* Branding Bar - General */
div.brand-bar.handheld {
  display: none;
  /* this is the load state, hiding the handheld markup */ }

body {
  margin-top: 36px !important; }

div.widget {
  width: 100%;
  float: left;
  clear: both; }

.brand-bar {
  box-sizing: border-box;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  background: #fff;
  z-index: 998;
  border-bottom: 1px solid #dfe5ea; }

.brand-bar ul,
.brand-bar li {
  list-style: none; }

.brand-bar ul {
  margin: 0; }

body.admin-bar .brand-bar {
  top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar .brand-bar {
    top: 46px; } }
.brand-bar .wrapper-inner li {
  float: left; }

.brand-bar .wrapper-inner li.donate {
  float: right; }

.brand-bar .wrapper-inner li a {
  display: block;
  font: normal 300 12px/20px 'VAGRounded', sans-serif;
  color: #a2a2a2;
  padding: 8px 15px;
  text-decoration: none; }

.brand-bar .wrapper-inner li.greenheart a {
  font-weight: bold; }

.brand-bar .wrapper-inner li.donate a {
  box-sizing: border-box;
  padding: 0 10px;
  margin: 7px 15px;
  border-radius: 100px;
  border: solid 1px #dfe5ea;
  height: 22px; }

/* Mobile */
body.device-mobile {
 }

.device-mobile .brand-bar.desktop {
  display: none; }

.device-mobile .brand-bar.handheld {
  display: block; }

.device-mobile .brand-bar .wrapper-inner {
  padding: 0 !important; }

.device-mobile .brand-bar .wrapper-inner li {
  display: none; }

.device-mobile .brand-bar .wrapper-inner li.greenheart,
.device-mobile .brand-bar .wrapper-inner li.donate {
  display: block; }

.device-mobile .brand-bar .wrapper-inner li.greenheart {
  position: relative; }

.device-mobile .brand-bar .wrapper-inner li.greenheart:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 14px;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #a2a2a2 transparent transparent transparent; }

.device-mobile .brand-bar .wrapper-inner li a {
  line-height: 28px;
  padding: 2px 0 0; }

.device-mobile .brand-bar .wrapper-inner li.greenheart a {
  padding-right: 11px; }

.device-mobile .brand-bar .wrapper-inner li.donate a {
  border: 0;
  margin: 0; }

/* Popup */
html.popup-open {
  margin-top: 0 !important; }

html.popup-open body {
  overflow: hidden;
  margin-top: 0 !important; }

.device-mobile .brand-bar .branches-open .branches-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: no-repeat center url(../png/close.png);
  cursor: pointer; }

.device-mobile .brand-bar .branches-open {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 99998;
  padding: 53px 0 35px;
  text-align: center;
  margin: 0; }

.device-mobile .brand-bar .branches-open li a {
  display: block;
  width: 100%;
  height: 62px;
  font: normal 300 28px/62px 'VAGRounded', sans-serif;
  color: #ffffff;
  text-decoration: none; }

.device-mobile .brand-bar .branches-open li.donate a {
  width: 120px;
  height: 40px;
  line-height: 38px;
  border-radius: 100px;
  border: solid 1px #ffffff;
  font-size: 20px;
  padding: 0 30px;
  margin: 23px auto 53px; }

.device-mobile .brand-bar .branches-open li:last-child a {
  width: 52px;
  height: 53px;
  margin: 0 auto;
  background: no-repeat center url(../png/logo.png); }

.global-footer,
#footer-global {
  display: none !important; }

/* Exchange */
/* .install-greenheart-exchange .brand-bar, */
.install-greenheart-exchange-documents .brand-bar {
  top: -36px !important; }

.install-greenheart-exchange-documents.device-mobile .brand-bar {
  top: 46px !important; }

/* .install-greenheart-exchange.device-mobile .brand-bar {
  top: -30px !important; } */

.install-greenheart-exchange.device-mobile .brand-bar .branches-open,
.install-greenheart-exchange-documents.device-mobile .brand-bar .branches-open {
  top: 0px; }

/* Club */
.install-greenheart-club-international {
  background-position: 0 36px; }

.install-greenheart-club-international.device-mobile {
  background-position: top 30px center; }

.install-greenheart-club-international .brand-bar {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 999; }

.install-greenheart-club-international .brand-bar li {
  margin-bottom: 0; }

/* International */
.install-greenheart-international #menu-primary li.donate,
.install-greenheart-international #header_wrapper_inner > a {
  display: none; }

.install-greenheart-international .brand-bar {
  z-index: 998; }

.install-greenheart-international.device-mobile #header_wrapper_outer.q-menu-on #header,
.install-greenheart-international.device-mobile #header_wrapper_outer.q-menu-on #menu-toggle {
  margin-top: 30px; }

/* Travel */
.install-greenheart-travel #header .menu-container {
  margin-top: 30px; }

.q-bb-promo {
  background-color: #1D365B;
  bottom: 0;
  color: white;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999; }
  .q-bb-promo .logo {
    position: relative;
    text-align: center; }
    .q-bb-promo .logo img {
      max-height: none;
      max-width: none;
      position: relative;
      top: -22px; }
  .q-bb-promo .content {
    font-family: Open Sans; }
    .q-bb-promo .content .title {
      font-weight: 700; }
  @media (max-width: 767px) {
    .q-bb-promo {
      padding: 15px; }
      .q-bb-promo .remove {
        border: 2px solid white;
        background-color: #1D365B; }
      .q-bb-promo .btn {
        font-size: 12px !important;
        width: 100%; }
      .q-bb-promo .title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
        text-align: center; } }
  @media (min-width: 768px) {
    .q-bb-promo .content {
      font-size: 16px;
      padding-bottom: 25px;
      padding-top: 25px; }
      .q-bb-promo .content .title {
        font-size: 20px;
        margin-bottom: 5px; }
    .q-bb-promo .cta {
      align-items: center;
      display: flex;
      justify-content: center; }
      .q-bb-promo .cta .btn {
        border: 2px solid white;
        background-color: #1D365B; }
    .q-bb-promo i.cross {
      position: absolute;
      right: 10px;
      top: 10px; } }

body .featherlight {
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000; }
  body .featherlight .btn {
    box-shadow: none; }
  body .featherlight .featherlight-close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    background: transparent no-repeat center url(../svg/ic-modal-close.svg);
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    border: 0;
    text-indent: -9999px; }

body .featherlight.modal-desktop .featherlight-content {
  width: 800px; }

body .featherlight.modal-handheld .featherlight-content {
  max-height: 100%;
  width: 100%; }

#snackbar-container > .snackbar-opened {
  background-color: #00A8DC;
  font-size: 16px;
  padding: 18px 24px;
  color: #fff; }

@media (min-width: 767px) {
  #snackbar-container {
    bottom: auto !important;
    left: auto !important;
    right: 20px;
    top: 20px; } }
@media (max-width: 767px) {
  #snackbar-container {
    font-weight: bold;
    text-align: center; }
    #snackbar-container > .snackbar-opened {
      padding: 40px 20px; } }

/*# sourceMappingURL=index.css.map */
/* ticker tack-on 1/18/20 */
.q-bb-promo2 { display: none; }
.q-bb-promo .logo img { top: 33%; } /* overwrite for logo not image */
.q-bb-ticker .content {
  text-align: center;
}
.q-consent .q-consent-bar.q-bb-ticker {
  padding: 5px 0;
}
.q-bb-ticker .txt-close {
  text-transform:uppercase;
}
.q-bb-ticker .x-close {
  display:none;
}
.q-bb-ticker span.ticker-title {
  font-size: 16px;
  margin-right: 25px;
}
.q-bb-ticker span.ticker-btn a.btn {
  font-weight: 500;
  padding: 7px;
}
.q-bb-ticker span.ticker-btn a {
  font-size:14px;
}
.q-bb-ticker .btn.cross {
  flex-grow:1;
  left: -15px;
  position: relative;
}

@media (max-width: 767px){
  .q-consent .q-consent-bar.q-bb-ticker {
    width:100%;
  }
  .q-consent .q-consent-bar.q-bb-ticker .cta {
    margin-top: 0;
  }
  .q-consent .q-consent-bar.q-bb-ticker .cta .btn {
    width: 100%;
  }
  
}
@media (max-width: 550px){
  .q-bb-ticker .txt-close {
    display: none;
  }
  .q-bb-ticker .x-close {
    display: flex;
    justify-content: center;
  }
}