.slide img {
    border:none;
    background: none;
    box-shadow: none;
}
.home_text{
margin:0 auto;
text-align:center;
max-width:80%;
}
.homepage__secondary-callouts .callouts {
    margin-bottom: 3%;
}
.container#bodyContainer {
    margin-bottom: 3%;
}
.homepage__secondary-callouts h2 {
    color: black;
}
@media screen and (min-width: 768px){
.homepage__secondary-callouts .callouts {
    grid-template: auto/repeat(4, 1fr);
}
/*Footer*/
footer.footer--site {
      grid-template-areas: var(--footer-grid-template-areas, "logo" "nav" "legal");
  }
footer.footer--site .logo-space img {
    max-width: 300px;
}
#shippingDetails:before {
    content: "US Addresses Only \A \A ";
    white-space: break-spaces;
    font-weight: 500;
}
#shipToNameLabel {
   visibility: hidden;
}

#shipToNameLabel:before {
   content: "First Name";
   visibility: visible;
   color: #000;
   font-family: sans-serif;
}
#shipToAttentionLabel {
   visibility: hidden;
}
#shipToAttentionLabel:before {
   content: "Last Name";
   visibility: visible;
   color: #000;
   font-family: sans-serif;
}