/* 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, em, 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: 1500px;
  /*max-width: 1024px;*/
  width: 100%;
  background-color: #FFF; }
  body.overlay-open {
    overflow: hidden; }

a:focus {
  outline: 2px solid #2e70be; }

main {
  background-color: #fff; }

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11; }

h2 {
  font-weight: 700;
  font-size: 36px;
  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: calc(22/14);
  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; }

.no-btm-margin {
  margin-bottom: 8px !important; }

.skiplink {
  position: absolute;
  left: -10000px; }
  .skiplink:focus {
    position: relative;
    left: 0; }

@media (max-width: 600px) {
  hr {
    height: 1px; }

  .breadcrumb-link {
    padding: 10px 0 0 20px; } }
header {
  color: #000;
  background-color: #fff;
  /*width: 100vw;*/ }
  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%; }
  header nav {
    position: relative;
    height: 103px;
    box-sizing: border-box;
    /*border-bottom: 1px solid #CCCCCC;*/
    padding: 0 23px;
    display: flex;
    z-index: 1;
    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 .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 {
        display: none;
        height: 100%;
        font-size: 10px;
        margin-right: 24px;
        line-height: 1.2;
        height: 100%;
        text-align: center;
        color: #c2103c;
        align-items: center;
        justify-content: center;
        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 .hamburger {
      position: relative;
      display: none;
      align-items: center;
      margin-right: 30px;
      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; }
  .alert-bar-virus p {
    padding: 0px;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .alert-bar-virus .cta {
    padding: 10px;
    /*max-width: 380px;*/
    width: 40%;
    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: 18px;
        font-weight: 600; }
        .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: 600px) {
  .alert-bar-virus {
    padding-bottom: 0px; }
    .alert-bar-virus .cta {
      width: 39%; }
      .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 .member-sites {
    display: none; }
  header nav {
    height: 77px;
    justify-content: left;
    padding: 0 0 0 20px;
    align-items: flex-start; }
    header nav .nav-options {
      position: absolute;
      align-items: center; }
      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: calc(100vh - 39px);
      width: 300px;
      position: absolute;
      background-color: #fff;
      right: 0;
      top: 0;
      transform: translateX(100%);
      transition: transform 0.5s; }
      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: 210px; }
      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: 0px;
          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: 260px; }
      header nav .menu-app-callout h4 {
        color: #000;
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 1.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; }
    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: #c2103c;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  background-color: #fff; }
  .menu_button button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #c2103c;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.3s; }
  .menu_button button:hover {
    color: black; }
    .menu_button button:hover: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: #c2103c; }

/* focus and hover styling */
a[role="button"]:focus,
a[role="button"]:hover {
  border: 2px solid #2e70be;
  background-color: #fff; }

ul[role="menu"] a[role="menuitem"]:focus,
ul[role="menu"] a[role="menuitem"]:hover {
  background-color: #fff;
  color: #000; }

footer {
  /*border-top: 1px solid #ccc;*/
  padding: 50px 20px 0 20px;
  background-color: #fff; }
  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;
    margin-top: 4em;
    -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; }

@keyframes stickyBtnEnter {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@media (max-width: 600px) {
  footer {
    padding-top: 0; }
    footer .site-map {
      display: block; }
    footer .footer-hdr {
      margin-top: 1em;
      margin-bottom: 0em; }
    footer .legal {
      margin-top: 3em; }
    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: calc(20/18);
      -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: #303030; }
      .email-overlay .email-signup-form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #303030;
        opacity: 1; }
      .email-overlay .email-signup-form input:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #303030;
        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: 1024px) {
  .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: 600px) {
  .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; }

.image-hp {
  display: block;
  margin-bottom: -4px; }
  .image-hp img {
    width: 100%; }

.introduction {
  background-image: url(../img/heros/394-hero.jpg);
  background-repeat: no-repeat;
  background-color: #0c2530;
  background-position: 30% top;
  background-size: cover;
  position: relative;
  height: 600px;
  display: none; }
  .introduction .introduction-copy {
    padding: 0 0 0px 0px;
    /*width: 725px;*/
    max-width: 1500px;
    min-width: 725px;
    width: 100%; }
    .introduction .introduction-copy .intro-copy-1 {
      display: inline-block;
      width: 540px;
      height: 480px;
      vertical-align: top;
      padding: 120px 0 0 100px;
      background-image: url(../img/heros/394-hero-flag.png);
      background-repeat: no-repeat; }
      .introduction .introduction-copy .intro-copy-1 h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 65px;
        font-weight: 800;
        line-height: 69px;
        margin-bottom: 6px; }
      .introduction .introduction-copy .intro-copy-1 p {
        color: #FFF;
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
        width: 400px; }
      .introduction .introduction-copy .intro-copy-1 a {
        color: #fff;
        background-color: #a93342;
        background-image: url(../../img/heros/391-hero-btn.jpg);
        padding: 10px 15px 10px 25px;
        width: 162px;
        margin-top: 18px;
        letter-spacing: 1px; }
        .introduction .introduction-copy .intro-copy-1 a:hover {
          text-decoration: none; }
  .introduction .error-copy {
    height: 16px;
    margin-top: 5px;
    color: #FFF; }
  .introduction .pattern-copy {
    font-weight: 800;
    font-family: Poppins, sans-serif;
    width: 100%; }
    .introduction .pattern-copy.copy1 {
      display: none;
      max-width: 258px;
      margin-bottom: 16px; }
    .introduction .pattern-copy.copy2 {
      max-width: 320px;
      padding-top: 20px;
      margin-bottom: 1px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .introduction .pattern-copy.copy2.copy2 {
          padding-top: 0px; } }
  .introduction .location-form {
    border: 1px solid #303030;
    padding: 0 10px;
    width: 220px;
    vertical-align: top;
    margin-top: 40px;
    margin-left: 10px; }
    .introduction .location-form input[type="text"] {
      padding: 0.5em 0;
      width: 180px;
      color: #303030;
      font-size: 14px; }
      .introduction .location-form input[type="text"]::-webkit-input-placeholder {
        /* Chrome */
        color: #303030; }
      .introduction .location-form input[type="text"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #303030; }
      .introduction .location-form input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #303030; }
      .introduction .location-form input[type="text"]:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #303030; }
      .introduction .location-form input[type="text"] + label {
        display: none; }
      .introduction .location-form input[type="text"]:focus {
        outline: 2px solid #2e70be; }
    .introduction .location-form .location-submit-btn {
      color: #c2103c;
      float: right;
      height: 30px; }
  .introduction .scroll-down-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    .introduction .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 {
  text-align: center;
  background-image: url(../img/heros/391-locator-bg.jpg);
  background-color: #303030;
  height: 78px;
  padding-top: 22px; }
  .go-finding-container .go-finding-copy-container {
    width: 100%; }
    .go-finding-container .go-finding-copy-container img {
      width: 100%;
      max-width: 791px;
      height: auto; }
  .go-finding-container h2 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 45px;
    padding-right: 30px; }
    .go-finding-container h2 img {
      max-width: 296px;
      width: 100%;
      height: auto; }
    .go-finding-container h2.m-go-finding-hdr {
      display: none; }
  .go-finding-container .location-form {
    border: 2px solid #FFF;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0 10px;
    width: 270px;
    vertical-align: top;
    margin-top: 10px;
    /*margin-left: 10px;*/ }
    .go-finding-container .location-form input[type="text"] {
      padding: 0.5em 0;
      width: 230px;
      color: #4c123f;
      font-size: 14px;
      font-weight: 600; }
      .go-finding-container .location-form input[type="text"]::-webkit-input-placeholder {
        /* Chrome */
        color: #4c123f; }
      .go-finding-container .location-form input[type="text"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #4c123f; }
      .go-finding-container .location-form input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #4c123f; }
      .go-finding-container .location-form input[type="text"]:-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #4c123f; }
      .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: #4c123f;
      float: right;
      height: 30px; }

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: #4c123f;
    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: 1500px;
  width: 100%; }
  .image-grid .card {
    max-width: 350px;
    width: 24%;
    display: inline-block;
    /*margin: 0 5px;*/
    margin-right: 29px;
    vertical-align: top; }
    .image-grid .card:last-of-type {
      margin-right: 0px; }
    .image-grid .card h3 {
      font-size: 18px;
      text-transform: uppercase;
      color: #666666;
      font-weight: 500; }
    .image-grid .card a {
      color: #4c123f;
      text-decoration: none; }
    .image-grid .card p {
      font-weight: 600;
      font-size: 16px; }
    .image-grid .card img {
      max-width: 350px;
      width: 100%;
      height: auto;
      padding-bottom: 10px; }

.mobile-introduction {
  display: none;
  margin-top: 5px; }
  .mobile-introduction .m-intro-image {
    background-image: url(../img/heros/394-hero-m.jpg);
    background-repeat: no-repeat;
    height: 545px;
    background-position: 50%;
    margin: 0;
    background-size: cover; }
  .mobile-introduction .m-intro-360-cta {
    margin: auto;
    text-align: center; }
    .mobile-introduction .m-intro-360-cta img {
      width: 100%; }
  .mobile-introduction .m-intro-hero {
    background-image: url(../img/heros/391-hero-flag-m.jpg);
    width: 100%;
    /*max-width: 326px;*/
    margin: 0 auto 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 180px;
    /*position: relative;
    top: 26px;*/ }
    .mobile-introduction .m-intro-hero .m-intro-copy {
      padding-top: 25px;
      width: 100%;
      margin: 0 auto;
      max-width: 325px; }
      .mobile-introduction .m-intro-hero .m-intro-copy h3 {
        margin-bottom: 5px;
        color: #fff;
        text-transform: uppercase;
        font-size: 44px;
        line-height: 34px; }
        .mobile-introduction .m-intro-hero .m-intro-copy h3 img {
          max-width: 323px;
          width: 100%;
          height: auto; }
        .mobile-introduction .m-intro-hero .m-intro-copy h3 .bigger {
          font-size: 49px; }
      .mobile-introduction .m-intro-hero .m-intro-copy p {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        line-height: 34px; }
  .mobile-introduction .card {
    margin: 0 auto;
    max-width: 326px;
    width: 100%; }
    .mobile-introduction .card h3 {
      font-size: 18px;
      text-transform: uppercase;
      color: #666666;
      font-weight: 500; }
    .mobile-introduction .card a {
      color: #4c123f;
      font-weight: 600;
      font-size: 16px; }

@media (max-width: 1500px) {
  .image-grid {
    padding-left: 30px;
    max-width: 1430px; }
    .image-grid .card {
      margin-right: 30px;
      width: 23%; } }
@media (max-width: 1024px) {
  .introduction {
    background-position: 31% top; }

  .image-grid {
    padding-left: 30px;
    max-width: 970px; }
    .image-grid .card {
      width: 22%; }

  .go-finding-container {
    height: 108px; }
    .go-finding-container h2 {
      font-size: 46px; }
      .go-finding-container h2 img {
        width: 185px; } }
@media (max-width: 800px) {
  .introduction {
    background-position: 44% top; }
    .introduction .introduction-copy {
      width: 70%; }
      .introduction .introduction-copy .intro-copy-1 {
        padding: 80px 0 0 30px;
        background-position: 180%; }

  .go-finding-container {
    height: 125px; }

  .image-grid {
    padding-left: 0px;
    margin-left: 10%;
    width: 670px; }
    .image-grid .card {
      width: 45%; } }
@media (max-width: 600px) {
  .image-hp {
    display: none; }

  .mobile-introduction {
    display: block; }
    .mobile-introduction .m-intro-image {
      height: 495px;
      overflow: hidden; }

  .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/heros/394-locator-bg-m.jpg);
    height: 270px;
    padding-top: 30px;
    background-size: cover; }
    .go-finding-container .location-form {
      width: 260px; }
      .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 {
      max-width: 364px;
      width: 100%;
      text-align: left;
      margin: 0 auto; }
    .go-finding-container .m-go-finding-img {
      display: none; }
    .go-finding-container h2 {
      display: inline-block;
      padding: 0 12px;
      text-align: left; }
      .go-finding-container h2.m-go-finding-hdr {
        display: block;
        margin-top: 25px;
        padding: 0px;
        /*font-size: 37px;
        letter-spacing: 3px;
        line-height: 34px;*/ }
        .go-finding-container h2.m-go-finding-hdr img {
          max-width: 364px;
          width: 100%;
          height: auto; }

  .introduction {
    display: none;
    padding: 0;
    background-position: 7% top;
    background-size: 1080px auto;
    height: auto; } }
@media (max-width: 400px) {
  .introduction {
    display: none; }

  .mobile-introduction {
    display: block; }
    .mobile-introduction .m-intro-image {
      height: 385px;
      overflow: hidden; } }
.explore-the-goods {
  background-color: #FFF;
  /*height: 648px;*/
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  display: -ms-grid;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto; }
  .explore-the-goods .explore-copy {
    /*padding: 46px 105px 0 105px;*/
    padding: 105px 105px 0;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1; }
    .explore-the-goods .explore-copy .pattern-copy {
      font-weight: 800;
      font-family: Poppins, sans-serif;
      margin-bottom: 10px;
      width: 100%;
      max-width: 298px; }
    .explore-the-goods .explore-copy p:first-of-type {
      font-size: 18px;
      color: #303030;
      margin-bottom: 14px;
      font-weight: 300;
      line-height: 1.38889; }
    .explore-the-goods .explore-copy p {
      font-size: 14px;
      color: #303030;
      margin-bottom: 24px;
      line-height: 1.42857; }
    .explore-the-goods .explore-copy .explore-copy-wrapper {
      background-color: #FFF;
      display: grid;
      display: -ms-grid;
      -ms-grid-columns: 100%;
      -ms-grid-rows: auto;
      -ms-grid-row-span: 4; }
      .explore-the-goods .explore-copy .explore-copy-wrapper .a {
        grid-columns: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1; }
      .explore-the-goods .explore-copy .explore-copy-wrapper .b {
        grid-column: 1;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1; }
      .explore-the-goods .explore-copy .explore-copy-wrapper .c {
        grid-column: 1;
        grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1; }
      .explore-the-goods .explore-copy .explore-copy-wrapper .d {
        grid-column: 1;
        grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1; }
      .explore-the-goods .explore-copy .explore-copy-wrapper .cheat-block {
        height: 200px; }
  .explore-the-goods .explore-app-callout {
    display: flex;
    		/*.explore-app-callout-wrapper {
    			display: -ms-grid;
    			-ms-grid-columns: 20% 80%;
    			-ms-grid-rows: auto;
    
    			.phone-icon {
    				-ms-grid-column: 1;
    				-ms-grid-row: 1;
    				-ms-grid-row-span: 2;
    			}
    
    		}*/ }
    .explore-the-goods .explore-app-callout .app-links {
      padding-left: 16px;
      box-sizing: border-box; }
      .explore-the-goods .explore-app-callout .app-links a {
        font-size: 16px;
        color: #c2103c;
        line-height: 1.2;
        margin-bottom: 0.9em;
        display: flex;
        text-decoration: none;
        align-items: center;
        font-weight: 700; }
        .explore-the-goods .explore-app-callout .app-links a:visited {
          color: #c2103c; }
        .explore-the-goods .explore-app-callout .app-links a:after {
          content: '';
          display: block;
          width: 6px;
          height: 6px;
          margin-left: 4px;
          border-color: #c2103c;
          border-style: solid;
          border-width: 3px 3px 0 0;
          transition: transform 0.3s;
          transform: translateX(0) rotate(45deg); }
        .explore-the-goods .explore-app-callout .app-links a.no-arrow:after {
          content: none; }
        .explore-the-goods .explore-app-callout .app-links a.no-arrow img {
          max-width: 180px;
          padding-right: 20px; }
        .explore-the-goods .explore-app-callout .app-links a:hover:after {
          transform: translateX(4px) rotate(45deg); }
      .explore-the-goods .explore-app-callout .app-links ul {
        display: flex;
        justify-content: space-between; }
        .explore-the-goods .explore-app-callout .app-links ul li {
          width: 47%; }
          .explore-the-goods .explore-app-callout .app-links ul li img {
            width: 100%; }
  .explore-the-goods .explore-carousel {
    overflow: hidden;
    position: relative;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row-span: 6; }
    .explore-the-goods .explore-carousel .explore-slides {
      width: 115%;
      display: grid;
      position: relative;
      grid-template-columns: repeat(4, 1fr);
      display: -ms-grid;
      -ms-grid-columns: 25% 25% 25% 25%;
      /*-ms-grid-rows: auto;
      -ms-grid-row-span: 4;*/ }
      .explore-the-goods .explore-carousel .explore-slides:after {
        content: '';
        position: absolute;
        width: 30%;
        height: 200%;
        /*height: 810px;*/
        right: 0;
        top: 0;
        background-image: linear-gradient(90deg, transparent, black); }
      .explore-the-goods .explore-carousel .explore-slides .a {
        grid-column: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1; }
      .explore-the-goods .explore-carousel .explore-slides .b {
        grid-column: 2;
        grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-row: 1; }
      .explore-the-goods .explore-carousel .explore-slides .c {
        grid-column: 3;
        grid-row: 1;
        -ms-grid-column: 3;
        -ms-grid-row: 1; }
      .explore-the-goods .explore-carousel .explore-slides .d {
        grid-column: 4;
        grid-row: 1;
        -ms-grid-column: 4;
        -ms-grid-row: 1; }
    .explore-the-goods .explore-carousel .explore-slide-container {
      position: relative; }
    .explore-the-goods .explore-carousel .explore-slide {
      display: flex;
      flex-direction: column;
      position: relative;
      top: 0;
      width: 100%; }
      .explore-the-goods .explore-carousel .explore-slide.entering {
        position: absolute; }
    .explore-the-goods .explore-carousel img {
      width: 100%;
      height: auto;
      /*max-width: 147px;*/ }
    .explore-the-goods .explore-carousel .arrow {
      position: absolute;
      top: 50%;
      right: 28px;
      transform: translateY(-50%) translateX(0);
      background: 0;
      border: 0;
      padding: 0;
      width: 18px;
      height: 30px;
      cursor: pointer;
      transition: transform 0.3s;
      outline: 0;
      font-size: 0px; }
      .explore-the-goods .explore-carousel .arrow:after {
        content: '';
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
        right: 4px;
        top: 50%;
        border-color: #fff;
        border-style: solid;
        border-width: 4px 4px 0 0;
        transform: translateY(-50%) rotate(45deg); }
      .explore-the-goods .explore-carousel .arrow:hover {
        transform: translateY(-50%) translateX(4px); }

@media (max-width: 1600px) {
  .explore-the-goods {
    /*height: 400px;*/
    /*border: 1px solid pink;*/ }
    .explore-the-goods .explore-copy-wrapper .cheat-block {
      display: none; } }
@media (max-width: 1024px) {
  .explore-the-goods {
    /*height: 300px;*/
    /*border: 1px solid orange;*/ }
    .explore-the-goods .explore-copy {
      padding: 25px 20px; }
    .explore-the-goods .explore-carousel {
      overflow: hidden;
      position: relative; }
      .explore-the-goods .explore-carousel .explore-slides {
        width: 140.625%;
        display: grid;
        position: relative;
        grid-template-columns: repeat(3, 1fr); }
        .explore-the-goods .explore-carousel .explore-slides .explore-slide-container:last-of-type {
          display: none; }
        .explore-the-goods .explore-carousel .explore-slides:after {
          content: '';
          position: absolute;
          width: 50%;
          height: 100%;
          right: 0;
          top: 0;
          background-image: linear-gradient(90deg, transparent, black); } }
@media (max-width: 600px) {
  .explore-the-goods {
    display: block; }
    .explore-the-goods .explore-copy {
      padding: 60px 25px; }
      .explore-the-goods .explore-copy .explore-copy-title {
        margin-bottom: 20px; }
      .explore-the-goods .explore-copy .explore-copy-wrapper img {
        width: 100%;
        height: auto;
        max-width: 301px; }
      .explore-the-goods .explore-copy h5 {
        margin-bottom: 26px; }
      .explore-the-goods .explore-copy p {
        margin-bottom: 34px; }
    .explore-the-goods .explore-app-callout .app-links {
      padding: 0; }
      .explore-the-goods .explore-app-callout .app-links h4 {
        margin-bottom: 18px; }
    .explore-the-goods .explore-app-callout .phone-icon {
      display: none; }
    .explore-the-goods .explore-carousel .explore-slides {
      grid-template-columns: auto auto auto auto; }
    .explore-the-goods .explore-carousel .arrow {
      right: 6.5vw; }
      .explore-the-goods .explore-carousel .arrow:hover {
        transform: translateY(-50%) translateX(0); } }
.blog-callout {
  background-color: #FFF;
  display: grid;
  grid-template-columns: 50% 50%;
  display: -ms-grid;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto; }
  .blog-callout .in-site-link {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: color 0.3s;
    color: #c2103c;
    line-height: 1.33; }
    .blog-callout .in-site-link:visited {
      color: #c2103c; }
    .blog-callout .in-site-link:after {
      content: '';
      display: inline-block;
      height: 5px;
      width: 5px;
      border-color: #c2103c;
      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; }
    .blog-callout .in-site-link:hover:after {
      transform: translateY(-50%) translateX(4px) rotate(-45deg); }
  .blog-callout .blog-cta {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 105px;
    -ms-grid-column: 2;
    -ms-grid-row: 2; }
    .blog-callout .blog-cta .pattern-copy {
      width: 100%;
      max-width: 339px;
      margin-bottom: 14px;
      font-weight: 800;
      font-family: Poppins, sans-serif; }
    .blog-callout .blog-cta p {
      font-size: 18px;
      color: #303030;
      line-height: 1.38889;
      margin-bottom: 20px; }
    .blog-callout .blog-cta .blog-cta-wrapper {
      background-color: #FFF;
      display: grid;
      display: -ms-grid;
      -ms-grid-columns: 100%;
      -ms-grid-rows: auto;
      -ms-grid-row-span: 4; }
      .blog-callout .blog-cta .blog-cta-wrapper .a {
        grid-columns: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1; }
      .blog-callout .blog-cta .blog-cta-wrapper .b {
        grid-column: 1;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1; }
      .blog-callout .blog-cta .blog-cta-wrapper .c {
        grid-column: 1;
        grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1; }
  .blog-callout .post {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding: 76px 82px;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 6; }
    .blog-callout .post .attribution {
      position: absolute;
      font-size: 8px;
      font-weight: 300;
      color: #fff;
      right: 20px;
      top: 15px; }
    .blog-callout .post .overlay {
      background-color: #fff;
      padding: 16px 20px; }
      .blog-callout .post .overlay .arrow-link {
        color: black;
        display: inline-block;
        line-height: 1.3em;
        margin-bottom: 0.5em; }
        .blog-callout .post .overlay .arrow-link:visited {
          color: black; }
        .blog-callout .post .overlay .arrow-link .right-arrow path {
          stroke: black; }
        .blog-callout .post .overlay .arrow-link:hover {
          color: rgba(0, 0, 0, 0.6); }
          .blog-callout .post .overlay .arrow-link:hover:visited {
            color: rgba(0, 0, 0, 0.6); }
          .blog-callout .post .overlay .arrow-link:hover .right-arrow path {
            stroke: rgba(0, 0, 0, 0.6); }
      .blog-callout .post .overlay .date {
        font-weight: 300;
        font-size: 12px;
        margin-top: 8px;
        margin-bottom: 0px; }

@media (max-width: 1024px) {
  .blog-callout .blog-cta, .blog-callout .post {
    padding: 25px 20px; } }
@media (max-width: 600px) {
  .blog-callout {
    display: block;
    height: auto; }
    .blog-callout .blog-cta {
      padding: 32px 25px; }
      .blog-callout .blog-cta p {
        font-size: 18px; }
      .blog-callout .blog-cta .blog-cta-wrapper img {
        width: 100%;
        height: auto;
        max-width: 339px; }
    .blog-callout .post {
      display: block;
      padding: 0;
      padding-top: calc(100vw - 70px);
      background-size: cover;
      background-position: center;
      /*background-size: calc(100vw - 32px) calc(100vw - 70px);*/
      /*background-position: center top;*/ }
      .blog-callout .post .attribution {
        display: none; }
      .blog-callout .post .overlay {
        padding: 16px 16px 30px 16px; }
        .blog-callout .post .overlay .in-site-link {
          font-size: 24px; } }
.cta-tiles {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-rows: repeat(2, auto);
  grid-gap: 22px;
  background-color: #fff;
  /*max-width: 1024px;*/
  display: -ms-grid;
  -ms-grid-columns: 1fr 22px 1fr;
  -ms-grid-rows: auto 22px auto; }
  .cta-tiles h2 {
    margin-bottom: 0.25em;
    line-height: calc(40/36); }
  .cta-tiles p {
    font-size: 18px;
    line-height: 1.38889;
    margin-bottom: 1.2em; }
  .cta-tiles .arrow-link {
    color: #E3AB00;
    margin-right: 1.4em;
    /*&:last-of-type {
    	margin-left: 1.4em;
    }*/ }
    .cta-tiles .arrow-link:visited {
      color: #E3AB00; }
    .cta-tiles .arrow-link .right-arrow path {
      stroke: #E3AB00; }
  .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: 490px;*/
    background-color: #303030; }
    .cta-tiles .cta-tile:nth-of-type(1) {
      background-image: url(../img/tiles/bg1.jpg); }
    .cta-tiles .cta-tile:nth-of-type(2) {
      background-image: url(../img/tiles/bg4.jpg); }
    .cta-tiles .cta-tile:nth-of-type(3) {
      background-image: url(../img/tiles/365-tile-bg-giftcard.jpg); }
    .cta-tiles .cta-tile:nth-of-type(4) {
      background-image: url(../img/tiles/bg2.jpg); }
  .cta-tiles .email-signup {
    padding: 84px 90px 84px 106px;
    grid-column: 1;
    grid-row: 1;
    -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 {
          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: #303030; }
        .cta-tiles .email-signup .email-signup-form input::-moz-placeholder {
          /* Firefox 19+ */
          color: #303030;
          opacity: 1; }
        .cta-tiles .email-signup .email-signup-form input:-moz-placeholder {
          /* Firefox 4 - 18 */
          color: #303030;
          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 .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: 84px 88px;
    grid-column: 2;
    grid-row: 2;
    -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: 55px;
    padding-bottom: 74px;
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 3; }
    .cta-tiles .giftcard-ctas p {
      margin-bottom: 46px; }
    .cta-tiles .giftcard-ctas .arrow-link {
      display: inline-block; }
  .cta-tiles .rewards-cards {
    padding: 40px 54px 45px 84px;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1; }
    .cta-tiles .rewards-cards sup {
      vertical-align: super;
      font-size: smaller;
      line-height: normal; }
    .cta-tiles .rewards-cards h2:first-of-type {
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.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: 1024px) {
  .cta-tiles .cta-tile {
    padding: 25px 20px; }
  .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: .5em; } }
@media (max-width: 600px) {
  .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: 600px) {
  .promotion .promotion-content .promotion-copy {
    text-align: center;
    padding-right: 0; } }
@media (max-width: 400px) {
  .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: #303030;
      line-height: calc(24/18);
      /*white-space: nowrap;*/ }
    .location-finder .gm-location-popup h4 {
      font-size: 14px;
      font-family: Poppins;
      font-weight: 300;
      color: #303030;
      line-height: calc(24/14);
      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: #303030;
        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: transparent;
    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: #303030; }
  .location-finder address {
    font-size: 18px;
    font-weight: 300;
    color: #303030;
    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: #303030;
      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: 1024px) {
  .location-finder address {
    font-size: 16px; } }
@media (max-width: 600px) {
  .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: #303030;
    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: #303030;
      font-size: 16px; }
    .store-finder-page .location-finder .location-form {
      height: 43px;
      width: 339px;
      border: 1px solid #303030;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
      color: #303030; }
      .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: 600px) {
  .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: 40px 170px 0 170px;
  color: #303030;
  overflow: hidden;
  background-color: #fff; }
  .customer-service-wrap p {
    color: #303030; }
  .customer-service-wrap em {
    font-style: italic; }
  .customer-service-wrap u, .customer-service-wrap strong {
    font-weight: bold; }
  .customer-service-wrap section {
    margin-bottom: 84px; }
  .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: calc(16/12);
        font-weight: 300; }
  .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: #4ae29b; }
  .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: 600px) {
  .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: transparent; }
      .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: transparent; }
    .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: 600px) {
  .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: transparent;
    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 {
    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: 600px) {
  .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;*/ }
  .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: #303030;
    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: 600px) {
  .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: #303030;
      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 110px; }
  .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.38889;
      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.38889;
        margin-bottom: 0.8em; }
      .welcome .welcome-content section p {
        font-size: 14px;
        line-height: 1.42857;
        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.38889;
      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: 1024px) {
  .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: 600px) {
  .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); } }
.blog-page {
  padding: 1em !important;
  max-width: 1024px;
  /*width: 100%;*/
  margin: 0 auto; }
  .blog-page a {
    font-size: 14px; }
    .blog-page a:focus {
      outline: 2px solid #2e70be; }
  .blog-page a:hover {
    color: #000; }
  .blog-page h2 {
    font-size: 24px !important;
    margin-bottom: 0.8em; }
  .blog-page .category-header {
    text-align: center;
    margin-bottom: 20px; }
    .blog-page .category-header h3 {
      margin-top: 1.5em; }
  .blog-page .pattern-copy {
    width: 100%;
    max-width: 350px;
    font-weight: 800;
    font-family: Poppins, sans-serif; }
  .blog-page .super {
    font-size: 5px; }
  .blog-page .featured-post {
    display: grid;
    grid-template-columns: auto;
    margin-bottom: 20px; }
  .blog-page .blog-grid-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
    display: -ms-grid;
    -ms-grid-columns: 49% 2% 49%;
    -ms-grid-rows: 100%; }
    .blog-page .blog-grid-posts .a {
      grid-column: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .blog-page .blog-grid-posts .b {
      grid-column: 2;
      grid-row: 1;
      -ms-grid-row: 1;
      -ms-grid-column: 3; }
  .blog-page .post {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 20px; }
  .blog-page .corona {
    border-bottom: 1px solid #ccc; }
    .blog-page .corona .title {
      font-weight: 700;
      font-size: 16px;
      line-height: 1.43;
      margin-bottom: 0; }
  .blog-page .bloggers-grid .blogger {
    display: inline-block;
    padding-bottom: 3em;
    padding-right: 1em; }
    .blog-page .bloggers-grid .blogger a {
      font-size: 16px;
      display: block;
      font-weight: 700;
      line-height: 3; }
  .blog-page .blogger-hdr {
    font-size: 24px !important; }
  .blog-page .post-nav {
    padding: 3em 0; }
    .blog-page .post-nav .newer-posts {
      float: right; }
    .blog-page .post-nav .older-posts {
      float: left; }
  .blog-page .sticky-featured-img {
    max-height: 400px;
    height: auto;
    overflow: hidden; }
  .blog-page .featured-img-all {
    max-height: 300px;
    height: auto;
    overflow: hidden; }
  .blog-page .featured-img-all img, .blog-page .sticky-featured-img img {
    width: 100%;
    height: auto; }
  .blog-page .featured-img-all a:focus, .blog-page .sticky-featured-img a:focus {
    /*-webkit-box-shadow:inset 0px 0px 0px 10px #f00;
    -moz-box-shadow:inset 0px 0px 0px 10px #f00;
    box-shadow:inset 0px 0px 0px 10px #f00;*/ }

#single-post img {
  width: 75%;
  height: auto; }
#single-post .featured-img img {
  width: 100% !important; }

.featured-img img {
  width: 100%;
  height: auto; }

.social-media {
  position: relative;
  height: 25px;
  display: none; }
  .social-media div {
    width: 60px;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    position: absolute; }
    .social-media div a:focus, .social-media div .btn:focus, .social-media div button:focus {
      outline: 2px solid #2e70be; }
  .social-media div.fb {
    left: 0; }
  .social-media div.twitter {
    left: 70px; }
    .social-media div.twitter .btn {
      border: 2px solid red; }
  .social-media div.pinterest {
    left: 140px; }

ul.social-media-list {
  position: relative;
  height: 25px;
  list-style: none;
  text-align: left;
  padding: 0;
  margin-left: 0 !important; }
  ul.social-media-list li {
    float: left;
    margin-right: 10px;
    list-style: none;
    cursor: pointer;
    display: inline-block;
    text-align: center; }
    ul.social-media-list li a:focus, ul.social-media-list li .btn:focus, ul.social-media-list li button:focus {
      outline: 2px solid #2e70be; }
  ul.social-media-list li.tweet .btn {
    border: 2px solid red; }

@media (max-width: 600px) {
  .blog-page .bloggers-title {
    width: 100%;
    height: auto;
    max-width: 305px; }
  .blog-page .header-txt {
    height: auto;
    width: 100%; }
  .blog-page .blog-grid, .blog-page .bloggers-grid, .blog-page .blog-grid-posts {
    display: block; }
  .blog-page .post {
    margin-bottom: 20px; }
  .blog-page .featured-post {
    margin-bottom: 0px; }
  .blog-page .blog-grid-posts {
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto 20px auto; }
    .blog-page .blog-grid-posts .a {
      grid-column: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .blog-page .blog-grid-posts .b {
      grid-column: 1;
      grid-row: 2;
      -ms-grid-row: 3;
      -ms-grid-column: 1; }

  #cat-slider {
    min-width: 320px; }
    #cat-slider #slider-container {
      width: 83%; }
    #cat-slider .item, #cat-slider .item img {
      width: 110px;
      height: 96px; }
    #cat-slider #prev, #cat-slider #next {
      padding-top: 20px; }
    #cat-slider #prev img, #cat-slider #next img {
      height: 30px;
      width: 30px; } }
.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: #303030;
        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: 600px) {
  .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: #303030;
      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: 600px) {
  .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: .25em;
      padding-left: .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: 600px) {
  .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 110px;
  color: #000;
  background-color: #fff;
  /*gift card page*/
  /*product info/recalls*/
  /*business gift cards/corp rewards*/ }
  .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: .5em 2em 1em; }
    .shell-page ul li {
      list-style-type: disc;
      padding-bottom: .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 .goldbar {
    padding: 10px;
    background-image: url(../img/360Tour/360-goldbar.jpg);
    color: #431438;
    text-align: center;
    font-weight: bold;
    display: block; }
  .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: #4ae29b; }
  .shell-page .gc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    display: -ms-grid;
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: auto; }
    .shell-page .gc-grid .exceed {
      grid-column: 1 / 3;
      -ms-grid-column-span: 2;
      -ms-grid-row: 2;
      -ms-grid-column: 1; }
    .shell-page .gc-grid .a {
      -ms-grid-row: 1;
      -ms-grid-column: 1; }
    .shell-page .gc-grid .b {
      -ms-grid-row: 1;
      -ms-grid-column: 2; }
  .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: 1024px) {
  .shell-page {
    padding: 30px 25px; }
    .shell-page .gc-grid {
      display: block;
      margin-bottom: 60px; } }
@media (max-width: 600px) {
  .shell-page {
    padding: 30px 25px; }
    .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 .goldbar {
        margin-top: -4px; }
    .shell-page .gc-grid, .shell-page .customer-service-form-col-bgc {
      display: block;
      margin-bottom: 60px; }
      .shell-page .gc-grid .input-container, .shell-page .customer-service-form-col-bgc .input-container {
        height: 60px; } }
#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; }

/*# sourceMappingURL=styles.css.map */
