@charset "utf-8";

/*!!normalize.css v1.0.1 | MIT License | git.io/normalize */
*{margin: 0;padding: 0;}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display: block}body{margin: 0;padding: 0;}a:focus{outline: thin dotted}a:active,a:hover{outline: 0}abbr[title]{border-bottom: 1px dotted}b,strong{font-weight: 700}dfn{font-style: italic}mark{background: #ff0;color: #000}code,kbd,pre,samp{font-family: monospace,serif; font-family: 'courier new',monospace;font-size: 1em}pre{white-space: pre;white-space: pre-wrap;word-wrap: break-word}q:before,q:after{content: '';content: none}small{font-size: 85%}sub,sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sup{top: -.5em}sub{bottom: -.25em}img{border: 0;-ms-interpolation-mode: bicubic}svg:not(:root){overflow: hidden}figure{margin: 0}form{margin: 0}legend{border: 0;padding: 0;white-space: normal}button,input,select,textarea{margin: 0}button,input{line-height: normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance: button;cursor: pointer}button[disabled],input[disabled]{cursor: default}input[type=checkbox],input[type=radio]{box-sizing: border-box;padding: 0}input[type=search]{-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance: none}button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0}textarea{overflow: auto;vertical-align: top}img,img a{border: 0}
/* END normalize.css v1.0.1 */


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/cws4.0/global-unix/files/fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
       url('/cws4.0/global-unix/files/fonts/open-sans-v15-latin-regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('/cws4.0/global-unix/files/fonts/open-sans-v15-latin-italic.woff2') format('woff2'),
       url('/cws4.0/global-unix/files/fonts/open-sans-v15-latin-italic.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('/cws4.0/global-unix/files/fonts/open-sans-v15-latin-600.woff2') format('woff2'),
       url('/cws4.0/global-unix/files/fonts/open-sans-v15-latin-600.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('/cws4.0/global-unix/files/fonts/open-sans-v15-latin-700.woff2') format('woff2'),
       url('/cws4.0/global-unix/files/fonts/open-sans-v15-latin-700.woff') format('woff');
  font-display: swap;
}


/* Google Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src:  url(https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2'),
        url(https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff) format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Containers/Wrappers
  ============================ */
html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  background-color: #1a1a1a;
}

.wrapper1240 {
  max-width: 1240px;
  margin: 0 auto;
}

.letterboxWrapper {
  margin: 0 auto;
  background-color: #fff;
}

.wrapper1024 {
  max-width: 1024px;
  margin: 0 auto;
}

#subpageContent {
  min-height: 400px;
  padding: 40px 0 70px;
  background-color: #FFF;
}

.subContent {
  margin-bottom: 20px;
}

/* Typography
  ============================ */
h1,
h2,
h3,
h4,
h5 {
  line-height: 150%;
}

h1 {
  margin: 0 0 20px 0;
  font-size: 22px;
}

h2 {
  margin: 0 0 15px 0;
  font-size: 18px;
}

h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
}

h4 {
  margin: 0 0 15px 0;
  font-size: 15px;
}

h5 {
  margin: 0 0 15px 0;
  font-size: 14px;
}

p,
ul,
ol,
blockquote {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 155%;
}

ul,
ol {
  padding-left: 30px;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

blockquote {
  padding: 20px;
}

button,
textarea {
  font-family: 'Open Sans', Arial, sans-serif;
}


/* Images
  ============================ */
#rtb_1-intro img,
.subContent img {
  max-width: 100%;
}

/* Float Resets
  ============================ */
.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* WXGET SHOW/HIDE
  ============================ */
.displaySectionNo {
  display: none !important;
}

/* Modules hidden by default - enabled via Merchant Config
  ============================ */
.utilityNav,
.utilityNav li#mobilePayHdr,
.utilityNav li#registerLink,
.utilityNav li#login,
.utilityNav li#logout,
.anonReloadModule,
.userReloadModule,
.giftCardsModule,
.egiftModule,
.loyaltyModule,
.customCardsModule,
#footerLoyaltyModule,
.accountModule,
.onlineOrderingModule,
.orderHistoryModule {
  display: none;
}

.hideNav {
  display: none !important;
}

/* Header Dropdowns
  ============================ */
.utilLangDrop .hiddenLang {
  display: none !important;
}

.utilLangDrop .hiddenLang + a {
  margin-top: 0 !important;
}

/* Footer
  ============================ */
.footerNav ul li.hideNav:first-child + li {
  border: none;
}

#backToTop {
  position: fixed;
  opacity: 0;
  width: 36px;
  height: 50px;
  right: -60px;
  bottom: 25px;
  background: url(/cws4.0/global-unix/images/structure/BackToTopIcon.png);
  border: none;
  transition: opacity 0.23s;
  cursor: pointer;
}

#backToTop.btVisible {
  opacity: 0.42;
}

/* Social Media Links/Icons */
#socialLinks a.smIcon:not([style*="background-image: url(https://consumer-beta.givex.com/files/Images/social/"]) {
  background-image: none !important; /* targets all links except the "Other 1" and "Other 2" */
}
.footerContact .smIcon > svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.footerContact .smIcon > img {
  width: 25px;
  height: 25px;
}

/* ========================== Cookie Policy ========================== */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 8%;
  width: calc(450px - 80px);
  padding: 35px 40px 25px;
  color: #2a2a2a;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0 100%;
  transition: all 0.6s ease-in-out;
  z-index: 999;
}

#cookie-banner.displaySection {
  display: none;
}

#cookie-banner.displaySectionYes {
  opacity: 1;
  transform: scale(1);
}

#cookie-banner a {
  font-size: 13px;
}

#cookie-banner p,
#cookie-details p {
  font-size: 13px;
}

#cookie-banner p,
#cookie-banner ul,
#cookie-banner ol,
#cookie-banner blockquote,
#cookie-details p,
#cookie-details ul,
#cookie-details ol,
#cookie-details blockquote {
  margin-bottom: 10px;
}

.cookie-banner__rtb {
  margin-bottom: 25px;
}

.cookie-banner__rtb h1,
.cookie-banner__rtb h2,
.cookie-banner__rtb h3,
.cookie-banner__rtb h4,
.cookie-banner__rtb h5,
.cookie-banner__rtb h6 {
  margin-bottom: 0.5em;
  font-weight: 600;
}

.cookie-banner__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -5px;
}

.cookie-banner__buttons>button,
.cookie-banner__buttons>a {
  flex: 1;
  margin: 0 5px;
  padding: 0 15px;
}

a#link--view-cookie-policy,
#button--show-cookie-details,
#button--update-cookie-details {
  height: 40px;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  transition: all 0.3s;
}

a#link--view-cookie-policy {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

a#link--view-cookie-policy:hover {
  text-decoration: underline;
}

#button--show-cookie-details:hover,
#button--update-cookie-details:hover {
  background-color: #f2f2f2;
}

#button--okay-cookies,
#button--accept-cookies {
  height: 40px;
}

.button--change-cookie-settings {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 8%;
  bottom: 0;
  height: 30px;
  padding: 0 13px;
  color: #2a2a2a;
  border: none;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
  z-index: 999;
  transform: translateY(0);
}

#footer_1-grey-nav .disclaimerHold .disclaimLeft {
  top: auto !important;
}

#wrapperDisclaimer .disclaimerHold .disclaimLeft ul {
  display: inline-flex;
  align-items: center;
}

.button--change-cookie-settings.sliding-down {
  transform: translateY(50px);
  transition: transform 1.2s ease-out;
}

.button--change-cookie-settings:hover>svg {
  transform: rotate(45deg);
}

.cookie-banner__icon--settings {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transition: transform 0.3s cubic-bezier(0, -0.01, 0, 0.8);
}

#cookie-details {
  position: fixed;
  bottom: 0;
  left: 8%;
  width: calc(450px - 80px);
  padding: 80px 40px 25px;
  color: #2a2a2a;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.56);
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0 100%;
  transition: all 0.3s cubic-bezier(0.19, 1.24, 0.26, 1.13);
  z-index: 999;
}

#cookie-details.active {
  opacity: 1;
  transform: scale(1);
}

.cookie-details__tablist {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 55px;
  background-color: #efefef;
  overflow: hidden;
}

.cookie-details__tablist-item {
  position: relative;
  flex: 1;
  height: 55px;
}

.cookie-details__tab {
  width: 100%;
  height: 55px;
  background-color: #efefef;
  border: none;
}

.cookie-details__tab[aria-selected="true"] {
  position: relative;
  background-color: #fff;
  z-index: 5;
}

.cookie-details__tab[aria-selected="false"] {
  border-bottom: 1px solid #dfdfdf;
}

#button--toggle-necessary-cookies-panel[aria-selected="true"] {
  border-top-right-radius: 8px;
  box-shadow: 2px -1px 4px rgba(0, 0, 0, 0.2);
}

#button--toggle-marketing-cookies-panel[aria-selected="true"] {
  border-top-left-radius: 8px;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2);
}

.cookie-details__tab>svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  color: #3da23a;
}

#button--toggle-necessary-cookies-panel>svg {
  color: #aaa;
}

.cookie-details__tabpanel {
  display: none;
  animation: simpleFade 0.5s;
  margin-bottom: 25px;
}

.cookie-details__tabpanel.active {
  display: block;
}

@keyframes simpleFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cookie-details__checkbox-input {
  opacity: 0;
}

.cookie-details__checkbox-input[type="checkbox"] {
  left: 0;
  right: 0;
}

.cookie-details__checkbox-input[type="checkbox"]+label {
  position: absolute;
  padding-left: 15px;
  z-index: 10;
}

.cookie-details__checkbox-label {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
}

.cookie-details__checkbox-label:before {
  top: 3px;
}

.cookie-details__checkbox-input[type="checkbox"]+label:before {
  padding: 0;
}

.cookie-details__checkbox-input[type="checkbox"]+label,
.cookie-details__checkbox-input[type="checkbox"]:checked+label,
.cookie-details__checkbox-input[type="checkbox"]:focus+label,
.cookie-details__checkbox-input[type="checkbox"]+label:focus {
  text-decoration: none;
}

.cookie-details__checkbox-input[type="checkbox"]:focus+label {
  outline: 1px solid #b5b5b5;
}

.cookie-details__checkbox-input[type="checkbox"]:disabled+label {
  pointer-events: none;
}

.cookie-details__checkbox-input[type="checkbox"]:checked+label:before {
  content: "";
  border-radius: 2px;
}

.cookie-details__checkbox-input[type="checkbox"]:checked+label:after {
  content: "\2713";
  position: absolute;
  top: -2px;
  left: 0;
  color: #15ad15;
  font-size: 20px;
  font-weight: bold;
}

.cookie-details__checkbox-input[type="checkbox"]:disabled+label:after {
  color: #adadad;
}

.cookie-details__icon--eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  color: #b5b5b5;
  pointer-events: none;
  z-index: 10;
}

.cookie-details__tablist-item.active .cookie-details__icon--eye {
  display: none;
}

.link-dismiss-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.button--dismiss-cookie-banner {
  color: #757575;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}

.button--dismiss-cookie-banner:hover {
  color: #2a2a2a;
}

#footer_1-grey-nav .disclaimerHold ul li.cookie-list-item {
  display: none;
}

#button--footer-change-cookie-settings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 30px;
  padding: 0 13px;
  color: #999;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 3px;
  box-shadow: none;
}

#wrapperDisclaimer #button--footer-change-cookie-settings {
  color: #707070;
  border-color: #707070;
}

#button--footer-change-cookie-settings:hover>svg {
  transform: rotate(45deg);
}

.msgContainer__note {
  margin: -5px 0 30px;
  padding: 0 10px;
  color: #48494D;
  font-size: 12px;
  font-weight: 400;
}

.msgContainer__note>span {
  color: #BC2E0F;
}

/* Miscellaneous
  ============================ */

/* Hides from UI but visible to screen readers */
.offscreen {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Fancybox plugin overrides */
.fancybox-wrap {
  max-width: 85%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span { 
  background-image: url(/cws4.0/global-unix/images/fancybox/fancybox_sprite.png); 
}
#fancybox-loading {
  background-color: transparent;
}
#fancybox-loading div {
  background-image: url(/cws4.0/global-unix/images/loading.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}
/* Overlay helper */
.fancybox-lock {
  overflow: auto !important;
}

#subpageContent > p > #email {
  word-break: break-word; /* prevents superlong emails from leaking off-screen */
}

/* Media Queries
  ============================ */
@media only screen and (max-width: 6000px) and (min-width: 1700px) {
  .letterboxWrapper {
    width: 1700px;
  }

  .wrapper1240 {
    max-width: 1240px;
  }
}

@media only screen and (max-width: 1700px) {
  .letterboxWrapper {
    width: 100%;
  }

  .wrapper1240 {
    max-width: 1240px;
  }
}

@media only screen and (max-width: 1280px) {
  .wrapper1240 {
    max-width: 94%;
  }
}

@media only screen and (max-width: 1023px) {
  #greeting {
    display: none;
  }

  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(/cws4.0/global-unix/images/fancybox/fancybox_sprite_2x.png);
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url(/cws4.0/global-unix/images/fancybox/fancybox_loading_2x.gif);
    background-size: 24px 24px;
  }

  .customCardsModule,
  #customCardsLink {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #wrapperDisclaimer .disclaimerHold .disclaimLeft ul {
    display: block;
  }
}

@media (max-width: 600px) {
  #cookie-banner,
  #cookie-details {
    left: 25px;
    right: 25px;
    width: calc(100% - 80px - 50px);
  }

  .button--change-cookie-settings {
    left: 25px;
  }
}

@media (max-width: 414px) {
  #cookie-banner,
  #cookie-details {
    left: 15px;
    right: 15px;
    width: calc(100% - 50px - 30px);
    padding: 25px;
  }

  #cookie-details {
    padding-top: 70px;
  }

  .cookie-banner__buttons {
    flex-direction: column;
    margin: 0;
  }

  .cookie-banner__buttons>button,
  .cookie-banner__buttons>a {
    flex: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .cookie-banner__buttons>button:first-child:not(#button--update-cookie-details),
  .cookie-banner__buttons>a:first-child {
    margin-bottom: 10px;
  }

  .cookie-details__icon--eye {
    right: 10px;
    width: 17px;
    height: 17px;
  }

  .button--change-cookie-settings {
    left: 15px;
  }

  #footer_1-grey-nav .disclaimerHold ul li.cookie-list-item {
    margin: 15px 0 0;
    padding: 0;
  }
}