html {
	scroll-behavior: smooth;
	scroll-padding-top: 10rem;
}

.hide {
   display: none;
}

.wilton-page-title-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:40px 0px 10px 0px;
  margin: 0px;
}
.wilton-page-title-text {
    color: #7fb9bb;
  	font-size: 22px;
  	font-weight: bold;
	border: 1px solid black;
	border-bottom: 3px solid #7fb9bb;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
  	text-align: center;
}

.wilton-image-card a {
   text-decoration: none;
   margin-bottom: 20px;
}

.wilton-image-card { 
  border: 3px solid #ffffff;
  padding: 3px;
  margin-bottom: 25px;
}
  
.wilton-image-card:hover { 
  border: 3px solid #f186b6;
  border-radius: 3px;
}

.wilton-card-image-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 187px;
  border-radius: 3px;
}
  
.wilton-card-content-block {
  	color: #e40e6d;
  	text-align: center;
  	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 6px solid #f186b6;
	padding: 12px;
	margin: -30px 6% 0 6%;
}
  
.wilton-card-content-block-header {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}

.wilton-card-content-block-body p {
	margin: 0px;
	padding: 0px;
}
.wilton-card-content-block-body {
	font-size: 12px;
    line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
@media (min-width: 551px) {
  .wilton-image-card-container {
    display: grid;
	grid-template-columns: 1fr 1fr;
    grid-gap: 10px;  
  }
  .wilton-page-title-text {
    width: 40%
  }
}
@media (min-width: 801px) {
  .wilton-image-card-container {
	grid-template-columns: 1fr 1fr 1fr;
  }
  .wilton-page-title-container {
    padding-top:20px;
    padding-bottom:20px;
  }
  .wilton-page-title-text {
   	font-size: 26px;
    width: 40%
  }

}
@media (min-width: 1020px) {
.wilton-card-content-block-header {
    font-size: 20px;
    line-height: 24px;
}

.wilton-card-content-block-body {
	font-size: 15px;
    line-height: 19px;
}

.wilton-card-content-block {
	margin: -30px 6% 0 6%;
}

div.global-header-customer-msg { 
	padding-left: 200px; 
	padding-right: 200px; 
}
}
.wilton-image-card:hover { 
  border-radius: 5px;
}

.wilton-card-image-block {
  height: 200px;
  border-radius: 5px;
}

@media (min-width: 1280px) {
  .wilton-page-title-container {
    padding-top:30px;
    padding-bottom:30px;
  }
  .wilton-page-title-text {
   	font-size: 40px;
  }
.wilton-card-image-block {
  height: 250px;
}

.wilton-card-content-block {
  margin: -40px 6% 0 6%;
}
.wilton-card-content-block-header {
  font-size: 22px;
  line-height: 24px;
}

.wilton-card-content-block-body {
	font-size: 16px;
    line-height: 20px;
}
