/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: Poppins, sans-serif;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  background-color: #FFF;
}
body.overlay-open {
  overflow: hidden;
}

a:focus {
  outline: 2px solid #2e70be;
}

main {
  display: flex;
  margin: auto;
  flex-flow: column;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.11;
}

h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}

h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.43;
}

h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.43;
}

p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5714285714;
  margin-bottom: 1.6em;
}

hr {
  border: 0;
  margin: 0;
  height: 22px;
  background-color: #fff;
}

input[type=text] {
  font-weight: 300;
  font-size: 16px;
}

input[type=submit] {
  font-weight: 700;
  font-size: 18px;
}

button, input[type=submit] {
  -webkit-appearance: none;
}

.single-input-form {
  display: inline-block;
}
.single-input-form input[type=text] {
  background: 0;
  border: 0;
  outline: 0;
  color: #000 !important;
}
.single-input-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
.single-input-form input[type=text]:-moz-placeholder {
  /* Firefox 4 - 18 */
  opacity: 1;
}
.single-input-form button {
  border: 0;
  background: 0;
  outline: 0;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
}
.single-input-form button:focus {
  outline: 2px solid #2e70be;
}

.arrow-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: color 0.3s;
  color: #fff;
}
.arrow-link:visited {
  color: #fff;
}
.arrow-link .right-arrow {
  margin-left: 0.3em;
  transform: translateX(0);
  transition: transform 0.3s;
}
.arrow-link .right-arrow path {
  stroke: #fff;
  transition: stroke 0.3s;
}
.arrow-link:hover .right-arrow {
  transform: translateX(3px);
}

.breadcrumb {
  background-color: #fff;
}

.extra-breadcrumb {
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
}

.breadcrumb-link {
  display: inline-block;
  padding: 30px 0 0 20px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.3s;
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
}
.breadcrumb-link.secondary {
  padding-left: 0px;
}
.breadcrumb-link:visited {
  color: #666666;
}
.breadcrumb-link .left-arrow {
  margin-right: 0.3em;
  transform: translateY(2px) translateX(0);
  transition: transform 0.3s;
}
.breadcrumb-link:hover {
  opacity: 0.6;
}
.breadcrumb-link:hover .left-arrow {
  transform: translateY(2px) translateX(-3px);
}

.mice-type {
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 300 !important;
  margin-bottom: 20px !important;
}

.no-btm-margin {
  margin-bottom: 8px !important;
}

.skiplink {
  position: absolute;
  left: -10000px;
}
.skiplink:focus {
  position: relative;
  left: 0;
}

@media (max-width: 576px) {
  hr {
    height: 1px;
  }

  .breadcrumb-link {
    padding: 10px 0 0 20px;
  }
}
header {
  background-color: #fff;
  padding: 0;
  max-width: 80rem;
}
header .member-sites {
  display: flex;
  align-items: center;
  height: 57px;
  border-bottom: 1px solid #CCC;
}
header .member-sites li {
  display: inline-block;
  padding-left: 20px;
}
header .member-sites img {
  width: 75px;
}
header .header-wrap {
  position: relative;
  width: 100%;
  z-index: 100;
}
header nav {
  position: relative;
  height: 103px;
  box-sizing: border-box;
  /*border-bottom: 1px solid #CCCCCC;*/
  padding: 0 23px;
  display: flex;
  z-index: 100;
  align-items: center;
  justify-content: space-between;
}
header nav .site-title {
  width: 203px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header nav .menu {
  margin-top: 6px;
}
header nav .menu .menu-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  -webkit-font-smoothing: antialiased;
}
header nav .menu .in-site-links .mobile-only {
  display: none;
}
header nav .menu .in-site-links li {
  display: inline-block;
  margin-left: 40px;
}
header nav .menu .in-site-links li a {
  color: #c2103c;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}
header nav .menu .in-site-links li a:visited {
  color: #c2103c;
}
header nav .menu .in-site-links li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
header nav .menu .in-site-links li a:hover {
  color: black;
}
header nav .menu .in-site-links li a:hover:after {
  transform: scaleX(1);
  background-color: black;
}
header nav .menu .in-site-links li.active a {
  color: #000;
  cursor: default;
}
header nav .menu .in-site-links li.active a:visited {
  color: #000;
}
header nav .menu .in-site-links li.active a:after {
  transform: scaleX(1);
  background-color: #000;
}
header nav .menu .off-site-links {
  display: flex;
  justify-content: flex-end;
}
header nav .menu .off-site-links.mobile-only {
  display: none;
}
header nav .menu .off-site-links .indent {
  padding-left: 20px;
  display: none;
  margin-bottom: 2px;
}
header nav .menu .off-site-links .indent-first {
  display: none;
}
header nav .menu .off-site-links li {
  margin-left: 30px;
}
header nav .menu .off-site-links li a {
  font-size: 12px;
  color: #c2103c;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
header nav .menu .off-site-links li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
header nav .menu .off-site-links li a:hover {
  color: black;
}
header nav .menu .off-site-links li a:hover:after {
  transform: scaleX(1);
  background-color: black;
}
header nav .menu-app-callout {
  display: none;
}
header nav .nav-options {
  display: flex;
  right: 0;
  top: 0;
  height: 100%;
  align-items: center;
}
header nav .nav-options .store-finder-link {
  height: 100%;
  font-size: 10px;
  line-height: 1.2;
  color: #c2103c;
  align-items: center;
  justify-content: end;
  text-decoration: none;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  transition: opacity 0.3s;
}
header nav .nav-options .store-finder-link svg {
  margin-left: 6px;
  margin-top: -2px;
}
header nav .nav-options .store-finder-link:visited {
  color: #c2103c;
}
header nav button {
  background-color: #fff;
}
header nav .hamburger {
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  height: 18px;
  width: 19px;
  overflow: hidden;
}
header nav .hamburger .lines, header nav .hamburger .lines:before, header nav .hamburger .lines:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  left: -3px;
  background-color: #c2103c;
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s, background-color 0.5s;
}
header nav .hamburger .lines {
  top: 0;
}
header nav .hamburger .lines:before {
  top: 8px;
}
header nav .hamburger .lines:after {
  top: 16px;
}
header .header-copy-wrap {
  background-image: url(../img/heros/hero_01.jpg);
}

.alert-bar {
  height: 57px;
  overflow: hidden;
  /*background-color: $brandRed;*/
  background-color: #ECECEC;
  /*color: #fff;*/
  color: #000;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid;
  border-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: height 0.35s, border-color 0s 0.35s, background-color 0s 0.35s;
}
.alert-bar .close {
  font-size: 1px;
}
.alert-bar p {
  margin: 0 auto;
  font-size: 16px;
  /*font-weight: 700;*/
  font-weight: normal;
}
.alert-bar p a {
  color: #000;
  text-decoration: none;
}
.alert-bar p a:hover {
  text-decoration: underline;
}
.alert-bar button {
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  border: 0;
  background: 0;
  /*outline: 0;*/
}
.alert-bar button:before, .alert-bar button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1px;
  height: 24px;
  /*background-color: #fff;*/
  background-color: #000;
}
.alert-bar button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.alert-bar button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.alert-bar.collapsed {
  height: 0;
  border-color: transparent;
  background-color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown button {
  font-family: Poppins, sans-serif;
  background: none;
  color: #c2103c;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}
.dropdown button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.dropdown button:focus {
  outline: 2px solid #2e70be;
}
.dropdown button:hover {
  color: black;
}
.dropdown button:hover:after {
  transform: scaleX(1);
  background-color: black;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
}
.dropdown .dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.alert-bar-virus {
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-transform: uppercase;
  font-weight: 400;
}
.alert-bar-virus p {
  padding: 0px;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.alert-bar-virus .cta {
  padding: 10px;
  /*max-width: 380px;*/
  display: inline-block;
  margin: 5px 0px;
  text-align: center;
  vertical-align: top;
}
.alert-bar-virus .cta:first-of-type {
  /*border-right: 1px solid black;
  padding-right: 12px;*/
}
.alert-bar-virus .cta a {
  color: #000;
}
.alert-bar-virus .cta a.alert-arrow-link {
  text-decoration: none;
  align-items: center;
  font-size: 16px;
}
.alert-bar-virus .cta a.alert-arrow-link:after {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-color: #000;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transition: transform 0.3s;
  transform: translateX(0) rotate(45deg);
}
.alert-bar-virus .cta a.alert-arrow-link:hover:after {
  transform: translateX(4px) rotate(45deg);
}

.d-only {
  display: block;
}

@media (max-width: 576px) {
  header .header-wrap {
    border-bottom: 1px solid #CCC;
  }

  .alert-bar-virus {
    padding-bottom: 0px;
  }
  .alert-bar-virus .cta a {
    color: #000;
  }
  .alert-bar-virus .cta a.alert-arrow-link {
    font-size: 14px;
  }
  .alert-bar-virus p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .d-only {
    display: none !important;
  }

  .alert-bar {
    height: auto;
  }
  .alert-bar p {
    font-size: 14px;
    padding: 10px 40px;
    text-align: center;
  }

  header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 999;
  }
  header .member-sites {
    display: none;
  }
  header nav {
    height: 77px;
    justify-content: left;
    padding: 0 0 0 20px;
    align-items: flex-start;
  }
  header nav .nav-options {
    align-items: center;
    width: 100%;
  }
  header nav .nav-options .store-finder-link {
    display: flex;
  }
  header nav .site-title {
    width: 139px;
    height: 62px;
  }
  header nav .site-title svg {
    margin-top: 8px;
    width: 118px;
    height: 27px;
  }
  header nav ul li {
    margin-right: 20px;
  }
  header nav .menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 55px 23px 45px 23px;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    margin-top: 0;
    height: 300px;
    width: 300px;
    position: absolute;
    background-color: #fff;
    right: -12px;
    top: 78px;
    transform: translateX(100%);
    transition: transform 0.5s;
    z-index: 999;
  }
  header nav .menu a {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
  }
  header nav .menu a:visited {
    color: #000;
  }
  header nav .menu .menu-links {
    display: block;
  }
  header nav .menu .off-site-links {
    top: 150px;
  }
  header nav .menu .in-site-links, header nav .menu .off-site-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
  }
  header nav .menu .in-site-links .indent, header nav .menu .off-site-links .indent {
    display: block;
  }
  header nav .menu .in-site-links .indent-first, header nav .menu .off-site-links .indent-first {
    margin-bottom: 6px;
    display: block;
  }
  header nav .menu .in-site-links .indent-first h4, header nav .menu .off-site-links .indent-first h4 {
    color: #000;
    font-weight: 300;
    font-size: 18px;
  }
  header nav .menu .in-site-links.mobile-only, header nav .menu .off-site-links.mobile-only {
    display: inline-block;
  }
  header nav .menu .in-site-links li, header nav .menu .off-site-links li {
    position: relative;
    display: inline-block;
    margin: 0 0 1.6em 0;
  }
  header nav .menu .in-site-links li a, header nav .menu .off-site-links li a {
    color: #c2103c;
    font-size: 18px;
    padding-right: 8px;
    text-transform: none;
    font-weight: 300;
  }
  header nav .menu .in-site-links li a:visited, header nav .menu .off-site-links li a:visited {
    color: #c2103c;
  }
  header nav .menu .in-site-links li a:after, header nav .menu .off-site-links li a:after {
    display: none;
  }
  header nav .menu .in-site-links li.active:before, header nav .menu .off-site-links li.active:before {
    content: "";
    background-color: #000;
    position: absolute;
    left: -23px;
    top: 50%;
    width: 4px;
    height: 24px;
    transform: translateY(calc(-50% - 4px));
  }
  header nav .menu .in-site-links li.active a:after, header nav .menu .off-site-links li.active a:after {
    display: none;
  }
  header nav .menu .off-site-links li:last-of-type {
    margin-bottom: 0;
  }
  header nav .menu-app-callout {
    display: block;
    margin-top: 280px;
  }
  header nav .menu-app-callout h4 {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0.6em;
  }
  header nav .menu-app-callout ul {
    display: flex;
    justify-content: space-between;
  }
  header nav .menu-app-callout li {
    width: 119px;
    margin: 0;
  }
  header nav .menu-app-callout li img {
    width: 100%;
  }
  header nav .hamburger {
    display: flex;
    z-index: 9999;
  }
  header nav.open .lines, header nav.open .lines:before, header nav.open .lines:after {
    background-color: #9B9B9B;
  }
  header nav.open .lines {
    transform: translateY(8px) rotate(45deg);
  }
  header nav.open .lines:before {
    opacity: 0;
    transform: translateY(-8px) translateX(3px) rotate(-45deg);
  }
  header nav.open .lines:after {
    transform: translateY(-16px) translateX(3px) rotate(-90deg);
  }
  header nav.open .menu {
    transform: translateX(0);
    display: block;
  }
}
/*-----ADA complaiant gift card dropdown menu ---*/
/*
.menu_button {
  position: relative;
}

.menu_button button {
    font-family: Poppins, sans-serif !important;
    display: block;
    border: 0;
    font-size: 12px;
	color: $brandRed;
	letter-spacing: 0.92px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
    background-color: #fff;

	&:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: $brandRed;
		left: 0;
		bottom: 0;
		transform: scaleX(0);
		transition: transform 0.3s;
	}

	&:hover {
        color: black;
		&:after {
			transform: scaleX(1);
            background-color: black;
		}
	}


}

ul[role="menu"] {
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 110%;
  list-style: none;
  background-color: #fff;
  display: none;
  z-index: 1;
}

ul[role="menu"] li {
  margin: 0;
  padding: 0;
}

ul[role="menu"] a[role="menuitem"],
ul[role="menu"] a[role="menuitem"]:visited {
  display: block;
  text-decoration: none;
  padding: 0.25em;
  background-color: #fff;
  color: $brandRed;
}

/* focus and hover styling */
/*
a[role="button"]:focus {
  border: 2px solid $blue;
  background-color: #fff;
}

ul[role="menu"] a[role="menuitem"]:focus,
ul[role="menu"] a[role="menuitem"]:hover {
  background-color: #fff;
  color: #000;
}
*/
footer .container {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
}
footer .container .row .col-lg-2 ul li a {
  font-family: Poppins;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}
footer .container .row .col-lg-2 ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
footer .container .row .col-lg-2 ul li a:visited {
  color: #333;
}
footer .container .row .col-lg-2 ul li a:focus {
  outline: 0.125rem solid #2e70be;
}
footer .container .row .col-lg-2 ul li a:hover {
  color: #5B6770;
}
footer .container .row .col-lg-2 ul li a:hover:after {
  transform: scaleX(1);
  background-color: black;
}
footer .site-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  margin-bottom: 50px;
  display: -ms-grid;
  -ms-grid-columns: 25% 25% 25% 25%;
  -ms-grid-rows: auto auto;
}
footer .site-map .a {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
footer .site-map .b {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
footer .site-map .c {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
footer h5, footer .footer-hdr {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.9em;
  text-transform: uppercase;
  color: #000;
  line-height: 1.43;
  display: block;
}
footer a {
  font-size: 12px;
  line-height: 2em;
  color: #c2103c;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
footer a:visited {
  color: #c2103c;
}
footer a:focus {
  outline: 2px solid #2e70be;
}
footer a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
footer a:hover {
  color: black;
}
footer a:hover:after {
  transform: scaleX(1);
  background-color: black;
}
footer .legal {
  grid-column: 1/4;
  grid-row: 2/3;
  padding: 0 5.8125rem;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column-span: 3;
}
footer .to-top-btn-holder {
  grid-column: 4/5;
  grid-row: 2/3;
  position: relative;
  -ms-grid-column: 4;
  -ms-grid-row: 2;
}
footer .to-top-btn {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border: 1px solid #FFF;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  outline: 0;
  background: #fff;
  color: #c2103c;
}
footer .to-top-btn svg {
  margin-bottom: 2px;
  position: relative;
  transform: translateY(0);
  transition: transform 0.3s;
}
footer .to-top-btn:hover svg {
  transform: translateY(-3px);
}
footer .to-top-btn.sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 1;
  transform: translateY(0%);
  animation: stickyBtnEnter 0.3s forwards;
}
footer .to-top-btn:focus {
  outline: 2px solid #2e70be;
}
footer .legal {
  font-size: 12px;
  color: #666666;
}

/*
	padding: 50px 20px 0 20px;
	background-color: #fff;

	.site-map {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: auto auto;
		margin-bottom: 50px;
		display: -ms-grid;
		-ms-grid-columns: 25% 25% 25% 25%;
		-ms-grid-rows: auto auto;

		.a {
			-ms-grid-column: 1;
			-ms-grid-row: 1;
		}

		.b {
			-ms-grid-column: 2;
			-ms-grid-row: 1;
		}

		.c {
			-ms-grid-column: 3;
			-ms-grid-row: 1;
		}
	}

	h5, .footer-hdr {
		font-size: 12px;
		font-weight: 700;
		margin-bottom: 0.9em;
		text-transform: uppercase;
		color: #000;
		line-height: 1.43;
		display: block;
	}

	a {
		font-size: 12px;
		line-height: 2em;
		color: $brandRed;
		text-decoration: none;
		position: relative;
		overflow: hidden;

		&:visited {
			color: $brandRed;
		}

        &:focus {
            outline: 2px solid $blue;
        }

        &:after {
			content: '';
			position: absolute;
			width: 100%;
			height: 1px;
			background-color: $brandRed;
			left: 0;
			bottom: 0;
			transform: scaleX(0);
			transition: transform 0.3s;
		}

		&:hover {
			color: black;

            &:after {
				transform: scaleX(1);
                background-color: black;
			}
		}

	}

	.legal {
		grid-column: 1 / 4;
		grid-row: 2 / 3;
		margin-top: 4em;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		-ms-grid-column-span: 3;
	}

	.to-top-btn-holder {
		grid-column: 4 / 5;
		grid-row: 2 / 3;
		position: relative;
		-ms-grid-column: 4;
		-ms-grid-row: 2;
	}

	.to-top-btn {
		display: flex;
		// float: right;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50px;
		height: 50px;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding: 0;
		border: 1px solid #FFF;
		font-family: Poppins, sans-serif;
		font-size: 16px;
		font-weight: 800;
		cursor: pointer;
		outline: 0;
		background: #fff;
		color: $brandRed;

		svg {
			margin-bottom: 2px;
			position: relative;
			transform: translateY(0);
			transition: transform 0.3s;
		}

		&:hover {
			svg {
				transform: translateY(-3px);
			}
		}

		&.sticky {
			position: fixed;
			// padding: 5px;
			bottom: 20px;
			right: 20px;
			opacity: 1;
			transform: translateY(0%);
			animation: stickyBtnEnter 0.3s forwards;
		}

		&:focus {
			outline: 2px solid $blue;
		}
	}

	.legal {
		font-size: 12px;
		color: #666666;
	}
	*/
/*
@keyframes stickyBtnEnter {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
*/
@media (min-width: 577px) and (max-width: 992px) {
  footer .row {
    margin: 0 5rem;
    justify-content: unset !important;
  }
}
@media (max-width: 576px) {
  footer {
    padding-top: 0;
  }
  footer .site-map {
    display: block;
  }
  footer .footer-hdr {
    margin-top: 1em;
    margin-bottom: 0em;
  }
  footer .legal {
    padding: 0;
  }
  footer .to-top-btn-holder {
    display: flex;
    justify-content: space-around;
    height: 50px;
  }
  footer .to-top-btn {
    right: auto;
  }
}
.email-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.email-overlay .modal {
  position: relative;
  width: 854px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-position: center;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.6);
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  display: -ms-grid;
  -ms-grid-columns: 40% 60%;
  -ms-grid-rows: auto;
}
.email-overlay .modal h2 {
  margin-bottom: 0.35em;
}
.email-overlay .modal p {
  font-size: 18px;
  line-height: 1.1111111111;
  -webkit-font-smoothing: antialiased;
}
.email-overlay .modal-title {
  grid-column: 1/3;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  padding: 78px 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  box-sizing: border-box;
}
.email-overlay .modal-title .pattern-copy {
  width: 240px;
  max-width: 100%;
  font-weight: 800;
  font-family: Poppins, sans-serif;
}
.email-overlay .modal-content {
  grid-column: 3/6;
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  background-position: center;
  background-size: cover;
  background-image: url(../img/email-modal-bg1.jpg);
  background-color: #666666;
  padding: 78px;
}
.email-overlay .modal-content .border-bottom {
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}
.email-overlay .modal-content a {
  color: #FFF;
}
.email-overlay .modal-content a:hover {
  text-decoration: none;
}
.email-overlay #sister-brands {
  display: none;
}
.email-overlay #signup-thanks {
  display: none;
}
.email-overlay .email-signup-form {
  padding-right: 62px;
  margin-bottom: 28px;
}
.email-overlay .email-signup-form .sister-brands-select {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 8px;
  width: 100%;
  margin: 10px;
  display: -ms-grid;
  -ms-grid-columns: 32% 10% 32%;
  -ms-grid-rows: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .email-overlay .email-signup-form .sister-brands-select .sister-brands-select {
    width: 150%;
  }
}
.email-overlay .email-signup-form .sister-brands-select div {
  text-align: center;
}
.email-overlay .email-signup-form .sister-brands-select div.a {
  grid-columns: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.email-overlay .email-signup-form .sister-brands-select div.b {
  grid-columns: 2;
  grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.email-overlay .email-signup-form .sister-brands-select div.c {
  grid-columns: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.email-overlay .email-signup-form .sister-brands-select div.d {
  grid-columns: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}
.email-overlay .email-signup-form .row-top {
  display: flex;
  font-size: 16px;
  /*input {
  	&:first-of-type {
  		width: 70%;
  	}

  	&:last-of-type {
  		width: calc(34% - 25px);
  		margin-left: 25px;
  	}
               &+ label {

               }
  }*/
}
.email-overlay .email-signup-form .row-top .col-a {
  width: 70%;
}
.email-overlay .email-signup-form .row-top .col-b {
  width: 30%;
  margin-left: 25px;
}
.email-overlay .email-signup-form .row-top .first-name {
  width: 100%;
}
.email-overlay .email-signup-form .row-top .zip {
  width: 100%;
}
.email-overlay .email-signup-form .row-top input + label {
  display: block;
}
.email-overlay .email-signup-form .row-btm {
  font-size: 16px;
  display: flex;
  /*margin-top: 20px;*/
}
.email-overlay .email-signup-form input {
  padding: 0.9em;
  border: 1px solid #fff;
  outline: 0;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
}
.email-overlay .email-signup-form input::placeholder {
  color: #5B6770;
}
.email-overlay .email-signup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5B6770;
  opacity: 1;
}
.email-overlay .email-signup-form input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #5B6770;
  opacity: 1;
}
.email-overlay .email-signup-form input + label {
  display: block;
}
.email-overlay .email-signup-form input:focus {
  outline: 2px solid #2e70be;
}
.email-overlay .email-signup-form button {
  border: 0;
  background: 0;
  outline: 0;
  color: #c2103c;
  background-color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  padding: 0 10px;
  cursor: pointer;
}
.email-overlay .email-signup-form button:focus {
  outline: 2px solid #2e70be;
}
.email-overlay .email-signup-form .sister-btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
  padding: 5px;
}
.email-overlay .email-signup-form .sister-btn:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin: 0 0 -3px 5px;
  transform: translateY(-50%) translateX(0) rotate(-45deg);
  transition: transform 0.3s;
}
.email-overlay .in-site-link {
  text-transform: uppercase;
  color: #F5A623;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.email-overlay .in-site-link:visited {
  color: #F5A623;
}
.email-overlay .in-site-link:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-color: #F5A623;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin: 0 0 -3px 5px;
  transform: translateY(-50%) translateX(0) rotate(-45deg);
  transition: transform 0.3s;
}
.email-overlay .in-site-link:hover:after {
  transform: translateY(-50%) translateX(3px) rotate(-45deg);
}
.email-overlay .close {
  position: absolute;
  opacity: 0.5;
  right: 17px;
  top: 17px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  border: 0;
  background: 0;
  outline: 0;
  font-size: 0px;
}
.email-overlay .close:before, .email-overlay .close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1px;
  height: 40px;
  background-color: #fff;
}
.email-overlay .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.email-overlay .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.email-overlay .close:focus {
  outline: 2px solid #2e70be;
}

@media (max-width: 992px) {
  .email-overlay .modal {
    display: block;
    width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
  }
  .email-overlay .modal-title {
    padding: 22px;
  }
  .email-overlay .modal-title .pattern-copy {
    max-width: 180px;
  }
  .email-overlay .hg-logo {
    margin-bottom: 20px;
  }
  .email-overlay .hg-logo .modal-logo {
    width: 118px;
  }
  .email-overlay .modal-content {
    padding: 22px 22px 40px 22px;
  }
  .email-overlay .modal-content p {
    margin-bottom: 14px;
  }
  .email-overlay .email-signup-form {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .email-overlay .close:before, .email-overlay .close:after {
    background-color: #000;
  }
}
@media (max-width: 576px) {
  .email-overlay .modal {
    display: block;
    width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
  }
  .email-overlay .modal-title {
    padding: 22px;
  }
  .email-overlay .modal-title .pattern-copy {
    max-width: 180px;
  }
  .email-overlay .modal-title img {
    width: 90%;
    max-width: 236px;
    height: auto;
  }
  .email-overlay .hg-logo {
    margin-bottom: 20px;
  }
  .email-overlay .hg-logo .modal-logo {
    width: 118px;
  }
  .email-overlay .modal-content {
    padding: 22px 22px 40px 22px;
  }
  .email-overlay .modal-content p {
    margin-bottom: 14px;
  }
  .email-overlay .modal-content h2 {
    font-size: 25px;
  }
  .email-overlay .email-signup-form {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .email-overlay .close:before, .email-overlay .close:after {
    background-color: #000;
  }
}
.labelhack {
  margin-top: 20px;
}

/*
.eyebrow {
    img {
        max-width: 1280px;
        width: 100%;
    }

    margin-bottom: 10px;
}

.error-copy {
	height: 16px;
	margin-top:5px;
	color: #FFF;
}
*/
.location-form {
  border: 1px solid #5B6770;
  padding: 0 10px;
  width: 220px;
  vertical-align: top;
  margin-top: 40px;
  margin-left: 10px;
}
.location-form input[type=text] {
  padding: 0.5em 0;
  width: 180px;
  color: #5B6770;
  font-size: 14px;
}
.location-form input[type=text]::-webkit-input-placeholder {
  /* Chrome */
  color: #5B6770;
}
.location-form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #5B6770;
}
.location-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #5B6770;
}
.location-form input[type=text]:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #5B6770;
}
.location-form input[type=text] + label {
  display: none;
}
.location-form input[type=text]:focus {
  outline: 2px solid #2e70be;
}
.location-form .location-submit-btn {
  color: #c2103c;
  float: right;
  height: 30px;
}

.scroll-down-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-down-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-color: #fff;
  border-style: solid;
  border-width: 3px 3px 0 0;
  top: 50%;
  left: 50%;
}

.go-finding-container {
  display: flex;
  flex-direction: row;
  background-image: url(../img/banners/gold-bg.png);
  height: 5rem;
  margin-bottom: 1.875rem;
  justify-content: center;
  max-width: 80rem;
  width: 100%;
}
.go-finding-container .go-finding-copy-container {
  flex-wrap: nowrap;
}
.go-finding-container .go-finding-copy-container img {
  width: 100%;
  max-width: 791px;
  height: auto;
}
.go-finding-container h3 {
  color: #fff;
  width: auto;
  line-height: 5rem;
}
.go-finding-container .location-form {
  border: 2px solid #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  width: 18.75rem;
  vertical-align: top;
  margin-top: 22px;
  /*margin-left: 10px;*/
  height: 2.5rem;
}
.go-finding-container .location-form input[type=text] {
  padding: 0.5em 0;
  width: 230px;
  color: #414141;
  font-size: 14px;
  font-weight: 600;
}
.go-finding-container .location-form input[type=text]::-webkit-input-placeholder {
  /* Chrome */
  color: #414141;
}
.go-finding-container .location-form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #414141;
}
.go-finding-container .location-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #414141;
}
.go-finding-container .location-form input[type=text]:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #414141;
}
.go-finding-container .location-form input[type=text] + label {
  display: none;
}
.go-finding-container .location-form input[type=text]:focus {
  outline: 2px solid #2e70be;
}
.go-finding-container .location-form .location-submit-btn {
  color: #414141;
  float: right;
  height: 35px;
}

a.new-arrow-link, p.new-arrow-link {
  line-height: 1.2;
  margin-bottom: 0.9em;
  display: flex;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
a.new-arrow-link:after, p.new-arrow-link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-color: #2c787b;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transition: transform 0.3s;
  transform: translateX(0) rotate(45deg);
}
a.new-arrow-link:hover:after, p.new-arrow-link:hover:after {
  transform: translateX(4px) rotate(45deg);
}
a.hero-arrow-link, p.hero-arrow-link {
  line-height: 1.2;
  margin-bottom: 0.9em;
  display: flex;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
a.hero-arrow-link:after, p.hero-arrow-link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  border-color: #fff;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transition: transform 0.3s;
  transform: translateX(0) rotate(45deg);
}
a.hero-arrow-link:hover:after, p.hero-arrow-link:hover:after {
  transform: translateX(4px) rotate(45deg);
}

.image-grid {
  /*padding-left: 30px;*/
  padding-top: 30px;
  /*max-width: 1430px;*/
  max-width: 1280px;
  width: 100%;
  margin-bottom: 22px;
}
.image-grid .card {
  border: none;
  max-width: 292px;
  display: inline-block;
  /*margin: 0 5px;*/
  margin-right: 38px;
  vertical-align: top;
}
.image-grid .card:last {
  margin-right: 0px;
}
.image-grid .card h3 {
  font-size: 17px;
  text-transform: uppercase;
  color: #666666;
  font-weight: 500;
}
.image-grid .card a {
  color: #2c787b;
  text-decoration: none;
}
.image-grid .card p {
  font-weight: 600;
  font-size: 16px;
}
.image-grid .card img {
  max-width: 292px;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

@media (max-width: 1200px) {
  .image-grid {
    /*padding-left: 30px;*/
    /*max-width: 1450px;*/
    margin: 0 auto;
  }
  .image-grid .card {
    width: 22%;
    float: left;
  }
  .image-grid .card:last-of-type {
    float: right;
  }
  .image-grid .card h3, .image-grid .card p {
    padding-left: 5px;
  }
}
@media (max-width: 1200px) {
  .go-finding-container {
    height: 108px;
    padding-bottom: 22px;
  }
  .go-finding-container h2 {
    font-size: 46px;
  }
  .go-finding-container h2 img {
    width: 185px;
  }
}
@media (max-width: 992px) {
  .image-grid {
    padding-left: 0px;
    margin: 0 auto;
    max-width: 670px;
  }
  .image-grid .card {
    width: 45%;
    display: inline-block;
  }
  .image-grid .card:nth-of-type(2) {
    margin-right: 0px;
  }
  .image-grid .card:last-of-type {
    float: none;
  }
  .image-grid .card h3, .image-grid .card p {
    padding-left: 0px;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .go-finding-container {
    height: 80px;
  }
  .go-finding-container h3 {
    font-size: 1.125rem;
  }

  .image-grid {
    padding-left: 0px;
    margin-left: 10%;
    max-width: 670px;
  }
  .image-grid .card {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .image-grid {
    width: 100%;
    padding: 0px;
    max-width: 326px;
    margin: 0 auto;
  }
  .image-grid .card {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .image-grid .card img {
    width: 100%;
  }
  .image-grid .card .hidden-mobile {
    display: none;
  }

  .go-finding-container {
    background-image: url(../img/banners/gold-bg.png);
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  .go-finding-container .location-form {
    border: 2px solid #e4e4e4;
    background-color: #ededed;
    margin: 0;
  }
  .go-finding-container .location-form input[type=text] {
    width: 220px;
  }
  .go-finding-container .location-form .location-submit-btn {
    height: 35px;
  }
  .go-finding-container .go-finding-copy-container {
    text-align: left;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .go-finding-container .m-go-finding-img {
    display: inline-block;
    font-size: 0.875rem;
    height: auto;
    line-height: 40px;
    margin-top: 10px;
  }
  .go-finding-container h3 {
    display: inline-block;
    padding: 0 12px;
    text-align: left;
  }
  .go-finding-container h3.m-go-finding-hdr {
    display: block;
    margin-top: 25px;
    padding: 0px;
    font-size: 20px;
    line-height: 34px;
    color: #232323;
  }
  .go-finding-container h3.m-go-finding-hdr img {
    max-width: 321px;
    width: 100%;
    height: auto;
  }
}
.cta-tiles {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-rows: repeat(2, auto);
  grid-gap: 30px;
  margin-bottom: 50px;
  max-width: 80rem;
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-columns: 1fr 22px 1fr;
  -ms-grid-rows: auto 22px auto;
}
.cta-tiles h2 {
  margin-bottom: 0.35em;
  line-height: 1.1111111111;
  font-weight: 900;
}
.cta-tiles p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
.cta-tiles .arrow-link {
  line-height: 1.2;
  /*padding-right: 16px;*/
  margin-bottom: 0.9em;
  display: flex;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 90;
  /*&:last-of-type {
  	padding-right: 0;
  }*/
}
.cta-tiles .arrow-link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 0px;
  margin-right: 15px;
  border-color: #FFF;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transition: transform 0.3s;
  transform: translateX(0) rotate(45deg);
}
.cta-tiles .arrow-link:hover:after {
  transform: translateX(4px) rotate(45deg);
}
.cta-tiles .arrow-link:visited {
  color: #FFF;
}
.cta-tiles .arrow-link .right-arrow path {
  stroke: #FFF;
}
.cta-tiles .cta-tile {
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 84px 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 625px;
  width: 100%;
  height: 520px;
}
.cta-tiles .cta-tile:nth-of-type(1) {
  background-image: url(../img/tiles/401-tile-bg-email.jpg);
}
.cta-tiles .cta-tile:nth-of-type(2) {
  background-image: url(../img/tiles/401-tile-bg-tjxr.jpg);
  margin-right: 0;
}
.cta-tiles .cta-tile:nth-of-type(3) {
  background-image: url(../img/tiles/401-tile-bg-giftcard.jpg);
}
.cta-tiles .cta-tile:nth-of-type(4) {
  background-image: url(../img/tiles/401-tile-bg-social.jpg);
  margin-right: 0;
}
.cta-tiles .email-signup {
  padding: 84px 90px 84px 106px;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.cta-tiles .email-signup .email-signup-form {
  margin-bottom: 24px;
  padding-right: 16px;
}
.cta-tiles .email-signup .email-signup-form .row-top {
  display: flex;
  font-size: 16px;
  /*input {
  	&:first-of-type {
  		width: 70%;
  	}

  	&:last-of-type {
  		width: calc(30% - 25px);
  		margin-left: 25px;
  	}

  }*/
}
.cta-tiles .email-signup .email-signup-form .row-top .col-a {
  width: 70%;
}
.cta-tiles .email-signup .email-signup-form .row-top .col-b {
  width: 30%;
  margin-left: 25px;
}
.cta-tiles .email-signup .email-signup-form .row-top .first-name {
  width: 100%;
}
.cta-tiles .email-signup .email-signup-form .row-top .zip {
  width: 100%;
}
.cta-tiles .email-signup .email-signup-form .row-top input + label {
  margin-bottom: 0.3125rem;
  display: block;
}
.cta-tiles .email-signup .email-signup-form .row-btm {
  display: flex;
  font-size: 12px;
  /*margin-top: 20px;*/
}
.cta-tiles .email-signup .email-signup-form .row-btm input {
  width: 100%;
}
.cta-tiles .email-signup .email-signup-form input {
  padding: 0.7em;
  border: 1px solid #fff;
  outline: 0;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
}
.cta-tiles .email-signup .email-signup-form input::placeholder {
  color: #5B6770;
}
.cta-tiles .email-signup .email-signup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5B6770;
  opacity: 1;
}
.cta-tiles .email-signup .email-signup-form input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #5B6770;
  opacity: 1;
}
.cta-tiles .email-signup .email-signup-form input + label {
  /*display: none;*/
}
.cta-tiles .email-signup .email-signup-form input:focus {
  outline: 2px solid #2e70be;
}
.cta-tiles .email-signup .email-signup-form button {
  border: 0;
  background: 0;
  outline: 0;
  background-color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  padding: 0 0.3em;
  color: #c2103c;
  cursor: pointer;
}
.cta-tiles .email-signup .email-signup-form button:focus {
  outline: 1px dotted #2e70be;
}
.cta-tiles .email-signup .email-signup-form label {
  margin-bottom: 5px;
}
.cta-tiles .email-signup .in-site-link {
  text-transform: uppercase;
  color: #F5A623;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.cta-tiles .email-signup .in-site-link:visited {
  color: #F5A623;
}
.cta-tiles .email-signup .in-site-link:after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-color: #F5A623;
  border-style: solid;
  border-width: 0 3px 3px 0;
  margin: 0 0 -2px 5px;
  transform: translateY(-50%) translateX(0) rotate(-45deg);
  transition: transform 0.3s;
}
.cta-tiles .email-signup .in-site-link:hover:after {
  transform: translateY(-50%) translateX(4px) rotate(-45deg);
}
.cta-tiles .social-links {
  padding: 80px 88px 110px;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.cta-tiles .social-links ul {
  display: flex;
  justify-content: space-between;
  /*margin-top: 24px;*/
  width: 275px;
}
.cta-tiles .social-links li {
  width: 18%;
  max-width: 55px;
  position: relative;
}
.cta-tiles .social-links li img {
  width: 100%;
  border-radius: 5px;
  transform: scale(1);
  transition: transform 0.3s;
}
.cta-tiles .social-links li img:hover {
  transform: scale(1.08);
}
.cta-tiles .giftcard-ctas {
  padding-top: 51px;
  padding-bottom: 44px;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.cta-tiles .giftcard-ctas .arrow-link {
  display: inline-block;
}
.cta-tiles .giftcard-promo {
  background-image: url("/img/tiles/tile-giftbig.png");
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.cta-tiles .giftcard-promo .arrow-link {
  display: inline-block;
}
.cta-tiles .entertaining {
  background-image: url("/img/tiles/tile-winedine.png");
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.cta-tiles .entertaining .arrow-link {
  display: inline-block;
}
.cta-tiles .rewards-cards {
  padding: 0px 54px 45px 84px;
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.cta-tiles .rewards-cards h2:first-of-type {
  /*margin-bottom: 10px;*/
  font-weight: 700;
  font-size: 16px;
  line-height: 0.43;
}
.cta-tiles .rewards-cards .arrow-link {
  display: inline-block;
}
.cta-tiles .rewards-cards .mice-type {
  font-size: 14px;
  padding-top: 1em;
}
.cta-tiles .rewards-cards .mice-type a {
  color: #fff;
}
.cta-tiles .rewards-cards .mice-type a:hover {
  text-decoration: none;
}
.cta-tiles .email-signup .less-pad {
  margin-bottom: 10px;
}
.cta-tiles .email-signup .mice-type a {
  color: #fff;
}
.cta-tiles .email-signup .mice-type a:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .cta-tiles .cta-tile {
    padding: 25px 20px;
    display: inline-block;
  }
  .cta-tiles .arrow-link:last-of-type {
    margin-left: 0.4em;
  }
  .cta-tiles .rewards-cards .arrow-link:last-of-type, .cta-tiles .giftcard-ctas .arrow-link:last-of-type {
    display: block;
    margin-left: 0em;
    margin-top: 0.5em;
  }
}
@media (max-width: 786px) {
  .cta-tiles .cta-tile {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .cta-tiles {
    display: block;
  }
  .cta-tiles .cta-tile {
    padding: 45px 20px;
  }
  .cta-tiles .email-signup .email-signup-form .row-top {
    /*input {
    	&:first-of-type {
    		width: 70%;
    	}

    	&:last-of-type {
    		width: calc(30% - 12px);
    		margin-left: 12px;
    	}
    }*/
  }
  .cta-tiles .email-signup .email-signup-form .row-btm {
    margin-top: 12px;
  }
  .cta-tiles .social-links ul {
    padding-right: 0;
  }
}
.promotion {
  background-image: url(../img/46894-bg.jpg);
  margin: 20px 0;
  padding: 25px;
}
.promotion .promotion-content {
  background-color: white;
  padding: 20px;
  text-align: center;
}
.promotion .promotion-content .promotion-copy {
  display: inline-block;
  text-align: left;
  padding-right: 20px;
}
.promotion .promotion-content .promotion-copy p {
  color: #666;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.promotion .promotion-content .promotion-img {
  display: inline-block;
}

@media (max-width: 576px) {
  .promotion .promotion-content .promotion-copy {
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 414px) {
  .promotion .promotion-content .promotion-copy img {
    width: 100%;
    height: auto;
  }
}
.location-finder-tabs {
  display: none;
}

.location-finder {
  position: relative;
  overflow: hidden;
}
.location-finder .gm-location-popup {
  background-color: #fff;
  display: flex !important;
  padding: 20px;
  position: absolute;
  border: 1px solid #979797;
  left: 0;
  top: 0;
  transform: translateX(-50%) translateY(calc(-100% - 60px));
  min-width: 200px;
}
.location-finder .gm-location-popup h3 {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 300;
  color: #5B6770;
  line-height: 1.3333333333;
  /*white-space: nowrap;*/
}
.location-finder .gm-location-popup h4 {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 300;
  color: #5B6770;
  line-height: 1.7142857143;
  margin-top: 0.8em;
  white-space: nowrap;
}
.location-finder .gm-location-popup .phone-link a {
  font-weight: 300;
  font-size: 14px;
  color: #2e70be;
  display: inline-block;
  border-bottom: 1px #2e70be dotted;
  margin-top: 0;
}
.location-finder .gm-location-popup .phone-link a:after {
  display: none;
}
.location-finder .gm-location-popup a {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 1em;
  font-weight: 700;
  color: #c2103c;
  text-decoration: none;
  display: inline-block;
}
.location-finder .gm-location-popup a:visited {
  color: #c2103c;
}
.location-finder .gm-location-popup a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-color: #c2103c;
  margin: 0 0 0 4px;
  border-style: solid;
  display: inline-block;
  border-width: 2px 2px 0 0;
  position: relative;
  transform: translateY(-1px) translateX(0) rotate(45deg);
  transition: transform 0.3s;
}
.location-finder .gm-location-popup a:hover:after {
  transform: translateY(-1px) translateX(0) rotate(45deg);
}
.location-finder .gm-location-popup button {
  width: 25px;
  height: 25px;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
}
.location-finder .gm-location-popup button:before, .location-finder .gm-location-popup button:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 32px;
  background-color: #5B6770;
  left: 50%;
  top: 50%;
}
.location-finder .gm-location-popup button:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.location-finder .gm-location-popup button:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.location-finder .gm-location-popup:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  border-color: #979797;
  border-style: solid;
  border-width: 0 1px 1px 0;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.location-finder .location-finder-container {
  height: 560px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  display: -ms-grid;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto;
}
.location-finder #results-holder {
  overflow: visible;
}
.location-finder .results-container {
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.location-finder .results-container #defaulttxt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.43;
  padding: 3em;
  width: 80%;
}
.location-finder .map-container {
  grid-column: 2;
  grid-row: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.location-finder .search-results {
  overflow: hidden;
  overflow-y: scroll;
  height: 498px;
}
.location-finder .load-more-btn {
  width: 100%;
  height: 62px;
  border: 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  font-size: 16px;
  font-weight: 300;
  color: #D0021B;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
}
.location-finder .load-more-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.location-finder .load-more-btn:focus {
  border: 2px solid #2e70be;
}
.location-finder .search-result {
  display: block;
  /*display: grid;*/
  /*grid-template-columns: 5fr 1fr;*/
  border-bottom: 1px solid #D8D8D8;
  padding: 20px;
  /*height: 200px;*/
  box-sizing: border-box;
  /*width: 300px;*/
  background-color: #fff;
}
.location-finder .designations {
  margin: 8px 0 20px 0;
  display: flex;
  align-items: center;
}
.location-finder .designations img {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
}
.location-finder .designations p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #666666;
  font-size: 10px;
  line-height: 1.1;
  display: inline-block;
  width: auto;
}
.location-finder .store-info-container {
  display: inline-block;
  max-width: 80%;
}
.location-finder .indicator {
  display: inline-block;
  align-items: center;
  /*flex-direction: column;*/
  vertical-align: top;
  float: right;
}
.location-finder .indicator .pin {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  width: 28px;
  height: 40px;
  background-image: url(../img/location_finder/pin_marker.svg);
}
.location-finder .indicator p {
  font-weight: 300;
  font-size: 14px;
  color: #5B6770;
}
.location-finder address {
  font-size: 18px;
  font-weight: 300;
  color: #5B6770;
  line-height: 1.33;
}
.location-finder .arrow-link {
  font-size: 12px;
  color: #c2103c;
}
.location-finder .arrow-link:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 4px;
  border-style: solid;
  border-color: #c2103c;
  border-width: 2px 2px 0 0;
  transform: translateY(-1px) translateX(0) rotate(45deg);
  transition: transform 0.3s;
}
.location-finder .arrow-link:hover:after {
  transform: translateY(-1px) translateX(4px) rotate(45deg);
}
.location-finder .map-container {
  height: 560px;
  background-image: url(../img/location_finder/static-map.gif);
  background-color: #ccc;
}
.location-finder .map-container .load-more-btn {
  display: none;
}
.location-finder .location-close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 0px;
}
.location-finder .location-close-btn:before, .location-finder .location-close-btn:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #5B6770;
  left: 50%;
  top: 0;
}
.location-finder .location-close-btn:before {
  transform: translateX(-50%) rotate(45deg);
}
.location-finder .location-close-btn:after {
  transform: translateX(-50%) rotate(-45deg);
}
.location-finder.hide {
  display: none;
}
.location-finder.measuring {
  position: absolute;
  left: -9999px;
  height: auto;
  width: 100%;
}
.location-finder.growing {
  height: 0;
}

@media (max-width: 992px) {
  .location-finder address {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .location-finder-tabs {
    display: flex;
    justify-content: space-around;
    padding: 16px;
    box-sizing: border-box;
    height: 55px;
    background-color: #fff;
  }
  .location-finder-tabs button {
    background: 0;
    border: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    color: #000;
    transition: all 0.3s;
    padding: 0;
    cursor: pointer;
    outline: 0;
  }
  .location-finder-tabs button.active {
    color: #c2103c;
    border-color: #c2103c;
    cursor: default;
  }

  .location-finder #results-holder {
    overflow: hidden;
  }
  .location-finder .location-finder-container {
    height: auto;
    border-top: 1px solid #D8D8D8;
    grid-template-columns: repeat(2, 1fr);
    width: 200vw;
    position: relative;
    transition: transform 0.4s;
  }
  .location-finder .location-finder-container .map-container {
    height: calc(100vh - 55px);
  }
  .location-finder .location-finder-container .map-container .load-more-btn {
    display: block;
  }
  .location-finder .location-finder-container.map-active {
    transform: translateX(-50%);
    height: calc(100vh - 55px);
  }
  .location-finder .location-finder-container.results-active {
    transform: translateX(0%);
  }
  .location-finder .search-results {
    height: auto;
  }
  .location-finder address {
    font-size: 18px;
  }
  .location-finder .location-close-btn {
    top: 56px;
    transition: transform 0.3s;
  }
  .location-finder .location-close-btn.map-active {
    transform: translateX(0%);
  }
  .location-finder .location-close-btn.results-active {
    transform: translateX(0%);
    transform: scale(0.5);
  }
}
.store-locator-container {
  background-color: #fff;
}

.store-finder-additional {
  font-size: 12px !important;
  width: 100% !important;
}

.store-finder-page {
  max-width: 1024px;
  padding: 36px 16px 110px 16px;
  margin: 0 auto;
}
.store-finder-page .pattern-copy {
  width: 205px;
  max-width: 100%;
  font-weight: 800;
  font-family: Poppins, sans-serif;
  margin-bottom: 16px;
}
.store-finder-page p {
  font-size: 16px;
  color: #5B6770;
  width: 100%;
  margin-bottom: 18px;
}
.store-finder-page .location-finder {
  overflow: visible;
}
.store-finder-page .location-finder h1.desktop {
  display: block;
}
.store-finder-page .location-finder h1.mobile {
  display: none;
}
.store-finder-page .location-finder label {
  color: #5B6770;
  font-size: 16px;
}
.store-finder-page .location-finder .location-form {
  height: 43px;
  width: 339px;
  border: 1px solid #5B6770;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #5B6770;
}
.store-finder-page .location-finder .location-form .location-input {
  padding: 0 12px;
  width: 100%;
}
.store-finder-page .location-finder .location-form .location-input + label {
  /*display: none;*/
}
.store-finder-page .location-finder .location-form .location-submit-btn {
  color: #c2103c;
  padding: 0 16px;
}
.store-finder-page .location-finder .location-finder-container {
  margin-top: 50px;
  height: 100vh;
  max-height: 684px;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: -3px 3px 18px rgba(0, 0, 0, 0.1);
}
.store-finder-page .location-finder .map-container, .store-finder-page .location-finder .results-container {
  height: 100vh;
  max-height: 684px;
  /*width: 340px;*/
  display: inline-block;
  vertical-align: top;
}
.store-finder-page .location-finder .search-results {
  height: calc(100% - 62px);
  /*height: 90%;*/
}
.store-finder-page .location-finder .indicator p {
  width: auto;
}
.store-finder-page .location-finder .designations p {
  width: auto;
}

@media (max-width: 576px) {
  .store-finder-page {
    padding: 16px 16px 110px 16px;
  }
  .store-finder-page p {
    font-size: 14px;
  }
  .store-finder-page .location-finder h1.desktop {
    display: none;
  }
  .store-finder-page .location-finder h1.mobile {
    display: block;
  }
  .store-finder-page .location-finder h1.mobile img {
    width: 100%;
    height: auto;
  }
  .store-finder-page .location-finder .location-finder-container {
    margin-top: 0;
    height: auto;
    width: 200vw;
    margin-left: -16px;
    max-height: none;
    box-shadow: none;
  }
  .store-finder-page .location-finder .results-container {
    height: auto;
    max-height: none;
  }
  .store-finder-page .location-finder .search-results {
    height: auto;
  }
}
.customer-service-wrap {
  padding: 50px 50px 0 50px;
  color: #5B6770;
  overflow: hidden;
  background-color: #fff;
}
.customer-service-wrap p {
  color: #5B6770;
}
.customer-service-wrap em {
  font-style: italic;
}
.customer-service-wrap u, .customer-service-wrap strong {
  font-weight: bold;
}
.customer-service-wrap section {
  margin-bottom: 54px;
}
.customer-service-wrap h3, .customer-service-wrap h2 {
  font-size: 18px;
  margin-bottom: 1em;
  color: #000;
}
.customer-service-wrap .intro {
  margin-bottom: 64px;
}
.customer-service-wrap .intro p {
  max-width: 600px;
  font-size: 16px;
}
.customer-service-wrap .pattern-copy {
  max-width: 293px;
  margin-bottom: 21px;
  font-weight: 800;
  font-family: Poppins, sans-serif;
}
.customer-service-wrap .contact-info {
  display: flex;
}
.customer-service-wrap .contact-info .contact-info-copy {
  margin-bottom: 0;
  width: calc(50% + 40px);
  border-right: 1px solid #D8D8D8;
  font-size: 16px;
  box-sizing: border-box;
  padding-right: 50px;
}
.customer-service-wrap .contact-info div {
  flex-grow: 1;
  box-sizing: border-box;
  padding-left: 20px;
}
.customer-service-wrap .contact-info div a {
  display: inline-block;
  margin-bottom: 0.8em;
  font-weight: 300;
  font-size: 16px;
  color: #2e70be;
  text-decoration: none;
}
.customer-service-wrap .contact-info div a:visited {
  color: #2e70be;
}
.customer-service-wrap .contact-info div p {
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 300;
}
.customer-service-wrap .customer-service-contacts div {
  display: inline-block;
  vertical-align: top;
}
.customer-service-wrap .customer-service-contacts div:first-of-type {
  border-right: 1px solid #D8D8D8;
  padding-right: 50px;
  margin-right: 50px;
}
.customer-service-wrap p.reminder {
  font-size: 12px;
}
.customer-service-wrap .customer-service-submit-btn {
  display: block;
  box-sizing: border-box;
  width: 260px;
  height: 51px;
  border: 0;
  margin: 42px auto 28px auto;
  background-color: #2e70be;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /*outline: none;*/
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
}
.customer-service-wrap .customer-service-submit-btn:hover {
  background-color: #2c787b;
}
.customer-service-wrap .privacy-policy-link-container {
  text-align: center;
}
.customer-service-wrap .privacy-policy-link-container a {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.customer-service-wrap .privacy-policy-link-container a:visited {
  color: #000;
}
.customer-service-wrap .privacy-policy-link-container a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 4px;
  border-style: solid;
  border-color: #000;
  border-width: 2px 2px 0 0;
  transition: transform 0.3s;
  transform: translateY(-1px) translateX(0) rotate(45deg);
}
.customer-service-wrap .privacy-policy-link-container a:hover:after {
  transform: translateY(-1px) translateX(3px) rotate(45deg);
}

@media (max-width: 1089px) {
  .customer-service-wrap .customer-service-contacts div {
    display: block;
    vertical-align: top;
  }
  .customer-service-wrap .customer-service-contacts div:first-of-type {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .customer-service-wrap {
    padding: 20px;
  }
  .customer-service-wrap .contact-info {
    display: block;
  }
  .customer-service-wrap .contact-info .contact-info-copy {
    margin-bottom: 1.6em;
    width: 100%;
    border: 0;
    padding-right: 0;
  }
  .customer-service-wrap .contact-info div {
    padding-left: 20px;
    border-left: 1px solid #D8D8D8;
  }
}
.customer-service-accordion {
  position: relative;
  margin-top: 32px;
  border-top: 1px solid #d8d8d8;
  box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
}
.customer-service-accordion a {
  color: #c2103c;
}
.customer-service-accordion li {
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.customer-service-accordion li h4 {
  cursor: pointer;
  transition: all 0.5s, background-color 0.3s;
  padding: 21px 0 21px 58px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
}
.customer-service-accordion li h4:before, .customer-service-accordion li h4:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #D8D8D8;
  top: 50%;
  left: 29px;
  opacity: 1;
}
.customer-service-accordion li h4:before {
  transition: opacity 0.5s, transform 0.3s, border-color 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  border-color: #D8D8D8;
  border-width: 0 0 0 0;
  border-style: solid;
}
.customer-service-accordion li h4:after {
  transition: opacity 0.5s, transform 0.3s, background-color 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
}
.customer-service-accordion li h4:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.customer-service-accordion li h4:hover:after {
  height: 16px;
}
.customer-service-accordion li h4:hover:before {
  background-color: transparent;
  height: 12px;
  width: 12px;
  border-width: 0 0 1px 1px;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.customer-service-accordion li p {
  height: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 0 50px 0 58px;
}
.customer-service-accordion li.measuring p {
  height: auto;
  position: absolute;
  left: -9999px;
  width: 100%;
  padding: 0 50px 21px 58px;
}
.customer-service-accordion li.active h4 {
  color: #417505;
  cursor: initial;
}
.customer-service-accordion li.active h4:before, .customer-service-accordion li.active h4:after {
  opacity: 0;
}
.customer-service-accordion li.active h4:hover {
  background-color: rgba(0, 0, 0, 0);
}
.customer-service-accordion li.active p {
  padding: 0 50px 21px 58px;
}
.customer-service-accordion li.active:before {
  opacity: 1;
  transition: opacity 0.5s;
}
.customer-service-accordion li:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/customer_service/pattern1.jpg);
  background-position: 100% 50%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s;
}
.customer-service-accordion li:nth-of-type(3n + 2).active h4 {
  color: #f82627;
}
.customer-service-accordion li:nth-of-type(3n + 2):before {
  background-image: url(../img/customer_service/pattern2.jpg);
}
.customer-service-accordion li:nth-of-type(3n + 3).active h4 {
  color: #662f10;
}
.customer-service-accordion li:nth-of-type(3n + 3):before {
  background-image: url(../img/customer_service/pattern3.jpg);
}

@media (max-width: 576px) {
  .customer-service-accordion {
    width: 100vw;
    margin-left: -20px;
    box-shadow: none;
  }
  .customer-service-accordion li h4 {
    padding-left: 20px;
    transition: padding 0.3s;
  }
  .customer-service-accordion li h4:before, .customer-service-accordion li h4:after {
    left: auto;
    right: 29px;
  }
  .customer-service-accordion li h4:before {
    transform: translateY(-50%) translateX(50%) rotate(90deg);
  }
  .customer-service-accordion li h4:after {
    transform: translateY(-50%) translateX(50%) rotate(0deg);
  }
  .customer-service-accordion li h4:hover:before {
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
  }
  .customer-service-accordion li p {
    padding-left: 40px;
  }
  .customer-service-accordion li:before {
    width: 16px;
  }
  .customer-service-accordion li.measuring p {
    padding-left: 40px;
  }
  .customer-service-accordion li.active h4, .customer-service-accordion li.active p {
    padding-left: 40px;
  }
}
/*------------------ADA Compliant faq accordion*/
.Accordion {
  margin: 0;
  padding: 0;
  /*border-top: 1px solid $ltgray;*/
  box-shadow: 0 0 28px 2px rgba(0, 0, 0, 0.1);
  /*width: 20em;*/
}
.Accordion h3 {
  transition: all 0.5s, background-color 0.3s;
  padding: 21px 0 21px 58px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0em;
}
.Accordion p {
  padding: 0 50px 0 38px;
}
.Accordion p a {
  color: #2e70be;
}
.Accordion #sect1, .Accordion #sect4, .Accordion #sect7, .Accordion #sect10 {
  background-image: url(../img/customer_service/pattern1.jpg);
  background-position: 0% 50%;
  background-size: 23px 100%;
  background-repeat: no-repeat;
}
.Accordion #sect2, .Accordion #sect5, .Accordion #sect8, .Accordion #sect11 {
  background-image: url(../img/customer_service/pattern2.jpg);
  background-position: 0% 50%;
  background-size: 23px 100%;
  background-repeat: no-repeat;
}
.Accordion #sect3, .Accordion #sect6, .Accordion #sect9, .Accordion #sect13 {
  background-image: url(../img/customer_service/pattern3.jpg);
  background-position: 0% 50%;
  background-size: 23px 100%;
  background-repeat: no-repeat;
}

.Accordion.focus {
  border-top: 1px solid #2e70be;
}

.Accordion.focus h3 {
  /*background-color: hsl(0, 0%, 97%);*/
}

.Accordion > * + * {
  /*border-top: 1px solid hsl(0, 0%, 82%);*/
}

.Accordion-trigger {
  background: none;
  color: #666666;
  display: block;
  font-size: 1rem;
  /*font-weight: normal;*/
  margin: 0;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
  width: 100%;
  font-family: Poppins, sans-serif !important;
  outline: none;
  border-top: 1px solid #CCC;
}
.Accordion-trigger:before, .Accordion-trigger:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  background-color: #D8D8D8;
  top: 50%;
  left: 29px;
  opacity: 1;
}
.Accordion-trigger:before {
  transition: opacity 0.5s, transform 0.3s, border-color 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  border-color: #D8D8D8;
  border-width: 0 0 0 0;
  border-style: solid;
}
.Accordion-trigger:after {
  transition: opacity 0.5s, transform 0.3s, background-color 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
}
.Accordion-trigger:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.Accordion-trigger:hover:after {
  height: 16px;
}
.Accordion-trigger:hover:before {
  background-color: transparent;
  height: 12px;
  width: 12px;
  border-width: 0 0 1px 1px;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.Accordion-trigger:focus,
.Accordion-trigger:hover {
  /*background: hsl(216, 94%, 94%);*/
}

.Accordion *:first-child .Accordion-trigger {
  /*border-radius: 5px 5px 0 0;*/
}

button {
  border-style: none;
}

.Accordion button::-moz-focus-inner {
  border: 0;
}

.Accordion-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  /*border-radius: 5px;*/
  padding: 0.25em 2em;
  outline: none;
}

.Accordion-trigger:focus .Accordion-title {
  outline: 1px dotted #c2103c;
}

/*.Accordion-icon {
  border: solid hsl(0, 0%, 62%);
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}

.Accordion-trigger:focus .Accordion-icon,
.Accordion-trigger:hover .Accordion-icon {
  border-color: 1px dotted $brandRed;
}

.Accordion-trigger[aria-expanded="true"] .Accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}*/
.Accordion-panel {
  margin: 0;
  padding: 1em 1.5em;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.Accordion-panel[hidden] {
  display: none;
}

.customer-info h1 {
  background-color: #CCC;
  text-align: center;
  padding: 10px;
}

.customerinfo-container #accordionGroup .plus {
  float: right;
}
.customerinfo-container #accordionGroup #sect1, .customerinfo-container #accordionGroup #sect4, .customerinfo-container #accordionGroup #sect7, .customerinfo-container #accordionGroup #sect10, .customerinfo-container #accordionGroup #sect2, .customerinfo-container #accordionGroup #sect5, .customerinfo-container #accordionGroup #sect8, .customerinfo-container #accordionGroup #sect11, .customerinfo-container #accordionGroup #sect3, .customerinfo-container #accordionGroup #sect6, .customerinfo-container #accordionGroup #sect9 {
  background-image: none;
}
.customerinfo-container #accordionGroup .Accordion-trigger {
  font-weight: bold;
}
.customerinfo-container #accordionGroup .Accordion-trigger:before, .customerinfo-container #accordionGroup .Accordion-trigger:after {
  display: none;
}
.customerinfo-container #accordionGroup .ci-list {
  padding-left: 30px;
}

@media (max-width: 576px) {
  .customerinfo-container #accordionGroup .Accordion-title {
    padding: 0px;
  }
  .customerinfo-container #accordionGroup .Accordion-panel {
    padding: 0px;
  }
}
.customer-service-form {
  /*display: grid;
     grid-template-columns: 1fr;
  grid-column-gap: 80px;
  font-size: 16px;*/
  font-weight: 300;
  margin-top: 40px;
  background-color: #fff;
  /*display: -ms-grid;
     -ms-grid-column: auto;*/
  /* contact us type radio input */
}
.customer-service-form .field-group {
  text-align: left;
  font-size: 15px;
  font-family: Poppins, sans-serif;
}
.customer-service-form .field-group legend {
  margin-bottom: 20px;
}
.customer-service-form .field-group .field {
  float: none !important;
  display: inline-block;
  width: auto;
  margin-right: 25px;
}
.customer-service-form .field-group .field input[type=radio] {
  opacity: 1;
  display: block;
  float: left;
  margin: 0;
  vertical-align: baseline;
  cursor: pointer;
  color: #5B6770;
}
.customer-service-form .field-group .field input[type=radio]:checked {
  accent-color: #5B6770;
}
.customer-service-form .field-group .field label {
  padding-left: 10px;
}
.customer-service-form .customer-service-form-col {
  /*display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(10, 60px);
  grid-auto-flow: column;
  grid-row-gap: 0;*/
  margin-bottom: 30px;
  display: block;
}
.customer-service-form .customer-service-form-col textarea {
  width: calc(50vw - 210px);
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}
.customer-service-form .customer-service-form-col:first-of-type textarea {
  /*grid-row: 7/11;*/
  width: 100%;
}
.customer-service-form .customer-service-form-col:last-of-type h6:first-of-type {
  display: block;
}
.customer-service-form .customer-service-form-col:last-of-type textarea {
  /*grid-row: 9/11;*/
  width: 100%;
}
.customer-service-form .customer-service-form-col:last-of-type {
  overflow: hidden;
  height: 0;
  transition: height 1s;
}
.customer-service-form .customer-service-form-col:last-of-type.show {
  height: 530px;
}
.customer-service-form .customer-service-form-col.hide {
  display: none;
}
.customer-service-form h6 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.customer-service-form .input-container {
  position: relative;
  z-index: 3;
  margin: 10px 0;
  padding-bottom: 20px;
}
.customer-service-form .input-container label {
  position: absolute;
  z-index: -1;
  color: #666666;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transform: translateY(0) scale(1);
  transition: transform 0.3s;
}
.customer-service-form .input-container input, .customer-service-form .input-container select {
  box-sizing: border-box;
  padding: 0 0 8px 0;
  background: 0;
  font-size: 16px;
  font-weight: 300;
  height: 30px;
  outline: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #979797;
  color: #000;
  transition: border-color 0.3s, color 0.3s;
}
.customer-service-form .input-container input:focus, .customer-service-form .input-container select:focus {
  border-color: #2e70be;
  color: #468EE5;
}
.customer-service-form .input-container input:focus + label, .customer-service-form .input-container select:focus + label {
  transform: translateY(-100%) scale(0.6);
}
.customer-service-form .input-container input.filled + label, .customer-service-form .input-container select.filled + label {
  transform: translateY(-100%) scale(0.6);
}
.customer-service-form .input-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 0.8em;
  width: 180px;
  max-width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 60%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) 6px, calc(100% - 15px) 6px, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.customer-service-form .input-container select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.customer-service-form .input-container select.select-bgc {
  width: 225px;
}
.customer-service-form .input-container input {
  display: inline-block;
  width: 100%;
}
.customer-service-form .input-container.inline {
  display: inline-block;
}
.customer-service-form textarea {
  background-color: rgba(216, 216, 216, 0.21);
  resize: none;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 1.2em 0.8em;
  border-bottom: 2px solid #979797;
  outline: 0;
}
.customer-service-form textarea::placeholder {
  color: #666666;
}
.customer-service-form textarea:focus {
  border-color: #2e70be;
  color: #468EE5;
}
.customer-service-form textarea + label {
  /*display: none;*/
}
.customer-service-form .inline-inputs {
  display: flex;
  justify-content: space-between;
}
.customer-service-form .inline-inputs .input-container:first-of-type {
  flex-grow: 1;
}
.customer-service-form .inline-inputs .input-container:first-of-type select {
  width: 100%;
}
.customer-service-form .inline-inputs .input-container:last-of-type {
  margin-left: 30px;
}
.customer-service-form .inline-inputs .input-container:last-of-type input {
  width: 80px;
}
.customer-service-form .store-state-select select {
  width: 100%;
}
.customer-service-form .show-more-btn {
  /*display: none;*/
}
.customer-service-form .show-more-btn {
  display: block;
  background: 0;
  border-color: #D8D8D8;
  border-width: 1px 0 1px 0;
  /*width: 100vw;*/
  width: 100%;
  margin-left: -20px;
  text-align: left;
  height: 64px;
  opacity: 1;
  font-weight: 300;
  color: #5B6770;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  /*outline: none;*/
  transition: height 1s, opacity 0.5s;
}
.customer-service-form .show-more-btn:before, .customer-service-form .show-more-btn:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #D8D8D8;
  top: 50%;
  left: 20px;
}
.customer-service-form .show-more-btn:before {
  transform: translateX(-50%) translateY(-50%);
}
.customer-service-form .show-more-btn:after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.customer-service-form .show-more-btn.hide {
  height: 0;
  opacity: 0;
}

@media (max-width: 576px) {
  .customer-service-form {
    display: block;
    box-sizing: border-box;
  }
  .customer-service-form .customer-service-form-col textarea {
    width: auto;
  }
  .customer-service-form .customer-service-form-col:last-of-type h6:first-of-type {
    display: flex;
  }
  .customer-service-form .show-more-btn {
    display: block;
    background: 0;
    border-color: #D8D8D8;
    border-width: 1px 0 1px 0;
    width: 100vw;
    margin-left: -20px;
    text-align: left;
    height: 64px;
    opacity: 1;
    font-weight: 300;
    color: #5B6770;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    outline: none;
    transition: height 1s, opacity 0.5s;
  }
  .customer-service-form .show-more-btn:before, .customer-service-form .show-more-btn:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #D8D8D8;
    top: 50%;
    left: 20px;
  }
  .customer-service-form .show-more-btn:before {
    transform: translateX(-50%) translateY(-50%);
  }
  .customer-service-form .show-more-btn:after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
  .customer-service-form .show-more-btn.hide {
    height: 0;
    opacity: 0;
  }
  .customer-service-form .customer-service-form-col {
    margin-bottom: 2em;
  }
  .customer-service-form .customer-service-form-col:last-of-type {
    overflow: hidden;
    height: 0;
    transition: height 1s;
  }
  .customer-service-form .customer-service-form-col:last-of-type.show {
    height: 600px;
  }
}
.about-page {
  background-color: #fff;
}

.welcome {
  padding: 50px;
}
.welcome .welcome-content {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.welcome .welcome-content h2 {
  font-size: 18px;
  font-weight: 300;
  color: #c2103c;
  line-height: 1.3888888889;
  padding-right: 50px;
  margin-bottom: 2em;
}
.welcome .welcome-content section {
  /*grid-row: 2 / 3;*/
  padding-right: 50px;
}
.welcome .welcome-content section h3 {
  font-size: 18px;
  line-height: 1.3888888889;
  margin-bottom: 0.8em;
}
.welcome .welcome-content section p {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 1.2em;
}
.welcome .welcome-content .left-col {
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;*/
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.welcome .welcome-content .link {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #c2103c;
  align-self: flex-start;
  text-decoration: none;
}
.welcome .welcome-content .link:visited {
  color: #c2103c;
}
.welcome .welcome-content .link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border-style: solid;
  border-color: #c2103c;
  border-width: 3px 3px 0 0;
  transform: translateY(-2px) translateX(0) rotate(45deg);
  transition: transform 0.3s;
}
.welcome .welcome-content .link:hover:after {
  transform: translateY(-2px) translateX(4px) rotate(45deg);
}
.welcome .depts-list-holder {
  /*grid-row: 1 / 3;
  grid-column: 3 / 4;*/
  text-align: center;
  display: inline-block;
}
.welcome .depts-list-holder h3 {
  font-size: 18px;
  line-height: 1.3888888889;
  margin-bottom: 0.8em;
  margin-left: 1em;
}
.welcome .depts-list-holder ul {
  margin-top: 6px;
  display: inline-block;
  text-align: left;
}
.welcome .depts-list-holder li {
  font-size: 22.5px;
  font-weight: 700;
  color: #666666;
  line-height: 0.79;
}
.welcome .depts-list-holder li:nth-of-type(1) {
  color: rgba(254, 9, 9, 0.75);
}
.welcome .depts-list-holder li:nth-of-type(2) {
  color: rgba(254, 9, 94, 0.75);
}
.welcome .depts-list-holder li:nth-of-type(3) {
  color: rgba(255, 10, 122, 0.75);
}
.welcome .depts-list-holder li:nth-of-type(4) {
  color: #ab4b9c;
}
.welcome .depts-list-holder li:nth-of-type(5) {
  color: rgba(165, 10, 255, 0.75);
}
.welcome .depts-list-holder li:nth-of-type(6) {
  color: rgba(121, 10, 254, 0.75);
}
.welcome .depts-list-holder li:nth-of-type(7) {
  color: rgba(67, 15, 254, 0.75);
}
.welcome .depts-list-holder li:nth-of-type(8), .welcome .depts-list-holder li:nth-of-type(9) {
  color: rgba(20, 23, 255, 0.75);
}
.welcome .depts-list-holder li:nth-of-type(10) {
  color: rgba(0, 118, 255, 0.75);
}
.welcome .depts-list-holder li:nth-of-type(11) {
  /*color: rgba(68, 189, 166,100);*/
  color: #2f8071;
}
.welcome .depts-list-holder li:nth-of-type(12) {
  /*color: rgba(85, 135, 69,100);*/
  color: #507c42;
}
.welcome .depts-list-holder li:nth-of-type(13) {
  /*color: rgba(255, 126, 0,100);*/
  color: #b45900;
}
.welcome .depts-list-holder li:nth-of-type(14), .welcome .depts-list-holder li:nth-of-type(15) {
  color: rgba(147, 99, 22, 0.75);
}
.welcome .depts-list-holder li:nth-of-type(16), .welcome .depts-list-holder li:nth-of-type(17) {
  color: #d2232a;
}
.welcome .depts-list-holder li:nth-of-type(18), .welcome .depts-list-holder li:nth-of-type(19) {
  color: rgba(122, 0, 29, 0.75);
}

@media (max-width: 992px) {
  .welcome {
    padding: 30px 25px;
  }
  .welcome .welcome-content {
    display: block;
    width: 100%;
  }
  .welcome .welcome-content .left-col {
    display: block;
    width: 100%;
  }
  .welcome .welcome-content section {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .welcome .welcome-content section h3 {
    font-size: 18px;
  }
  .welcome .depts-list-holder {
    text-align: left;
  }
  .welcome .depts-list-holder h3 {
    margin-left: 0em;
  }
  .welcome .depts-list-holder ul {
    /*display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(10, auto);
    grid-auto-flow: column;
    margin-bottom: 10px;
    margin-top: 36px;*/
    display: block;
  }
  .welcome .depts-list-holder li {
    font-size: calc((100vw - 120px) * 0.08);
  }
}
@media (max-width: 576px) {
  .welcome {
    padding: 30px 25px;
  }
  .welcome img {
    width: 100%;
    height: auto;
    max-width: 345px;
  }
  .welcome .welcome-content {
    display: block;
    width: 100%;
  }
  .welcome .welcome-content .left-col {
    display: block;
    width: 100%;
  }
  .welcome .welcome-content h6 {
    font-size: 16px;
    padding-right: 0;
  }
  .welcome .welcome-content section {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .welcome .welcome-content section h3 {
    font-size: 18px;
  }
  .welcome .depts-list-holder {
    text-align: left;
  }
  .welcome .depts-list-holder h3 {
    margin-left: 0em;
  }
  .welcome .depts-list-holder ul {
    /*display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(10, auto);
    grid-auto-flow: column;
    margin-bottom: 10px;
    margin-top: 36px;*/
    display: block;
  }
  .welcome .depts-list-holder li {
    font-size: calc((100vw - 40px) * 0.08);
  }
}
.all-stores-page {
  padding: 40px 170px 80px 170px;
}
.all-stores-page h2 {
  font-size: 30px;
  margin-bottom: 45px;
}
.all-stores-page form {
  background-color: #F2F2F2;
  width: 340px;
  padding: 24px 30px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.all-stores-page form label {
  font-size: 12px;
  color: #000;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.all-stores-page form select {
  box-sizing: border-box;
  padding: 0 0 3px 0;
  background: 0;
  font-size: 16px;
  font-weight: 300;
  height: 30px;
  outline: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #979797;
  color: #666666;
  transition: border-color 0.3s, color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 0.8em;
  width: 180px;
  max-width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 60%, transparent 50%), linear-gradient(to right, #F2F2F2, #F2F2F2);
  background-position: calc(100% - 20px) 9px, calc(100% - 15px) 9px, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.all-stores-page form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.all-stores-page form select:focus {
  border-color: #2e70be;
  color: #468EE5;
}
.all-stores-page h4 {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
}
.all-stores-page h4 span {
  color: #666666;
  font-weight: 300;
}
.all-stores-page h4:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-color: #979797;
  margin-left: 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: scaleY(1) translateY(-5px) rotate(45deg);
  transition: transform 0.3s;
}
.all-stores-page .states-list {
  position: relative;
}
.all-stores-page .states-list li {
  list-style-type: none !important;
}
.all-stores-page .states-list.filtered .state-dropdown {
  display: none;
}
.all-stores-page .states-list.filtered .state-dropdown.active, .all-stores-page .states-list.filtered .state-dropdown.measuring {
  display: block;
}
.all-stores-page .state-dropdown {
  padding-top: 46px;
}
.all-stores-page .state-dropdown.measuring .store-list {
  position: absolute;
  left: -9999px;
  width: 100%;
  height: auto;
}
.all-stores-page .state-dropdown.active .store-list {
  opacity: 1;
  transition: opacity 0.6s;
}
.all-stores-page .state-dropdown.active h4:after {
  transform: scaleY(-1) translateY(-2px) rotate(45deg);
}
.all-stores-page .store-list {
  overflow: hidden;
  height: 0;
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 62px 72px;*/
  transform-origin: 50% 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.all-stores-page .store-list li {
  width: 45%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 4em;
}
.all-stores-page .store-list li h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.all-stores-page .store-list li address, .all-stores-page .store-list li .hours {
  font-size: 12px;
  color: #5B6770;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 5px;
}
.all-stores-page .store-list li .arrow-link {
  color: #c2103c;
  font-size: 12px;
}
.all-stores-page .store-list li .arrow-link:visited {
  color: #c2103c;
}
.all-stores-page .store-list li .arrow-link:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-color: #c2103c;
  border-width: 2px 2px 0 0;
  transform: translateY(-1px) translateX(0) scaleX(0.9) rotate(45deg);
  transition: transform 0.3s;
}
.all-stores-page .store-list li .arrow-link:hover:after {
  transform: translateY(-1px) translateX(4px) scaleX(0.9) rotate(45deg);
}
.all-stores-page .store-list li:nth-of-type(1), .all-stores-page .store-list li:nth-of-type(2) {
  margin-top: 40px;
}
.all-stores-page .designations {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.all-stores-page .designations img {
  width: 28px;
  display: inline-block;
  margin-right: 8px;
}
.all-stores-page .designations p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #666666;
  font-size: 10px;
  line-height: 1.1;
  display: inline-block;
  width: auto;
}
.all-stores-page .phone-link {
  font-weight: 300;
  font-size: 12px;
  color: #2e70be;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px #2e70be dashed;
  margin-bottom: 14px;
  text-decoration: none;
}
.all-stores-page .phone-link:after {
  display: none;
}

@media (max-width: 576px) {
  .all-stores-page {
    padding: 30px 25px;
  }
  .all-stores-page form {
    width: 100%;
  }
  .all-stores-page .store-list {
    /*grid-template-columns: 1fr;*/
  }
  .all-stores-page .store-list li {
    display: block;
    width: 100%;
  }
  .all-stores-page .store-list li:nth-of-type(2) {
    margin-top: 0;
  }
}
.store-openings-page {
  padding: 40px 170px 80px 170px;
}
.store-openings-page h2 {
  font-size: 30px;
  margin-bottom: 45px;
}
.store-openings-page form {
  background-color: #F2F2F2;
  width: 340px;
  padding: 24px 30px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.store-openings-page form label {
  font-size: 12px;
  color: #000;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.store-openings-page form select {
  box-sizing: border-box;
  padding: 0 0 3px 0;
  background: 0;
  font-size: 16px;
  font-weight: 300;
  height: 30px;
  outline: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #979797;
  color: #666666;
  transition: border-color 0.3s, color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 0.8em;
  width: 180px;
  max-width: 100%;
  background-image: linear-gradient(45deg, transparent 60%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #F2F2F2, #F2F2F2);
  background-position: calc(100% - 20px) 9px, calc(100% - 15px) 9px, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.store-openings-page form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.store-openings-page form select:focus {
  border-color: #2e70be;
  color: #468EE5;
}
.store-openings-page h4 {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 24px;
}
.store-openings-page h4 span {
  color: #666666;
  font-weight: 300;
}
.store-openings-page .states-list {
  position: relative;
}
.store-openings-page .states-list li {
  list-style-type: none !important;
}
.store-openings-page .states-list.filtered .state-dropdown {
  display: none;
}
.store-openings-page .states-list.filtered .state-dropdown.active {
  display: block;
}
.store-openings-page .state-dropdown {
  padding-top: 46px;
}
.store-openings-page .store-list li {
  margin-bottom: 48px;
  list-style-type: none !important;
}
.store-openings-page .store-list li h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.store-openings-page .store-list li address, .store-openings-page .store-list li .hours {
  font-size: 12px;
  color: #5B6770;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 5px;
}
.store-openings-page .store-list li .arrow-link {
  color: #2e70be;
  font-size: 12px;
  font-weight: 300;
}
.store-openings-page .store-list li .arrow-link:visited {
  color: #2e70be;
}
.store-openings-page .store-list li .arrow-link:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-color: #2e70be;
  border-width: 1px 1px 0 0;
  transform: translateY(-1px) translateX(0) scaleX(0.9) rotate(45deg);
  transition: transform 0.3s;
}
.store-openings-page .store-list li .arrow-link:hover:after {
  transform: translateY(-1px) translateX(4px) scaleX(0.9) rotate(45deg);
}
.store-openings-page .store-list li:last-of-type {
  margin-bottom: 30px;
}
.store-openings-page .designations {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.store-openings-page .designations img {
  width: 28px;
  display: inline-block;
  margin-right: 8px;
}
.store-openings-page .designations p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #666666;
  font-size: 10px;
  line-height: 1.1;
  display: inline-block;
  width: auto;
}
.store-openings-page .phone-link {
  font-weight: 300;
  font-size: 12px;
  color: #2e70be;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px #2e70be dashed;
  margin-bottom: 14px;
  text-decoration: none;
}
.store-openings-page .phone-link:after {
  display: none;
}

@media (max-width: 576px) {
  .store-openings-page {
    padding: 30px 25px;
  }
  .store-openings-page form {
    width: 100%;
  }
}
#store-info-container {
  box-shadow: -3px 3px 18px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#store-info-container .store-info {
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
#store-info-container h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
#store-info-container .store-depts {
  display: inline-block;
  vertical-align: top;
}
#store-info-container .store-depts img {
  display: inline-block;
  vertical-align: top;
}
#store-info-container .store-depts p {
  display: inline-block;
  line-height: 1em;
  padding-right: 0.25em;
  padding-left: 0.25em;
  font-size: 13px;
}
#store-info-container .latest-finds {
  padding: 1em;
}
#store-info-container .latest-finds #goods-images img {
  padding-right: 1.55em;
}
#store-info-container .latest-finds #goods-images img:last-of-type {
  padding-right: 0em;
}
#store-info-container a {
  text-transform: uppercase;
  text-decoration: none;
}
#store-info-container .directions {
  font-weight: 700;
  color: #c2103c;
}
#store-info-container .link {
  color: #c2103c;
  align-self: flex-start;
  text-decoration: none;
  /*&:after {
  	content: '';
  	display: inline-block;
  	width: 5px;
  	height: 5px;
  	margin-left: 5px;
  	border-style: solid;
  	border-color: $brandRed;
  	border-width: 3px 3px 0 0;
  	transform: translateY(-2px) translateX(0) rotate(45deg);
  	transition: transform 0.3s;
  }*/
}
#store-info-container .link svg {
  transform: translateY(1px) translateX(0);
  transition: transform 0.3s;
}
#store-info-container .link:visited {
  color: #c2103c;
}
#store-info-container .link:hover svg {
  transform: translateY(1px) translateX(4px);
}
#store-info-container .link-before {
  align-self: flex-start;
  text-decoration: none;
}
#store-info-container .link-before a {
  color: #666666;
}
#store-info-container .link-before:visited {
  color: #666666;
}
#store-info-container .link-before:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-style: solid;
  border-color: #666666;
  border-width: 3px 3px 0 0;
  transform: translateY(-2px) translateX(0) rotate(225deg);
  transition: transform 0.3s;
}
#store-info-container .link-before:hover:before {
  transform: translateY(-2px) translateX(-4px) rotate(225deg);
}
#store-info-container #store-controls {
  border-bottom: 1px solid #ccc;
  padding: 1em;
}
#store-info-container #store-controls #return-to-listing, #store-info-container #store-controls #next-store {
  display: inline-block;
}
#store-info-container #store-controls #next-store {
  float: right;
}

@media (max-width: 576px) {
  .latest-finds #goods-images {
    text-align: center;
  }
  .latest-finds #goods-images img {
    padding-bottom: 1.55em;
  }
  .latest-finds #goods-images img:last-of-type {
    padding-right: 1.55em !important;
    padding-bottom: 0em;
  }
}
.shell-page {
  padding: 50px;
  color: #000;
  background-color: #fff;
  /*gift card page*/
  /*product info/recalls*/
  /*business gift cards/corp rewards*/
}
.shell-page .mb-15 {
  margin-bottom: 15px;
}
.shell-page h3, .shell-page h4, .shell-page h5, .shell-page h6 {
  margin-bottom: 0.8em;
}
.shell-page p {
  color: #000;
}
.shell-page .p-recall {
  line-height: 30px !important;
}
.shell-page ul {
  margin: 0.5em 2em 1em;
}
.shell-page ul li {
  list-style-type: disc;
  padding-bottom: 0.25em;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
.shell-page strong {
  font-weight: bold;
}
.shell-page a {
  color: #c2103c;
  text-decoration: underline;
}
.shell-page a:hover {
  text-decoration: none;
}
.shell-page a.optanon-show-settings {
  cursor: pointer;
}
.shell-page.virtualtour-page #vt-container-desktop {
  height: 868px;
  display: block;
  overflow: hidden;
}
.shell-page.virtualtour-page #vt-container-desktop img {
  width: 100%;
  max-width: 1280px;
  height: auto;
}
.shell-page.virtualtour-page #vt-container-mobile {
  display: none;
}
.shell-page.virtualtour-page .bottombar {
  padding: 10px;
  background-image: url(../img/360Tour/410-bottombar.jpg);
  background-color: #1755A1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-top: 1px;
}
.shell-page.terms-of-use h2, .shell-page.privacy-policy h2, .shell-page.how-we h2 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.57143;
  margin-bottom: 1.6em;
}
.shell-page .siteindex {
  line-height: 1.3em;
}
.shell-page .siteindex a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.shell-page .siteindex a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c2103c;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.shell-page .siteindex a:hover {
  color: black;
}
.shell-page .siteindex a:hover:after {
  transform: scaleX(1);
  background-color: black;
}
.shell-page .blue-btn {
  display: block;
  box-sizing: border-box;
  width: 260px;
  height: 51px;
  margin: 42px auto 28px auto;
  background-color: #2e70be;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
  padding-top: 13px;
}
.shell-page .blue-btn:hover {
  background-color: #2c787b;
}
.shell-page .gift-cards {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
        text-align: center;

        display: -ms-grid;
        -ms-grid-columns: 50% 50%;
        -ms-grid-rows: auto;

        .exceed {
            grid-column: 1 / 3;

            -ms-grid-column-span: 2;
            -ms-grid-row: 2;
            -ms-grid-column: 1;
        }

        .a {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }
        .b {
            -ms-grid-row: 1;
            -ms-grid-column: 2;
        }*/
}
.shell-page .gift-cards h2, .shell-page .gift-cards h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.2em;
}
.shell-page .gift-cards section {
  text-align: center;
}
.shell-page .gift-cards .purchase-cards {
  padding: 30px 0;
}
.shell-page .gift-cards .purchase-cards div {
  display: inline-block;
  vertical-align: top;
}
.shell-page .gift-cards .purchase-cards div:nth-of-type(2) {
  padding-top: 30px;
}
.shell-page .gift-cards .purchase-cards div img {
  max-width: 372px;
  width: 100%;
  height: auto;
}
.shell-page .gift-cards .wide {
  padding: 40px 100px 20px;
  border-top: 2px solid #ccc;
}
.shell-page .extra {
  display: inline-block;
  padding: 10px;
  width: 40%;
  vertical-align: top;
}
.shell-page .extra strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.43;
}
.shell-page .customer-service-form-col-bgc {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(10, 60px);
  grid-auto-flow: column;
  grid-row-gap: 0;
}
.shell-page .customer-service-form-col-bgc textarea {
  /*width: calc(75vw - 210px);*/
  width: 100%;
  box-sizing: border-box;
}
.shell-page input:focus, .shell-page select:focus {
  border-color: #2e70be;
  color: #468EE5;
}
.shell-page input:focus + label, .shell-page select:focus + label {
  transform: translateY(-100%) scale(0.6);
}
.shell-page input.filled + label, .shell-page select.filled + label {
  transform: translateY(-100%) scale(0.6);
}

@media (max-width: 1100px) {
  .shell-page .gift-cards .purchase-cards div:nth-of-type(2) {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .shell-page {
    padding: 30px 25px;
  }
}
@media (max-width: 786px) {
  .shell-page .gift-cards .purchase-cards div:nth-of-type(2) {
    padding-top: 0px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .shell-page {
    padding: 30px 25px;
  }
  .shell-page .gift-cards .purchase-cards {
    padding-bottom: 10px;
  }
  .shell-page .gift-cards .wide {
    padding: 40px 0px 20px;
  }
  .shell-page.virtualtour-page {
    padding: 30px 0px;
  }
  .shell-page.virtualtour-page #vt-container-desktop {
    display: none;
  }
  .shell-page.virtualtour-page #vt-container-mobile {
    display: block;
  }
  .shell-page.virtualtour-page #vt-container-mobile img {
    width: 100%;
    height: auto;
  }
  .shell-page.virtualtour-page .bottombar {
    /*margin-top: -2px;
    font-size: 14px;
    background-image: url(../img/360Tour/410-bottombar-m.jpg);
    background-size: cover;*/
    display: none;
  }
  .shell-page .customer-service-form-col-bgc {
    display: block;
    margin-bottom: 60px;
  }
  .shell-page .customer-service-form-col-bgc .input-container {
    height: 60px;
  }
}
#ftr-email-optin {
  background-image: url("/img/banners/gold-bg.png");
  padding: 30px;
  margin-bottom: 50px;
}
#ftr-email-optin .ftr-email-optin-copy {
  display: inline-block;
}
#ftr-email-optin .ftr-email-optin-copy .ftr-email-optin-hdr {
  font-weight: 800;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
#ftr-email-optin .ftr-email-optin-copy p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
#ftr-email-optin .email-signup-form {
  display: inline-block;
  float: right;
  width: 40%;
}
#ftr-email-optin .email-signup-form .row-btm {
  background-color: #FFF;
}
#ftr-email-optin .email-signup-form label {
  color: #fff;
}
#ftr-email-optin .email-signup-form .labelhack {
  margin-bottom: 10px;
  margin-top: 0px;
}
#ftr-email-optin .email-signup-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.7em;
  border: 1px solid #fff;
  outline: 0;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
  width: 90%;
  box-shadow: 0 0 #fff;
}
#ftr-email-optin .email-signup-form input:focus {
  outline: 2px solid #2e70be;
}
#ftr-email-optin .email-signup-form button {
  border: 0;
  background: 0;
  outline: 0;
  background-color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  padding: 0 0.3em;
  color: #B58C2B;
  cursor: pointer;
}
#ftr-email-optin .email-signup-form button:focus {
  outline: 1px dotted #2e70be;
}

@media (max-width: 1260px) {
  #ftr-email-optin .email-signup-form {
    width: 30%;
  }
  #ftr-email-optin .email-signup-form input {
    width: 86%;
  }
}
@media (max-width: 992px) {
  #ftr-email-optin .ftr-email-optin-copy {
    display: block;
  }
  #ftr-email-optin .email-signup-form {
    display: block;
    float: initial;
    width: 100%;
    margin-top: 20px;
  }
  #ftr-email-optin .email-signup-form input {
    width: 92%;
  }
}
@media (max-width: 576px) {
  #ftr-email-optin .email-signup-form input {
    width: 85%;
  }
}
@media (max-width: 414px) {
  #ftr-email-optin .email-signup-form input {
    width: 80%;
  }
}
#overlay-loading-indicator, #tile-loading-indicator, #sister-loading-indicator {
  display: none;
  margin-top: 10px;
  margin-left: 5px;
}

#locator-tile-loading-indicator {
  float: right;
  display: none;
  padding-top: 5px;
  padding-left: 5px;
}

#locator-page-loading-indicator {
  float: right;
  display: none;
  padding-top: 2px;
  padding-right: 5px;
}

#faq-page-loading-indicator {
  display: none;
  padding-left: 5px;
}

button.customer-service-submit-btn > span {
  vertical-align: middle;
}

#header-section {
  width: 100%;
  max-width: 80rem;
  background-color: white;
  padding: 0;
}
#header-section .container {
  display: flex;
  justify-content: center;
  max-width: 80rem;
  width: 100%;
  padding: 0;
}
#header-section .message-bar {
  background-image: url("/img/header/background-holiday.svg");
  background-size: cover;
  height: 2.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
}
#header-section .message-bar p {
  color: white;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-align: center;
  padding: 0.625rem;
}

#navbarNavAltMarkup .nav-link {
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem 0 0.9375rem;
  font-weight: 600;
  margin: 0 0.625rem;
}
#navbarNavAltMarkup .nav-link:hover {
  color: #5B6770;
  text-decoration: underline;
  text-underline-offset: 0.0625rem;
  text-underline-position: under;
}

#topnav {
  display: flex;
  justify-content: center;
  flex-flow: column;
  font-family: Poppins;
  font-weight: 400;
  color: #5B6770;
  height: auto;
  padding: 0;
}
#topnav .navbar-header {
  margin-top: 1.25rem;
  margin-bottom: 2.125rem;
}
#topnav .navbar-header img {
  width: 13.9375rem;
}
#topnav .navbar-wrap {
  margin-bottom: 0.9375rem;
}
#topnav .navbar-wrap ul.navbar-nav {
  display: flex;
  flex-flow: row;
}
#topnav .navbar-wrap ul.navbar-nav > li a.nav-links {
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem 0 0.9375rem;
  font-weight: 600;
  margin: 0 0.625rem;
}
#topnav .navbar-wrap ul.navbar-nav > li a.nav-links:hover {
  color: #5B6770;
  text-decoration: underline;
  text-underline-offset: 0.0625rem;
  text-underline-position: under;
}
#topnav .navbar-wrap ul.navbar-nav > li .menu_button button {
  color: #5B6770;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin: 0 0.625rem;
}
#topnav .navbar-wrap ul.navbar-nav > li .menu_button button:after {
  transform: unset;
  text-decoration: none;
}
#topnav .navbar-wrap ul.navbar-nav > li .menu_button button:hover {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-underline-position: under;
}
#topnav .navbar-wrap ul.navbar-nav > li .menu_button button:hover:after {
  transform: unset;
}
#topnav .navbar-wrap ul.navbar-nav > li #menu li a.nav-links {
  color: #5B6770;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem 0 0.9375rem;
  font-weight: 600;
  margin: 0 10px;
}
#topnav .navbar-wrap ul.navbar-nav > li #menu li a.nav-links:hover {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-underline-position: under;
}
#topnav .message-bar {
  max-width: 80rem;
}

#topnav-mobile {
  display: none;
}

@media (min-width: 577px) and (max-width: 992px) {
  #topnav .message-bar {
    width: 100vw;
  }
}
@media (max-width: 576px) {
  #topnav-mobile {
    display: flex;
    position: relative;
    width: 100%;
  }
  #topnav-mobile .site-title {
    width: 100%;
    height: 100%;
    margin-left: 3.125rem;
  }
  #topnav-mobile .site-title a img {
    width: 8.125rem;
    margin-left: 1.875rem;
  }
  #topnav-mobile .nav-options {
    justify-content: end;
  }

  footer .container {
    max-width: 36rem;
    padding: 1.25rem;
  }
}
#multi-banner-wrap {
  height: 3.125rem;
  max-width: 1280px;
  border-bottom: 0.125rem solid #ececec;
  background-color: white;
  padding: 0;
}
#multi-banner-wrap .multi-banner {
  width: 100%;
  margin: auto;
  padding: 0;
}
#multi-banner-wrap .multi-banner .header-banner-container {
  margin: 0;
  position: relative;
  z-index: 2;
}
#multi-banner-wrap .multi-banner .header-banner-container:after {
  clear: both;
}
#multi-banner-wrap .multi-banner .header-banner-container ul {
  width: 100%;
  padding: 0;
  list-style: none;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li {
  width: 5rem;
  height: 1.5rem;
  float: left;
  margin: 0.875rem 0.5625rem;
  text-align: center;
  display: block;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a {
  font-family: Poppins;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #5B6770;
  text-decoration: none;
  text-shadow: none;
  width: 5rem;
  display: block;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a div {
  display: none;
  position: relative;
  top: -3px;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a div:focus {
  display: block;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a img {
  width: 100%;
  height: auto;
  margin: 0;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a:hover img {
  transition: 0.1s all linear;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a:hover div {
  display: inline;
}
#multi-banner-wrap .multi-banner .header-banner-container ul li a:visited img {
  width: 100%;
  height: auto;
  margin: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.footer-banner-container {
  display: block;
  background-color: white;
  width: 100%;
  margin: 0 !important;
  padding: 0px;
  /*position: absolute;*/
  z-index: 1001;
  height: 400px;
  /*max-width: 414px;*/
  border-top: 1px solid #ccc;
}
.footer-banner-container:after {
  clear: both;
}
.footer-banner-container ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.footer-banner-container ul li {
  width: 100px;
  height: 56px;
  padding: 0;
  margin: 18px auto 18px auto;
  text-align: center;
  display: block;
}
.footer-banner-container ul li a, .footer-banner-container ul li a:hover {
  text-decoration: none;
  text-shadow: none;
  color: #999;
}
.footer-banner-container ul li a img, .footer-banner-container ul li a:hover img {
  width: 100%;
  height: 100%;
}
.footer-banner-container ul li a dev {
  font-family: Sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #999;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0;
  text-decoration: none;
  position: relative;
  top: -12px;
}
.footer-banner-container .navbar {
  position: relative;
  margin-top: 400px;
}

@media screen and (max-width: 500px) {
  #multi-header {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .footer-banner-container {
    display: none;
  }
}
div > background-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

#carousel-section {
  display: block;
  width: 100%;
  position: relative;
  z-index: 90;
}
#carousel-section .container-fluid {
  padding: 0;
}
#carousel-section #carousel .carousel-inner {
  height: 32.375rem;
}
#carousel-section #carousel .carousel-inner .carousel-item {
  height: inherit;
}
#carousel-section #carousel .carousel-inner .carousel-item .slide-container {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 66%;
}
#carousel-section #carousel .carousel-inner .carousel-item:nth-of-type(1) .slide-container {
  background-image: url(/img/heros/hero1.jpg);
  background-position: top;
}
#carousel-section #carousel .carousel-inner .carousel-item:nth-of-type(2) .slide-container {
  background-image: url(/img/heros/hero2-text.png);
  background-position: top;
}
#carousel-section .carousel-control-prev, #carousel-section .carousel-control-next {
  width: 5%;
  margin: 0.5rem;
}
#carousel-section .carousel-control-prev-icon {
  background-image: url(/img/heros/prev-arrow.svg);
  height: 6.25rem;
}
#carousel-section .carousel-control-next-icon {
  background-image: url(/img/heros/next-arrow.svg);
  height: 6.25rem;
}
#carousel-section .ctas {
  position: relative;
}
#carousel-section .ctas .tjmlink {
  position: absolute;
  top: 16.875rem;
  left: 11.25rem;
  width: 13.75rem;
  height: 5rem;
  cursor: pointer;
}
#carousel-section .ctas .marlink {
  position: absolute;
  top: 16.875rem;
  left: 26.25rem;
  width: 13.75rem;
  height: 5rem;
  cursor: pointer;
}

/*
#hero-slider {
    padding: 0;
    max-width: PxToRem(1280);

    .container {
        padding: 0;
    }
}

#hgcarousel {

    .carousel {
        position: relative;
        z-index: 90;
    }

    .ctas {
        position: relative;
        //background-image: url(/img/heros/hero2-text.jpg);
        //background-size: cover;

        .hglink {
            position: absolute;
            top: 380px;
            left: 80px;
            width: 180px;
            height: 80px;
            cursor: pointer;
            //border: 1px solid #999;
        }

        .tjmlink {
            position: absolute;
            top: 380px;
            left: 300px;
            width: 160px;
            height: 80px;
            cursor: pointer;
            //border: 1px solid #999;
        }

        .marlink {
            position: absolute;
            top: 380px;
            left: 500px;
            width: 160px;
            height: 80px;
            cursor: pointer;
            //border: 1px solid #999;
        }
    }
}
*/
@media (min-width: 577px) and (max-width: 992px) {
  #carousel-section #carousel .carousel-inner {
    height: 19.4375rem;
  }
  #carousel-section .carousel-control-prev-icon, #carousel-section .carousel-control-next-icon {
    height: 3.125rem;
  }
}
@media (max-width: 576px) {
  /*
  #hgcarousel {
      .carousel-control-prev-icon, .carousel-control-next-icon {
          position: relative;
          top: PxToRem(300);
      }

      .carousel-inner {
          height: 660px;
      }
  }
  */
  #carousel-section #carousel .carousel-inner {
    height: 32.375rem;
  }
  #carousel-section #carousel .carousel-inner .carousel-item .slide-container {
    position: relative;
    height: 32.375rem;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #carousel-section #carousel .carousel-inner .carousel-item:nth-of-type(1) .slide-container {
    background-image: url(/img/heros/hero1-text-m.png);
    background-position: top;
  }
  #carousel-section #carousel .carousel-inner .carousel-item:nth-of-type(2) .slide-container {
    background-image: url(/img/heros/hero2-text-m.png);
    background-position: top;
  }
  #carousel-section .carousel-control-prev-icon, #carousel-section .carousel-control-next-icon {
    height: 3.125rem;
  }
  #carousel-section .ctas .tjmlink {
    position: absolute;
    top: 9.375rem;
    left: 6.25rem;
    width: 10rem;
    height: 3.75rem;
    cursor: pointer;
  }
  #carousel-section .ctas .marlink {
    position: absolute;
    top: 13.125rem;
    left: 6.25rem;
    width: 10rem;
    height: 3.75rem;
    cursor: pointer;
  }
}
#introduction {
  padding: 0;
  max-width: 80rem;
}

#banner {
  padding: 0;
  max-width: 80rem;
}

#grid {
  padding: 0;
  display: flex;
  flex-direction: row;
  max-width: 80rem;
}
#grid .row {
  margin: 0;
  flex-wrap: nowrap;
}
#grid .col {
  margin-right: 2.3125rem;
  margin-left: 0;
  padding: 0;
}
#grid .col:last-child {
  margin: 0;
}
#grid h3 {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #5B6770;
  font-weight: 500;
  margin-top: 0.625rem;
}
#grid a {
  color: #2c787b;
  text-decoration: none;
}
#grid p {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #007681;
  text-align: left;
  flex-wrap: nowrap;
}
#grid img {
  max-width: 292px;
}

@media (max-width: 576px) {
  #hero-slider {
    display: none;
  }

  #grid {
    display: flex;
    flex-direction: column;
  }
  #grid .row {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  #grid .col {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  #grid img {
    max-width: unset;
  }
}
#cta .cta-tile {
  box-sizing: border-box;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*max-width: 490px;*/
  width: 39.0625rem;
  height: 32.5rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
#cta .cta-tile:nth-of-type(1) {
  background-image: url(/img/tiles/tile-giftbig.png);
  background-size: cover;
  margin-right: 1.875rem;
}
#cta .cta-tile:nth-of-type(2) {
  background-image: url(/img/tiles/tile-winedine.png);
  background-size: cover;
  margin-right: unset;
}
#cta .cta-tile:nth-of-type(3) {
  background-image: url(/img/tiles/tile-gold.png);
  background-size: cover;
  margin-right: 1.875rem;
}
#cta .cta-tile:nth-of-type(4) {
  background-image: url(/img/tiles/tile-red.png);
  background-size: cover;
  margin-right: unset;
}
#cta .giftcard-promo .header {
  width: 9.375rem;
  color: white;
  font-weight: 600;
}
#cta .entertaining .header {
  width: 12.5rem;
  color: white;
  font-weight: 600;
}
#cta .email-signup {
  text-align: center;
}
#cta .email-signup .header {
  margin: 0 auto;
  color: white;
  font-weight: 600;
}
#cta .email-signup .header sup {
  font-size: 0.625rem;
}
#cta .email-signup .email-signup-form {
  color: black;
  font-weight: 600;
  margin: 100px 30px;
  text-align: left;
}
#cta .email-signup .email-signup-form .row-top {
  display: flex;
  font-size: 16px;
  /*input {
  	&:first-of-type {
  		width: 70%;
  	}

  	&:last-of-type {
  		width: calc(30% - 25px);
  		margin-left: 25px;
  	}

  }*/
}
#cta .email-signup .email-signup-form .row-top .col-a {
  width: 70%;
}
#cta .email-signup .email-signup-form .row-top .col-b {
  width: 30%;
  margin-left: 25px;
}
#cta .email-signup .email-signup-form .row-top .first-name {
  width: 100%;
}
#cta .email-signup .email-signup-form .row-top .zip {
  width: 100%;
}
#cta .email-signup .email-signup-form .row-top input + label {
  display: block;
  margin-bottom: 0.3125rem;
}
#cta .email-signup .email-signup-form .row-btm {
  display: flex;
  font-size: 12px;
  /*margin-top: 20px;*/
}
#cta .email-signup .email-signup-form .row-btm input {
  width: 100%;
}
#cta .email-signup .email-signup-form input {
  padding: 0.7em;
  border: 1px solid #5B6770;
  outline: 0;
  color: black;
  font-size: 14px;
  box-sizing: border-box;
}
#cta .email-signup .email-signup-form input::placeholder {
  color: #5B6770;
}
#cta .email-signup .email-signup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5B6770;
  opacity: 1;
}
#cta .email-signup .email-signup-form input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #5B6770;
  opacity: 1;
}
#cta .email-signup .email-signup-form input + label {
  /*display: none;*/
}
#cta .email-signup .email-signup-form input:focus {
  outline: 2px solid #2e70be;
}
#cta .email-signup .email-signup-form button {
  border: 0;
  background: 0;
  outline: 0;
  background-color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  padding: 0 0.3em;
  color: #B58C2B;
  cursor: pointer;
}
#cta .email-signup .email-signup-form button:focus {
  outline: 1px dotted #2e70be;
}
#cta .email-signup .mice-type {
  color: #5B6770;
  font-weight: 600;
}
#cta .email-signup .mice-type a {
  color: #5B6770;
}
#cta .email-signup .mice-type a:hover {
  text-decoration: none;
}
#cta .tjx-rewards {
  text-align: center;
}
#cta .tjx-rewards h2 sup {
  font-size: 1.4375rem;
}
#cta .tjx-rewards .header {
  width: 11.25rem;
  margin: 0 auto;
  color: white;
  font-weight: 600;
}
#cta .tjx-rewards .header sup {
  font-size: 1.4375rem;
}
#cta .tjx-rewards .content {
  margin: 6.25rem 1.875rem 3.125rem 1.875rem;
  color: #5B6770;
  font-weight: 700;
  font-size: 1rem;
}
#cta .tjx-rewards .links {
  margin-top: 10px;
  text-align: center;
}
#cta .tjx-rewards .arrow-link {
  display: flex;
  flex-wrap: nowrap;
  color: #007681;
  justify-content: center;
  vertical-align: text-bottom;
  font-size: 1rem;
}
#cta .tjx-rewards .arrow-link:after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  margin-left: 0.25rem;
  border-color: #007681;
  border-style: solid;
  border-width: 0.1875rem 0.1875rem 0 0;
  transition: transform 0.3s;
  transform: translateX(0) rotate(45deg);
  margin-top: 0.375rem;
}
#cta .tjx-rewards .arrow-link:hover:after {
  transform: translateX(4px) rotate(45deg);
}
#cta .tjx-rewards .mice-type {
  font-size: 0.875rem;
  padding-top: 1rem;
  color: #5B6770;
  font-weight: 600;
  margin: 0 2.5rem;
}
#cta .tjx-rewards .mice-type a {
  color: #5B6770;
}
#cta .tjx-rewards .mice-type a:hover {
  text-decoration: none;
}

@media (min-width: 577px) and (max-width: 992px) {
  #grid h3 {
    font-size: 0.75rem;
  }
  #grid p {
    font-size: 0.625rem;
  }

  #cta .row {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  #cta .row .cta-tile {
    margin: 1.25rem auto;
  }
  #cta .row .tjx-rewards .links {
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 576px) {
  #cta .cta-tile:nth-of-type(1) {
    background-image: url(/img/tiles/tile-giftbig-m.png);
    background-size: cover;
    margin-right: 1.875rem;
  }
  #cta .cta-tile:nth-of-type(2) {
    background-image: url(/img/tiles/tile-winedine-m.png);
    background-size: cover;
    margin-right: unset;
  }
  #cta .cta-tile:nth-of-type(3) {
    background-image: url(/img/tiles/tile-gold-m.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1.25rem 1.25rem 0 1.25rem !important;
    margin: auto;
    margin-bottom: 20px;
    height: auto;
  }
  #cta .cta-tile:nth-of-type(4) {
    background-image: url(/img/tiles/tile-red-m.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1.25rem 1.25rem 0 1.25rem !important;
    margin: auto;
    margin-bottom: 20px;
    height: auto;
  }
  #cta .giftcard-promo h2 {
    font-size: 1.25rem;
  }
  #cta .giftcard-promo .header {
    width: 9.375rem;
    color: white;
    font-weight: 600;
  }
  #cta .entertaining h2 {
    font-size: 1.25rem;
  }
  #cta .entertaining .header {
    width: 12.5rem;
    color: white;
    font-weight: 600;
  }
  #cta .email-signup {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 2px solid #B58C2B;
  }
  #cta .email-signup h2 {
    font-size: 1.5rem;
  }
  #cta #email_signup_form {
    margin: 3.75rem 1.25rem;
  }
  #cta .tjx-rewards {
    margin-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 2px solid #c2103c;
  }
  #cta .tjx-rewards h2 {
    font-size: 1.5rem;
  }
  #cta .tjx-rewards .content {
    margin: 2.5rem auto;
    font-size: 0.875rem;
  }
}
#promotion {
  padding: 0;
  max-width: 80rem;
  margin-bottom: 1.875rem;
}

/*# sourceMappingURL=styles.css.map */
