/* ============================== *
* ADDITIONAL CHANGES
* ============================== */
h1 {
    color: #15284b;
}
.slide img {
    border: none;
    box-shadow: none;
}
.homepage__callouts .callout {
    box-shadow: none;
}
@media screen and (min-width: 1440px) {
.banner {
    width: 100%;
}
}
.homepage__callouts h2 {
  font-weight: narrow;
  color: #1e4079;
  font-size: 22px;
}
a.button, button.button, input[type=submit].button {
    color: black;
}
.footer-wrapper {
	background: #11284b;
	color: #11284b;
}
footer.footer--site A:link,
footer.footer--site A:visited,
footer.footer--site A:active
{
	color: #FFF;
}
footer.footer--site .copyright P
{
	color: #FFF;
}

footer.footer--site .logo-space img{
    filter: brightness(0) invert(1);
}
/* Quick fix for that extra space between Callouts :D - GF-081023 */
.homepage__callouts .callout {
    margin-bottom: -6px;
}
.dropzone { 
    display: block !important;
}

/* Digital Products - Product Not Available for Ordering */
.product__ordering H3 {
    display: none;
}

/* Slider Adjustment */
.slide.style-c .slide__image {
    width: 99%;
}
.product-landing .product__images ul {
    grid-template: auto/repeat(2, 1fr);
}