#footerlinks {
    bottom: 0;
    position: fixed;
    width: 100%;
    color: #cccccc
}
/* ---- Home top announcement ---*/
.imperial-announce {
    background-color: #f7f6f6; 
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top:15px;
    text-transform: uppercase;
    padding: 5px;
}
.imperial-announce-top-buffer {
    height:12px;
}
.imperial-15px-buffer {
    height:15px;
}
.imperial-announce-top-msg {
  text-align: center;
  font-size:13px;
}
.imperial-announce-top-msg a {
  color:#c7242d;
  text-decoration:underline;
}
.imperial-announce-top-msg-italic {
  font-style:italic;
  font-weight:lighter;
  font-size:16px;
}

  /* ---- Home under banner ---*/

.blurb-container2 {
      display: grid;
      grid-template-columns: 50% 50%;
      border-radius: 20px;
      max-width: 1200px;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
}
.child-right2 h2 {
  line-height: 1.5em;
  font-size: 22px;
  font-weight: bold;
}
  .child2 p {
  line-height: 1.65em;
  margin-bottom:10px;
  font-size: 14px;
}
.child-right2 p {
  line-height: 1.65em;
  margin-bottom:10px;
  font-size: 14px;
}

/* ---- Home best fit blurb ---*/
  .bestfit-blurb-container {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height:500px;
    background-color: #000000;
    color: #ffffff;
      border-radius: 20px;
    max-width: 1200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    
  }
  .bestfit-child {
  }
  .bestfit-child-right {
    margin:50px;
  }
  .bestfit-child-right h2 {
    line-height: 1.5em;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: bold;
  }

  .bestfit-child-right p {
    line-height: 1.65em;
    margin-bottom:10px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
  }
  .bestfit-bg-image {
    background-image: url(/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/X231-heritage.jpg);
    background-position: center center;
    background-size: cover;
      border-radius: 20px 0px 0px 20px;
  }
@media (max-width: 800px) {
  .bestfit-child {
    position: absolute;
  }
  .bestfit-child-right {
     position: absolute;
  }
}
/* --- Get started button --*/
.button-get-started {
  width:170px; 
  margin-left: auto; 
  margin-right:auto;
}


/*------ HELP CENTER ------ */

    .faqcontainer {
        display: flex;
        gap: 24px;
    }
    .leftmenu {
        flex: 0 0 288px;
    }
    .leftnav {
        position: relative;
        height: 100%;
        padding: 24px 0px;
    }
    .rightcontent {
        flex: 1;
    }
    .leftnav ul {
        display: flex;
        max-height: calc(100vh - 84px);
        overflow-y: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        padding-left: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 84px;
        margin-left: -8px;
    }

    .leftnav ul li {
        list-style: none;
        -webkit-transition: 0.4s background-color;
        transition: 0.4s background-color;
        border-radius: 4px;
        background: transparent;
        font-weight: bold;
    }
    .ghc-faq-list-item-title {
        border-bottom: 1px solid black;
        padding-top: 20px;
        padding-bottom: 10px;
        font-weight: bold;
    }
    .ghc-faq-list-content > div:first-of-type {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid black;
        font-weight: bolder;
    }
    .ghc-faq-list-content > div:not(:first-of-type) {
        /*padding-top: 15px; */
        padding-bottom: 25px;
        font-weight: 100;
    }
    .arrow {
        float: right;
    }
    .arrowdown {
        transform: rotate(180deg);
    }
    .faqcontainer {
        width: 90%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .faq-close{
        visibility: collapse;
        display: none;
    }
    .faq-open{
        visibility: visible;
        display: block;
    }

/* ---- Embroidery and Graphics ----- */

.emb-img1 {
  float: left; 
  width: 533px; 
  height: 185px;
}
.emb-img2 {
  width: 378px; 
  height: 127px;
}

.embinfo-content {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}
.embinfo-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
ol {
  list-style-type: lower-alpha;
  margin-top: 10px;
  margin-left: 50px;
  line-height: 40px;
}
.sectionlabel {
  margin-bottom:10px;
}

/*--- Terms and Conditions ---*/
.tnc {
  max-width: 1200px; 
  margin-left: auto; 
  margin-right:auto;
}


/*--- Footer Social Media Icons ---*/

/* Target the specific social list */
nav[aria-labelledby="nav-footer-connect"] ul {
  display: flex;           /* horizontal layout */
  gap: 0.75rem;            /* space between items */
  align-items: center;     /* vertical alignment */
  flex-wrap: wrap;         /* wrap on small screens */
  padding: 0;              /* you already have p-0, this is safe */
  margin: 0;               /* remove default UL margin */
  list-style: none;        /* ensure no bullets */
}


/* 1) Put an icon before the Facebook text */
nav[aria-labelledby="nav-footer-connect"] a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* 2) Visually hide the word but keep layout (ARIA label still announces) */
nav[aria-labelledby="nav-footer-connect"] a span {
  position: relative;
  font-size: 0;          /* hides the word "Facebook" visually */
  line-height: 0;
}

/* 3) Show the icon */
nav[aria-labelledby="nav-footer-connect"] a[href*="facebook.com"]::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/Facebook_icon.png") no-repeat center / contain;
}
nav[aria-labelledby="nav-footer-connect"] a[href*="twitter.com"]::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/twitter-x-logo.png") no-repeat center / contain;
}
nav[aria-labelledby="nav-footer-connect"] a[href*="instagram.com"]::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/instagram-icon.png") no-repeat center / contain;
}
nav[aria-labelledby="nav-footer-connect"] a[href*="youtube.com"]::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("/assets/67c99bc5071b3ca0a51cef21/pages/67e31459ab770b6beec97abf/assets/youtube-logo.png") no-repeat center / contain;
}

