/* FLEX GRID */

.sePageContent .sePageSection.se-ms-holiday-flex {
 padding-bottom: 30px;
 margin-bottom: 0;
}

.se-ms-holiday-flex-grid-4 .col {
 width: 25%;
 margin: 0 2px 4px 2px;
}

.se-ms-holiday-flex-grid-4 {
 display: flex;
 justify-content: space-around;
}


.sePage .sePageLayout .se-ms-holiday-flex-btn {
 font-family: ivyjournal, sans-serif;
 font-weight: 700;
 font-size: 18px;
 color: #ffffff;
 margin: 0;
 padding: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #C8163C;
 text-decoration: none;
}

.sePage .sePageLayout .se-ms-holiday-flex-btn:focus,
.sePage .sePageLayout .se-ms-holiday-flex-btn:active,
.sePage .sePageLayout .se-ms-holiday-flex-btn:visited {
 color: #ffffff;
}

.sePage .sePageLayout .se-ms-holiday-flex-btn:hover {
 background: #C8163C;
 color: #ffffff;
 text-decoration: none;
}

a12d1e