@charset "UTF-8";
body {
  overflow-x: hidden;
}

main.main-wrap {
  width: 100%;
  overflow-x: hidden;
}

body.home {
  color: white;
}

.bg-orange {
  background-color: #CC4B00;
}

.bg-blue {
  background-color: #0033A0;
  color: #ffffff;
}

.bg-blue a {
  color: #ffffff;
}

.bg-pink {
  background-color: #7E186B;
}

.bg-white {
  background-color: #ffffff !important;
}

.orange {
  color: #E75300;
}

.orange-dark {
  color: #CC4B00;
}

.blue {
  color: #0033A0;
}

.white {
  color: #ffffff;
}

.multiply {
  background-blend-mode: color-burn;
}

.gradient-vertical {
  background: linear-gradient(#7E186B, #0033A0);
}

/*$default-primary: $pink;
$default-secondary: $purple;

$a-primary: $dark-green;
$a-secondary: $light-green;

$d-primary: $c-yellow;
$d-secondary: $c-orange;
*/
/*$default-primary: $e-orange;
$default-secondary: $e-burgundy;*/
.theme-default .gradient {
  background: linear-gradient(-25deg, #de2184, #662d91);
}

.theme-default .gradient-horizontal {
  background: linear-gradient(to right, #de2184, #662d91);
}

.theme-default .gradient-horizontal a {
  color: white;
}

.theme-default .gradient-horizontal a:hover {
  color: #de2184;
}

.theme-default .gradient-horizontal:hover a {
  color: #de2184;
}

.theme-default .main-pano-disclaimer a {
  color: #de2184;
}

.theme-default .store-locator .gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
  height: 205px;
}

.theme-default .store-locator-secondary.gradient, .theme-default .gradient.store-locator-panel,
.theme-default .panel-header.gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
}

.theme-default.ie .store-locator .gradient {
  background-image: linear-gradient(190deg, #de2184, #662d91);
}

.theme-default.ie .store-locator-secondary.gradient, .theme-default.ie .gradient.store-locator-panel, .theme-default.ie .panel-header.gradient {
  background-image: linear-gradient(190deg, #de2184, #662d91);
}

.theme-default .offers,
.theme-default .store-locator {
  background-color: #de2184;
}

.theme-default .triangle {
  background-color: #de2184;
}

.theme-default .main-pano h5 {
  color: #de2184;
}

.theme-default .store-locator button[type="submit"] {
  color: #7c1769;
}

.theme-default .store-locator button[type="submit"]:hover {
  color: #fff;
}

.theme-default .store-locator button[type="submit"]:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-default .store-locator-panel .results .storeItem {
  border-bottom: 2px solid #662d91;
}

.theme-default .store-locator-panel .results .storeItem .storeId {
  color: #de2184;
}

.theme-default .slick-active button {
  background: #ffffff;
}

.theme-default .slick-prev:before,
.theme-default .slick-next:before {
  color: #de2184;
}

.theme-default .slick-prev:hover:before,
.theme-default .slick-next:hover:before {
  color: #662d91;
  color: #A33791;
}

.theme-default .primary-color {
  color: #de2184;
}

.theme-default .primary-bg {
  background-color: #de2184;
}

.theme-default.offers-page .offers-header {
  background-color: #de2184;
}

.theme-default .disclaimer {
  color: #de2184;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
}

.theme-default .btn.white:hover {
  color: #de2184;
  border-color: #de2184;
}

.theme-default .btn:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-default .btn.primary-stroke {
  color: #de2184;
  border-color: #de2184;
}

.theme-default .btn.primary-stroke:hover {
  color: #662d91;
  border-color: #662d91;
}

.theme-a .gradient {
  background: linear-gradient(-25deg, #de2184, #662d91);
}

.theme-a .gradient-horizontal {
  background: linear-gradient(to right, #de2184, #662d91);
}

.theme-a .gradient-horizontal a {
  color: white;
}

.theme-a .gradient-horizontal a:hover {
  color: #de2184;
}

.theme-a .gradient-horizontal:hover a {
  color: #de2184;
}

.theme-a .main-pano-disclaimer a {
  color: #de2184;
}

.theme-a .store-locator .gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
  height: 205px;
}

.theme-a .store-locator-secondary.gradient, .theme-a .gradient.store-locator-panel,
.theme-a .panel-header.gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
}

.theme-a.ie .store-locator .gradient {
  background-image: linear-gradient(190deg, #de2184, #662d91);
}

.theme-a.ie .store-locator-secondary.gradient, .theme-a.ie .gradient.store-locator-panel, .theme-a.ie .panel-header.gradient {
  background-image: linear-gradient(190deg, #de2184, #662d91);
}

.theme-a .offers,
.theme-a .store-locator {
  background-color: #de2184;
}

.theme-a .triangle {
  background-color: #de2184;
}

.theme-a .main-pano h5 {
  color: #de2184;
}

.theme-a .store-locator button[type="submit"] {
  color: #7c1769;
}

.theme-a .store-locator button[type="submit"]:hover {
  color: #fff;
}

.theme-a .store-locator button[type="submit"]:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-a .store-locator-panel .results .storeItem {
  border-bottom: 2px solid #662d91;
}

.theme-a .store-locator-panel .results .storeItem .storeId {
  color: #de2184;
}

.theme-a .slick-active button {
  background: #ffffff;
}

.theme-a .slick-prev:before,
.theme-a .slick-next:before {
  color: #de2184;
}

.theme-a .slick-prev:hover:before,
.theme-a .slick-next:hover:before {
  color: #662d91;
  color: #A33791;
}

.theme-a .primary-color {
  color: #de2184;
}

.theme-a .primary-bg {
  background-color: #de2184;
}

.theme-a.offers-page .offers-header {
  background-color: #de2184;
}

.theme-a .disclaimer {
  color: #de2184;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
}

.theme-a .btn.white:hover {
  color: #de2184;
  border-color: #de2184;
}

.theme-a .btn:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-a .btn.primary-stroke {
  color: #de2184;
  border-color: #de2184;
}

.theme-a .btn.primary-stroke:hover {
  color: #662d91;
  border-color: #662d91;
}

.theme-b .gradient {
  background: linear-gradient(-25deg, #0033A0, green);
}

.theme-b .gradient-horizontal {
  background: linear-gradient(to right, #0033A0, green);
}

.theme-b .gradient-horizontal a {
  color: white;
}

.theme-b .gradient-horizontal a:hover {
  color: #0033A0;
}

.theme-b .gradient-horizontal:hover a {
  color: #0033A0;
}

.theme-b .main-pano-disclaimer a {
  color: #0033A0;
}

.theme-b .store-locator .gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
  height: 205px;
}

.theme-b .store-locator-secondary.gradient, .theme-b .gradient.store-locator-panel,
.theme-b .panel-header.gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
}

.theme-b.ie .store-locator .gradient {
  background-image: linear-gradient(190deg, #0033A0, green);
}

.theme-b.ie .store-locator-secondary.gradient, .theme-b.ie .gradient.store-locator-panel, .theme-b.ie .panel-header.gradient {
  background-image: linear-gradient(190deg, #0033A0, green);
}

.theme-b .offers,
.theme-b .store-locator {
  background-color: #0033A0;
}

.theme-b .triangle {
  background-color: #0033A0;
}

.theme-b .main-pano h5 {
  color: #0033A0;
}

.theme-b .store-locator button[type="submit"] {
  color: #7c1769;
}

.theme-b .store-locator button[type="submit"]:hover {
  color: #fff;
}

.theme-b .store-locator button[type="submit"]:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-b .store-locator-panel .results .storeItem {
  border-bottom: 2px solid green;
}

.theme-b .store-locator-panel .results .storeItem .storeId {
  color: #0033A0;
}

.theme-b .slick-active button {
  background: #ffffff;
}

.theme-b .slick-prev:before,
.theme-b .slick-next:before {
  color: #0033A0;
}

.theme-b .slick-prev:hover:before,
.theme-b .slick-next:hover:before {
  color: green;
  color: #A33791;
}

.theme-b .primary-color {
  color: #0033A0;
}

.theme-b .primary-bg {
  background-color: #0033A0;
}

.theme-b.offers-page .offers-header {
  background-color: #0033A0;
}

.theme-b .disclaimer {
  color: #0033A0;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
}

.theme-b .btn.white:hover {
  color: #0033A0;
  border-color: #0033A0;
}

.theme-b .btn:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-b .btn.primary-stroke {
  color: #0033A0;
  border-color: #0033A0;
}

.theme-b .btn.primary-stroke:hover {
  color: green;
  border-color: green;
}

.theme-c .gradient {
  background: linear-gradient(-25deg, #E75300, #0033A0);
}

.theme-c .gradient-horizontal {
  background: linear-gradient(to right, #E75300, #0033A0);
}

.theme-c .gradient-horizontal a {
  color: white;
}

.theme-c .gradient-horizontal a:hover {
  color: #E75300;
}

.theme-c .gradient-horizontal:hover a {
  color: #E75300;
}

.theme-c .main-pano-disclaimer a {
  color: #E75300;
}

.theme-c .store-locator .gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
  height: 205px;
}

.theme-c .store-locator-secondary.gradient, .theme-c .gradient.store-locator-panel,
.theme-c .panel-header.gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
}

.theme-c.ie .store-locator .gradient {
  background-image: linear-gradient(190deg, #E75300, #0033A0);
}

.theme-c.ie .store-locator-secondary.gradient, .theme-c.ie .gradient.store-locator-panel, .theme-c.ie .panel-header.gradient {
  background-image: linear-gradient(190deg, #E75300, #0033A0);
}

.theme-c .offers,
.theme-c .store-locator {
  background-color: #E75300;
}

.theme-c .triangle {
  background-color: #E75300;
}

.theme-c .main-pano h5 {
  color: #E75300;
}

.theme-c .store-locator button[type="submit"] {
  color: #7c1769;
}

.theme-c .store-locator button[type="submit"]:hover {
  color: #fff;
}

.theme-c .store-locator button[type="submit"]:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-c .store-locator-panel .results .storeItem {
  border-bottom: 2px solid #0033A0;
}

.theme-c .store-locator-panel .results .storeItem .storeId {
  color: #E75300;
}

.theme-c .slick-active button {
  background: #ffffff;
}

.theme-c .slick-prev:before,
.theme-c .slick-next:before {
  color: #E75300;
}

.theme-c .slick-prev:hover:before,
.theme-c .slick-next:hover:before {
  color: #0033A0;
  color: #A33791;
}

.theme-c .primary-color {
  color: #E75300;
}

.theme-c .primary-bg {
  background-color: #E75300;
}

.theme-c.offers-page .offers-header {
  background-color: #E75300;
}

.theme-c .disclaimer {
  color: #E75300;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
}

.theme-c .btn.white:hover {
  color: #E75300;
  border-color: #E75300;
}

.theme-c .btn:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-c .btn.primary-stroke {
  color: #E75300;
  border-color: #E75300;
}

.theme-c .btn.primary-stroke:hover {
  color: #0033A0;
  border-color: #0033A0;
}

.theme-d .gradient {
  background: linear-gradient(-25deg, #ca5f23, #7f1e13);
}

.theme-d .gradient-horizontal {
  background: linear-gradient(to right, #ca5f23, #7f1e13);
}

.theme-d .gradient-horizontal a {
  color: white;
}

.theme-d .gradient-horizontal a:hover {
  color: #ca5f23;
}

.theme-d .gradient-horizontal:hover a {
  color: #ca5f23;
}

.theme-d .main-pano-disclaimer a {
  color: #ca5f23;
}

.theme-d .store-locator .gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
  height: 205px;
}

.theme-d .store-locator-secondary.gradient, .theme-d .gradient.store-locator-panel,
.theme-d .panel-header.gradient {
  background-image: url("/assets/images/store-locator-bg-transparent.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 1388px;
}

.theme-d.ie .store-locator .gradient {
  background-image: linear-gradient(190deg, #ca5f23, #7f1e13);
}

.theme-d.ie .store-locator-secondary.gradient, .theme-d.ie .gradient.store-locator-panel, .theme-d.ie .panel-header.gradient {
  background-image: linear-gradient(190deg, #ca5f23, #7f1e13);
}

.theme-d .offers,
.theme-d .store-locator {
  background-color: #ca5f23;
}

.theme-d .triangle {
  background-color: #ca5f23;
}

.theme-d .main-pano h5 {
  color: #ca5f23;
}

.theme-d .store-locator button[type="submit"] {
  color: #7c1769;
}

.theme-d .store-locator button[type="submit"]:hover {
  color: #fff;
}

.theme-d .store-locator button[type="submit"]:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-d .store-locator-panel .results .storeItem {
  border-bottom: 2px solid #7f1e13;
}

.theme-d .store-locator-panel .results .storeItem .storeId {
  color: #ca5f23;
}

.theme-d .slick-active button {
  background: #ffffff;
}

.theme-d .slick-prev:before,
.theme-d .slick-next:before {
  color: #ca5f23;
}

.theme-d .slick-prev:hover:before,
.theme-d .slick-next:hover:before {
  color: #7f1e13;
  color: #A33791;
}

.theme-d .primary-color {
  color: #ca5f23;
}

.theme-d .primary-bg {
  background-color: #ca5f23;
}

.theme-d.offers-page .offers-header {
  background-color: #ca5f23;
}

.theme-d .disclaimer {
  color: #ca5f23;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
}

.theme-d .btn.white:hover {
  color: #ca5f23;
  border-color: #ca5f23;
}

.theme-d .btn:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.theme-d .btn.primary-stroke {
  color: #ca5f23;
  border-color: #ca5f23;
}

.theme-d .btn.primary-stroke:hover {
  color: #7f1e13;
  border-color: #7f1e13;
}

.knockout50 {
  font-family: 'Knockout 50 A', 'Knockout 50 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.knockout51 {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.knockout70 {
  font-family: 'Knockout 70 A', 'Knockout 70 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.knockout71 {
  font-family: 'Knockout 71 A', 'Knockout 71 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

body {
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 100;
}

h1, h2, h3, h4, h5, h6, .ko, nav {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.helvetica, .covid-19 .storehours .storehourstitle .heading-2,
.covid-19 .storehours .storehourstitle .title, .store-locator .locator-copy h2, .store-locator-secondary .locator-copy h2, .store-locator-panel .locator-copy h2 {
  font-family: 'Helvetica', sans-serif;
}

h1,
.heading-1 {
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  h1,
  .heading-1 {
    font-size: 30px;
  }
}

h2,
.heading-2 {
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  h2,
  .heading-2 {
    font-size: 30px;
  }
}

h3,
.heading-3 {
  font-size: 44px;
}

h4,
.heading-4 {
  font-size: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h4,
  .heading-4 {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

h5,
.heading-5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  h5,
  .heading-5 {
    font-size: 16px;
  }
}

h6,
.heading-6 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 10px;
  font-weight: 100;
  font-family: 'Helvetica', sans-serif;
}

@media (max-width: 767px) {
  h6,
  .heading-6 {
    font-size: 14px;
  }
}

/* extends for heading classes */
.heading-1 {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.heading-2 {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.heading-3 {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.heading-4 {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.heading-5 {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.heading-6 {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
}

.lowercase {
  text-transform: lowercase;
}

a {
  color: #ffffff;
  transition: all ease .2s;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .center-xs {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .center-sm {
    text-align: center;
  }
}

.brand-style {
  text-transform: lowercase !important;
  font-style: italic;
}

.brand-style.uppercase {
  text-transform: uppercase !important;
}

.forced-text-margin {
  margin-right: 2px;
}

.skip-nav {
  position: absolute;
  top: auto;
  overflow: hidden;
  color: #0033A0;
  background: #ffffff;
  opacity: 0;
  left: 15px;
  top: 15px;
  padding: 0px;
  text-align: center;
  font-size: 15px;
  z-index: 10000;
  width: 0px;
  height: 0px;
  text-transform: uppercase;
  text-decoration: none;
}

.skip-nav:focus, .skip-nav:active {
  opacity: 1;
  width: auto;
  height: auto;
  padding: 10px;
  text-decoration: none;
  outline: solid 1px #fff;
}

.hidden-error {
  display: none;
  padding: 10px 0 0 0;
  font-size: 11px;
  font-style: italic;
}

section:focus {
  outline: 1px solid #fff;
}

div:focus {
  border: 1px solid #fff;
  outline: 1px solid #fff;
}

.nav-primary:focus {
  outline: 1px solid #fff;
  color: #fff;
}

a:focus {
  outline: 1px solid #fff;
}

.main-pano a:focus img {
  outline: 1px solid #fff;
}

.theme-default .disclaimer:focus {
  outline: 1px solid #5e5e5e;
}

footer a:link {
  padding: 5px;
}

/*form input:focus {
    background-color:#5e5e5e;
}*/
footer a:focus {
  color: #fff;
  padding: 5px;
  outline: 1px solid #fff;
}

.usmylocationlink {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
}

@media (max-width: 360px) {
  .usmylocationlink {
    font-size: 15px;
  }
}

.usmylocationgloballink {
  margin: 20px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}

.spappbtns img {
  display: inline-block;
  max-height: 40px;
}

.spappbtns {
  margin: 5px 0 0 0;
  overflow: hidden;
}

.spappbtns.apple {
  float: right;
}

.spappbtns.google {
  float: left;
}

.spappbtns:focus, .spappbtns:active {
  outline: 1px solid #fff;
  border: 0px solid #fff;
}

#homelocatorfield:focus,
#globalUserAddress:focus,
#addressInput:focus {
  background-color: transparent;
  color: #fff;
  outline: 2px solid white;
  outline-offset: 4px;
}

h1:focus, h2:focus, h3:focus, h4:focus, h5:focus {
  outline: 1px solid #fff;
  border: 0px solid #fff;
}

.btn:focus {
  outline: 1px solid #fff;
  border: 1px solid #fff;
}

#legalCheck:focus {
  outline: 2px solid #5e5e5e;
}

#contactform #firstname:focus, #contactform #lastname:focus, #contactform #cemail:focus, #contactform #comment:focus {
  outline: 2px solid #0033a0;
  outline-offset: 2.5px;
}

#storeList a:focus {
  outline: 1px solid #5e5e5e;
  -moz-outline-style: 1px solid #5e5e5e;
}

#storeList div:focus {
  outline: 1px solid #5e5e5e;
  -moz-outline-style: 1px solid #5e5e5e;
}

#mapDirection .btn:focus {
  outline: 2px solid #5e5e5e !important;
  color: #000 !important;
}

#disclaimerClose:focus {
  padding: 3px;
  outline: 1px solid #5e5e5e !important;
  color: #000 !important;
}

#cookienoticeClose:focus {
  padding: 3px;
  outline: 1px solid #5e5e5e !important;
  color: #000 !important;
}

.ytp-large-play-button:focus {
  outline: 2px solid #fff !important;
  border: 2px solid #fff !important;
}

/* covid 19 page */
.covid-19 {
  padding-bottom: 0px !important;
}

.covid-19 .chunk {
  margin-bottom: 0px !important;
}

.covid-19 .storehours {
  background-color: #06369a;
  color: #fff;
  margin-top: 40px;
  padding-bottom: 40px;
}

.covid-19 .storehours .storehourstitle {
  padding: 15px 0 10px 0;
  background: #63348b;
  background: linear-gradient(90deg, #63348b 0%, #ae3986 100%);
}

.covid-19 .storehours .storehourstitle .heading-2,
.covid-19 .storehours .storehourstitle .title {
  font-size: 34px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 991px) {
  .covid-19 .storehours .storehourstitle .title {
    font-size: 24px;
    font-weight: bold;
  }
}

.covid-19 .storehours .storehourstitle .timestamp {
  font-size: 17.5px;
  font-weight: normal;
}

.covid-19 .storehours .storestates {
  font-size: 25px;
  text-decoration: underline;
  font-weight: bold;
}

.covid-19 .storehours .storestates a:link, .covid-19 .storehours .storestates a:visited, .covid-19 .storehours .storestates a:active, .covid-19 .storehours .storestates a:hover {
  color: #fff;
}

.covid-19 .storehours .storestates a:focus {
  outline: 2px solid #fff;
}

@media (max-width: 991px) {
  .covid-19 .storehours .storestates {
    font-size: 20px;
  }
}

.covid-19 .storehours .states {
  padding: 25px 0;
}

.covid-19 .storehours .storelist {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}

.covid-19 .storehours .storelist .storestate {
  padding: 15px 0;
  font-size: 25px;
}

@media (max-width: 991px) {
  .covid-19 .storehours .storelist .storestate {
    padding: 15px 0;
    font-size: 22px;
  }
}

.covid-19 .storehours .storelist .storeaddress {
  padding: 20px 5px;
  min-height: 150px;
}

.covid-19 .storehours .storelist .storeaddress .city {
  text-transform: uppercase;
}

.covid-19 .storehours .storelist .hours {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}

@media (max-width: 991px) {
  .covid-19 .storehours .storelist .storeaddress {
    padding: 20px 5px;
    min-height: 150px;
  }
  .covid-19 .storehours .storelist .storeaddress .city {
    text-transform: uppercase;
  }
  .covid-19 .storehours .storelist .hours {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
  }
}

/* slick */
.slick-dots li button:focus {
  outline: 1px solid #ffffff;
  outline-offset: 2px;
}

.slick-prev,
.slick-next {
  background: #ffffff;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  top: 40%;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #A33791;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  [data-aos^=fade][data-aos^=fade], [data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.85);
  z-index: 100;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'IonIcons';
  font-size: 34px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.slick-prev:hover,
.slick-next:hover {
  background: white;
}

.slick-prev {
  left: -15px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -15px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -15px;
}

[dir="rtl"] .slick-next {
  left: -15px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

@media (max-width: 767px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev,
  .slick-next {
    height: 40px;
    width: 40px;
    top: 30%;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 26px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.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;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: #ffffff;
  border-radius: 100%;
  display: block;
  height: 9px;
  width: 9px;
  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: 1px solid #ffffff;
  outline-offset: 2px;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.slick-slide {
  padding: 10px;
  text-align: center;
}

.slick-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 20px;
}

.slick-slide .slick-img {
  height: 300px;
}

.slick-slide .caption {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.2em;
}

.slick-slide:focus {
  outline: none;
}

.slick-prev,
.slick-next {
  background: #ffffff;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #A33791;
}

.tilter {
  display: block;
  position: relative;
  width: 300px;
  height: 415px;
  margin: 1.5em 2.5em;
  color: #fff;
  flex: none;
  perspective: 1000px;
}

.tilter * {
  pointer-events: none;
}

.tilter:hover,
.tilter:focus {
  color: #fff;
  outline: none;
}

/*
.tilter__figure,
.tilter__deco,
.tilter__caption {
	will-change: transform;
}*/
.tilter__figure,
.tilter__image {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.tilter__figure > * {
  transform: translateZ(0px);
  /* Force correct stacking order */
}

.smooth .tilter__figure,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--shine div,
.smooth .tilter__caption {
  transition: transform 0.2s ease-out;
}

.tilter__figure {
  position: relative;
}

.tilter__figure::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  box-shadow: 0 30px 20px rgba(35, 32, 39, 0.5);
}

.tilter__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tilter__deco--overlay {
  background-image: linear-gradient(45deg, rgba(226, 60, 99, 0.4), rgba(145, 58, 252, 0.4), rgba(16, 11, 192, 0.4));
}

.tilter__deco--shine div {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
}

.tilter__deco--lines {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
}

.tilter__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4em;
}

.tilter__title {
  margin: 0;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1;
}

.tilter__description {
  margin: 1em 0 0 0;
  font-size: 0.85em;
  letter-spacing: 0.15em;
}

/* Individual styles */
/* Example 1 (Default) */
.tilter--1 .tilter__figure::before {
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.5);
}

/* Example 2 (thicker lines, overlay) */
.tilter--2,
.tilter--2:hover,
.tilter--2:focus {
  color: #2e27ad;
}

.tilter--2 .tilter__deco--overlay {
  background-image: linear-gradient(45deg, rgba(245, 239, 40, 0.6), rgba(164, 22, 169, 0.6));
}

.tilter--2 .tilter__deco--lines {
  stroke: #2e27ad;
  stroke-width: 4px;
}

/* Example 3 (no lines, overlay hard-light) */
.tilter--3 .tilter__deco--overlay {
  background-image: linear-gradient(45deg, rgba(205, 81, 220, 0.6), rgba(41, 94, 230, 0.5));
}

.tilter--3 .tilter__caption {
  padding: 2em;
  text-align: right;
  text-shadow: 0.1em 0.8em 1em rgba(0, 0, 0, 0.35);
}

/* Example 4 (caption sliding in) */
.tilter--4 .tilter__deco--overlay {
  background-image: linear-gradient(20deg, #d66428, rgba(46, 39, 173, 0.58), rgba(53, 74, 165, 0.6));
}

@media screen and (min-width: 30em) {
  .tilter--4 .tilter__deco--lines {
    transform: scale3d(0.8, 0.8, 1);
    transition: transform 0.4s;
  }
  .tilter--4:hover .tilter__deco--lines {
    transform: scale3d(1, 1, 1);
  }
  .tilter--4 .tilter__title,
  .tilter--4 .tilter__description {
    transform: translate3d(0, 80px, 0);
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s;
  }
  .tilter--4:hover .tilter__description {
    transition-delay: 0.1s;
  }
  .tilter--4:hover .tilter__title,
  .tilter--4:hover .tilter__description {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* Example 5 (line animating) */
.tilter--5 .tilter__deco--lines path {
  stroke-dasharray: 1270;
  stroke-dashoffset: 1270;
  transition: stroke-dashoffset 0.7s;
}

.tilter--5:hover .tilter__deco--lines path {
  stroke-dashoffset: 0;
}

.tilter--5 .tilter__figure::before {
  box-shadow: none;
}

/* Example 6 (different line position) */
.tilter--6,
.tilter--6:hover,
.tilter--6:focus {
  color: #2e27ad;
}

.tilter--6 .tilter__deco--overlay {
  background-image: linear-gradient(45deg, rgba(46, 39, 173, 0.2), rgba(255, 186, 59, 0.58));
}

.tilter--6 .tilter__deco--lines {
  stroke: #2e27ad;
  stroke-width: 6px;
  top: -50px;
  left: -50px;
}

.tilter--6 .tilter__caption {
  padding: 0 4em 5.5em 1em;
}

.tilter--6 .tilter__figure::before {
  box-shadow: none;
}

/* Example 7 (different line) */
.tilter--7 .tilter__deco--overlay {
  background-image: linear-gradient(45deg, rgba(93, 203, 106, 0.48), rgba(59, 239, 255, 0.58));
}

.tilter--7 .tilter__deco--lines {
  stroke-width: 20px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.tilter--7:hover .tilter__deco--lines {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.tilter--7 .tilter__figure::before {
  box-shadow: none;
}

/* Example 8 (different line) */
.tilter--8 {
  perspective: none;
}

.tilter--8 .tilter__figure {
  transform-style: flat;
}

.tilter--8 .tilter__deco--lines {
  stroke: #9255ae;
  stroke-width: 6px;
  mix-blend-mode: color-burn;
}

.tilter--8 .tilter__caption {
  color: #9255ae;
  mix-blend-mode: color-burn;
}

.tilter--8 .tilter__figure::before {
  box-shadow: none;
}

header {
  background: #0033A0;
  color: #ffffff;
  text-transform: uppercase;
  height: 90px;
  transition: all .2s ease;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.7);
}

header + * {
  margin-top: 0px;
}

header .logo img {
  transition: all ease .4s;
}

header .language-wrapper {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

header .language-wrapper .language-toggle {
  font-size: 8px;
  text-align: center;
  font-weight: 100;
  line-height: 1;
}

header .language-wrapper .language-toggle .icon {
  display: block;
  font-size: 20px;
  line-height: 0;
  margin-bottom: -10px;
}

header nav {
  padding: 20px 0;
  position: relative;
}

header nav ul {
  list-style: none;
  margin: 0px auto;
  padding-left: 0px;
  text-align: center;
  font-weight: bold;
}

header nav ul li {
  display: inline;
  margin: 0 20px;
  letter-spacing: 1px;
}

header nav ul li a {
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
}

header nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

header nav ul li a:visited {
  color: #ffffff;
}

header nav ul li a:focus {
  outline: solid 1px #fff;
}

header nav ul li a .ampm {
  font-size: 24px;
}

header nav ul li.dep {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 100;
}

header nav ul li.dep hr {
  width: 80%;
  margin: 30px auto;
}

header nav ul li:first-child {
  margin-left: -15px;
}

header nav .language-wrapper {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

header nav .language-wrapper .language-toggle {
  font-size: 8px;
  text-align: center;
  font-weight: 100;
  line-height: 1;
  color: #ffffff;
}

header nav .language-wrapper .language-toggle .icon {
  display: block;
  font-size: 20px;
  line-height: 0;
  margin-bottom: -10px;
}

header nav .search-wrapper {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

header nav .mobile-search form {
  height: 50px;
  max-width: 320px;
  margin: 0 auto;
}

header nav .mobile-search form button.btn {
  width: 50px;
  color: #0033A0;
}

header nav .mobile-search form .icon {
  top: 10px;
  left: 13px;
  font-size: 30px;
}

header nav .mobile-search form input {
  font-family: 'Helvetica', sans-serif;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 1px;
}

header nav span.effect {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

header.shrink-nav {
  height: 65px;
}

header.shrink-nav nav {
  padding: 16px 0;
}

header.shrink-nav nav ul li {
  font-size: 16px;
}

header.shrink-nav .logo img {
  max-width: 80px;
}

.withcovid19 {
  margin-top: 0px;
}

.withoutcovid19 {
  margin-top: 90px;
}

.navbar {
  margin-bottom: 0px;
  width: 100%;
}

#covid-19 {
  padding: 10px 0 10px 0;
  color: #fff;
  background-color: #7329b0;
  height: 45px;
  position: relative;
  font-size: 14px;
  top: 0px;
  text-align: center;
  z-index: 4;
}

#covid-19 .desktop {
  font-weight: bold;
}

#covid-19 .desktop a, #covid-19 .desktop a:hover, #covid-19 .desktop a:active, #covid-19 .desktop a:visited {
  color: #fff;
  text-decoration: underline;
}

.navbar-fixed-top {
  position: relative;
  top: 0px;
}

.navbar-fixed-top .social-wrapper {
  margin: 30px auto;
}

.navbar-fixed-top .social-wrapper a {
  font-size: 34px;
  margin-right: 25px;
}

.navbar-fixed-top .social-wrapper a:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  header {
    height: 72px;
  }
  header + * {
    margin-top: 0px;
  }
  header a {
    color: #ffffff;
  }
  header a:hover, header a:active, header a:visited {
    color: #ffffff;
  }
  header .logo img {
    width: 100px;
  }
  header nav {
    padding: 15px 0;
  }
  header nav ul li {
    margin: 0 10px;
  }
  header nav ul li a {
    font-size: 12px;
    color: #ffffff;
  }
  header nav ul li a:hover {
    text-decoration: none;
  }
  .withcovid19 {
    margin-top: 0px;
  }
  .withoutcovid19 {
    margin-top: 90px;
  }
}

.mobile-header {
  display: none;
  font-size: 9px;
  letter-spacing: 1px;
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  padding: 10px 0 0;
  text-transform: uppercase;
  line-height: 2.7em;
  width: 100%;
}

.mobile-header .menu-toggle {
  background-color: #0033A0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0;
  margin: 3px auto 0;
  float: none;
  display: block;
  font-size: 8px;
}

.mobile-header .menu-toggle:focus, .mobile-header .menu-toggle:active {
  outline: none;
}

.mobile-header .menu-toggle .icon-bar {
  display: block;
  background: #ffffff;
  border-radius: 0;
  width: 31px;
  height: 3px;
  margin-bottom: 6px;
  transition: all ease .2s;
  transform: rotate(0deg);
  position: relative;
  margin-top: 0px;
}

.mobile-header .menu-toggle .icon-bar + .icon-bar {
  margin-bottom: -2px;
}

.mobile-header .menu-toggle .menu-bar {
  opacity: 1;
  transition: all ease .2s;
}

.mobile-header .menu-toggle.open .icon-bar {
  transform: rotate(45deg);
  margin: 0px;
  margin-top: 11px;
  position: absolute;
}

.mobile-header .menu-toggle.open .icon-bar + .icon-bar {
  transform: rotate(-45deg);
}

.mobile-header .menu-toggle.open .menu-bar {
  opacity: 0;
}

.mobile-header .mobile-logo {
  text-align: center;
}

.mobile-header .mobile-logo img {
  max-height: 32px;
}

.mobile-header .stores {
  text-align: center;
}

.mobile-header .stores .icon {
  display: block;
  font-size: 20px;
  line-height: 0;
  margin-bottom: -4px;
}

@media (max-width: 767px) {
  header {
    height: 50px;
  }
  header.shrink-nav nav {
    padding-top: 10px;
  }
  header a {
    display: inline-block;
  }
  header a .mobile-header-text {
    font-weight: 200;
    font-size: 7px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
  }
  header nav {
    display: none;
    background: #0033A0;
    color: #ffffff;
    margin: -1px -15px 0px -15px;
    padding: 15px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
  header nav.open {
    height: 116vh;
  }
  header nav ul li {
    display: block;
    margin: 25px 0;
    font-size: 22px;
  }
  header nav ul li a {
    padding: 0;
    font-size: 18px;
  }
  header nav ul li.dep:last-child a {
    margin-bottom: 10px;
  }
  header .mobile-header {
    display: block;
  }
  header.shrink-nav {
    height: 50px;
  }
  .navbar-fixed-top + * {
    margin-top: -1px;
    padding-top: 10px;
  }
  #covid-19 {
    padding: 10px 0 10px 0;
    color: #fff;
    background-color: #7329b0;
    height: auto;
    position: relative;
    font-size: 12px;
    top: 0px;
    text-align: center;
  }
  #covid-19 .mobile {
    font-weight: bold;
  }
  .withcovid19 {
    margin-top: -1px;
  }
  .withoutcovid19 {
    margin-top: 75px;
  }
}

#mainMenu a:focus, #mainMenu a:active {
  color: #fff;
  outline: 1px solid #fff;
}

#menutoggle:focus {
  outline: 1px solid #fff;
}

.btn {
  border-radius: 0;
  font-size: 16px;
  padding: 10px 25px;
  background: #ffffff;
  text-transform: uppercase;
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 15px 0;
  transition: all .25s;
  border: 2px solid white;
}

.btn[type=submit] {
  margin: 0;
  line-height: 0;
  padding: 0;
}

.btn.btn-search {
  line-height: initial;
  font-size: 25px;
  color: #fff;
}

.btn a {
  color: gray;
}

.btn a:hover {
  text-decoration: none;
}

.btn:hover {
  background: transparent;
  color: white;
}

.btn:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.btn.blue a {
  color: #0033A0;
}

.btn.blue:hover a {
  color: white;
}

.btn.orange a {
  color: #E75300;
}

.btn.orange:hover a {
  color: white;
}

a {
  color: #0033A0;
}

a:hover {
  text-decoration: underline;
}

#searchBtn {
  border: none;
}

button[type="button"] {
  margin: 0;
  line-height: 0;
  padding: 0;
}

.disclaimer-wrap {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: auto;
}

.disclaimer-wrap .disclaimer-inner {
  background-color: white;
  padding: 10px 25px 3px 25px;
  box-shadow: 0px 0px 23px -2px rgba(51, 51, 51, 0.7);
  color: #000;
  height: auto;
}

.disclaimer-wrap .disclaimer-inner .icon {
  margin-top: 8px;
  font-size: 24px;
  float: right;
  cursor: pointer;
}

.disclaimer-wrap p {
  font-size: 70%;
  line-height: 1.5;
}

.disclaimer-wrap.slide-up {
  transition: height 0.5s;
  height: auto;
}

.disclaimer-wrap.slide-down {
  transition: height 0.5s;
  height: 0px;
}

@media (max-width: 767px) {
  .disclaimer-wrap {
    height: auto;
  }
  .disclaimer-wrap .disclaimer-inner {
    height: auto;
  }
  .disclaimer-wrap.slide-up {
    transition: height 0.5s;
    height: auto;
  }
}

.cookienotice-wrap {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
}

.cookienotice-wrap .cookienotice-inner {
  background-color: white;
  padding: 10px 25px 3px 25px;
  box-shadow: 0px 0px 23px -2px rgba(51, 51, 51, 0.7);
  color: #000;
  height: 100px;
}

.cookienotice-wrap .cookienotice-inner .icon {
  margin-top: 8px;
  font-size: 24px;
  float: right;
  cursor: pointer;
}

.cookienotice-wrap h2 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cookienotice-wrap p {
  font-size: 70%;
  line-height: 1.5;
}

.cookienotice-wrap.slide-up {
  transition: height 0.5s;
  height: 100px;
}

.cookienotice-wrap.slide-down {
  transition: height 0.5s;
  height: 0px;
}

@media (max-width: 767px) {
  .cookienotice-wrap {
    height: 150px;
  }
  .cookienotice-wrap .cookienotice-inner {
    height: 150px;
  }
  .cookienotice-wrap.slide-up {
    height: 150px;
  }
}

/* Layout for search container */
.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: black;
}

.js .search {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.js .search:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.search-close-btn {
  font-size: 3em;
  position: absolute;
  top: 0em;
  right: .4em;
  display: none;
  background: transparent;
  color: #0033A0;
}

.search-close-btn.btn {
  transition: none;
}

.search-close-btn.btn:focus {
  outline: 2px solid #0033A0;
  transition: none;
}

.search .search-form {
  margin: 5em 0;
  text-align: left;
}

.search-input {
  font-size: 5vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.05em 0;
  color: #0033A0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 5px solid #0033A0;
  margin-bottom: 0px;
}

.search-input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4a319e;
}

.search-input::-moz-placeholder {
  opacity: 1;
  /* Mozilla Firefox 19+ */
  color: #4a319e;
}

.search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4a319e;
}

.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-input::-ms-clear {
  display: none;
}

.search-info {
  font-size: 16px;
  font-weight: 100;
  display: block;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #0033A0;
}

.search-suggestion {
  text-align: left;
}

.search-suggestion h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.search-suggestion h5 {
  margin-bottom: 2px;
}

.search-suggestion p {
  margin: 0 0 20px 0;
}

.search-suggestion form {
  min-height: 40px;
  position: relative;
}

.search-suggestion form input {
  height: 100%;
  background: transparent;
  padding: 15px;
  border: 2px solid #0033A0;
  width: 100%;
  color: #0033A0;
  margin-bottom: 30px;
  padding-left: 60px;
  font-size: 20px;
  font-style: italic;
  border-radius: none;
}

.search-suggestion form input::-webkit-input-placeholder {
  color: #0033A0;
}

.search-suggestion form input:focus {
  outline: none;
}

.search-suggestion form .icon.pin {
  position: absolute;
  left: 13px;
  top: 9px;
  font-size: 40px;
  font-family: "IonIcons";
  color: #0033A0;
}

.search-suggestion form button.btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  background: #0033A0;
  border: 1px solid #0033A0;
}

.search-suggestion form button.btn .icon {
  font-size: 45px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .search-suggestion form button.btn .icon {
    font-size: 40px;
  }
}

.search-suggestion form button.btn:focus {
  background-color: #0033A0;
  border: 1px solid #0033A0;
}

/************************/
/* Transitions 			*/
/************************/
.search-open *:focus {
  outline: 2px solid #0033A0;
  outline-offset: 2px;
  transition: none;
}

.js .search {
  pointer-events: none;
}

.js .search .search-form-label {
  display: none;
}

.js .search.search-open {
  pointer-events: auto;
}

.js .search.search-open a {
  color: #0033A0;
  display: block;
}

.js .search.search-open .search-form-label {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  color: #0032a0;
  display: block;
  font-size: 20px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.js .search:before {
  opacity: 0;
}

.js .main-wrap {
  position: relative;
}

.js .main-wrap-move {
  transform: scale3d(0.7, 0.7, 1);
}

.js .main-wrap-move .btn-search {
  pointer-events: none;
  opacity: 0;
}

.js .main-wrap-move .btn-search:focus {
  outline: solid 1px #fff !important;
}

.js .search-open::before {
  opacity: 1;
}

/* Close button */
.btn-search-close {
  opacity: 0;
}

.search-open .btn-search-close {
  opacity: 1;
}

/* Search form with input and description */
.search-suggestion,
.search-info {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.search-open .search-suggestion,
.search-open .search-info {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js .search-input {
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
}

.js .search-open .search-input {
  transform: scale3d(1, 1, 1);
}

mark {
  font-weight: bold;
  color: #000;
  background-color: #fff;
  padding: 0px !important;
}

#searchresult .heading-1 {
  font-size: 32px;
  margin-bottom: 10px;
  padding: 50px 0;
  text-align: center;
}

#searchresult .resultSet {
  list-style: none;
}

#searchresults {
  width: 80%;
  margin: 0 auto;
  padding-left: 0;
}

#searchresults a {
  transition: none;
}

#searchresults a:focus {
  outline: 1px solid #0033A0;
  outline-offset: 1px;
}

.resultUrl a:link, .resultUrl a:visited, .resultUrl a:active {
  color: #0033A0;
  font-style: italic;
  text-decoration: none;
}

#searchresults a:hover {
  text-decoration: underline;
}

.resultTitle {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 24px;
}

.resultSet {
  padding: 20px 0 20px 0;
}

.resultTitle a:link, .resultTitle a:active, .resultTitle a:visited {
  font-style: normal !important;
  color: #000;
}

.ampm {
  text-transform: none !important;
  font-style: italic;
}

.com {
  text-transform: none !important;
}

.ampmlink {
  color: #0b34a0;
}

#sitesearchform .focushide:focus, #sitesearchform .focushide:active {
  outline: 2px solid #6b7da4 !important;
  border: 2px solid #0033A0 !important;
}

#sitesearchform h5 {
  color: #0033A0 !important;
}

.main-pano-disclaimer {
  position: relative;
  right: 15px;
  margin-top: -100px;
  text-align: right;
}

.main-pano-disclaimer a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-shadow: -1px 1px 3px white;
}

.en .main-pano {
  background-size: cover;
  position: relative;
}

.en .main-pano.default {
  background: url("/assets/images/scratch-power-mar-apr-pano-bg-m.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1199px) {
  .en .main-pano.default {
    background: url("/assets/images/scratch-power-mar-apr-pano-bg.jpg") no-repeat;
  }
}

.en .main-pano .main-pano-inner {
  margin-bottom: 16px;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .en .main-pano .main-pano-inner {
    margin-bottom: 0;
  }
}

.en .main-pano.cookies {
  background: #443d7c;
  display: block;
  height: 690px;
  position: relative;
}

@media (max-width: 767px) {
  .en .main-pano.cookies {
    height: 510px;
  }
}

@media (max-width: 991px) {
  .en .main-pano.cookies {
    height: auto;
  }
}

.en .main-pano.cookies .container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 480px;
}

@media (max-width: 375px) {
  .en .main-pano.cookies .container {
    height: 449px;
  }
}

.en .main-pano.cookies .cookie-main {
  height: 461px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.en .main-pano.cookies .cookie-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .en .main-pano.cookies .cookie-content {
    display: block;
    margin: auto;
  }
}

@media (max-width: 991px) {
  .en .main-pano.cookies .cookie-content {
    max-width: 720px;
  }
}

.en .main-pano.cookies .cookie--steam {
  left: 50%;
  position: absolute;
  top: -80px;
  top: -144px;
  transform: translate(-50%);
  z-index: 0;
}

.en .main-pano.cookies .cookie--steam.b {
  left: 40%;
  top: -100px;
}

@media (max-width: 991px) {
  .en .main-pano.cookies .cookie--steam.b {
    display: none;
  }
}

.en .main-pano.cookies .cookie--steam .cookie--steam-overlay {
  animation: fadeInOutSteam 10s linear 1 forwards ease-in-out;
  animation-delay: 6s;
  background: #443d7c;
  height: 400px;
  opacity: 1;
  position: absolute;
  top: 100px;
  width: 400px;
}

@keyframes fadeInOutSteam {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.en .main-pano.cookies .cookie--steam image {
  width: 300px;
}

.en .main-pano.cookies .cookie--steam img {
  height: auto;
  width: 200px;
}

.en .main-pano.cookies .cookie--steam svg {
  height: 400px;
  width: 400px;
  overflow: visible;
}

@keyframes fadeInSteam {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.en .main-pano.cookies .cookie--container {
  bottom: 1%;
  height: auto;
  position: absolute;
  width: 800px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .en .main-pano.cookies .cookie--container {
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  .en .main-pano.cookies .cookie--container {
    bottom: 8%;
    margin: auto;
    width: 482px;
  }
}

@media (max-width: 375px) {
  .en .main-pano.cookies .cookie--container {
    bottom: 14%;
    width: 395px;
  }
}

.en .main-pano.cookies .cookie--container img {
  width: 100%;
}

@media (max-width: 991px) {
  .en .main-pano.cookies .cookie--container img {
    position: relative;
    left: 28px;
  }
}

@media (max-width: 375px) {
  .en .main-pano.cookies .cookie--container img {
    position: relative;
    left: 21px;
  }
}

.en .main-pano.cookies .cookie--popup {
  background: #ffffff;
  border-radius: 25px;
  max-width: 670px;
  padding: 45px 52px 34px;
  position: relative;
  top: 30px;
  width: auto;
  z-index: 2;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .en .main-pano.cookies .cookie--popup {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .en .main-pano.cookies .cookie--popup {
    padding: 26px 31px;
    max-width: 420px;
  }
}

@media (max-width: 375px) {
  .en .main-pano.cookies .cookie--popup {
    padding: 25px 24px;
  }
}

.en .main-pano.cookies .cookie--popup[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: .85;
  transform: translate(0);
}

.en .main-pano.cookies .cookie--popup-heading {
  font-family: 'Knockout 71 A', 'Knockout 71 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  color: #ec008c;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 14px;
  margin-top: 4px;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .en .main-pano.cookies .cookie--popup-heading {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .en .main-pano.cookies .cookie--popup-heading {
    font-size: 33px;
    margin-bottom: 0;
  }
}

.en .main-pano.cookies .cookie--popup-bodycopy {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  color: #655a56;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .en .main-pano.cookies .cookie--popup-bodycopy {
    font-size: 25px;
  }
}

@media (max-width: 375px) {
  .en .main-pano.cookies .cookie--popup-bodycopy {
    margin-bottom: 22px;
  }
}

@media (max-width: 360px) {
  .en .main-pano.cookies .cookie--popup-bodycopy {
    line-height: 1;
    font-size: 23px;
    letter-spacing: 0;
  }
}

.en .main-pano.cookies .cookie--popup a.cookie--popup-button {
  font-family: 'Knockout 71 A', 'Knockout 71 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  border: 0;
  border-radius: 12px;
  background-color: #ec008c;
  border: 2px solid #ec008c;
  color: #ffffff;
  font-size: 36px;
  padding: 5px 35px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .en .main-pano.cookies .cookie--popup a.cookie--popup-button {
    font-size: 20px;
    padding: 12px 35px;
  }
}

@media (max-width: 375px) {
  .en .main-pano.cookies .cookie--popup a.cookie--popup-button {
    font-size: 25px;
    padding: 9px;
  }
}

@media (max-width: 360px) {
  .en .main-pano.cookies .cookie--popup a.cookie--popup-button {
    font-size: 23px;
    letter-spacing: 0;
  }
}

.en .main-pano.cookies .cookie--popup a:hover {
  background-color: #ffffff;
  color: #ec008c;
}

.en .main-pano.cookies .cookie--popup a:focus {
  outline: 2px solid #0033a0;
  outline-offset: 2.5px;
}

.en .main-pano .main-pano-inner {
  margin-bottom: 16px;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .en .main-pano .main-pano-inner {
    margin-bottom: 0;
  }
}

.en .main-pano .left-title img {
  float: right;
}

.en .main-pano .right-cans img {
  float: left;
}

.en .main-pano .pano-background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
}

.en .main-pano .pano-front {
  margin-top: 0px;
  margin-bottom: 34px;
}

@media (max-width: 991px) {
  .en .main-pano .pano-front {
    margin-bottom: 0;
  }
}

.en .main-pano .pano-partial {
  position: absolute;
  left: 49%;
  top: 64%;
  width: 34%;
}

.en .main-pano .pano-back {
  margin-top: calc(-50% + 92px);
  left: -15%;
  width: 130%;
  position: absolute;
  background-color: transparent;
  background-image: url("/assets/images/D2_C2_Starmap_Purple.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.en .main-pano .pano-back {
  animation-name: rotate;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 10s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 10s;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
}

.en .main-pano .pano-back img {
  width: 100%;
}

.en .main-pano a {
  text-decoration: none;
}

.en .main-pano .pano-element {
  position: absolute;
  top: 70px;
}

.en .main-pano .pano-element.right {
  top: 0;
  right: 0;
}

.en .main-pano .rockstar-twist-product-logo img {
  margin-right: 0;
  width: 80%;
  max-width: 475px;
}

.en .main-pano .rockstar-twist-product-cluster {
  height: 545px;
}

.en .main-pano .rockstar-twist-product-cluster img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.en .main-pano .rockstar-twist-product-cluster img#fruitBack {
  bottom: 60px;
}

.en .main-pano .rockstar-twist-product-cluster img#twistCans {
  bottom: 55px;
  max-width: 260px;
  width: 100%;
  animation-name: custom-fade-down;
  animation-duration: .65s;
  animation-timing-function: ease-in;
}

.en .main-pano .rockstar-twist-product-cluster img#fruitFront {
  bottom: 20px;
}

.sp .main-pano {
  position: relative;
  /*height: 700px;*/
  height: auto;
  overflow: hidden;
}

.sp .main-pano.default {
  background: url("/assets/images/colombian_coffee_pano_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.sp .main-pano .main-pano-inner {
  margin-top: 55px;
}

.sp .main-pano .left-title img {
  float: right;
}

.sp .main-pano .right-cans img {
  float: left;
}

.sp .main-pano .pano-back {
  top: -60%;
  left: -10%;
  width: 120%;
  position: absolute;
  background-color: transparent;
  background-image: url("/assets/images/D2_C2_Starmap_Purple.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sp .main-pano .pano-back {
  animation-name: rotate;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 10s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 10s;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
}

.sp .main-pano .pano-back img {
  width: 100%;
}

.sp .main-pano a {
  text-decoration: none;
}

.sp .main-pano .pano-element {
  position: absolute;
  top: 70px;
}

.sp .main-pano .pano-element.right {
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .sp .main-pano .pano-back {
    top: -45%;
    left: -10%;
    width: 120%;
  }
  .sp .main-pano .pano-partial {
    position: absolute;
    left: 50%;
    top: 63%;
    width: 34%;
  }
  .sp .main-pano .main-pano-inner {
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  .sp .main-pano {
    height: 450px;
  }
  .sp .main-pano .pano-back {
    left: -15%;
    width: 130%;
  }
  .sp .main-pano .main-pano-inner {
    margin-top: 25px;
  }
  .sp .main-pano .pano-element {
    width: 25%;
    top: 50px;
  }
  .sp .main-pano .pano-element.right {
    width: 35%;
  }
  .sp .main-pano .rockstar-img {
    margin-top: 35px;
  }
  .main-pano-disclaimer {
    margin-top: -80px;
  }
}

@media (max-width: 767px) {
  .sp .main-pano {
    height: 70vh;
    background-size: 230% !important;
    background-position: 85% 35% !important;
  }
  .sp .main-pano .default {
    background-size: auto 70vh;
    background-position: center center;
  }
  .sp .main-pano .pano-back {
    top: -20%;
    left: -50%;
    width: 200%;
  }
  .sp .main-pano .left-title img {
    float: none;
    clear: both !important;
    width: 50%;
  }
  .sp .main-pano .right-cans {
    padding: 40px 0 0 5%;
  }
  .sp .main-pano .right-cans img {
    float: none;
    clear: both !important;
    width: 50%;
  }
  .sp .main-pano .main-pano-inner {
    margin-top: 25px;
  }
  .sp .main-pano .main-pano-inner img {
    width: 80%;
  }
  .sp .main-pano .pano-element {
    max-width: 125px;
    top: 115px;
  }
  .sp .main-pano .pano-element.right {
    width: 125px;
  }
  .sp .main-pano img.cc-cup {
    max-width: 60%;
    float: right;
  }
  .sp .main-pano img.usda-logo {
    margin-top: 25px;
    max-width: 50%;
  }
  .sp .main-pano img.rockstar-img {
    margin: 0 auto;
    margin-top: -35px;
  }
  .sp .main-pano .rock-star-img {
    margin-left: 50px !important;
  }
  .main-pano-disclaimer {
    margin-top: -65px;
  }
}

.theme-a .main-pano {
  position: relative;
  /*height: 700px;*/
}

.theme-a .main-pano.north-mode {
  background: url("/assets/images/pano-bg-north.png") no-repeat;
  background-size: cover;
  background-position: 50%;
}

.theme-a .main-pano.north-mode img.products-north {
  margin-top: 55px;
}

.theme-a .main-pano-disclaimer {
  position: relative;
}

@media (max-width: 1199px) {
  .theme-a .main-pano.north-mode img.products-north {
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  .theme-a .main-pano {
    /*height: 450px;*/
  }
  .theme-a .main-pano img.products-north {
    margin-top: 55px;
    width: 85%;
  }
}

@media (max-width: 767px) {
  .theme-a .main-pano {
    /*height: 60vh;*/
  }
  .theme-a .main-pano.north-mode img {
    width: auto;
    max-width: 100%;
    margin-top: 8px;
  }
  .theme-a .main-pano.north-mode img.products-north {
    margin-top: 25px;
  }
}

@media (max-width: 360px) {
  .theme-a .main-pano.north-mode img.products-north {
    width: 90%;
  }
}

.f-display {
  display: flex;
}

.f-display.f-direction-row {
  flex-direction: row;
}

.f-display.f-direction-column {
  flex-direction: column;
}

.f-display.f-justify-center {
  justify-content: center;
}

.f-display.f-align-items-center {
  align-items: center;
}

.f-display.f-wrap {
  flex-wrap: wrap;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.show-mobile-tablet-only {
  display: none;
}

@media (max-width: 1199px) {
  .show-mobile-tablet-only {
    display: block;
  }
}

.show-desktop-only {
  display: block;
}

@media (max-width: 1199px) {
  .show-desktop-only {
    display: none;
  }
}

section {
  padding: 40px 0;
  min-height: 50vh;
}

@media (max-width: 767px) {
  section {
    min-height: unset;
  }
}

.nopad {
  padding: 0px;
}

.nomarg {
  margin: 0px;
}

.nomin {
  min-height: unset;
}

.triangle {
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  height: 100px;
  display: block;
  margin-top: -1px;
}

.triangle + section {
  margin-top: -99px;
  padding-top: calc(100px + 40px);
}

.triangle-header, .offers-header, .privacy-header, .scratch-header {
  padding-bottom: 90px;
  min-height: 395px;
  color: white;
}

.triangle-header h1, .offers-header h1, .privacy-header h1, .scratch-header h1 {
  margin-bottom: 20px;
}

.triangle-header p, .offers-header p, .privacy-header p, .scratch-header p {
  width: 70%;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.25;
  margin-top: 10px;
}

.triangle-inverted {
  height: 100px;
  position: relative;
  margin-top: -99px;
}

.triangle-inverted .left, .triangle-inverted .right {
  width: 50%;
  position: absolute;
  display: inline-block;
  background-color: white;
  height: inherit;
}

.triangle-inverted .left {
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  left: 0;
}

.triangle-inverted .right {
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  right: 0;
}

.col-center {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .col-center {
    display: block;
  }
}

.cta-p {
  width: 90%;
  display: inline-block;
}

.absolute, .store-locator .inner .gradient {
  position: absolute;
  left: 0;
  top: 0;
}

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

.theme-a .fpo, .theme-a .en .main-pano .rockstar-img, .en .main-pano .theme-a .rockstar-img, .theme-a .sp .main-pano .rockstar-img, .sp .main-pano .theme-a .rockstar-img {
  filter: grayscale(100%);
}

.theme-a .fpo:before, .theme-a .en .main-pano .rockstar-img:before, .en .main-pano .theme-a .rockstar-img:before, .theme-a .sp .main-pano .rockstar-img:before, .sp .main-pano .theme-a .rockstar-img:before {
  content: "FPO";
  opacity: .8;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 40px;
}

.theme-a .slick-active button {
  background: #ffffff;
  height: 13px;
  width: 13px;
}

.slick-dots li.slick-active button {
  background: #ffffff;
  height: 13px;
  position: relative;
  top: -1px;
  width: 13px;
}

.slick-dots li:not(slick-active) button {
  background: #ffffff;
  height: 9px;
  width: 9px;
}

.scratch-power-secondary {
  min-height: 40vh;
}

.scratch-power-secondary .sub-copy {
  margin-top: 15px;
}

.scratch-power-secondary h4 {
  letter-spacing: 1px;
  font-size: 24px;
}

.scratch-power-secondary p {
  display: inline-block;
  width: 80%;
}

.scratch-power-secondary button {
  margin-top: 15px;
}

.store-locator .locator-copy h2 {
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 10px;
  line-height: 1.35;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .store-locator .locator-copy h2 {
    font-size: 14px;
  }
}

.store-locator .locator-copy h3 {
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.store-locator-secondary, .store-locator-panel {
  margin-top: 0 !important;
}

.store-locator-secondary a, .store-locator-panel a {
  color: white;
}

.store-locator-secondary h6, .store-locator-panel h6,
.store-locator-secondary .heading-6,
.store-locator-panel .heading-6 {
  font-size: 90%;
}

.store-locator-secondary h3, .store-locator-panel h3 {
  font-size: 36px;
  text-transform: uppercase;
}

.store-locator-secondary .locator-copy h2, .store-locator-panel .locator-copy h2 {
  font-size: 90%;
  font-weight: 100;
  letter-spacing: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.store-locator-secondary .locator-copy h3, .store-locator-panel .locator-copy h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.store-locator-secondary .inner, .store-locator-panel .inner {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  padding-top: 55px !important;
  color: white;
  min-height: 255px !important;
}

.store-locator-secondary .inner h5, .store-locator-panel .inner h5 {
  margin-top: 20px;
}

.store-locator-secondary .inner form, .store-locator-panel .inner form {
  margin: 0 auto;
  margin-bottom: 31px;
  width: 95%;
}

.store-locator-secondary .inner form input, .store-locator-panel .inner form input {
  font-size: 18px;
}

.store-locator-secondary form, .store-locator-panel form {
  height: 70px;
}

.triangle-orphan {
  min-height: unset !important;
}

.triangle-orphan h1 {
  padding-bottom: 35px;
}

@media (max-width: 1199px) {
  .store-locator-secondary h3, .store-locator-panel h3 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .triangle-header h1, .offers-header h1, .privacy-header h1, .scratch-header h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .triangle-header, .offers-header, .privacy-header, .scratch-header {
    min-height: unset;
  }
  .triangle-header h1, .offers-header h1, .privacy-header h1, .scratch-header h1 {
    margin-top: 30px;
    font-size: 28px;
  }
  .triangle-orphan {
    padding-bottom: 50px;
  }
  .triangle-orphan h1 {
    padding-bottom: 15px;
  }
  .triangle-inverted {
    height: 60px;
    margin-top: -59px;
  }
  .scratch-power-secondary .sp-badge {
    float: unset !important;
    width: 100% !important;
  }
  .scratch-power-secondary h4 {
    text-align: center;
  }
  .scratch-power-secondary .sub-copy {
    float: left;
  }
  .scratch-power-secondary .sub-copy p {
    display: inline-block;
  }
  .store-locator-secondary, .store-locator-panel {
    text-align: center;
  }
  .store-locator-secondary .container h3, .store-locator-panel .container h3 {
    font-size: 24px;
  }
  .store-locator-secondary .container .inner, .store-locator-panel .container .inner {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
    min-height: 240px !important;
  }
  .store-locator-secondary .container .inner form, .store-locator-panel .container .inner form {
    height: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .store-locator-secondary .container .inner form .pin, .store-locator-panel .container .inner form .pin {
    left: 11px;
    top: 11px;
    font-size: 25px;
  }
  .store-locator-secondary .container .inner form input, .store-locator-panel .container .inner form input {
    border-width: 2px;
    font-size: 14px;
    padding: 5px;
    padding-left: 35px;
  }
  .store-locator-secondary .container .inner form button, .store-locator-panel .container .inner form button {
    width: 50px;
  }
}

form {
  min-height: 40px;
  position: relative;
  margin-bottom: 40px;
}

form input {
  height: 100%;
  background: transparent;
  padding: 15px;
  border: 2px solid #ffffff;
  width: 100%;
  color: #ffffff;
  margin-bottom: 30px;
  padding-left: 50px;
  font-size: 18px;
  font-style: italic;
  border-radius: none;
}

form input::-webkit-input-placeholder {
  color: #ffffff;
}

form input:focus {
  outline: none;
}

form .icon.pin {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 36px;
  font-family: "IonIcons";
}

form button.btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 63px;
}

form button.btn .icon {
  font-size: 45px;
}

@media (max-width: 767px) {
  form button.btn .icon {
    font-size: 40px;
  }
}

footer {
  background: #0033A0;
  color: #ffffff;
  padding: 40px 0px;
  font-size: 12px;
}

footer ul {
  list-style: none;
  padding-left: 0px;
  text-transform: uppercase;
}

footer ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

footer a {
  color: #ffffff;
}

footer a:active {
  color: #ffffff;
}

footer a:visited {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}

.social-wrapper {
  font-size: 24px;
  text-align: right;
}

.social-wrapper a {
  margin-right: 15px;
}

.social-wrapper a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}

.store-locator {
  z-index: 10;
  margin-top: -70px;
}

.store-locator .inner {
  position: relative;
  overflow: hidden;
  max-height: 30vh;
  min-height: 260px;
  padding: 30px;
}

.store-locator .inner .gradient {
  width: 100%;
}

.store-locator .inner h6 {
  margin-top: 15px;
  line-height: 1.35;
}

.store-locator .inner h2 {
  margin-bottom: 20px;
}

.store-locator h2 {
  font-size: 44px;
}

.store-locator form {
  height: 70px;
}

.store-locator a {
  color: #ffffff;
}

.offer-hidden {
  display: none;
}

.toomgis {
  background-image: url("/assets/images/toomgis-bg.png");
  background-repeat: no-repeat;
  padding-top: 40px;
  background-size: auto 100%;
}

.toomgis h2 {
  margin-bottom: 10px;
}

.toomgis img {
  max-width: 435px;
}

@media (max-width: 767px) {
  .toomgis {
    text-align: center;
  }
  .toomgis img {
    max-width: 100% !important;
  }
}

.offers .slick-slide {
  transition: all .1s ease-in-out;
  margin-top: 0;
  cursor: pointer;
}

.offers .slick-slide:hover {
  margin-top: -12px;
}

.offers .slick-slide .offeritem {
  margin-bottom: 5px;
}

.offers a {
  text-decoration: none;
}

.offers a h5 {
  color: white;
}

.offers a h5 i {
  text-transform: lowercase;
}

.our-faves {
  padding-bottom: 75px;
}

.our-faves .slick-slide {
  transition: all .15s ease-in-out;
  margin-top: 0;
  cursor: pointer;
}

.our-faves .slick-slide .slick-img {
  height: 325px;
}

.our-faves .slick-slide:hover {
  margin-top: -10px;
}

.our-faves .slick-dots {
  bottom: -50px;
}

.our-faves .slick-next:focus,
.our-faves .slick-prev:focus,
.offers .slick-next:focus,
.offers .slick-prev:focus {
  top: 40%;
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .our-faves .carousel,
  .offers .carousel {
    display: flex;
    flex-wrap: wrap;
  }
  .our-faves .carousel:after,
  .offers .carousel:after {
    content: "";
    display: block;
    flex: 1 1 auto;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px), (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px) {
  .our-faves .carousel:after,
  .offers .carousel:after {
    width: calc(50% - 16px);
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .our-faves .carousel:after,
  .offers .carousel:after {
    width: calc(33% - 16px);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .our-faves .carousel .proditem,
  .offers .carousel .proditem {
    height: 500px;
  }
  .our-faves .carousel .offeritem,
  .offers .carousel .offeritem {
    height: 400px;
  }
  .our-faves .carousel .offeritem,
  .our-faves .carousel .proditem,
  .offers .carousel .offeritem,
  .offers .carousel .proditem {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    padding: 0;
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991px), (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 991px) {
  .our-faves .carousel .offeritem,
  .our-faves .carousel .proditem,
  .offers .carousel .offeritem,
  .offers .carousel .proditem {
    margin-right: 16px;
    width: calc(50% - 16px);
  }
  .our-faves .carousel .offeritem:nth-of-type(2n),
  .our-faves .carousel .proditem:nth-of-type(2n),
  .offers .carousel .offeritem:nth-of-type(2n),
  .offers .carousel .proditem:nth-of-type(2n) {
    margin-right: 0;
  }
  .our-faves .carousel .offeritem:nth-of-type(2n-1):nth-last-of-type(2),
  .our-faves .carousel .proditem:nth-of-type(2n-1):nth-last-of-type(2),
  .offers .carousel .offeritem:nth-of-type(2n-1):nth-last-of-type(2),
  .offers .carousel .proditem:nth-of-type(2n-1):nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .our-faves .carousel .offeritem,
  .our-faves .carousel .proditem,
  .offers .carousel .offeritem,
  .offers .carousel .proditem {
    margin-right: 16px;
    width: calc(33% - 16px);
  }
  .our-faves .carousel .offeritem:nth-of-type(3n),
  .our-faves .carousel .proditem:nth-of-type(3n),
  .offers .carousel .offeritem:nth-of-type(3n),
  .offers .carousel .proditem:nth-of-type(3n) {
    margin-right: 0;
  }
  .our-faves .carousel .offeritem:nth-of-type(3n-2):nth-last-of-type(2),
  .our-faves .carousel .proditem:nth-of-type(3n-2):nth-last-of-type(2),
  .offers .carousel .offeritem:nth-of-type(3n-2):nth-last-of-type(2),
  .offers .carousel .proditem:nth-of-type(3n-2):nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .our-faves .carousel .offeritem:nth-of-type(3n-2):last-of-type,
  .our-faves .carousel .proditem:nth-of-type(3n-2):last-of-type,
  .offers .carousel .offeritem:nth-of-type(3n-2):last-of-type,
  .offers .carousel .proditem:nth-of-type(3n-2):last-of-type {
    margin-right: calc(33% + 32px);
  }
  .our-faves .carousel .offeritem:nth-of-type(3n-1):nth-last-of-type(2),
  .our-faves .carousel .proditem:nth-of-type(3n-1):nth-last-of-type(2),
  .offers .carousel .offeritem:nth-of-type(3n-1):nth-last-of-type(2),
  .offers .carousel .proditem:nth-of-type(3n-1):nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .our-faves .carousel .offeritem:nth-of-type(3n-2):nth-last-of-type(3),
  .our-faves .carousel .proditem:nth-of-type(3n-2):nth-last-of-type(3),
  .offers .carousel .offeritem:nth-of-type(3n-2):nth-last-of-type(3),
  .offers .carousel .proditem:nth-of-type(3n-2):nth-last-of-type(3) {
    margin-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .our-faves .carousel .offeritem:last-of-type,
  .our-faves .carousel .proditem:last-of-type,
  .offers .carousel .offeritem:last-of-type,
  .offers .carousel .proditem:last-of-type {
    margin-bottom: 0;
  }
  .our-faves .carousel .offeritem .slick-img,
  .our-faves .carousel .proditem .slick-img,
  .offers .carousel .offeritem .slick-img,
  .offers .carousel .proditem .slick-img {
    height: 500px;
  }
  .our-faves .carousel .offeritem .slick-img img,
  .our-faves .carousel .proditem .slick-img img,
  .offers .carousel .offeritem .slick-img img,
  .offers .carousel .proditem .slick-img img {
    max-width: 100%;
    height: 400px;
  }
  .our-faves .carousel .offeritem h2,
  .our-faves .carousel .proditem h2,
  .offers .carousel .offeritem h2,
  .offers .carousel .proditem h2 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .store-locator {
    z-index: 10;
  }
  .store-locator h2 {
    font-size: 36px;
  }
  .store-locator .inner {
    text-align: left;
    min-height: 230px;
  }
  .store-locator .inner form {
    margin-top: 0px;
  }
  .scratch-power .col-sm-12, .scratch-power-secondary .col-sm-12 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .store-locator {
    z-index: 10;
    text-align: center;
    margin-top: -35px;
  }
  .store-locator h2 {
    font-size: 36px;
  }
  .store-locator .inner {
    max-height: none;
    min-height: unset;
    padding: 25px;
  }
  .store-locator .inner form {
    height: 50px;
    margin-bottom: 25px;
  }
  .store-locator .inner form .pin {
    left: 11px;
    top: 41px;
    font-size: 25px;
  }
  .store-locator .inner form input {
    border-width: 2px;
    font-size: 14px;
    padding: 5px;
    padding-left: 35px;
  }
  .store-locator .inner form button {
    width: 50px;
  }
  .scratch-power h2, .scratch-power-secondary h2 {
    text-align: center;
  }
  .scratch-power p, .scratch-power-secondary p {
    display: block;
    clear: both;
    text-align: center;
    padding-top: 15px;
  }
  .scratch-power .sp-badge, .scratch-power-secondary .sp-badge {
    margin: 0 auto;
    float: none;
  }
  .scratch-power .center-xs, .scratch-power-secondary .center-xs {
    text-align: center;
  }
  .app-icons align-content img {
    max-height: 45px;
  }
}

@media (max-width: 767px) {
  .our-faves .slick-slide:hover {
    margin-top: 0px;
  }
  .offers .slick-slide:hover {
    margin-top: 0px;
  }
  .offers i {
    text-transform: lowercase;
  }
  .store-locator {
    z-index: 10;
    text-align: center;
    margin-top: -35px;
  }
  .store-locator .inner {
    max-height: none;
    min-height: unset;
    padding: 25px;
    text-align: center;
  }
  .store-locator .inner form {
    height: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .store-locator .inner form .pin {
    left: 11px;
    font-size: 25px;
  }
  .store-locator .inner form input {
    border-width: 2px;
    font-size: 14px;
    padding: 5px;
    padding-left: 35px;
  }
  .store-locator .inner form button {
    width: 50px;
  }
  .scratch-power h2, .scratch-power-secondary h2 {
    padding-top: 0px;
    font-size: 32px;
    text-align: center;
  }
  .scratch-power p, .scratch-power-secondary p {
    display: block;
    clear: both;
    text-align: center;
  }
  .scratch-power .sp-badge, .scratch-power-secondary .sp-badge {
    margin: 0 auto;
    float: none;
  }
}

.slick-prev,
.slick-next {
  background: #ffffff;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #A33791;
}

.slick-slide h2 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.geotargeted.offer-hidden {
  display: none;
}

.offers-main {
  min-height: unset;
  margin-top: -85px;
  /*.row.flex-display {
    display: flex;
    flex-wrap: wrap;
 }

 .row.flex-display > [class*='col-'] {
  display: flex;
  flex-direction: column;
}*/
}

@media (min-width: 768px) {
  .offers-main .grid-item {
    width: 49%;
  }
}

@media (min-width: 992px) {
  .offers-main .grid-item {
    width: 33%;
  }
}

.offers-main .offer-item {
  text-align: center;
  padding-top: 30px;
  /*padding-bottom: 20px;
        margin-bottom: 5px;*/
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  min-height: 530px;
  position: relative;
}

.offers-main .offer-item.flex-offer-item {
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}

.offers-main .offer-item.flex-offer-item .offer-coupon {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.offers-main .offer-item.flex-offer-item .offer-copy {
  min-height: 145px;
}

@media (max-width: 767px) {
  .offers-main .offer-item.flex-offer-item .offer-copy {
    min-height: 0;
  }
}

.offers-main .offer-item .offer-copy {
  width: 90%;
  margin: 0 auto;
}

.offers-main .offer-item .offer-copy a:focus {
  outline: 1px solid #0033A0;
  outline-offset: 1px;
  transition: none;
}

.offers-main .offer-item .offer-copy i {
  text-transform: lowercase;
}

.offers-main .offer-item .offer-copy .sr-only {
  display: block;
  height: 108px;
  margin: auto;
  width: 100%;
}

.offers-main .offer-item .offer-copy h2 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.offers-main .offer-item .offer-coupon {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.offers-main .offer-item .offer-coupon.cta-grid-container {
  bottom: 0;
  position: relative;
}

.offers-main .offer-item img {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
}

.offers-main .offer-item p {
  line-height: 1.25;
}

.offers-main .offer-item:hover {
  transition: all .35s;
}

.offers-main .offer-item .btn:focus {
  outline: 2px solid #0033a0;
  outline-offset: 2.5px;
}

.coupon:hover {
  background: linear-gradient(to left, #EC2B8C, #EC2B8C);
}

.app-icons {
  margin-top: 20px;
}

.app-icons .app-badge {
  height: 45px;
  margin-right: 15px;
  display: inline-block;
}

@media (max-width: 1439px) {
  .offers-main .offer-item {
    min-height: 530px;
  }
}

@media (max-width: 1199px) {
  .offers-main .offer-item {
    min-height: 510px;
  }
}

@media (max-width: 767px) {
  .offers-main .offer-item {
    padding-bottom: 10px;
    min-height: auto;
  }
  .offers-main .offer-item img {
    width: auto;
  }
  .offers-main .offer-item .offer-copy {
    width: 100%;
  }
  .offers-main .offer-item .offer-coupon {
    position: relative;
    bottom: 0px;
  }
}

.privacy-main {
  min-height: 25vh;
  margin-top: 20px;
  padding-bottom: 0;
}

.privacy-main .primary {
  list-style-position: inside;
  padding-left: 0;
}

.privacy-main .primary > li {
  font-weight: bold;
  margin-bottom: 55px;
}

.privacy-main .primary > li .copy {
  margin-top: 5px;
}

.privacy-main .secondary {
  list-style-position: outside;
  margin-top: 25px;
  padding-left: 40px;
}

.privacy-main .primary li .copy,
.privacy-main .secondary li .copy {
  font-weight: 100;
}

.privacy-main .list-style-none {
  list-style-type: none;
}

.privacy-main h2.heading-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.privacy-main .heading-2 {
  display: inline-block;
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  padding: 5px 0px 10px 0;
  text-transform: none;
}

.privacy-main a {
  color: #337ab7;
  transition: none;
}

.privacy-main a:focus {
  outline: 1px solid #0033A0;
  outline-offset: 1px;
}

.privacy-main .chunk {
  margin-bottom: 45px;
}

.privacy-main .subtitle {
  padding: 5px 0px 10px 0;
  font-weight: bold;
}

.privacy-main li {
  padding: 5px 0px 10px 0;
}

.privacy-main .listsub {
  font-style: italic;
  text-decoration: underline;
}

.privacy-main .listdot {
  font-style: italic;
}

.scratch-header {
  min-height: unset;
  color: black;
  padding-bottom: 50px;
}

.scratch-header p {
  max-width: unset;
  width: 75%;
  padding-top: 15px;
}

.scratch-header .inline-badge {
  height: 65px;
  margin-right: 15px;
}

.scratch-header .app-icons {
  text-align: center;
  margin-top: 30px;
}

.scratch-header .app-icons a {
  display: inline-block;
}

.scratch-header .app-icons a.ios-store {
  margin-right: 25px;
}

.scratch-header .app-icons a img {
  max-height: 45px;
}

.scratch-main {
  background: url("/assets/images/scratch-bg-full.png");
  background-size: cover;
  color: white;
  padding-bottom: 60px;
}

.scratch-main h1 {
  text-align: center;
}

.scratch-main h5 {
  text-align: center;
  font-size: 1.35em;
  text-transform: none;
}

.scratch-main #howtovideo {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .scratch-main h5 {
    text-align: center;
    font-size: 1em !important;
    text-transform: none;
  }
}

.scratch-main .scratch-step {
  margin: 45px auto;
}

.scratch-main .scratch-step .sub-copy {
  margin-top: 100px;
}

.scratch-main .scratch-step h1 {
  display: inline-block;
  float: left;
  font-size: 100px;
  margin-right: 10px;
}

.scratch-main .scratch-step p {
  margin-top: 45px;
}

.scratch-main .app-icons {
  text-align: center;
  margin-top: 30px;
}

.scratch-main .app-icons a {
  display: inline-block;
}

.scratch-main .app-icons a.ios-store {
  margin-right: 25px;
}

.scratch-main .app-icons a img {
  max-height: 45px;
}

.scratch-main .orphan-links {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 45px;
}

.scratch-main .orphan-links a {
  margin-right: 15px;
  margin-left: 15px;
  width: 280px;
  font-size: 14px;
}

.scratch-main .orphan-links a .faqs {
  margin-right: 0;
}

@media (max-width: 767px) {
  .scratch-header {
    margin-top: 20px;
  }
  .scratch-header h2, .scratch-header h1 {
    margin-bottom: 20px;
  }
  .scratch-header h2 img.inline-badge, .scratch-header h1 img.inline-badge {
    height: 125px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .scratch-header p {
    padding-top: 0;
  }
  .scratch-header .app-icons a.ios-store {
    margin-right: 0;
  }
  .scratch-header .app-icons a img {
    max-height: 40px;
  }
  h3 {
    font-size: 36px;
  }
  .scratch-main .scratch-step img {
    width: 100%;
  }
  .scratch-main .scratch-step .sub-copy {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .scratch-main .scratch-step .sub-copy h1 {
    font-size: 58px;
    margin-top: 5px;
    margin-bottom: 35px;
  }
  .scratch-main .scratch-step .sub-copy p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .scratch-main .app-icons a.ios-store {
    margin-right: 0;
  }
  .scratch-main .app-icons a img {
    max-height: 40px;
  }
  .video-wrapper {
    text-align: center;
  }
}

.app {
  /* --- */
  /* --END - */
  /* new APP banner */
}

.app h1,
.app h2,
.app h3 {
  font-family: 'Knockout 50 A', 'Knockout 50 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.app h1 {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .app h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .app h2 {
    margin: 30px auto 15px;
  }
}

.app h3 {
  font-size: 36px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .app h3 {
    font-size: 24px;
  }
}

.app .app-header--bg-container {
  height: 513px;
  background: none;
  max-width: 1800px;
}

@media (min-width: 1400px) {
  .app .app-header--bg-container {
    background: transparent url("/Assets/images/app/app-header--toomgis.png") no-repeat;
    background-position: 90% 173px;
  }
}

.app .app-header {
  height: 513px;
  margin-bottom: 115px;
  padding-top: 32px;
}

@media (max-width: 767px) {
  .app .app-header {
    height: 613px;
    margin-bottom: 190px;
  }
}

.app .app-header .container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .app .app-header .container {
    flex-direction: column;
  }
}

.app .app-header .app-header-image {
  order: 1;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .app .app-header .app-header-image {
    flex-direction: column;
    margin: auto;
    order: 2;
  }
}

.app .app-header .app-header--copy {
  color: #fff;
  order: 2;
  margin: 22px 26px 60px 68px;
  max-width: 648px;
  text-align: center;
}

@media (max-width: 991px) {
  .app .app-header .app-header--copy {
    flex-direction: column;
    margin: 5px auto 8px;
    max-width: 300px;
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .app .app-header .app-header--copy {
    align-self: center;
    margin-top: -60px;
  }
}

.app .app-header .app-header--copy .oblique {
  font-size: 77px;
  font-style: oblique;
  font-weight: 400;
  letter-spacing: -1px;
  margin-right: 2px;
  text-transform: lowercase;
}

@media (max-width: 991px) {
  .app .app-header .app-header--copy .oblique {
    font-size: 40px;
    font-weight: 100;
    margin: 0 2px 0 -2px;
    letter-spacing: 0;
  }
}

.app .app-header .app-header--copy .headline {
  display: block;
  max-width: 382px;
  margin: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .app .app-header .app-header--copy .headline {
    flex-direction: column;
    max-width: 268px;
    order: 1;
    width: 100%;
  }
}

.app .app-header .app-header--copy .headline .oblique {
  font-size: 18px;
  font-style: oblique;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.app .app-banner-download--btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 767px) {
  .app .app-banner-download--btns {
    justify-content: center;
    margin: auto;
    width: 268px;
  }
}

.app .app-banner-download--btns a {
  margin-top: 53px;
}

@media (max-width: 991px) {
  .app .app-banner-download--btns a {
    margin-top: 31px;
  }
}

.app .app-banner-download--btns a:first-of-type {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .app .app-banner-download--btns a:first-of-type {
    margin-right: 10px;
  }
}

.app .app-banner-download--btns a:last-of-type {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .app .app-banner-download--btns a:last-of-type {
    margin-left: 10px;
  }
}

.app .app-banner-download--btns .ios {
  height: 40px;
  width: auto;
}

.app .app-banner-download--btns .google {
  height: 40px;
  width: auto;
}

.app .app-download--actions {
  display: flex;
  flex-direction: row;
  flex-direction: column;
}

@media (max-width: 991px) {
  .app .app-download--actions {
    margin: 0 auto 26px;
  }
}

.app .app-download--links {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

.app .app-download--links li:first-child {
  margin-right: 10px;
}

.app .app-download--links li:last-child {
  margin-left: 10px;
}

.app .app-download--links li a {
  font-family: 'Helvetica', sans-serif;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.app .app-download--links li a:hover {
  text-decoration: none;
}

.app .app-download--btns {
  margin-top: 44px;
  margin-bottom: 29px;
}

@media (max-width: 991px) {
  .app .app-download--btns {
    margin-top: 36px;
  }
}

.app .app-download--btns a:first-child {
  margin-right: 39px;
}

.app .app-download--btns a img {
  height: 38px;
  width: auto;
}

@media (max-width: 991px) {
  .app .app-download--btns a img {
    height: 36px;
    width: auto;
  }
}

.app .app-grid-container {
  color: #9a3189;
  background-color: #fff;
  padding-top: 4px;
}

.app .app-grid-container h2 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .app .app-grid-container .container {
    width: 100%;
  }
}

.app .app-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (max-width: 767px) {
  .app .app-grid {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .app .app-grid .container {
    width: 100%;
  }
}

.app .app-grid .app-grid-item {
  color: #fff;
  margin-bottom: 30px;
  -webkit-transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .app .app-grid .app-grid-item {
    margin: 10px auto;
    max-width: 295px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .app .app-grid .app-grid-item {
    width: 33%;
    margin: 0 10px;
    max-width: 375px;
  }
  .app .app-grid .app-grid-item:first-child {
    margin-left: 0;
  }
  .app .app-grid .app-grid-item:last-child {
    margin-right: 0;
  }
}

.app .app-grid .app-grid-item .app-grid-item--img {
  max-width: 100%;
}

.app .app-grid .app-grid-item .app-grid-item--img img {
  height: auto;
  width: 100%;
}

.app .app-grid .app-grid-item .app-grid-item--copy {
  margin: 30px 40px 54px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  .app .app-grid .app-grid-item .app-grid-item--copy {
    margin: 30px 30px 54px;
  }
}

.app .app-banner {
  display: none;
}

.app-banner.scratch-power, .app-banner.scratch-power-secondary {
  color: white;
  min-height: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .app-banner.scratch-power, .app-banner.scratch-power-secondary {
    height: auto;
  }
}

.app-banner.scratch-power .container, .app-banner.scratch-power-secondary .container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .app-banner.scratch-power .container, .app-banner.scratch-power-secondary .container {
    flex-direction: column;
  }
}

.app-banner.scratch-power .app-banner-copy, .app-banner.scratch-power-secondary .app-banner-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.app-banner.scratch-power .app-banner-copy .button.rounded-white-on-purple, .app-banner.scratch-power-secondary .app-banner-copy .button.rounded-white-on-purple {
  font-family: 'Knockout 50 A', 'Knockout 50 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  background-color: #ec008c;
  border-radius: 28px;
  border: 1px solid #ec008c;
  color: #fff;
  font-size: 24px;
  margin-top: 25px;
  padding: 5px 19px;
  text-align: center;
  text-decoration: none;
  width: 299px;
}

.app-banner.scratch-power .app-banner-copy .button.rounded-white-on-purple:hover, .app-banner.scratch-power-secondary .app-banner-copy .button.rounded-white-on-purple:hover {
  background-color: #fff;
  color: #ec008c;
  border: 1px solid #ec008c;
  text-decoration: none;
}

.app-banner.scratch-power .app-banner-copy .button.rounded-white-on-purple:focus, .app-banner.scratch-power-secondary .app-banner-copy .button.rounded-white-on-purple:focus {
  outline: 2px solid #fff;
  outline-offset: 2.5px;
}

@media (max-width: 991px) {
  .app-banner.scratch-power .app-banner-copy .button.rounded-white-on-purple, .app-banner.scratch-power-secondary .app-banner-copy .button.rounded-white-on-purple {
    margin: 25px auto 39px;
  }
}

.app-banner.scratch-power .app-banner-copy .app-banner-headline, .app-banner.scratch-power-secondary .app-banner-copy .app-banner-headline {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
}

@media (max-width: 991px) {
  .app-banner.scratch-power .app-banner-copy .app-banner-headline, .app-banner.scratch-power-secondary .app-banner-copy .app-banner-headline {
    margin-top: -2px;
  }
}

.app-banner.scratch-power .app-banner-copy .heading-2, .app-banner.scratch-power-secondary .app-banner-copy .heading-2 {
  font-family: 'Knockout 50 A', 'Knockout 50 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 52px;
  line-height: .8;
  margin-top: 0;
}

@media (max-width: 991px) {
  .app-banner.scratch-power .app-banner-copy .heading-2, .app-banner.scratch-power-secondary .app-banner-copy .heading-2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}

.app-banner.scratch-power .app-banner-copy .app-banner-download, .app-banner.scratch-power-secondary .app-banner-copy .app-banner-download {
  display: flex;
  flex-direction: row;
  margin-right: 41px;
  margin-top: 41px;
}

@media (max-width: 991px) {
  .app-banner.scratch-power .app-banner-copy .app-banner-download, .app-banner.scratch-power-secondary .app-banner-copy .app-banner-download {
    flex-direction: column;
    margin: auto;
  }
}

.app-banner.scratch-power .app-banner-copy .app-banner-download .text-white, .app-banner.scratch-power-secondary .app-banner-copy .app-banner-download .text-white {
  font-family: 'Knockout 50 A', 'Knockout 50 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  align-self: flex-start;
  border: 0;
  color: #fff;
  font-size: 28px;
  margin-right: 50px;
  margin-top: 14px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .app-banner.scratch-power .app-banner-copy .app-banner-download .text-white, .app-banner.scratch-power-secondary .app-banner-copy .app-banner-download .text-white {
    margin: auto;
  }
}

.app-banner.scratch-power .app-banner-copy .app-banner-download .app-banner-download--actions, .app-banner.scratch-power-secondary .app-banner-copy .app-banner-download .app-banner-download--actions {
  display: flex;
  flex-direction: row;
  flex-direction: column;
}

@media (max-width: 991px) {
  .app-banner.scratch-power .app-banner-copy .app-banner-download .app-banner-download--actions, .app-banner.scratch-power-secondary .app-banner-copy .app-banner-download .app-banner-download--actions {
    margin: 21px auto 26px;
  }
}

.app-banner.scratch-power .app-banner-image, .app-banner.scratch-power-secondary .app-banner-image {
  bottom: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 315px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .app-banner.scratch-power .app-banner-image, .app-banner.scratch-power-secondary .app-banner-image {
    right: -71px;
  }
}

@media (max-width: 991px) {
  .app-banner.scratch-power .app-banner-image, .app-banner.scratch-power-secondary .app-banner-image {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 255px;
  }
}

.app-banner.scratch-power .app-banner-image img, .app-banner.scratch-power-secondary .app-banner-image img {
  width: 315px;
}

@media (max-width: 991px) {
  .app-banner.scratch-power .app-banner-image img, .app-banner.scratch-power-secondary .app-banner-image img {
    position: relative;
    width: 100%;
  }
}

.app-banner.scratch-power .app-banner-download--links, .app-banner.scratch-power-secondary .app-banner-download--links {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.app-banner.scratch-power .app-banner-download--links li, .app-banner.scratch-power-secondary .app-banner-download--links li {
  margin-top: 20px;
  position: relative;
}

.app-banner.scratch-power .app-banner-download--links li:first-child, .app-banner.scratch-power-secondary .app-banner-download--links li:first-child {
  margin-right: 10px;
}

.app-banner.scratch-power .app-banner-download--links li:last-child, .app-banner.scratch-power-secondary .app-banner-download--links li:last-child {
  margin-left: 10px;
}

.app-banner.scratch-power .app-banner-download--links li:last-child:before, .app-banner.scratch-power-secondary .app-banner-download--links li:last-child:before {
  background: #fff;
  content: '';
  display: block;
  height: 13px;
  left: -10px;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 1px;
}

.app-banner.scratch-power .app-banner-download--links li a, .app-banner.scratch-power-secondary .app-banner-download--links li a {
  font-family: 'Helvetica', sans-serif;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.app-banner.scratch-power .app-banner-download--links li a:hover, .app-banner.scratch-power-secondary .app-banner-download--links li a:hover {
  text-decoration: none;
}

.app-banner.scratch-power .app-banner-download--btns a:first-child, .app-banner.scratch-power-secondary .app-banner-download--btns a:first-child {
  margin-right: 27px;
}

.app-banner.scratch-power .app-banner-download--btns a:focus, .app-banner.scratch-power-secondary .app-banner-download--btns a:focus {
  outline: none;
}

.app-banner.scratch-power .app-banner-download--btns a:focus img, .app-banner.scratch-power-secondary .app-banner-download--btns a:focus img {
  outline: 2px solid #fff;
  outline-offset: 2.5px;
}

.app-banner.scratch-power .app-banner-download--btns a img, .app-banner.scratch-power-secondary .app-banner-download--btns a img {
  height: 49px;
  width: auto;
}

@media (max-width: 991px) {
  .app-banner.scratch-power .app-banner-download--btns a img, .app-banner.scratch-power-secondary .app-banner-download--btns a img {
    height: 36px;
    width: auto;
  }
}

.app-gradient {
  background-color: white;
  background: linear-gradient(180deg, #0a399c -10%, #76338e 100%);
}

/* -- APP FAQ --*/
.app-faq h1 {
  @font-size : 52px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .app-faq h1 {
    font-size: 30px;
  }
}

.app-faq h2 {
  margin-bottom: 0;
}

.app-faq h2,
.app-faq h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .app-faq h2,
  .app-faq h3 {
    font-size: 16px;
  }
}

.app-faq blockquote {
  padding: 10px;
  margin: 0;
  font-size: inherit;
  border-left: 0;
}

@media (max-width: 991px) {
  .app-faq blockquote {
    padding: 10px 10px 10px 20px;
  }
}

.store-locator-wrap {
  overflow: hidden;
}

.store-locator-wrap.no-result #map {
  width: 100%;
}

.store-locator-wrap.no-result .store-locator-panel {
  height: unset;
}

.store-locator-wrap.no-result .store-locator-panel .panel-header {
  position: fixed;
  top: 90px;
  right: 0;
  width: inherit;
}

.store-locator-wrap.no-result .results {
  display: none;
}

@media (max-width: 991px) {
  .storelocator--container {
    position: relative;
    top: -13px;
  }
}

.storelocator {
  text-align: left;
  top: -16px;
}

.storelocator .store-locator--label {
  display: inline;
  font-size: 14px;
  font-style: unset;
  font-weight: bold;
  left: 10px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  top: 14px;
  width: auto;
  z-index: 2;
  background: #bf2484;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1388px;
  height: 16px;
}

@media (max-width: 360px) {
  .storelocator .store-locator--label {
    font-size: 11px;
    left: 5px;
  }
}

@media (max-width: 340px) {
  .storelocator .store-locator--label {
    padding: 0 2px;
  }
}

.storelocator button.btn {
  top: auto;
}

.storelocator .icon.pin {
  top: 47px;
}

@media (max-width: 767px) {
  #globalstorelocatorform .icon.pin {
    top: 36px;
  }
}

.storelocator-list {
  list-style: none;
  padding: 0;
}

.store-locator-map .pinStyle {
  padding: 10px;
}

.store-locator-map .pinStyle p {
  line-height: 1.25;
  font-size: 14px;
}

.store-locator-map .pinStyle .pinDistance {
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  color: #888;
  font-weight: 600;
}

.store-locator-map .pinStyle a {
  color: #0033A0;
  font-weight: 700;
}

.store-locator-panel {
  background-color: white !important;
  color: white;
  padding: 0;
  overflow-y: auto;
  height: 100vh;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.7);
}

.store-locator-panel .panel-header {
  padding: 25px 20px;
  height: auto;
}

.store-locator-panel .panel-header h6,
.store-locator-panel .panel-header .heading-6 {
  padding-bottom: 0px;
}

.store-locator-panel .panel-header .heading-6 {
  letter-spacing: 10px;
  font-weight: 100;
  font-family: 'Helvetica', sans-serif;
  margin: 10px 0;
}

.store-locator-panel .panel-header #storelocatorform {
  margin-bottom: 25px;
  position: relative;
  transition: all .25s;
  top: -16px;
}

.store-locator-panel .results {
  background-color: white !important;
  color: black;
  padding: 10px 20px;
}

.store-locator-panel .results h5,
.store-locator-panel .results .heading-5 {
  font-size: 16px;
  text-align: center;
}

.store-locator-panel .results .heading-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.store-locator-panel .results .storeItem {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.store-locator-panel .results .storeItem .storeId h4,
.store-locator-panel .results .storeItem .storeId .heading-4 {
  font-size: 26px;
  letter-spacing: 0px;
}

.store-locator-panel .results .storeItem .storeId .heading-4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.store-locator-panel .results .storeItem .storeItemInner {
  margin-left: 45px;
  margin-top: -40px;
}

.store-locator-panel .results .storeItem .storeItemInner .storeAddress {
  font-size: 14px;
  line-height: 1.5;
}

.store-locator-panel .results .storeItem .storeItemInner .storePhone {
  font-size: 14px;
}

.store-locator-panel .results .storeItem .storeItemInner .storePhone a {
  color: #0033A0;
}

.store-locator-panel .results .storeDistance {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 16px;
  color: #888;
  font-weight: 600;
}

.store-locator-panel .results .storeDistance .dirIcon {
  text-align: center;
  font-size: 28px;
}

.store-locator-panel .results .storeDistance .dirIcon a {
  color: #888;
}

@media (max-width: 991px) {
  .store-locator-wrap .store-locator-map {
    height: 60vh;
  }
  .store-locator-wrap .store-locator-panel {
    position: fixed;
    width: 100%;
  }
  .store-locator-wrap .store-locator-panel .panel-header {
    width: 100%;
    z-index: 100;
    padding-bottom: 10px;
    position: fixed;
  }
  .store-locator-wrap .store-locator-panel .panel-header form {
    height: 55px;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 15px;
  }
  .store-locator-wrap .store-locator-panel .panel-header form .icon.pin {
    top: 39px;
    font-size: 36px;
  }
  .store-locator-wrap .store-locator-panel .panel-header h5 {
    font-size: 16px;
  }
  .store-locator-wrap .store-locator-panel .panel-header.shrunk {
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.7);
  }
  .store-locator-wrap .store-locator-panel .panel-header.shrunk h5 {
    display: none;
  }
  .store-locator-wrap .store-locator-panel .panel-header.shrunk form {
    height: 50px;
    margin-top: -15px;
  }
  .store-locator-wrap .store-locator-panel .results {
    width: 100%;
    margin-top: 172px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .store-locator-wrap .store-locator-panel .results {
    margin-top: 196px;
  }
}

@media (max-width: 767px) {
  .store-locator-panel {
    text-align: unset;
  }
  .store-locator-panel .results {
    padding-bottom: 55px;
  }
  .store-locator-panel .results .storeItem .storeItemInner {
    margin-left: 35px;
    margin-top: -30px;
  }
  .store-locator-panel .results .storeItem:first-child {
    padding-top: 5px;
  }
  .store-locator-panel .results .storeItem:first-child .storeDistance {
    top: 10px;
  }
  .store-locator-panel .results .storeItem .storeId h4,
  .store-locator-panel .results .storeItem .storeId .heading-4 {
    font-size: 16px;
  }
  .store-locator-panel .results .storeDistance {
    top: 15px;
    font-size: 12px;
  }
}

#mapDirection .btn {
  padding: 5px 50px !important;
  margin: 10px 0 !important;
  font-weight: 100 !important;
}

#mapDirection .btn:hover {
  color: #000 !important;
}

/* covid 19*/
.covid-19-storelocator {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
}

.covid-19-storelocator a:link, .covid-19-storelocator a:visited, .covid-19-storelocator a:hover, .covid-19-storelocator a:active {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .covid-19-storelocator {
    font-size: 11px;
  }
}

.orphan-header {
  background: url("/assets/images/orphan-bg.png");
  background-size: cover;
}

.jobs-main {
  min-height: 30vh;
}

.jobs-main a {
  color: #337ab7;
  transition: none;
}

.jobs-main a:focus {
  outline: 1px solid #0033A0;
  outline-offset: 1px;
}

.jobs-main p {
  font-weight: 400;
}

.faq-main .chunk {
  margin-bottom: 30px;
}

.givetmgs {
  /*#mainContent {
        padding-top: 80px;
        padding-bottom: 50px;
        img {
            margin-left: auto;
            margin-right:auto;
            &.headline {
                margin-bottom: 70px;
                max-width: 75%;
            }
        }

        .body-mobile {
            width: 90%;
        }
    }*/
}

.givetmgs section {
  text-align: center;
  min-height: unset !important;
}

.givetmgs #header h1 {
  background: url("/assets/images/giveTmgs.svg") no-repeat;
  background-size: 100% 80%;
  height: 43px;
  margin: 20px auto auto;
}

@media (min-width: 551px) {
  .givetmgs #header h1 {
    height: 63px;
  }
}

@media (min-width: 1024px) {
  .givetmgs #header h1 {
    height: 93px;
    margin: 3% auto 0;
  }
}

.givetmgs .svg-holder {
  height: 200px;
  width: 853px;
}

@media (min-width: 768px) {
  .givetmgs .svg-holder {
    height: 252px;
  }
}

@media (max-width: 767px) {
  .givetmgs .triangle {
    clip-path: polygon(100% 0, 0 0, 50% 50%);
  }
}

@media (max-width: 767px) {
  .givetmgs .triangle + section {
    padding-top: 80px;
  }
}

.givetmgs #mainContent.container {
  width: 98%;
}

.givetmgs #mainContent .body-mobile {
  width: 90%;
}

.givetmgs #mainContent .givetmgsdesktoptitle {
  width: 35%;
  margin-top: 7%;
}

.givetmgs #mainContent svg {
  display: block;
  -webkit-text-size-adjust: 100%;
  /*max-width:90%;
            margin-left:5%;*/
}

.givetmgs #mainContent .header-title {
  font-size: 6px;
  font-weight: bold;
  font-family: "AvenirNextLTW01-Heavy";
  /*font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;*/
}

.givetmgs #mainContent .header-body, .givetmgs #mainContent .header-body2 {
  font-size: 2.725px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-Heavy";
  /*font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;*/
}

.givetmgs #mainContent .header-body span, .givetmgs #mainContent .header-body2 span {
  font-family: "AvenirNextLTW01-HeavyIt_721290";
}

.givetmgs #mainContent .mobile {
  width: 95%;
  margin: auto;
}

.givetmgs #mainContent .mobile .givetmgsmobiletitle {
  width: 65%;
  margin-top: 18%;
}

.givetmgs #mainContent .mobile .header-title {
  font-size: 0.625em;
  font-weight: bold;
  font-family: "AvenirNextLTW01-Heavy";
  /*font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;*/
}

.givetmgs #mainContent .mobile .header-body, .givetmgs #mainContent .mobile .header-body2 {
  font-size: 6px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-Heavy";
  /*font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;*/
}

.givetmgs .givetmgs-text-wrapper {
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .givetmgs h3 {
    font-size: 24px;
  }
}

.givetmgs #giveSliderWrapper {
  margin: 40px auto 115px;
}

.givetmgs #giveSliderWrapper .give-tmgs-slider {
  background-image: url("/assets/images/giveTmgsSliderBg.png");
  background-size: cover;
  padding: 60px 0 45px;
  margin-bottom: 30px;
}

.givetmgs #giveSliderWrapper .give-tmgs-slider .slider-headline {
  margin: 0px auto 25px;
}

@media (max-width: 767px) {
  .givetmgs #giveSliderWrapper .give-tmgs-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.givetmgs #giveSliderWrapper .give-tmgs-slider .slick-dots li button {
  background: #7E186B;
}

.givetmgs #giveSliderWrapper .give-tmgs-slider .slick-active li button {
  background: #7E186B;
}

.givetmgs #giveSliderWrapper h2 {
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1199px) {
  .givetmgs #giveSliderWrapper h2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.givetmgs #giveSliderWrapper h3 {
  text-transform: uppercase;
}

.givetmgs #giveSliderWrapper div:focus {
  outline: 0px silid #7E186B;
  border: 0px solid #7E186B;
  box-shadow: 0 0 0 2px #7E186B inset;
}

.givetmgs #giveSliderWrapper .slick-slide .slick-img {
  display: flex;
  align-items: center;
}

.givetmgs #giveSliderWrapper .slick-slide .slick-img.col-center {
  align-items: flex-end;
}

.givetmgs #giveSliderWrapper .slick-slide img {
  margin: 0px auto;
}

@media (max-width: 767px) {
  .givetmgs #giveSliderWrapper .slick-slide h5 {
    display: none;
  }
  .givetmgs #giveSliderWrapper .slick-slide.slick-active h5 {
    display: block;
  }
}

.givetmgs #giveSliderWrapper .slick-dots {
  display: none;
}

.givetmgs .gradient-vertical .disclaimer {
  color: #ffffff;
}

.givetmgs .gradient-vertical .disclaimer:focus {
  outline: 1px solid #ffffff;
  border: 1px solid #ffffff;
}

.givetmgs #hereForEveryone {
  padding: 60px 0;
}

.givetmgs #hereForEveryone img {
  width: 100%;
}

.givetmgs #hereForEveryone p {
  padding: 20px 40px 40px;
}

.givetmgs #hereForEveryone .social-banner {
  margin: 120px auto 20px;
}

.givetmgs #hereForEveryone .social-banner .social-wrapper {
  text-align: center;
  font-size: 34px;
  margin-top: 40px;
}

.givetmgs #hereForEveryone .social-banner .social-wrapper a {
  color: #ffffff;
  margin-right: 40px;
}

.givetmgs #hereForEveryone .social-banner .social-wrapper a:last-child {
  margin-right: 0px;
}

.givetmgs .white-link {
  color: #ffffff;
  text-decoration: underline;
}

.givetmgs .white-link:hover {
  text-decoration: none;
}

.givetmgs .slick-prev,
.givetmgs .slick-next {
  outline: 2px solid #de2184;
}

.givetmgs .slick-prev:hover, .givetmgs .slick-prev:focus,
.givetmgs .slick-next:hover,
.givetmgs .slick-next:focus {
  outline: 2px solid #A33791;
}

.products-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.products-grid .proditem {
  outline: 3px solid white;
}

.products-grid .proditem .slick-img {
  margin: 5px;
  height: 300px;
  width: 300px;
}

.products-grid .proditem .slick-img > img {
  max-width: 100%;
}

.products-grid .proditem .caption {
  display: block;
}

body.toomgis {
  background: none;
  padding: 0px;
}

.toomgis-bg {
  background: #CC4B00;
  background: linear-gradient(90deg, #CC4B00 75%, #f9bc0b 100%);
  color: #ffffff;
}

@media (max-width: 991px) {
  .toomgis-bg {
    background: linear-gradient(90deg, #CC4B00 55%, #f9bc0b 100%);
  }
}

@media (max-width: 767px) {
  .toomgis-bg {
    background: #CC4B00;
  }
}

.toomgis-header {
  text-align: left;
  padding-bottom: 15px;
  margin-top: 0px;
  overflow: hidden;
  min-width: 100%;
  min-height: unset;
  max-height: 560px;
}

.toomgis-header h2 {
  margin-bottom: 15px;
}

.toomgis-header img {
  width: 100%;
  margin-bottom: -40px;
  min-width: 505px;
}

.toomgis-main h2 {
  text-align: center;
}

.toomgis-main h2.heading-2 {
  margin-bottom: 40px;
  text-align: left;
}

@media (max-width: 767px) {
  .toomgis-main h2.heading-2 {
    text-align: center;
  }
}

.toomgis-main .toomgis-item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.toomgis-main .toomgis-item img {
  width: 100%;
}

.toomgis-main .toomgis-item .toomgis-quote {
  margin-top: 45px;
}

.toomgis-main .toomgis-item .toomgis-quote h5 {
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  width: 80%;
  margin: 20px auto;
  margin-top: 20px;
  color: black;
  font-size: 22px;
}

.toomgis-main .toomgis-item .toomgis-quote h5.big {
  font-size: 32px;
  width: 90%;
  padding-top: 15px;
}

.toomgis-main .toomgis-item .toomgis-quote .left-quote, .toomgis-main .toomgis-item .toomgis-quote .right-quote {
  font-size: 72px;
  position: absolute;
  font-weight: 700;
}

.toomgis-main .toomgis-item .toomgis-quote .right-quote {
  right: 15px;
}

.toomgis-watch h2 {
  margin-bottom: 35px;
}

.toomgis-watch .video-wrapper {
  border: 1px solid white;
  background: white;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .toomgis-header {
    min-width: 100%;
    text-align: center;
    max-height: unset;
  }
  .toomgis-header img {
    min-width: 100%;
  }
  .toomgis-header h2 {
    margin-top: 25px;
  }
  .toomgis-header img {
    max-width: 500px;
  }
  .toomgis-main .toomgis-item {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .toomgis-main .toomgis-item .toomgis-quote h5 {
    padding: 10px;
  }
  .toomgis-main .toomgis-item .toomgis-quote .left-quote {
    left: 0;
  }
  .toomgis-main .toomgis-item .toomgis-quote .right-quote {
    right: 0;
  }
}

/* Snack Origin CSS Start*/
.toomgis-podcasts {
  background-image: linear-gradient(#3644a0, #29408d);
}

.audioplayer {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0px auto auto auto;
  border: none;
  background-color: #5f5f5f;
}

.play {
  background-image: url("/Assets/images/snackorigin/play.png");
}

.toomgis-podcasts .pbutton.play:hover {
  outline: 1px solid #fff;
}

.toomgis-podcasts .pbutton.play:focus {
  outline: 1px solid #fff;
}

.pause {
  background-image: url("/Assets/images/snackorigin/pause.png");
}

.toomgis-podcasts .pbutton.pause:hover {
  outline: 1px solid #fff;
}

.toomgis-podcasts .pbutton.pause:focus {
  outline: 1px solid #fff;
}

.toomgis-podcasts .slick-slide .slick-dots li.slick-active button {
  top: -1px;
  width: 13px;
}

.toomgis-podcasts .slick-slide .slick-img {
  position: relative;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
}

.toomgis-podcasts .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 0px;
}

.toomgis-podcasts .playbuttons {
  width: 50px;
  float: left;
  position: relative;
}

.toomgis-podcasts .pbutton {
  cursor: pointer;
  height: 34px;
  width: 34px;
  border: 1px solid transparent;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 8px auto;
  outline: none;
}

.toomgis-podcasts .timeline {
  width: 60%;
  height: 7px;
  margin-top: 22px;
  float: left;
  border-radius: 3px;
  background: #cfd1d2;
  position: relative;
}

.toomgis-podcasts .played {
  width: 3px;
  height: 7px;
  float: left;
  border-radius: 3px;
  background: #000;
  position: absolute;
  z-index: 2;
}

.toomgis-podcasts .playhead {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: -3px;
  left: -7px;
  background: #fff;
  position: relative;
  z-index: 5;
}

.toomgis-podcasts .duration {
  width: 20%;
  float: left;
  border: 0px;
  position: relative;
  padding: 12px 0 10px 0px;
  color: #fff;
  font-size: 14px;
}

.toomgis-podcasts .eptitle {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px 0;
}

.toomgis-podcasts .epdescription {
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

.toomgis-podcasts .epdescription a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.toomgis-podcasts .epdescription a:hover {
  text-decoration: none;
}

.toomgis-podcasts .epdescription img {
  display: inline;
  height: auto;
  margin-top: -6px;
  width: 26px;
}

#toomgis-podcasts #podcastlinks .podcastlinkdesc {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0 20px 0px;
}

#toomgis-podcasts #podcastlinks .podcastlinks img {
  max-height: 40px;
}

#toomgis-podcasts .heading {
  padding: 30px 0 20px 0;
}

#toomgis-podcasts .headingimg {
  text-align: center;
}

#toomgis-podcasts .headingimg img {
  width: 60%;
  min-width: 180px;
}

#toomgis-podcasts .headingdesc {
  text-align: left;
  color: #fff;
  font-size: 16px;
}

#toomgis-podcasts .sociallink {
  max-width: none;
  height: 20px;
}

.podcastlinks img {
  padding: 5px 2px 5px 2px;
}

@media (max-width: 1199px) {
  #toomgis-podcasts .headingdesc {
    padding: 0px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .toomgis-podcasts .timeline {
    width: 56%;
  }
  .toomgis-podcasts .duration {
    width: 20%;
    padding: 12px 0 10px 0px;
  }
  #toomgis-podcasts .headingdesc {
    padding: 0px 40px;
    text-align: left;
  }
  #toomgis-podcasts .headingimg img {
    width: 70%;
    min-width: 190px;
  }
}

@media (max-width: 767px) {
  .toomgis-podcasts .timeline {
    width: 56%;
  }
  .toomgis-podcasts .duration {
    width: 20%;
    padding: 12px 0 10px 0px;
  }
  #toomgis-podcasts .headingdesc {
    padding: 40px;
    text-align: center;
  }
  #toomgis-podcasts .headingimg img {
    width: 40%;
    min-width: 180px;
  }
}

/* Snack Origin CSS Ends*/
.tobacco-main {
  min-height: unset;
}

.tobacco-main .heading-5 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.tobacco-main .tobacco-item {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  width: 90%;
  margin: 0 auto;
}

.tobacco-main .tobacco-item .tobacco-wrap {
  height: 360px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.tobacco-main .tobacco-item .tobacco-wrap img {
  margin-top: 30px;
  width: 100%;
  max-width: 400px;
}

.tobacco-main .tobacco-item .tobacco-copy {
  width: 95%;
  margin: 0 auto;
}

.tobacco-main .tobacco-item .tobacco-copy h5 {
  letter-spacing: 0;
}

.tobacco-main .tobacco-item .tobacco-cta {
  margin-top: 20px;
}

.tobacco-main .tobacco-item .tobacco-cta .btn:focus {
  outline: 2px solid #0033a0;
  outline-offset: 2.5px;
}

#ageGate {
  text-align: center;
}

#ageGate img {
  width: 200px;
}

#ageGate h2 {
  font-size: 24px;
  margin-bottom: 20px;
  width: 90%;
  margin: 0 auto;
  color: black;
}

#ageGate p {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  color: black;
}

#ageGate .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 36px;
  font-weight: 200;
  transform: rotate(45deg);
  color: #0033A0;
  opacity: 1;
}

#ageGate:focus {
  outline: 0px;
  border: 0px;
}

#under21btn:focus {
  border: 2px solid #5e5e5e;
  outline: 2px solid #5e5e5e;
  color: #5e5e5e;
}

#over21btn:focus {
  border: 2px solid #5e5e5e;
  outline: 2px solid #5e5e5e;
  background: transparent;
  color: #5e5e5e;
}

#meetToomgisbtn:focus {
  border: 2px solid #5e5e5e;
  outline: 2px solid #5e5e5e;
  background: transparent;
  color: #5e5e5e;
}

.modal {
  top: 90px !important;
}

.modal .modal-dialog {
  width: 675px;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-header, .modal-footer {
  border: none;
}

.modal-backdrop {
  background-color: #0033A0;
  opacity: 0.85 !important;
}

.modal-footer {
  padding: 15px 25px;
  padding-bottom: 35px;
}

@media (max-width: 1439px) {
  .tobacco-item .tobacco-copy p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .tobacco-item p {
    line-height: 1.25;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .tobacco-main {
    padding-top: 0;
    margin-top: -10px;
  }
  .tobacco-main .tobacco-item .tobacco-wrap {
    height: 325px;
    padding: 25px;
  }
  .tobacco-main .tobacco-item .tobacco-wrap img {
    width: 100%;
    max-width: 325px;
    margin-top: 25px;
  }
  .modal {
    top: 30px !important;
  }
  .modal .modal-dialog {
    width: auto;
  }
}

@media (max-width: 767px) {
  .tobacco-header h1 {
    font-size: 32px;
  }
  .tobacco-main {
    padding-top: 0;
    margin-top: -10px;
  }
  .tobacco-main .tobacco-item {
    width: 100%;
  }
  .tobacco-main .tobacco-item .tobacco-wrap {
    height: 300px;
    padding: 20px;
  }
  .tobacco-main .tobacco-item .tobacco-wrap img {
    width: 100%;
    max-width: 345px;
    margin-top: 15px;
  }
  .tobacco-main .tobacco-item .tobacco-cta {
    margin-top: 20px;
  }
  .modal {
    top: 30px !important;
  }
  .modal .modal-dialog {
    width: auto;
  }
}

@media (max-width: 360px) {
  .tobacco-main .tobacco-item .tobacco-wrap {
    height: 265px;
    padding-bottom: 10px;
  }
}

.product-main {
  text-align: center;
  color: white;
}

.product-main:hover a {
  color: #ffffff !important;
}

.product-main.single {
  min-height: 75vh;
}

.product-main .single-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}

.product-main .single-wrap h2 {
  text-align: left;
}

.product-main .single-wrap h2 a {
  font-size: 24px;
  text-align: left;
  margin-top: 40px;
  padding: 10px;
  margin-left: -10px;
}

.product-main .single-wrap h2 a:hover {
  text-decoration: none;
}

.product-main .single-wrap img {
  margin: 0 auto;
}

.product-main .single-wrap .link-wrapper {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 24px;
  margin-top: 47px;
  text-align: left;
}

.product-main .single-wrap .link-wrapper a > i {
  margin-right: 5px;
}

.product-main .single-copy {
  text-align: left;
  margin-bottom: 20px;
}

.product-main .single-copy a {
  color: #ffffff;
}

.product-main .single-copy a:hover {
  color: #ffffff;
  text-decoration: none;
}

.product-main .cluster-wrap h2 {
  margin-bottom: 50px;
}

.product-main .cluster-wrap .slick-track {
  margin-bottom: 25px;
  height: 350px;
}

@media (min-width: 768px) {
  .product-main .cluster-wrap .slick-track {
    height: 500px;
  }
}

.product-main .cluster-wrap .slick-track .slick-slide {
  margin-top: 25px;
}

.product-main .cluster-wrap .slick-active .slick-img {
  transition: all 0.3s ease;
}

.product-main .cluster-wrap .slick-center.slick-active.slick-slide {
  margin-top: 0;
}

.product-main .cluster-wrap .slick-center.slick-active .slick-img {
  height: 400px;
}

.product-main .cluster-wrap .slick-caption {
  display: block;
  padding: 0 20px;
}

.product-main .cluster-wrap .slick-caption h2 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-main .cluster-wrap .slick-caption .product-disclaimer {
  text-align: center;
}

.product-main .cluster-copy {
  border-top: 3px solid rgba(255, 255, 255, 0.4);
  margin-top: 85px;
}

.product-main .cluster-copy a {
  color: #ffffff;
}

.product-main .cluster-copy .testimonial {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 25px auto 10px auto;
  font-size: 18px;
  text-transform: none;
  font-weight: 900;
  width: 90%;
}

.product-main .cluster-copy .link-wrapper {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 25px auto 10px auto;
  text-align: center;
}

.product-main .cluster-copy .link-wrapper a > i {
  margin-right: 5px;
}

.product-main .double-wrap .single-image {
  margin: 0 auto;
  max-width: 190px;
}

@media (min-width: 768px) {
  .product-main .double-wrap .single-image {
    max-width: 250px;
  }
}

@media (min-width: 1024px) {
  .product-main .double-wrap .single-image {
    max-width: 400px;
  }
}

.product-main .double-wrap .single-copy {
  margin-bottom: 5px;
  text-align: center;
}

.product-main .double-wrap .single-copy h2 {
  font-size: 16px;
  margin-bottom: 0;
}

.product-main .double-wrap .product-disclaimer {
  text-align: center;
}

.product-main .double-wrap h2 {
  font-size: 24px;
}

.product-disclaimer {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}

.product-disclaimer p {
  line-height: 1em;
  font-size: 14px;
  font-style: italic;
}

@media (max-width: 991px) {
  .product-main .single-wrap a h2 {
    text-align: center;
  }
  .product-main .single-copy {
    text-align: left;
  }
  .product-main .cluster-wrap .slick-center.slick-active .slick-img {
    height: 300px;
  }
  .product-main .cluster-wrap .slick-dots {
    bottom: -50px;
  }
}

@media (max-width: 767px) {
  .product-main {
    text-align: center;
    color: white;
  }
  .product-main.single {
    min-height: 80vh;
  }
  .product-main .single-wrap {
    text-align: left;
    margin-top: 40px;
  }
  .product-main .single-wrap h1 {
    font-size: 32px;
    padding-left: 15px;
    margin: 0 auto;
  }
  .product-main .single-wrap a h2 {
    text-align: center;
  }
  .product-main .single-copy {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .product-main .cluster-wrap .slick-center.slick-active .slick-img {
    height: 275px;
  }
  .product-main .cluster-wrap .slick-img {
    height: 250px;
  }
  .product-main .cluster-wrap h1 {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .product-main .cluster-wrap h2 {
    margin-top: 35px;
  }
  .product-main .cluster-copy {
    border-top: 3px solid rgba(255, 255, 255, 0.4);
    margin-top: 85px;
  }
  .product-main .cluster-copy .testimonial {
    font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.25;
    margin: 25px auto 10px auto;
    font-size: 18px;
    text-transform: none;
    font-weight: 900;
    width: 90%;
  }
}

@media (max-width: 360px) {
  .product-main .cluster-wrap h2 {
    font-size: 28px;
    width: 90%;
    margin: 20px auto;
  }
  .product-main .cluster-wrap .slick-center.slick-active .slick-img {
    height: 270px;
  }
}

.contact-main a.phone {
  color: #0033A0;
}

.contact-main .comment {
  height: 400px;
  padding-top: 10px;
}

.contact-main .contact-form-header {
  margin-bottom: 25px;
}

.contact-main .contact-form-header h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: none;
}

.contact-main #legalCheck {
  float: left;
  height: 30px;
  width: 30px;
}

.contact-main .contact-cta {
  text-align: center;
}

.contact-main .contact-cta button {
  width: 200px;
}

.contact-main .contact-cta button:focus {
  outline: 2px solid #0033a0;
  outline-offset: 2.5px;
}

@media (max-width: 767px) {
  .contact-main .col-sm-6:first-child {
    width: 100%;
  }
  .contact-main .last-name, .contact-main .email {
    margin-bottom: 10px;
  }
  .contact-main .comment {
    height: 325px;
    color: black;
  }
}

#contactconfirmation {
  display: none;
}

/* NEW */
#contactform .name-fields {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #contactform .name-fields {
    flex-direction: column;
  }
}

#contactform .name-fields > .field {
  width: 49.5%;
}

@media (max-width: 767px) {
  #contactform .name-fields > .field {
    width: 100%;
  }
}

#contactform .field {
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}

#contactform .field .contact-form--error {
  display: none;
}

#contactform .field.error label {
  display: none;
}

#contactform .field.error .contact-form--error {
  background-color: #ffffff;
  color: #D0348F;
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  left: 10px;
  padding: 0 10px;
  position: relative;
  top: 17px;
  width: auto;
  z-index: 2;
}

#contactform .field.error input {
  background: #FCF3F8;
  border-color: #D0348F;
  margin-top: 2px;
}

#contactform .field label {
  background-color: #ffffff;
  color: #7c1769;
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  left: 10px;
  padding: 0 10px;
  position: relative;
  top: 15px;
  width: auto;
  z-index: 2;
}

#contactform .field input {
  padding-left: 20px;
}

#contactform .field input,
#contactform .field textarea {
  color: #7C1769;
  margin: 0;
  border: 2px solid #7c1769;
}

#contactform .legalcheck {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
}

#contactform .legalcheck input {
  flex: 0 0 30px;
}

#contactform .legalcheck input:focus {
  outline: 2px solid #0033a0;
  outline-offset: 2px;
}

#contactform .legalcheck label {
  flex: 1;
  line-height: 1.3;
  margin-bottom: 0;
  margin-left: 10px;
}

#contactform .legalcheck label a:focus {
  outline: 2px solid #0033a0;
  outline-offset: 1px;
  transition: none;
}

.error-header {
  height: 15vh;
  min-height: unset;
}

.error-main {
  text-align: center;
  padding-bottom: 0;
  min-height: unset;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .error-main img {
    width: 95%;
    max-width: 525px;
  }
}

.coffee-subscription {
  color: #000;
  padding: 0;
  position: relative;
}

.coffee-subscription h1 {
  margin: 0;
}

.coffee-subscription h1,
.coffee-subscription h2 {
  font-family: 'Knockout 50 A', 'Knockout 50 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.coffee-subscription h1 > br,
.coffee-subscription h2 > br {
  line-height: 1;
}

.coffee-subscription small {
  color: #000;
}

.coffee-subscription .content-block {
  align-items: stretch;
  display: flex;
  flex-direction: row;
}

@media (max-width: 991px) {
  .coffee-subscription .content-block {
    display: flex;
    flex-direction: column;
    margin: 25px 25px 0;
    margin: 50px 25px 0;
  }
}

@media (max-width: 360px) {
  .coffee-subscription .content-block {
    height: 744px;
  }
}

.coffee-subscription p {
  max-width: 100%;
  font-family: 'Knockout 50 A', 'Knockout 50 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.4;
}

.coffee-subscription .copy-block {
  padding: 0;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .coffee-subscription .copy-block {
    top: auto;
    transform: none;
  }
}

.coffee-subscription .toc-block {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 991px) {
  .coffee-subscription .toc-block {
    margin: auto;
  }
}

.coffee-subscription .toc-block > a {
  color: #000;
  text-decoration: underline;
}

.coffee-subscription .toc-block > a:focus {
  outline: 2px solid #0033a0;
  outline-offset: 1px;
}

.coffee-subscription .dl-app {
  display: inline-block;
  margin: 28px 0 18px;
}

@media (max-width: 991px) {
  .coffee-subscription .dl-app {
    margin: 36px 0 18px;
  }
}

.coffee-subscription .dl-app > a {
  display: inline-block;
  transition: none;
}

@media (max-width: 375px) {
  .coffee-subscription .dl-app > a {
    display: block;
  }
}

.coffee-subscription .dl-app > a:focus {
  outline: 2px solid #0033a0;
  outline-offset: 2.5px;
}

.coffee-subscription .dl-app > a:first-of-type {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .coffee-subscription .dl-app > a:first-of-type {
    margin-right: 12px;
  }
}

@media (max-width: 375px) {
  .coffee-subscription .dl-app > a:first-of-type {
    margin: auto auto 10px auto;
  }
}

.coffee-subscription .dl-app > a:last-of-type {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .coffee-subscription .dl-app > a:last-of-type {
    margin-left: 12px;
  }
}

@media (max-width: 375px) {
  .coffee-subscription .dl-app > a:last-of-type {
    margin: auto;
  }
}

.coffee-subscription .dl-app > a > img {
  height: auto;
  width: 214px;
}

@media (max-width: 991px) {
  .coffee-subscription .dl-app > a > img {
    height: 38px;
    width: 127px;
  }
}

.coffee-subscription.subscription {
  background: url("/Assets/images/coffeesubscr-subcription-bg.jpg") no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

@media (max-width: 767px) {
  .coffee-subscription.subscription {
    background: url("/Assets/images/coffeesubscr-subcription-bg-m.jpg") no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    background-position: 50% 50%;
  }
}

@media (max-width: 991px) {
  .coffee-subscription.subscription {
    background-size: 100% 100%;
  }
}

.coffee-subscription.subscription h1 {
  font-size: 50px;
  line-height: 42px;
}

@media (max-width: 991px) {
  .coffee-subscription.subscription h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

.coffee-subscription.subscription .img-block {
  align-self: center;
}

@media (max-width: 991px) {
  .coffee-subscription.subscription .img-block {
    display: flex;
    justify-content: center;
    margin-top: auto;
    order: 2;
    width: 100%;
  }
}

.coffee-subscription.subscription .copy-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -70px;
}

@media (max-width: 991px) {
  .coffee-subscription.subscription .copy-block {
    margin-top: 0;
    order: 1;
    width: 100%;
  }
}

.coffee-subscription.subscription .heading-block {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .coffee-subscription.subscription .heading-block {
    margin-bottom: 22px;
  }
}

.coffee-subscription.subscription .heading-block > img {
  height: 100px;
  left: -70px;
  position: relative;
  width: 139px;
}

@media (max-width: 991px) {
  .coffee-subscription.subscription .heading-block > img {
    height: 66px;
    width: 92px;
  }
}

.coffee-subscription.getfresh {
  background: url("/Assets/images/coffeesubscr-getfresh-bg.jpg") no-repeat;
  background-size: cover;
  display: flex;
  height: 720px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .coffee-subscription.getfresh {
    height: auto;
  }
}

.coffee-subscription.getfresh .heading-block {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 31px;
  padding: 41px 0 25px;
}

@media (max-width: 991px) {
  .coffee-subscription.getfresh .heading-block {
    flex-direction: column;
    margin-bottom: 0;
    padding: 20px 0 25px;
  }
}

.coffee-subscription.getfresh .heading-block .img-block {
  height: auto;
  margin-right: 33px;
  width: 124px;
}

@media (max-width: 991px) {
  .coffee-subscription.getfresh .heading-block .img-block {
    margin: auto;
  }
}

.coffee-subscription.getfresh .heading-block h2 {
  margin-bottom: 0;
}

.coffee-subscription.getfresh h2 {
  font-size: 38px;
  margin-top: 0;
  text-align: left;
}

@media (max-width: 991px) {
  .coffee-subscription.getfresh h2 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 23px;
    text-align: center;
  }
}

.coffee-subscription.getfresh .coffee-stains {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .coffee-subscription.getfresh .coffee-stains {
    flex-direction: column;
  }
}

.coffee-subscription.getfresh .coffee-stains > div {
  width: 290px;
}

@media (max-width: 991px) {
  .coffee-subscription.getfresh .coffee-stains > div {
    margin: auto auto 20px;
    width: 262px;
  }
}

.coffee-subscription.getfresh .coffee-stains > div img {
  width: 100%;
}

.coffee-subscription.getfresh .img-bottom {
  max-width: 500px;
  margin: auto;
}

.coffee-subscription.getfresh .img-bottom > img {
  max-width: 100%;
}

.coffee-subscription .sm {
  display: none;
}

@media (max-width: 991px) {
  .coffee-subscription .sm {
    display: block;
  }
}

.coffee-subscription .lg {
  display: block;
}

@media (max-width: 991px) {
  .coffee-subscription .lg {
    display: none;
  }
}

.spicyscruff h1 {
  padding-bottom: 0;
}

.spicyscruff .subheading {
  font-family: 'Helvetica', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.spicyscruff ul li {
  line-height: 1.4;
}

.doritos-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 88px;
}

@media (max-width: 1024px) {
  .doritos-grid {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.doritos-grid .doritos-grid--image {
  display: block;
  flex: 0 0 35%;
  position: relative;
  top: 10px;
}

@media (max-width: 1024px) {
  .doritos-grid .doritos-grid--image {
    display: none;
  }
}

.doritos-grid .doritos-grid--images {
  display: none;
}

@media (max-width: 1024px) {
  .doritos-grid .doritos-grid--images {
    display: flex;
    flex-direction: row;
    margin: 28px auto 35px;
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .doritos-grid .doritos-grid--images {
    max-width: none;
  }
}

.doritos-grid .doritos-grid--images .doritos-grid--images-image {
  width: 50%;
}

.doritos-grid .doritos-grid--images .doritos-grid--images-image img {
  max-width: 100%;
}

.doritos-grid .doritos-grid--copy {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 30%;
}

.doritos-grid .doritos-grid--heading {
  font-size: 54px;
  line-height: 1;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .doritos-grid .doritos-grid--heading {
    font-size: 41px;
  }
}

.doritos-grid .doritos-grid--heading sup {
  top: -8px;
}

.doritos-grid .doritos-grid--heading span {
  display: block;
}

.doritos-grid .doritos-grid--heading span.small {
  font-size: 30px;
  margin-left: 11px;
}

.doritos-grid .doritos-grid--heading span.brand-name {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .doritos-grid .doritos-grid--heading span.brand-name {
    white-space: normal;
  }
}

.doritos-grid .doritos-grid--desc {
  font-family: 'Knockout 51 A', 'Knockout 51 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
  width: 500px;
}

@media (max-width: 1024px) {
  .doritos-grid .doritos-grid--desc {
    font-size: 15px;
    margin: auto;
    max-width: 400px;
    width: 86%;
  }
}

.doritos-grid .doritos-grid--desc .doritos-grid--desc-heading {
  line-height: 1.2;
  margin-top: 26px;
  text-transform: uppercase;
}

.doritos-grid .doritos-grid--desc .doritos-grid--desc-copy {
  line-height: 1.2;
  margin-top: 2px;
}

@media (max-width: 1024px) {
  .doritos-grid .doritos-grid--desc .doritos-grid--desc-copy {
    font-size: 14px;
  }
}

.doritos-grid .doritos-grid--desc .doritos-grid--desc-copy a {
  color: #fff;
  text-decoration: underline;
}

.doritos-grid .doritos-grid--desc .doritos-grid--desc-copy a:hover {
  text-decoration: none;
}

.doritos-grid .doritos-grid--desc .doritos-grid--desc-disclaimer {
  color: #4C0B00;
  font-size: 16px;
  margin-top: 50px;
  text-shadow: none;
}

@media (max-width: 1024px) {
  .doritos-grid .doritos-grid--desc .doritos-grid--desc-disclaimer {
    font-size: 12px;
    margin-top: 30px;
  }
}

.doritos-grid .doritos-grid--desc .doritos-grid--desc-disclaimer a {
  color: #4C0B00;
  text-decoration: underline;
}

.doritos-grid .doritos-grid--desc .doritos-grid--desc-disclaimer a:hover {
  text-decoration: none;
}

.android .scanner-app--copy {
  font-weight: bold;
}

.scanner {
  background-color: #535ebd;
  background-image: -webkit-linear-gradient(#535ebd, #2d3369);
  background-image: linear-gradient(#535ebd, #2d3369);
  display: block;
  height: 544px;
  height: 484px;
  padding-top: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .scanner {
    height: 595px;
  }
}

@media (min-width: 1024px) {
  .scanner {
    height: 710px;
    padding: unset;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner {
    height: 600px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.scanner ~ .store-locator {
  margin-top: -35px;
}

@media (min-width: 768px) {
  .scanner ~ .store-locator {
    margin-top: -67px;
  }
}

@media (min-width: 1024px) {
  .scanner ~ .store-locator {
    margin-top: -79px;
  }
}

.scanner ~ .store-locator .inner {
  position: relative;
  z-index: 10;
}

.scanner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 1024px) {
  .scanner .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: 830px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner .container {
    height: 600px;
  }
}

.scanner .scanner-wrapper--placeholder {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1024px) {
  .scanner .scanner-wrapper--placeholder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 467px;
            flex: 0 0 467px;
    height: 757px;
    height: 660px;
    overflow: hidden;
    position: relative;
    width: 467px;
    -webkit-box-ordinal-group: NaN;
        -ms-flex-order: unset;
            order: unset;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner .scanner-wrapper--placeholder {
    display: none;
  }
}

.scanner .scanner-wrapper--poster {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 400px;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  left: 50%;
  padding-top: 5px;
  position: absolute;
  top: 158px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 200px;
}

@media (min-width: 768px) {
  .scanner .scanner-wrapper--poster {
    height: 390px;
    top: 221px;
  }
}

@media (min-width: 1024px) {
  .scanner .scanner-wrapper--poster {
    border-top-left-radius: 79px;
    border-top-right-radius: 79px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 467px;
            flex: 0 0 467px;
    height: 757px;
    height: 660px;
    padding-top: 0;
    left: 0;
    left: 20px;
    top: 34px;
    -webkit-transform: unset;
            transform: unset;
    width: 467px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner .scanner-wrapper--poster {
    display: none;
  }
}

.scanner .scanner-wrapper--poster > div {
  height: 615px;
  position: absolute;
}

@media (min-width: 1024px) {
  .scanner .scanner-wrapper--poster > div {
    width: 100%;
  }
}

.scanner .scanner-wrapper--poster .img {
  background: url("/assets/images/scanner/slide1-barcode.jpg");
  background-position: 4px 10px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 36px;
  height: 100vh;
  width: 200px;
  position: relative;
  right: 5px;
  top: 10px;
}

@media (min-width: 1024px) {
  .scanner .scanner-wrapper--poster .img {
    background-size: 100%;
    background-position: 0 0;
    border-radius: unset;
    right: unset;
    width: auto;
  }
}

.scanner .scanner-wrapper {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  left: 50%;
  padding-top: 5px;
  position: absolute;
  top: 158px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
  width: 200px;
  top: 152px;
  top: 158px;
}

@media (min-width: 768px) {
  .scanner .scanner-wrapper {
    height: 390px;
    top: 250px;
    top: 177px;
    top: 215px;
    top: 221px;
  }
}

@media (min-width: 1024px) {
  .scanner .scanner-wrapper {
    border-top-left-radius: 79px;
    border-top-right-radius: 79px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 467px;
            flex: 0 0 467px;
    height: 757px;
    height: 660px;
    padding-top: 0;
    left: 0;
    left: 20px;
    top: 34px;
    -webkit-transform: unset;
            transform: unset;
    width: 467px;
  }
}

.scanner .scanner-wrapper .scanner-wrapper--inner {
  border-radius: 35px;
  height: 660px;
  margin-right: 13px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  .scanner .scanner-wrapper .scanner-wrapper--inner {
    margin-right: unset;
    width: 467px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner .scanner-wrapper .scanner-wrapper--inner {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner .scanner-wrapper {
    display: none;
  }
}

.scanner .scanner-phone--ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner .scanner-phone--ie {
    display: block;
    border-radius: 0;
    position: relative;
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
  .scanner .scanner-phone--ie {
    top: 90px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner .scanner-phone--ie img {
    position: relative;
    top: 0;
    width: 300px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
  .scanner .scanner-phone--ie img {
    top: -400px;
    width: 100%;
  }
}

.scanner .scanner-copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner .scanner-copy {
    height: 300px;
    left: 50%;
    position: absolute;
    top: 12px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .scanner .scanner-copy {
    left: 200px;
  }
}

@media (min-width: 1024px) {
  .scanner .scanner-copy {
    margin-left: 37px;
    top: 212px;
    position: relative;
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .scanner .scanner-copy {
    margin-left: 10px;
    margin-top: -65px;
  }
}

.scanner .scanner-copy .scanner-copy--headline {
  font-family: 'Knockout 71 A', 'Knockout 71 B', 'Knockout', Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 38px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .scanner .scanner-copy .scanner-copy--headline {
    font-size: 59px;
  }
}

@media (min-width: 1024px) {
  .scanner .scanner-copy .scanner-copy--headline {
    font-size: 70px;
    margin-right: auto;
    text-align: left;
  }
}

.scanner .scanner-copy .scanner-copy--headline > h1 {
  height: 170px;
  width: 200px;
}

.scanner .scanner-copy .scanner-copy--headline div {
  line-height: .9;
  text-shadow: 2px 3px 2px #ff008c;
}

.scanner .scanner-copy .scanner-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 8px;
}

@media (min-width: 1024px) {
  .scanner .scanner-copy .scanner-app {
    margin-top: 16px;
  }
}

.scanner .scanner-copy .scanner-app .scanner-app--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80%;
}

.scanner .scanner-copy .scanner-app .scanner-app--logo img.show-above-1024 {
  display: none;
}

.scanner .scanner-copy .scanner-app .scanner-app--logo img.hide-less-1024 {
  display: block;
}

@media (min-width: 1024px) {
  .scanner .scanner-copy .scanner-app .scanner-app--logo img.show-above-1024 {
    display: block;
  }
  .scanner .scanner-copy .scanner-app .scanner-app--logo img.hide-less-1024 {
    display: none;
  }
}

.scanner .scanner-copy .scanner-app .scanner-app--copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 97px;
}

@media (min-width: 1024px) {
  .scanner .scanner-copy .scanner-app .scanner-app--copy {
    width: auto;
  }
}

.scanner .scanner-copy .scanner-app .scanner-app--copy a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.scanner .scanner-copy .scanner-app .scanner-app--copy a:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .scanner .scanner-copy .scanner-app .scanner-app--copy a {
    font-size: 25px;
    line-height: 1;
  }
}

.scanner .scanner-phone {
  background: url("/assets/images/scanner/phone.png");
  background-repeat: no-repeat;
  background-position: -4px 0;
  background-repeat: no-repeat;
  background-size: 206px auto;
  height: 240px;
  height: 340px;
  width: 250px;
  position: absolute;
  z-index: 10;
  background-position: -4px 0;
  background-repeat: no-repeat;
  background-size: 206px auto;
  height: 240px;
  height: 340px;
  width: 225px;
  width: 200px;
  position: absolute;
  z-index: 10;
  top: 10px;
}

@media (min-width: 768px) {
  .scanner .scanner-phone {
    height: 380px;
  }
}

@media (min-width: 1024px) {
  .scanner .scanner-phone {
    background-position: -10px -10px;
    background-size: 487px auto;
    height: 757px;
    width: 487px;
    top: auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scanner .scanner-phone {
    display: none;
  }
}

.scanner .scanner-content--line {
  height: 615px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1%, 0 1%);
          clip-path: polygon(0 0, 100% 0, 100% 1%, 0 1%);
  -webkit-transition: -webkit-clip-path 1s linear;
  transition: -webkit-clip-path 1s linear;
  transition: clip-path 1s linear;
  transition: clip-path 1s linear, -webkit-clip-path 1s linear;
  width: 100%;
  z-index: 3;
}

.scanner .scanner-content--line .img--line {
  background: url("/assets/images/scanner/line-full-color-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
}

.scanner .scanner-content--line2 {
  height: 615px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1%, 0 1%);
          clip-path: polygon(0 0, 100% 0, 100% 1%, 0 1%);
  -webkit-transition: -webkit-clip-path 1s linear;
  transition: -webkit-clip-path 1s linear;
  transition: clip-path 1s linear;
  transition: clip-path 1s linear, -webkit-clip-path 1s linear;
  width: 100%;
}

.scanner .scanner-content--line2 .img--line2 {
  background: url("/assets/images/scanner/line-full-color-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
  z-index: -100;
}

.scanner .scanner-content,
.scanner .scanner-content2,
.scanner .scanner-content3 {
  height: 500px;
  height: 615px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 99%, 0 99%);
          clip-path: polygon(0 0, 100% 0, 100% 99%, 0 99%);
  -webkit-transition: -webkit-clip-path 1s linear;
  transition: -webkit-clip-path 1s linear;
  transition: clip-path 1s linear;
  transition: clip-path 1s linear, -webkit-clip-path 1s linear;
}

@media (min-width: 1024px) {
  .scanner .scanner-content,
  .scanner .scanner-content2,
  .scanner .scanner-content3 {
    width: 100%;
  }
}

.scanner .scanner-content {
  z-index: 1;
}

.scanner .scanner-content .img {
  background: url("/assets/images/scanner/slide1-barcode.jpg");
  background-position: 4px 10px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 36px;
  height: 100vh;
  width: 200px;
  position: relative;
  right: 5px;
}

@media (min-width: 1024px) {
  .scanner .scanner-content .img {
    background-size: 100%;
    background-position: 0 0;
    border-radius: unset;
    right: unset;
    width: auto;
  }
}

.scanner .scanner-content2 {
  z-index: 0;
}

.scanner .scanner-content2 .img {
  background: url("/assets/images/scanner/slide2-cookie.jpg");
  background-position: 4px 10px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 36px;
  height: 100vh;
  width: 200px;
  position: relative;
  right: 5px;
}

@media (min-width: 1024px) {
  .scanner .scanner-content2 .img {
    background-size: 100%;
    background-position: 0 0;
    border-radius: unset;
    right: unset;
    width: auto;
  }
}

.scanner .scanner-content3 {
  z-index: -1;
}

.scanner .scanner-content3 .img {
  background: url("/assets/images/scanner/slide3-coffee.jpg");
  background-position: 4px 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 36px;
  height: 100vh;
  width: 200px;
  position: relative;
  right: 5px;
}

@media (min-width: 1024px) {
  .scanner .scanner-content3 .img {
    background-size: 100%;
    background-position: 0 0;
    border-radius: unset;
    background-size: contain;
    right: unset;
    width: auto;
  }
}
/*# sourceMappingURL=main.css.map */
