/*Typography*/
@font-face{
font-family: "ProximaNova_Regular";
src: url("/files/fonts/ProximaNova_Regular.otf") format(opentype)
}
@font-face{
font-family: "ProximaNova_AltBlack";
src: url("/files/fonts/ProximaNova_AltBlack.otf") format(opentype)
}
h1, h2, h3, h4, h5 {
font-family: "ProximaNova_AltBlack";
text-transform: uppercase;
}
p{
font-family: "ProximaNova_Regular";
}
body {
font-family: "ProximaNova_Regular" !important;
}
label.required, label.valid, label.invalid {
    display: block;
}
.slide img {
    border: none;
    box-shadow: none;
}

@media screen and (min-width: 768px){
.homepage__secondary-callouts .callouts {
    grid-template: auto/repeat(2, 1fr);
}
.homepage__secondary-callouts .callout__image {
    box-shadow: none;
    border: none;
}

label[for="orderForPickup"] {
    visibility: hidden;
}
label[for="orderForPickup"]:before {
    content: "Pickup at SMED 220";
    visibility: visible;
}