#PageMain, #PageFooter {
 margin-top: 0;
}

/* HERO */
.se-qcp-hero .block-bg-img {
 padding: 14% 10%;
}

.sePage .sePageLayout .se-qcp-heroh2 {
 margin: 22px auto 7px;
}

.sePage .sePageLayout .se-qcp-hero p {
 margin: 0 auto 11px;
 font-size: 20px;
}

/* TEXT SECTIONS */
.sePage .sePageLayout .se-qcp-text h1, .sePage .sePageLayout .se-qcp-text h2 {
 color: #111111;
}

.sePage .sePageLayout .se-qcp-text h4 {
 color: #111111;
 margin-top: 22px;
}

.sePage .sePageLayout .se-qcp-text p {
 color: #333333;
}

/* FULL-WIDTH 2 COL */
.sePage .sePageLayout .se-qcp-fw-2col h2, .sePage .sePageLayout .se-qcp-fw-2col h3 {
 color: #111111;
}

.sePage .sePageLayout .se-qcp-fw-2col p {
 color: #333333;
 margin-bottom: 22px;
}

.sePage .sePageLayout .sePageMain .se-qcp-fw-2col .se-qcp-fw-2col-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 105px 60px;
}

.sePage .sePageLayout .sePageMain .se-qcp-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-qcp-fw-2col .se-qcp-fw-2col-content {
 padding: 75px 60px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 }
}

@media (max-width: 767px) {
 .sePage .sePageLayout .sePageMain .se-qcp-fw-2col .se-qcp-fw-2col-content {
 padding: 45px 30px;
 }
}

/* 3 COLUMN FOOTER LINKS */
.se-qcp-3col {
 text-align: center;
}

.se-qcp-3col .editContent {
 background: #ffffff;
 margin-bottom: 30px;
}

/* CATALOGS */

.sePage .sePageLayout .se-qcp-kids-cat-header h2 {
 color: #111111;
}

.sePage .sePageLayout .se-qcp-catalog-header p {
 font-size: 22px;
 color: #333333;
}

.sePage .sePageLayout .se-qcp-catalog h5 {
 font-size: 18px;
 color: #333333;
}

.sePage .sePageLayout .sePageMain .se-qcp-catalog h5 a:not(.btn) {
 color: #333333;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-qcp-catalog h5 a:not(.btn):hover {
 color: #333333;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-qcp-catalog h5 a:not(.btn):visited, .sePage .sePageLayout .sePageMain .se-qcp-catalog h5 a:not(.btn):focus {
 color: #333333;
}

.se-qcp-catalog {
 text-align: center;
}

.sePageContent .sePageSection.se-qcp-catalog {
 margin-bottom: 45px;
}