.sePage .sePageLayout #PageMain, .sePage .sePageLayout #PageFooter {
 margin-top: 0;
}

/* LINKS */
.sePage .sePageLayout .se-accordion .btn-link,
.sePage .sePageLayout .sePageMain .se-2col-fw-feature a:not(.btn),
.sePage .sePageLayout .sePageMain .se-service-card-section a:not(.btn),
.sePage .sePageLayout .sePageMain .se-link-btn-section a:not(.btn),
.sePage .sePageLayout .sePageMain .se-link-bar a:not(.btn) {
 font-weight: 700;
 text-decoration: none;
 font-size: 18px;
}

.sePage .sePageLayout .sePageMain .se-fw-2col-section a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-service-card-section a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-link-btn-section a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-link-bar a:not(.btn):hover {
 text-decoration: underline;
}

/* LINK SECTIONS */
.se-link-btn-section .editContent>div,
.se-link-bar .editContent>div {
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
 padding: 8px 0;
}

.sePage .sePageLayout .sePageMain .se-link-btn-section a.btn.btn-primary {
 border: 2px solid #fff;
 margin: 0;
 white-space: inherit;
 display: flex;
 align-items: center;
 justify-content: center;
}

.sePage .sePageLayout .sePageMain .se-link-bar a:not(.btn) {
 padding: 8px 15px;
 font-size: 20px;
}

/* OUTLINED SECTION */
.se-outlined-section .editContent {
 border-radius: 5px;
 border: 1px solid #ccc;
 height: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 padding: 15px 30px;
 text-align: center;
}

/* SHOP CARDS */
.se-shop-cards .content-block-content {
 padding: 30px;
}

/* SERVICE CARDS */
.se-shop-cards .editContent img {
 width: 100%;
}
.se-service-card-section .editContent>div {
 flex-direction: column;
 display: flex;
}
.se-service-card-section .content-block-content {
 padding: 30px;
}

.se-service-card-section .features {
 height: 100%;
}

.se-service-card-section a:not(.btn) {
 margin-bottom: 15px;
 display: block;
}

/* 4COL FEATURE */
section.rpv2.se-feature-image-section .content-block-column {
 padding-top: 30px;
}
.se-feature-image-section .editContent {
 width: 100%;
 position: relative;
 height: 100%;
}
.se-feature-image-section .content-block-column {
 padding: 0;
 min-height: 280px;
 border-radius: 5px;
 overflow: hidden;
}
.sePage .sePageLayout .se-feature-image-section a:not(.btn) {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 padding: 30px;
}

.sePage .sePageLayout .se-accordion .btn-link,
.sePage .sePageLayout .se-feature-image-section a:not(.btn):hover,
.sePage .sePageLayout .se-feature-image-section a:not(.btn):hover h3 {
 color: #fff;
}

/* ACCORDION */
.sePage .sePageLayout .se-accordion .btn-link i {
 margin-top: 2px;
 transition: 0.3s ease-in-out;
}
.sePage .sePageLayout .se-accordion .btn-link span {
 display: block;
 font-weight: 400;
 font-size: 14px;
}
.sePage .sePageLayout .se-accordion .btn-link {
 width: 100%;
 border-top: 2px solid #333;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto;
 flex-direction: column;
 padding-top: 30px;
}
.sePage .sePageLayout .se-accordion .card-body>div {
 margin-bottom: 10px;
}
.sePage .sePageLayout .se-accordion .btn-link:not(.collapsed) i {
 transform: rotate(180deg);
}

